diff --git a/parse/train/o966_Is_nPA/o966_Is_nPA_content_list.json b/parse/train/o966_Is_nPA/o966_Is_nPA_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..f1c4820c5ee966e551b40dff5da6018712de1836 --- /dev/null +++ b/parse/train/o966_Is_nPA/o966_Is_nPA_content_list.json @@ -0,0 +1,1928 @@ +[ + { + "type": "text", + "text": "NEURAL PRUNING VIA GROWING REGULARIZATION ", + "text_level": 1, + "bbox": [ + 173, + 98, + 802, + 121 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Huan Wang, Can Qin, Yulun Zhang∗, Yun Fu Northeastern University, Boston, MA, USA {wang.huan, qin.ca}@northeastern.edu, yulun100@gmail.com, yunfu@ece.neu.edu ", + "bbox": [ + 183, + 143, + 547, + 202 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 238, + 544, + 252 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Regularization has long been utilized to learn sparsity in deep neural network pruning. However, its role is mainly explored in the small penalty strength regime. In this work, we extend its application to a new scenario where the regularization grows large gradually to tackle two central problems of pruning: pruning schedule and weight importance scoring. (1) The former topic is newly brought up in this work, which we find critical to the pruning performance while receives little research attention. Specifically, we propose an $L _ { 2 }$ regularization variant with rising penalty factors and show it can bring significant accuracy gains compared with its one-shot counterpart, even when the same weights are removed. (2) The growing penalty scheme also brings us an approach to exploit the Hessian information for more accurate pruning without knowing their specific values, thus not bothered by the common Hessian approximation problems. Empirically, the proposed algorithms are easy to implement and scalable to large datasets and networks in both structured and unstructured pruning. Their effectiveness is demonstrated with modern deep neural networks on the CIFAR and ImageNet datasets, achieving competitive results compared to many state-of-the-art algorithms. Our code and trained models are publicly available at https://github.com/mingsuntse/regularization-pruning. ", + "bbox": [ + 233, + 267, + 764, + 518 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 178, + 544, + 336, + 560 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "As deep neural networks advance in recent years LeCun et al. (2015); Schmidhuber (2015), their remarkable effectiveness comes at a cost of rising storage, memory footprint, computing resources and energy consumption Cheng et al. (2017); Deng et al. (2020). Neural network pruning Han et al. (2015; 2016); Li et al. (2017); Wen et al. (2016); He et al. (2017); Gale et al. (2019) is deemed as a promising force to alleviate this problem. Since its early debut Mozer & Smolensky (1989); Reed (1993), the central problem of neural network pruning has been (arguably) how to choose weights to discard, i.e., the weight importance scoring problem LeCun et al. (1990); Hassibi & Stork (1993); Molchanov et al. (2017b; 2019); Wang et al. (2019a); He et al. (2020). ", + "bbox": [ + 174, + 575, + 825, + 686 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The approaches to the scoring problem generally fall into two groups: importance-based and regularization-based Reed (1993). The former focuses on directly proposing certain theoretically sound importance criterion so that we can prune the unimportant weights once for all. Thus, the pruning process is typically one-shot. In contrast, regularization-based approaches typically select unimportant weights through training with a penalty term Han et al. (2015); Wen et al. (2016); Liu et al. (2017). However, the penalty strength is usually maintained in a small regime to avoid damaging the model expressivity. Whereas, a large penalty strength can be helpful, specifically in two aspects. (1) A large penalty can push unimportant weights rather close to zero, then the pruning later barely hurts the performance even if the simple weight magnitude is adopted as criterion. (2) It is well-known that different weights of a neural network lie on the regions with different local quadratic structures, i.e., Hessian information. Many methods try to tap into this to build a more accurate scoring LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a); Singh & Alistarh (2020). However, for deep networks, it is especially hard to estimate Hessian. Sometimes, even the computing itself can be intractable without resorting to proper approximation Wang et al. (2019a). On this problem, we ask: Is it possible to exploit the Hessian information without knowing their specific values? This is the second scenario where a growing regularization can help. We will show under a growing regularization, the weight magnitude will naturally separate because of their different underlying local quadratic structure, therein we can pick the unimportant weights more faithfully even using the simple magnitude-based criterion. Corresponding to these two aspects, we will present two algorithms based on a growing $L _ { 2 }$ regularization paradigm, in which the first highlights a better pruning schedule1 and the second explores a better pruning criterion. ", + "bbox": [ + 174, + 694, + 825, + 901 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 188 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Our contributions. (1) We propose a simple yet effective growing regularization scheme, which can help transfer the model expressivity to the remaining part during pruning. The encouraging performance inspires us that the pruning schedule may be as critical as the weight importance criterion and deserve more research attention. (2) We further adopt growing regularization to exploit Hessian implicitly, without knowing their specific values. The method can help choose the unimportant weights more faithfully with a theoretically sound basis. In this regard, our paper is the first to show the connection between magnitude-based pruning and Hessian-based pruning, pointing out that the latter can be turned into the first one through our proposed growing regularization scheme. (3) The proposed two algorithms are easy to implement and scalable to large-scale datasets and networks. We show their effectiveness compared with many state-of-the-arts. Especially, the methods can work seamlessly for both filter pruning and unstructured pruning. ", + "bbox": [ + 173, + 194, + 825, + 347 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 RELATED WORK ", + "text_level": 1, + "bbox": [ + 176, + 369, + 344, + 386 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Regularization-based pruning. The first group of relevant works is those applying regularization to learn sparsity. The most famous probably is to use $L _ { 0 }$ or $L _ { 1 }$ regularization Louizos et al. (2018); Liu et al. (2017); Ye et al. (2018) due to their sparsity-inducing nature. In addition, the common $L _ { 2 }$ regularization is also explored for approximated sparsity Han et al. (2015; 2016). The early papers focus more on unstructured pruning, which is beneficial to model compression yet not to acceleration. For structured pruning in favor of acceleration, Group-wise Brain Damage Lebedev & Lempitsky (2016) and SSL Wen et al. (2016) propose to use Group LASSO Yuan & Lin (2006) to learn regular sparsity, where the penalty strength is still kept in small scale because the penalty is uniformly applied to all the weights. To resolve this, Ding et al. (2018) and Wang et al. (2019c) propose to employ different penalty factors for different weights, enabling large regularization. ", + "bbox": [ + 173, + 402, + 825, + 541 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Importance-based pruning. Importance-based pruning tries to establish certain advanced importance criteria that can reflect the true relative importance among weights as faithfully as possible. The pruned weights are usually decided immediately by some proposed formula instead of by training (although the whole pruning process can involve training, e.g., iterative pruning). The most widely used criterion is the magnitude-based: weight absolute value for unstructured pruningHan et al. (2015; 2016) or $L _ { 1 } / L _ { 2 }$ -norm for structured pruning Li et al. (2017). This heuristic criterion was proposed a long time ago Reed (1993) and has been argued to be inaccurate. In this respect, improvement mainly comes from using Hessian information to obtain a more accurate approximation of the increased loss when a weight is removed LeCun et al. (1990); Hassibi & Stork (1993). Hessian is intractable to compute for large networks, so some methods (e.g., EigenDamage Wang et al. (2019a), WoodFisher Singh & Alistarh (2020)) employ cheap approximation (such as K-FAC Fisher Martens & Grosse (2015)) to make the 2nd-order criteria tractable on deep networks. ", + "bbox": [ + 173, + 549, + 825, + 715 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Note that, there is no a hard boundary between the importance-based and regularization-based. Many papers present their schemes in the combination of the two Ding et al. (2018); Wang et al. (2019c). The difference mainly lies in their emphasis: Regularization-based method focuses more on an advanced penalty scheme so that the subsequent pruning criterion can be simple; while the importance-based one focus more on an advanced importance criterion itself. Meanwhile, regularization paradigm always involves iterative training, while the importance-based can be one-shot LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a) (no training for picking weights to prune) or involve iterative training Molchanov et al. (2017b; 2019); Ding et al. (2019a;b). ", + "bbox": [ + 173, + 722, + 825, + 833 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Other model compression methods. Apart from pruning, there are also many other model compression approaches, e.g., quantization Courbariaux & Bengio (2016); Courbariaux et al. (2016); Rastegari et al. (2016), knowledge distillation Bucilua et al. ˇ (2006); Hinton et al. (2014), lowrank decomposition Denton et al. (2014); Jaderberg et al. (2014); Lebedev et al. (2014); Zhang et al. (2015), and efficient architecture design or search Howard et al. (2017); Sandler et al. (2018); Howard et al. (2019); Zhang et al. (2018); Tan & Le (2019); Zoph & Le (2017); Elsken et al. (2019). They are orthogonal to network pruning and can work with the proposed methods to compress more. ", + "bbox": [ + 176, + 840, + 823, + 882 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 160 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3 PROPOSED METHOD ", + "text_level": 1, + "bbox": [ + 176, + 179, + 377, + 195 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.1 PROBLEM FORMULATION ", + "text_level": 1, + "bbox": [ + 176, + 209, + 392, + 223 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Pruning can be formulated as a transformation $T ( * )$ that takes a pretrained big model w as input and output a small model $\\mathbf { w } _ { 1 }$ , typically followed by a fine-tuning process $F ( * )$ , which gives us the final output $\\mathbf { w } _ { 2 } = F ( \\mathbf { w } _ { 1 } )$ . We do not focus on $F ( * )$ since it is simply a standard neural network training process, but focus on the process of $\\mathbf { w } _ { 1 } = T ( \\mathbf { w } )$ . The effect of pruning can be further specified into two sub-transformations: (1) $M = T _ { 1 } ( \\mathbf { w } )$ , which obtains a binary mask vector $M$ that decides which weights will be removed; (2) $T _ { 2 } ( \\mathbf { w } )$ , which adjusts the values of remaining weights. That is, ", + "bbox": [ + 173, + 234, + 825, + 319 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/2d1ceb0dc13e488fbfecab35f8e6c3c27d51269645ded8779c1531fcf956c376.jpg", + "text": "$$\n\\mathbf { w } _ { 1 } = T ( \\mathbf { w } ) = T _ { 1 } ( \\mathbf { w } ) \\odot T _ { 2 } ( \\mathbf { w } ) = M \\odot T _ { 2 } ( \\mathbf { w } ) .\n$$", + "text_format": "latex", + "bbox": [ + 339, + 320, + 658, + 338 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "For one-shot pruning, there is no iterative training at $T _ { 1 }$ . It depends on a specific algorithm to decide whether to adjust the remaining weights. For example, OBD LeCun et al. (1990) and $L _ { 1 }$ - norm pruning Li et al. (2017) do not adjust the kept weights (i.e., $T _ { 2 }$ is the identity function) while OBS Hassibi & Stork (1993) does. For learning-based pruning, both $T _ { 1 }$ and $T _ { 2 }$ involve iterative training and the kept weights will always be adjusted. ", + "bbox": [ + 173, + 345, + 825, + 417 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In the following, we will present our algorithms in the filter pruning scenario since we mainly focus on model acceleration instead of compression in this work. Nevertheless, the methodology can seamlessly translate to the unstructured pruning case. The difference lies in how we define the weight group: For filter pruning, a 4-d tensor convolutional filter (or 2-d tensor for fully-connected layers) is regarded as a weight group, while for unstructured pruning, a single weight makes a group. ", + "bbox": [ + 173, + 422, + 825, + 493 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.2 PRUNING SCHEDULE: GREG-1 ", + "text_level": 1, + "bbox": [ + 176, + 508, + 426, + 523 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Our first method (GReg-1) is a variant of $L _ { 1 }$ -norm pruning Li et al. (2017). It obtains the mask $M$ by $L _ { 1 }$ -norm sorting but adjusts the kept weights via regularization. Specifically, given a pre-trained model w and layer pruning ratio $r _ { l }$ , we sort the filters by $L _ { 1 }$ -norm and set the mask to zero for those with the least norms. Then, unlike Li et al. (2017) which removes the unimportant weights immediately (i.e., one-shot fashion), we impose a growing $L _ { 2 }$ penalty to drive them to zero first: ", + "bbox": [ + 173, + 535, + 825, + 606 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/51859927106d65252be86ad587592f9ca98b1e8e8cbba05681fd3829a57150f3.jpg", + "text": "$$\n\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda , j \\in \\{ j \\mid M [ j ] = 0 \\} ,\n$$", + "text_format": "latex", + "bbox": [ + 380, + 607, + 614, + 625 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\lambda _ { j }$ is the penalty factor for $j$ -th weight; $\\delta \\lambda$ is the granularity in which we add up the penalty. Clearly, a smaller $\\delta \\lambda$ means this regularization process smoother. Besides, $\\lambda _ { j }$ is only updated every $K _ { u }$ iterations, which is a buffer time to let the network adapt to the new regularization. This algorithm is to explore whether the way we remove them (i.e., pruning schedule) leads to a difference given the same weights to prune. Simple as it is, the scheme can bring significant accuracy gains especially under a large pruning ratio (Tab. 1). Note that, we intentionally set $\\delta \\lambda$ the same for all the unimportant weights to keep the core idea simple. Natural extensions of using different penalty factors for different weights (such as those in Ding et al. (2018); Wang et al. (2019c)) may be worth exploring but out of the scope of this work. ", + "bbox": [ + 173, + 625, + 825, + 751 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "When $\\lambda _ { j }$ reaches a pre-set ceiling $\\tau$ , we terminate the training and prune those with the least $L _ { 1 }$ - norms, then fine-tune. Notably, the pruning will barely hurt the accuracy since the unimportant weights have been compressed to typically less than $\\frac { 1 } { 1 0 0 0 }$ the magnitude of remaining weights. ", + "bbox": [ + 174, + 757, + 825, + 801 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.3 IMPORTANCE CRITERION: GREG-2 ", + "text_level": 1, + "bbox": [ + 176, + 815, + 459, + 830 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Our second algorithm is to further take advantage of the growing regularization scheme, not for pruning schedule but scoring. The training of neural networks is prone to overfitting, so regularization is normally employed. $L _ { 2 }$ regularization (or referred to as weight decay) is a standard technique for deep network training. Given a dataset $\\mathcal { D }$ , model parameters $\\mathbf { w }$ , the total loss will typically be ", + "bbox": [ + 174, + 840, + 825, + 897 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/64766edeea860dcfc7991fe775c58894666199785a4e91b42c201e9c3ee2f793.jpg", + "text": "$$\n\\mathcal { E } ( \\mathbf { w } , \\mathcal { D } ) = \\mathcal { L } ( \\mathbf { w } , \\mathcal { D } ) + \\frac { 1 } { 2 } \\lambda \\| \\mathbf { w } \\| _ { 2 } ^ { 2 } ,\n$$", + "text_format": "latex", + "bbox": [ + 387, + 898, + 609, + 928 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\mathcal { L }$ is the task loss function. When the training converges, there should be ", + "bbox": [ + 173, + 103, + 692, + 118 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/37e30984524a39872ef6c179119d2c7d2ca1c3877bfae90c6319ba6db782ec71.jpg", + "text": "$$\n\\lambda w _ { i } ^ { * } + \\frac { \\partial \\mathcal { L } } { \\partial w _ { i } } | _ { w _ { i } = w _ { i } ^ { * } } = 0 ,\n$$", + "text_format": "latex", + "bbox": [ + 416, + 122, + 581, + 155 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $\\boldsymbol { w } _ { i } ^ { * }$ indicates the $i$ -th weight at its local minimum. Eq. (4) shows that, for each specific weight element, its equilibrium position is determined by two forces: loss gradient (i.e., guidance from the task) and regularization gradient (i.e., guidance from our prior). Our idea is to slightly increase the $\\lambda$ to break the equilibrium and see how it results in a new one. A general impression is: If $\\lambda$ goes a little higher, the penalty force will drive the weights further towards origin and it will not stop unless proper loss gradient comes to halt it and then a new equilibrium is reached at $\\hat { w } _ { i } ^ { * }$ . Considering different weights have different scales, we define a ratio $r _ { i } = \\hat { w } _ { i } ^ { * } / w _ { i } ^ { * }$ to describe how much the weight magnitude changes after increasing the penalty factor. Our interest lies in how the $r _ { i }$ differs from one another and how it relates to the underlying Hessian information. ", + "bbox": [ + 173, + 159, + 825, + 285 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Deep neural networks are well-known over-parameterized and highly non-convex. To obtain a feasible analysis, we adopt a local quadratic approximation of the loss function based on Taylor series expansion Strang (1991) following common practices LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a). Then when the model is converged, the error $\\mathcal { E }$ can be described by the converged weights $\\mathbf { w } ^ { * }$ and the underlying Hessian matrix $\\mathbf { H }$ (note $\\mathbf { H }$ is p.s.d. since the model is converged). After increasing the penalty $\\lambda$ by $\\delta \\lambda$ , the new converged weights can be proved to be ", + "bbox": [ + 173, + 290, + 825, + 375 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/ec0c9681aea3b66f1d6a5d0c4e5b60e3fd3e51a6428a3d01aaa644fb9fa1e46b.jpg", + "text": "$$\n\\hat { \\mathbf { w } } ^ { * } = ( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } ,\n$$", + "text_format": "latex", + "bbox": [ + 408, + 378, + 588, + 397 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $\\mathbf { I }$ stands for the identity matrix. Here we meet with the common problem of estimating Hessian and its inverse, which are well-known to be intractable for deep neural networks. We explore two simplified cases to help us move forward. ", + "bbox": [ + 174, + 401, + 826, + 444 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "(1) $\\mathbf { H }$ is diagonal, which is a common simplification for Hessian LeCun et al. (1990), implying that the weights are independent of each other. For $w _ { i } ^ { * }$ with second derivative $h _ { i i }$ . With $L _ { 2 }$ penalty increased by $\\delta \\lambda$ $( \\delta \\lambda > 0 )$ , the new converged weights can be proved to be ", + "bbox": [ + 173, + 450, + 825, + 493 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/5b7b4dc32cb48b6b11396ba6bd41736ce3f582516dda7d1df22f73ab7eeaa507.jpg", + "text": "$$\n\\hat { w } _ { i } ^ { * } = \\frac { h _ { i i } } { h _ { i i } + \\delta \\lambda } w _ { i } ^ { * } , \\Rightarrow r _ { i } = \\frac { \\hat { w } _ { i } ^ { * } } { w _ { i } ^ { * } } = \\frac { 1 } { \\delta \\lambda / h _ { i i } + 1 } ,\n$$", + "text_format": "latex", + "bbox": [ + 339, + 497, + 658, + 531 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $r _ { i } \\in [ 0 , 1 )$ since $h _ { i i } \\geq 0$ and $\\delta \\lambda > 0$ . As seen, larger $h _ { i i }$ results in larger $r _ { i }$ (closer to 1), meaning that the weight is relatively less moved towards the origin. Our second algorithm primarily builds upon this finding, which implies when we add a penalty perturbation to the converged network, the way that different weights respond can reflect their underlying Hessian information. ", + "bbox": [ + 173, + 535, + 825, + 592 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "(2) In practice, we know $\\mathbf { H }$ is rarely diagonal. How the dependency among weights affects the finding abovecase, namely, $\\begin{array} { r } { \\mathbf { w } ^ { * } = \\binom { w _ { 1 } ^ { * } } { w _ { 2 } ^ { * } } , \\mathbf { H } = \\binom { h _ { 1 1 } h _ { 1 2 } } { h _ { 1 2 } h _ { 2 2 } } , \\hat { \\mathbf { H } } = \\binom { h _ { 1 1 } + \\delta \\lambda } { h _ { 1 2 } } _ { h _ { 2 2 } + \\delta \\lambda } } \\end{array}$ an in Eq. (5. The new c e explore the 2-derged weights can be analytically solved below, where the approximation equality is because that $\\delta \\lambda$ ", + "bbox": [ + 174, + 598, + 825, + 661 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/160c69c83de7c31885ca7bfc970c213f1558b16cc488e67cdb6564ab4671dcf1.jpg", + "text": "$$\n\\left\\{ \\hat { w } _ { 1 } ^ { * } \\right\\} = \\frac { 1 } { | \\hat { \\mathbf { H } } | } \\left\\{ \\begin{array} { l l } { ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 1 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 2 } ^ { * } } \\\\ ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } \\right\\} \\approx \\frac { 1 } { | \\hat { \\mathbf { H } } | } \\left\\{ \\begin{array} { l l } { ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 1 } ^ { * } } \\\\ { ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } } \\end{array} \\right\\} , \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 189, + 665, + 790, + 699 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/7e40e02521af9e22442c79b2bb12c69a4745526b9c968abf89e322d4dcacd3c5.jpg", + "text": "$$\n\\Rightarrow r _ { 1 } = \\frac { 1 } { \\left| \\hat { \\mathbf { H } } \\right| } ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) , r _ { 2 } = \\frac { 1 } { \\left| \\hat { \\mathbf { H } } \\right| } ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) .\n$$", + "text_format": "latex", + "bbox": [ + 267, + 704, + 730, + 734 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "As seen, $h _ { 1 1 } > h _ { 2 2 }$ also leads to $r _ { 1 } > r _ { 2 }$ , in line with the finding above. The existence of weight dependency (i.e., the $h _ { 1 2 }$ ) actually does not affect the conclusion since it is included in both ratios. ", + "bbox": [ + 174, + 734, + 825, + 763 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "These theoretical analyses show us that when the penalty is increased at the same pace, because of different local curvature structures, the weights actually respond differently – weights with larger curvature will be less moved. As such, the magnitude discrepancy among weights will be magnified as $\\lambda$ grows. Ultimately, the weights will naturally separate (see Fig. 1 for an empirical validation). When the discrepancy is large enough, even the simple $L _ { 1 }$ -norm can make an accurate criterion. Notably, the whole process happens itself with the uniformly rising $L _ { 2 }$ penalty, no need to know the Hessian values, thus not bothered by any issue arising from Hessian approximation in relevant prior arts LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a); Singh & Alistarh (2020). ", + "bbox": [ + 173, + 770, + 826, + 882 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In terms of the specific algorithm, all the penalty factor is increased at the same pace, ", + "bbox": [ + 174, + 888, + 735, + 904 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/b1c23e2087c4a9132169d390922ee0e7cc07aa30b582e40deda35092999eb2cd.jpg", + "text": "$$\n\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda , { \\mathrm { ~ f o r ~ a l l ~ } } j .\n$$", + "text_format": "latex", + "bbox": [ + 418, + 909, + 578, + 926 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Algorithm 1 GReg-1 and GReg-2 Algorithms ", + "text_level": 1, + "bbox": [ + 176, + 103, + 475, + 118 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "1: Input: Pre-trained model w, pruning ratio for $l$ -th layer $r _ { l } , l = 1 \\sim L$ , original weight decay $\\gamma$ \n2: Input: Regularization ceiling $\\tau$ , ceiling for picking $\\cdot$ , interval $K _ { u } , K _ { s }$ , granularity $\\delta \\lambda$ . \n3: Init: Iteration $i = 0$ . $\\lambda _ { j } = 0$ for all filter $j$ . Set kept filter indexes $S _ { l } ^ { k }$ to $\\mathcal { D }$ for each layer $l$ . \n4: Init: Set pruned filter indexes $S _ { l } ^ { p }$ by $L _ { 1 }$ -norm sorting, set $S _ { l } ^ { p }$ to full set, for each layer $l$ . \n5: while $\\lambda _ { j } \\overset { \\cdot } { \\leq } \\tau , j \\in S _ { l } ^ { p }$ do \n6: if i % $K _ { u } = 0$ then \n7: if $\\cdot$ and $\\lambda _ { j } > \\tau ^ { \\prime } , j \\in S _ { l } ^ { p }$ then \n8: Set $S _ { l } ^ { p }$ by $\\cdot$ -norm scoring, $S _ { l } ^ { k }$ as the complementary set of $S _ { l } ^ { p }$ , for each layer $\\cdot$ . \n9: end if \n10: $\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda$ for $j \\in S _ { l } ^ { p }$ , $\\lambda _ { j } = - \\gamma$ for $j \\in S _ { l } ^ { k }$ , for each layer $l$ \n11: end if \n12: Weight update by stochastic gradient descent (where the regularization is enforced). \n13: $i = i + 1$ . \n14: end while \n15: Train for another $K _ { s }$ iterations to stabilize. Then prune by $L _ { 1 }$ -norms and get model $\\mathbf { w } _ { 1 }$ . \n16: Fine-tune $\\mathbf { w } _ { 1 }$ to regain accuracy. \n17: Output: Pruned model $\\mathbf { w } _ { 2 }$ . ", + "bbox": [ + 176, + 119, + 820, + 361 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "When $\\lambda _ { j }$ reaches some ceiling $\\tau ^ { \\prime }$ , the magnitude gap turns large enough to let $L _ { 1 }$ -norm do scoring faithfully. After this, the procedures are similar to those in GReg-1: $\\lambda$ for the unimportant weights are further increased. One extra step is to bring back the kept weights to the normal magnitude. Although they are the “survivors” during the previous competition under a large penalty, their expressivity are also hurt. To be exact, we adopt negative penalty factor for the kept weights to encourage them to recover. When the $\\lambda$ for unimportant weights reaches the threshold $\\tau$ (akin to that of GReg-1), the training is terminated. $L _ { 1 }$ -pruning is conducted and then fine-tune to regain accuracy. To this end, the proposed two algorithms can be summarized in Algorithm 1. ", + "bbox": [ + 173, + 387, + 825, + 500 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Pruning ratios. We employ pre-specified pruning ratios in this work to keep the core method neat (see Appendix for more discussion). Exploring layer-wise sensitivity is out of the scope of this work, but clearly any method that finds more proper pruning ratios can readily work with our approaches. ", + "bbox": [ + 174, + 506, + 825, + 547 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Discussion: differences from IncReg. Although our work shares a general spirit of growing regularization with IncReg Wang et al. (2019c;b), our work is actually starkly different from theirs in many axes: ", + "bbox": [ + 174, + 554, + 821, + 597 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "• Motivation. The motivations for using the growing regularization are different. Wang et al. (2019c;b) adopt growing regularization to select the unimportant weights by training. Namely, they focus on the importance criterion problem. In contrast, we use growing regularization to investigate the pruning schedule problem (for GReg-1) or exploit the underlying Hessian information (for GReg-2). The importance criterion is simply $L _ { 1 }$ -norm. \nAlgorithm design. Wang et al. (2019c;b) assign different regularization factors to different weight groups based on their relative importance, while we assign them with the same factors. For GReg-1, this may not be a substantial difference, while for GReg-2, the difference is fundamental because the theoretical analysis of GReg-2 (Sec. 3.3) relies on the fact that regularization factors are kept the same for different weights. \nTheoretical analysis. The algorithm in Wang et al. (2019c;b) is generally heuristic-based, while our work provides rigorous theoretical analyses (Sec. 3.3) to support the proposed algorithm GReg-2. \n• Empirical performance. Both our methods are significantly better than Wang et al. (2019c;b) on the large-scale ImageNet dataset, which will be shown in the experiment section (Tab. 3). ", + "bbox": [ + 215, + 608, + 825, + 843 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Discussion: other regularization forms. The proposed methods in this work adopts $L _ { 2 }$ regularization. Here we discuss the possibility to generalize the method to other regularization forms ( $L 1$ and $L _ { 0 }$ ). (1) For GReg-1, it can be easily generalized to other regularization forms like $L _ { 1 }$ . For GReg-2, since the theoretical basis in Sec. 3.3 relies on the local quadratic approximation, $L _ { 2 }$ regularization meets this requirement while $L _ { 1 }$ does not. Therefore, GReg-2 cannot be (easily) generalized to the ", + "bbox": [ + 174, + 854, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "table", + "img_path": "images/12c8257961985aef474210918ea018a6e7ed1d45ba8c1c0a0bebc51d926e616c.jpg", + "table_caption": [ + "Table 1: Comparison between pruning schedules: one-shot pruning vs. our proposed GReg-1. Each setting is randomly run for 3 times, mean and std accuracies reported. " + ], + "table_footnote": [], + "table_body": "
ResNet56 + CIFAR10: Baseline accuracy 93.36%, #Params: 0.8530M,FLOPs: 0.1255G
Pruning ratio r (%)50709092.595
Sparsity (%)/ Speedup49.82/1.99×70.57/3.59×90.39/11.41×93.43/14.76×95.19/19.31×
Acc.(%,L1+one-shot)92.97±0.1591.88±0.0987.34±0.2187.31±0.2882.79±0.22
Acc.(%,GReg-1,ours)93.06±0.0992.23±0.2189.49±0.2388.39±0.1585.97±0.16
Acc. gain (%)0.090.352.151.083.18
VGG19 + CIFAR100: Baseline accuracy 74.02%,#Params: 20.0812M,FLOPs: 0.3982G
Pruning ratio r (%)5060708090
Sparsity(%)/Speedup74.87/3.60×84.00/5.41×90.98/8.84×95.95/17.30×98.96/44.22×
Acc.(%,L1+one-shot)71.49±0.1470.27±0.1266.05±0.0461.59±0.0351.36±0.11
Acc.(%,GReg-1,ours)71.50±0.1270.33±0.1267.35±0.1563.55±0.2957.09±0.03
Acc. gain (%)0.010.061.301.965.73
", + "bbox": [ + 171, + 145, + 821, + 313 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "$L _ { 1 }$ regularization as far as we can see currently. (2) For $L _ { 0 }$ regularization, it is well-known NP-hard. \nIn practice, it is typically converted to the $L _ { 1 }$ regularization case, which we just discussed. ", + "bbox": [ + 176, + 328, + 820, + 356 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4 EXPERIMENTAL RESULTS ", + "text_level": 1, + "bbox": [ + 176, + 377, + 419, + 393 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Datasets and networks. We first conduct analyses on the CIFAR10/100 datasets Krizhevsky (2009) with ResNet56 He et al. (2016)/VGG19 Simonyan & Zisserman (2015). Then we evaluate our methods on the large-scale ImageNet dataset Deng et al. (2009) with ResNet34 and 50 He et al. (2016). For CIFAR datasets, we train our baseline models with accuracies comparable to those in the original papers. For ImageNet, we take the official PyTorch Paszke et al. (2019) pre-trained models2 as baseline to maintain comparability with other methods. ", + "bbox": [ + 174, + 409, + 825, + 492 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Training settings. To control the irrelevant factors as we can, for comparison methods that release their pruning ratios, we will adopt their ratios; otherwise, we will use our specified ones. We compare the speedup (measured by FLOPs reduction) since we mainly target model acceleration rather than compression. Detailed training settings (e.g., hyper-parameters and layer pruning ratios) are summarized in the Appendix. ", + "bbox": [ + 174, + 500, + 825, + 569 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4.1 RESNET56/VGG19 ON CIFAR-10/100 ", + "text_level": 1, + "bbox": [ + 176, + 587, + 486, + 602 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Pruning schedule: GReg-1. First, we explore the effect of different pruning schedules on the performance of pruning. Specifically, we conduct two sets of experiments for comparison: (1) prune by $L _ { 1 }$ -norm sorting and fine-tune Li et al. (2017) (shorted as $^ { \\cdot \\cdot } L _ { 1 } +$ one-shot”); (2) employ the proposed growing regularization scheme (“GReg-1”) and fine-tune. We use a uniform pruning ratio scheme here: Pruning ratio $r$ is the same for all $l$ -th conv layer (the first layer is not pruned following common practice Gale et al. (2019)). For ResNet56, since it has the residual addition restriction, we only prune the first conv layer in a block as previous works do Li et al. (2017). For comprehensive comparisons, the pruning ratios vary in a large spectrum, covering acceleration ratios from around $2 \\times$ to $4 4 \\times$ . Note that we do not intend to obtain the best performance here but systematically explore the effect of different pruning schedules, so we employ relatively simple settings (e.g., the uniform pruning ratios). For fair comparisons, the fine-tuning scheme (e.g., number of epochs, learning rate schedule, etc.) is the same for different methods. Therefore, the key comparison here is to see which method can deliver a better base model before fine-tuning. ", + "bbox": [ + 173, + 613, + 825, + 794 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The results are shown in Tab. 1. We have the following observations: (1) On the whole, the proposed GReg-1 consistently outperforms $L _ { 1 }$ +one-shot. It is important to reiterate that the two settings have exactly the same pruned weights, so the only difference is how they are removed. The accuracy gaps show that apart from importance scoring, pruning schedule is also a critical factor. In the Appendix D, we present more results to demonstrate this finding actually is general, not merely limited to the case of $L _ { 1 }$ -norm criterion. The proposed regularization-based pruning schedule is consistently more favorable than the one-shot counterpart. (2) The larger pruning ratio, the more pronounced of the gain. This is reasonable since when more weights are pruned, the network cannot recover by its inherent plasticity Mittal et al. (2018), then the regularization-based way is more helpful because it helps the model transfer its expressive power to the remaining part. When the pruning ratio is relatively small (such as ResNet56, $r = 5 0 \\%$ ) , the plasticity of the model is enough to heal, so the benefit from GReg-1 is less significant compared with the one-shot counterpart. ", + "bbox": [ + 173, + 801, + 825, + 898 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/ac428ab6cf517902459262b7ec3fb69d47cf04a2e15dd1400507d10a01bda824.jpg", + "image_caption": [ + "Figure 1: Row 1: Illustration of weight separation as $L _ { 2 }$ penalty grows. Row 2: Normalized filter $L _ { 1 }$ -norm over iterations for ResNet50 layer2.3.conv1 (please see the Appendix for VGG19 plots). " + ], + "image_footnote": [], + "bbox": [ + 176, + 102, + 820, + 294 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/d907f6083b53bd48fe53b4c66cdc0b64e4a781cce80e1134643c84b63857284a.jpg", + "table_caption": [ + "Table 2: Comparison of different methods on the CIFAR10 and CIFAR100 datasets. " + ], + "table_footnote": [], + "table_body": "
MethodNetwork/DatasetBase acc.(%) Pruned acc. (%) Acc. drop Speedup
CP He et al. (2017)ResNet56/CIFAR1092.8091.801.002.00×
AMC He et al. (2018b)92.8091.900.902.00×
SFP He et al. (2018a)93.5993.360.232.11×
AFP Ding et al. (2018)93.9392.940.992.56×
C-SGD Ding et al. (2019a)93.3993.44-0.052.55×
GReg-1 (ours)93.3693.180.182.55×
GReg-2 (ours)93.3693.360.002.55×
Kron-OBD Wang et al. (2019a)73.3460.7012.645.73×
Kron-OBS Wang et al. (2019a)73.3460.6612.686.09×
EigenDamage Wang et al. (2019a) VGG19/CIFAR10073.3465.188.168.80×
GReg-1 (ours)74.0267.556.678.84×
GReg-2 (ours)74.0267.756.478.84×
", + "bbox": [ + 173, + 367, + 823, + 549 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 569, + 825, + 638 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Importance criterion: GReg-2. Here we empirically validate our finding in Sec. 3.3, that is, with uniformly rising $L _ { 2 }$ penalty, the weights should naturally separate. We claim, if $h _ { 1 1 } > h _ { 2 2 }$ , there should be $r _ { 1 } ~ > ~ r _ { 2 }$ , where $\\begin{array} { r } { r _ { 1 } = \\frac { \\tilde { \\hat { w _ { 1 } } } } { w _ { 1 } } , r _ { 2 } = \\frac { \\hat { w _ { 2 } } } { w _ { 2 } } } \\end{array}$ (the \\* mark indicating the local minimum is omitted here for readability). $r _ { 1 } ~ > ~ r _ { 2 }$ leads to $\\frac { \\bar { w } _ { 1 } } { w _ { 1 } } ~ > ~ \\frac { \\bar { w } _ { 2 } } { w _ { 2 } }$ , namely, $\\begin{array} { r } { r _ { 1 } \\ = \\ \\frac { \\hat { w _ { 1 } } } { \\hat { w _ { 2 } } } \\ > \\ \\frac { w _ { 1 } } { w _ { 2 } } } \\end{array}$ This shows that, after the $L _ { 2 }$ penalty grows a little, the new magnitude ratio of weight 1 over weight 2 will be magnified if $h _ { 1 1 } > h _ { 2 2 }$ $( w _ { 1 } , w _ { 2 }$ are positive in the analysis here, while the conclusion still holds if either of them is negative). In Fig. 1 (Row 1), we plot the standard deviation (divided by the means for normalization since the magnitude varies over iterations) of filter $L _ { 1 }$ -norms as the regularization grows. As seen, the normalized $L _ { 1 }$ -norm stddev grows larger and larger as $\\lambda$ grows. This phenomenon consistently appears across different models and datasets. To figuratively understand how the increasing penalty affects the relative magnitude over time, in Fig. 1 (Row 2), we plot the relative $L _ { 1 }$ -norms (divided by the max $L _ { 1 }$ -norm for normalization) at different iterations. As shown, it is hard to tell which filters are really important by the initial filter magnitude (Iter 0), but under a large penalty later, their discrepancy turns more and more obvious and finally it is very easy to identify which filters are more important. Since the magnitude gap is so large, the simple $L _ { 1 }$ -norm can make a sufficiently faithful criterion. ", + "bbox": [ + 173, + 645, + 825, + 875 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "CIFAR benchmarks. Finally, we compare the proposed algorithms with existing methods on the CIFAR datasets (Tab. 2). Here we adopt non-uniform pruning ratios (see the Appendix for specific numbers) for the best accuracy-FLOPs trade-off. On CIFAR10, compared with AMC He et al. ", + "bbox": [ + 176, + 882, + 823, + 924 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/a37e76fa341991da35b036954a7fb022287fc9ac19b9a1f8f740b9ea64331cb0.jpg", + "table_caption": [ + "Table 3: Acceleration comparison on ImageNet. FLOPs: ResNet34: 3.66G, ResNet50: 4.09G. " + ], + "table_footnote": [ + "Since the base models of C-SGD and AOFP have a much lower accuracy than ours, for fair comparison, we rain our own base models with similar accuracy. " + ], + "table_body": "
MethodNetworkBase top-1(%) Pruned top-1(%) Top-1 drop Speedup
L1 (pruned-B) Li et al. (2017) Taylor-FO Molchanov et al. (2019)ResNet3473.23 73.3172.17 72.831.06 0.481.32× 1.29×
GReg-1 (ours)73.3173.54-0.231.32×
GReg-2 (ours)73.3173.61-0.301.32×
ProvableFPLiebenwein et al. (2020) GReg-1 (ours)ResNet5076.13 76.1375.21 76.270.92 -0.141.43× 1.49×
AOFP Ding et al. (2019b) GReg-1 (ours)*ResNet5075.3475.63-0.291.49×
75.4076.13-0.731.49×
IncReg Wang et al. (2019b) SFP He et al. (2018a)75.60 76.1572.47 74.613.13 1.542.00× 1.72×
HRank Lin et al. (2020a) Taylor-FO Molchanov et al. (2019)ResNet5076.1574.981.171.78×
Factorized Li et al. (2019)76.18 76.1574.501.681.82×
74.551.602.33×
DCP Zhuang et al. (2018) CCP-AC Peng et al. (2019)76.0174.951.062.25×
76.1575.320.832.18×
GReg-1 (ours)76.1375.160.972.31×
GReg-2 (ours) C-SGD-50 Ding et al. (2019a)ResNet5076.1375.360.772.31×
75.3474.540.802.26×
AOFP Ding et al. (2019b)75.3475.110.232.31×
GReg-2 (ours)*ResNet5075.4075.220.182.31×
LFPC He et al. (2020)76.1574.461.692.55×
GReg-1 (ours)76.1374.851.282.56×
GReg-2 (ours)76.1374.931.202.56×
IncReg Wang et al. (2019b)75.6071.074.533.00×
Taylor-FO Molchanov et al. (2019)76.1871.693.05×
GReg-1 (ours)ResNet504.49
76.1373.752.383.06×
GReg-2 (ours)76.1373.902.233.06×
", + "bbox": [ + 173, + 132, + 818, + 501 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/15777f30c8f15e6704869b37f5118341cc015ffd6a4e2e618396b70cd11a8c78.jpg", + "table_caption": [ + "Table 4: Compression comparison on ImageNet with ResNet50. #Parameters: 25.56M. " + ], + "table_footnote": [], + "table_body": "
MethodBase top-1 (%)Pruned top-1(%) Top-1 dropSparsity (%)
GSM Ding et al. (2019c)75.7274.301.4280.00
Variational Dropout Molchanov et al. (2O17a)76.6975.281.4180.00
DPF Lin et al. (2020b)75.9574.551.4082.60
WoodFisher Singh & Alistarh (2020)75.9875.200.7882.70
GReg-1 (ours)76.1375.450.6882.70
GReg-2 (ours)76.1375.270.8682.70
", + "bbox": [ + 174, + 547, + 825, + 652 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "(2018b), though it adopts better layer-wise pruning ratios via reinforcement-learning, our algorithms can still deliver more favorable performance using sub-optimal human-specified ratios. AFP Ding et al. (2018) is another work exploring large regularization, while they do not adopt the growing scheme as we do. Its performance is also less favorable on CIFAR10 as shown in the table. Although our methods perform a little worse than C-SGD Ding et al. (2019a) on CIFAR10, on the large-scale ImageNet dataset, we will show our methods are significantly better than C-SGD. ", + "bbox": [ + 173, + 655, + 825, + 738 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Notably, on CIFAR100, Kron-OBD/OBS (an extension by Wang et al. (2019a) of the original OBD/OBS from unstructured pruning to structured pruning) are believed to be more accurate than $L _ { 1 }$ -norm in terms of capturing relative weight importance LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a). Yet, they are significantly outperformed by our GReg-1 based on the simple $L _ { 1 }$ -norm scoring. This may inspire us that an average pruning schedule (like the one-shot fashion) can offset the gain from a more advanced importance scoring scheme. ", + "bbox": [ + 174, + 744, + 825, + 829 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "4.2 RESNET34/50 ON IMAGENET ", + "text_level": 1, + "bbox": [ + 176, + 845, + 419, + 859 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Then we evaluate our methods on the standard large-scale ImageNet benchmarks with ResNets He et al. (2016). We refer to the official PyTorch ImageNet training example3 to make sure the implementation (such as data augmentation, weight decay, momentum, etc.) is standard. Please refer to the summarized training setting in the Appendix for details. ", + "bbox": [ + 176, + 872, + 823, + 900 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 821, + 132 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "The results are shown in Tab. 3. Methods with similar speedup are grouped together for easy comparison. In general, our method achieves comparable or better performance across various speedups on ResNet34 and 50. Concretely, (1) On both ResNet34 and 50, when the speedup is small (less than $2 \\times$ ), only our methods (and AOFP Ding et al. (2019b) for ResNet50) can even improve the top-1 accuracy. This phenomenon is broadly found by previous works Wen et al. (2016); Wang et al. (2018); He et al. (2017) but mainly on small datasets like CIFAR, while we make it on the much challenging ImageNet benchmark. (2) Similar to the results on CIFAR (Tab. 1), when the speedup is larger, the advantage of our method is more obvious. For example, ours GReg-2 only outperforms Taylor-FO Molchanov et al. (2019) by $0 . 8 6 \\%$ top-1 accuracy at the $\\sim 2 \\times$ setting, while at $\\sim 3 \\times$ , GReg-2 is better by $2 . 2 1 \\%$ top-1 accuracy. (3) Many methods work on the weight importance criterion problem, including some very recent ones (ProvableFP Liebenwein et al. (2020), LFPC He et al. (2020)). Yet as shown, our simple variant of $L _ { 1 }$ -norm pruning can still be a strong competitor in terms of accuracy-FLOPs trade-off. This reiterates one of our key ideas in this work that the pruning schedule may be as important as weight importance scoring and worth more research attention. ", + "bbox": [ + 173, + 138, + 825, + 333 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Unstructured pruning. Although we mainly target filter pruning in this work, the proposed methods actually can be applied to unstructured pruning as effectively. In Tab. 4, we present the results of unstructured pruning on ResNet50. WoodFisher Singh & Alistarh (2020) is the state-of-the-art Hessian-based unstructured pruning approach. Notably, without any Hessian approximation, our GReg-2 can achieve comparable performance with it (better absolute accuracy, yet slightly worse accuracy drop). Besides, the simple magnitude pruning variant GReg-1 delivers more favorable result, implying that a better pruning schedule also matters in the unstructured pruning case. ", + "bbox": [ + 174, + 340, + 825, + 438 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "5 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 459, + 318, + 476 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Regularization is long deemed as a sparsity-learning tool in neural network pruning, which usually works in the small strength regime. In this work, we present two algorithms that exploit regularization in a new fashion that the penalty factor is uniformly raised to a large level. Two central problems regarding deep neural pruning are tackled by the proposed methods, pruning schedule and weight importance criterion. The proposed approaches rely on few impractical assumptions, have a sound theoretical basis, and are scalable to large datasets and networks. Apart from the methodology itself, the encouraging results on CIFAR and ImageNet also justify our general ideas in this paper: (1) In addition to weight importance scoring, pruning schedule is another pivotal factor in deep neural pruning which may deserve more research attention. (2) Without any Hessian approximation, we can still tap into its power for pruning with the help of growing $L _ { 2 }$ regularization. ", + "bbox": [ + 174, + 491, + 825, + 631 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "ACKNOWLEDGEMENTS ", + "text_level": 1, + "bbox": [ + 176, + 654, + 366, + 669 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "The work is supported by the National Science Foundation Award ECCS-1916839 and the U.S. Army Research Office Award W911NF-17-1-0367. ", + "bbox": [ + 173, + 685, + 823, + 713 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 176, + 736, + 285, + 751 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Cristian Bucilua, Rich Caruana, and Alexandru Niculescu-Mizil. Model compression. In ˇ SIGKDD, 2006. 2 ", + "bbox": [ + 173, + 760, + 823, + 789 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Yu Cheng, Duo Wang, Pan Zhou, and Tao Zhang. A survey of model compression and acceleration for deep neural networks. arXiv preprint arXiv:1710.09282, 2017. 1 ", + "bbox": [ + 176, + 800, + 823, + 829 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "M. Courbariaux and Y. Bengio. BinaryNet: Training deep neural networks with weights and activations constrained to $+ 1$ or $- 1$ . arXiv preprint arXiv:1602.02830, 2016. 2 ", + "bbox": [ + 171, + 840, + 821, + 869 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Matthieu Courbariaux, Itay Hubara, Daniel Soudry, Ran El-Yaniv, and Yoshua Bengio. Binarized neural networks: Training deep neural networks with weights and activations constrained to $+ 1$ or -1. arXiv preprint arXiv:1602.02830, 2016. 2 ", + "bbox": [ + 176, + 882, + 823, + 922 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale hierarchical image database. In CVPR, 2009. 6 \nLei Deng, Guoqi Li, Song Han, Luping Shi, and Yuan Xie. Model compression and hardware acceleration for neural networks: A comprehensive survey. Proceedings of the IEEE, 108(4): 485–532, 2020. 1 \nEmily L Denton, Wojciech Zaremba, Joan Bruna, Yann LeCun, and Rob Fergus. Exploiting linear structure within convolutional networks for efficient evaluation. In NeurIPS, 2014. 3 \nXiaohan Ding, Guiguang Ding, Jungong Han, and Sheng Tang. Auto-balanced filter pruning for efficient convolutional neural networks. In AAAI, 2018. 2, 3, 7, 8 \nXiaohan Ding, Guiguang Ding, Yuchen Guo, and Jungong Han. Centripetal sgd for pruning very deep convolutional networks with complicated structure. In CVPR, 2019a. 2, 7, 8 \nXiaohan Ding, Guiguang Ding, Yuchen Guo, Jungong Han, and Chenggang Yan. Approximated oracle filter pruning for destructive cnn width optimization. In ICML, 2019b. 2, 8, 9, 13 \nXiaohan Ding, Xiangxin Zhou, Yuchen Guo, Jungong Han, Ji Liu, et al. Global sparse momentum sgd for pruning very deep neural networks. In NeurIPS, 2019c. 8 \nThomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey. JMLR, 20(55):1–21, 2019. 3 \nTrevor Gale, Erich Elsen, and Sara Hooker. The state of sparsity in deep neural networks. arXiv preprint arXiv:1902.09574, 2019. 1, 6 \nSong Han, Jeff Pool, John Tran, and William J Dally. Learning both weights and connections for efficient neural network. In NeurIPS, 2015. 1, 2 \nSong Han, Huizi Mao, and William J Dally. Deep compression: Compressing deep neural networks with pruning, trained quantization and huffman coding. In ICLR, 2016. 1, 2 \nB. Hassibi and D. G. Stork. Second order derivatives for network pruning: Optimal brain surgeon. In NeurIPS, 1993. 1, 2, 3, 4, 8 \nK. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, 2016. 6, 8 \nYang He, Guoliang Kang, Xuanyi Dong, Yanwei Fu, and Yi Yang. Soft filter pruning for accelerating deep convolutional neural networks. In IJCAI, 2018a. 7, 8 \nYang He, Yuhang Ding, Ping Liu, Linchao Zhu, Hanwang Zhang, and Yi Yang. Learning filter pruning criteria for deep convolutional neural networks acceleration. In CVPR, 2020. 1, 8, 9 \nYihui He, Xiangyu Zhang, and Jian Sun. Channel pruning for accelerating very deep neural networks. In ICCV, 2017. 1, 7, 9, 13 \nYihui He, Ji Lin, Zhijian Liu, Hanrui Wang, Li-Jia Li, and Song Han. AMC: Automl for model compression and acceleration on mobile devices. In ECCV, 2018b. 7 \nGeoffrey Hinton, Oriol Vinyals, and Jeff Dean. Distilling the knowledge in a neural network. In NeurIPS Workshop, 2014. 2 \nAndrew Howard, Mark Sandler, Grace Chu, Liang-Chieh Chen, Bo Chen, Mingxing Tan, Weijun Wang, Yukun Zhu, Ruoming Pang, Vijay Vasudevan, et al. Searching for mobilenetv3. arXiv preprint arXiv:1905.02244, 2019. 3 \nAndrew G Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand, Marco Andreetto, and Hartwig Adam. Mobilenets: Efficient convolutional neural networks for mobile vision applications. arXiv preprint arXiv:1704.04861, 2017. 3 \nMax Jaderberg, Andrea Vedaldi, and Andrew Zisserman. Speeding up convolutional neural networks with low rank expansions. In BMVC, 2014. 3 ", + "bbox": [ + 169, + 61, + 826, + 925 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alex Krizhevsky. Learning multiple layers of features from tiny images. Technical report, Citeseer, 2009. 6 ", + "bbox": [ + 173, + 103, + 825, + 133 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "V. Lebedev and V. Lempitsky. Fast convnets using group-wise brain damage. In CVPR, 2016. 2 ", + "bbox": [ + 174, + 142, + 805, + 159 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Vadim Lebedev, Yaroslav Ganin, Maksim Rakhuba, Ivan Oseledets, and Victor Lempitsky. Speeding-up convolutional neural networks using fine-tuned cp-decomposition. arXiv preprint arXiv:1412.6553, 2014. 3 ", + "bbox": [ + 174, + 167, + 823, + 210 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Y. LeCun, J. S. Denker, and S. A. Solla. Optimal brain damage. In NeurIPS, 1990. 1, 2, 3, 4, 8, 13, 14, 15 ", + "bbox": [ + 173, + 219, + 823, + 250 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. Nature, 521(7553):436, 2015. 1 ", + "bbox": [ + 174, + 258, + 823, + 287 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Hao Li, Asim Kadav, Igor Durdanovic, Hanan Samet, and Hans Peter Graf. Pruning filters for efficient convnets. In ICLR, 2017. 1, 2, 3, 6, 8, 14 ", + "bbox": [ + 173, + 297, + 821, + 327 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tuanhui Li, Baoyuan Wu, Yujiu Yang, Yanbo Fan, Yong Zhang, and Wei Liu. Compressing convolutional neural networks via factorized convolutional filters. In CVPR, 2019. 8 ", + "bbox": [ + 173, + 337, + 820, + 366 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Lucas Liebenwein, Cenk Baykal, Harry Lang, Dan Feldman, and Daniela Rus. Provable filter pruning for efficient neural networks. In ICLR, 2020. 8, 9 ", + "bbox": [ + 173, + 375, + 823, + 405 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mingbao Lin, Rongrong Ji, Yan Wang, Yichen Zhang, Baochang Zhang, Yonghong Tian, and Ling Shao. Hrank: Filter pruning using high-rank feature map. In CVPR, 2020a. 8 ", + "bbox": [ + 173, + 414, + 823, + 444 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Tao Lin, Sebastian U Stich, Luis Barba, Daniil Dmitriev, and Martin Jaggi. Dynamic model pruning with feedback. In ICLR, 2020b. 8 ", + "bbox": [ + 173, + 453, + 823, + 482 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Zhuang Liu, Jianguo Li, Zhiqiang Shen, Gao Huang, Shoumeng Yan, and Changshui Zhang. Learning efficient convolutional networks through network slimming. In ICCV, 2017. 1, 2 ", + "bbox": [ + 171, + 492, + 823, + 522 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Zhuang Liu, Mingjie Sun, Tinghui Zhou, Gao Huang, and Trevor Darrell. Rethinking the value of network pruning. In ICLR, 2019. 14 ", + "bbox": [ + 171, + 530, + 825, + 560 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Christos Louizos, Max Welling, and Diederik P Kingma. Learning sparse neural networks through l 0 regularization. In ICLR, 2018. 2 ", + "bbox": [ + 173, + 569, + 821, + 599 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "James Martens and Roger Grosse. Optimizing neural networks with kronecker-factored approximate curvature. In ICML, 2015. 2 ", + "bbox": [ + 173, + 608, + 821, + 638 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Deepak Mittal, Shweta Bhardwaj, Mitesh M Khapra, and Balaraman Ravindran. Recovering from random pruning: On the plasticity of deep convolutional neural networks. In WACV, 2018. 7 ", + "bbox": [ + 173, + 647, + 823, + 678 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Dmitry Molchanov, Arsenii Ashukha, and Dmitry Vetrov. Variational dropout sparsifies deep neural networks. In ICML, 2017a. 8 ", + "bbox": [ + 173, + 686, + 823, + 715 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "P. Molchanov, S. Tyree, and T. Karras. Pruning convolutional neural networks for resource efficient inference. In ICLR, 2017b. 1, 2 ", + "bbox": [ + 173, + 724, + 823, + 755 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Pavlo Molchanov, Arun Mallya, Stephen Tyree, Iuri Frosio, and Jan Kautz. Importance estimation for neural network pruning. In CVPR, 2019. 1, 2, 8, 9 ", + "bbox": [ + 169, + 763, + 825, + 794 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Michael C Mozer and Paul Smolensky. Skeletonization: A technique for trimming the fat from a network via relevance assessment. In NeurIPS, 1989. 1 ", + "bbox": [ + 169, + 803, + 823, + 833 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, et al. Pytorch: An imperative style, highperformance deep learning library. In NeurIPS, 2019. 6 ", + "bbox": [ + 176, + 842, + 823, + 886 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Hanyu Peng, Jiaxiang Wu, Shifeng Chen, and Junzhou Huang. Collaborative channel pruning for deep networks. In ICML, 2019. 8 ", + "bbox": [ + 174, + 895, + 821, + 924 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mohammad Rastegari, Vicente Ordonez, Joseph Redmon, and Ali Farhadi. Xnor-net: Imagenet classification using binary convolutional neural networks. In ECCV, 2016. 2 ", + "bbox": [ + 171, + 103, + 823, + 132 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "R. Reed. Pruning algorithms – a survey. IEEE Transactions on Neural Networks, 4(5):740–747, 1993. 1, 2 ", + "bbox": [ + 173, + 145, + 823, + 175 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, and Liang-Chieh Chen. Mobilenetv2: Inverted residuals and linear bottlenecks. In CVPR, 2018. 3 ", + "bbox": [ + 169, + 188, + 823, + 218 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jurgen Schmidhuber. Deep learning in neural networks: An overview. ¨ Neural networks, 61:85–117, 2015. 1 ", + "bbox": [ + 173, + 231, + 825, + 261 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image recognition. In ICLR, 2015. 6 ", + "bbox": [ + 174, + 273, + 825, + 304 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Sidak Pal Singh and Dan Alistarh. Woodfisher: Efficient second-order approximations for model compression. In NeurIPS, 2020. 1, 2, 4, 8, 9, 13 ", + "bbox": [ + 171, + 316, + 825, + 347 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Gilbert Strang. Calculus. Wellesley-Cambridge Press, 1991. 4 ", + "bbox": [ + 173, + 359, + 584, + 376 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Mingxing Tan and Quoc Le. Efficientnet: Rethinking model scaling for convolutional neural networks. In ICML, 2019. 3 ", + "bbox": [ + 173, + 388, + 823, + 417 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Chaoqi Wang, Roger Grosse, Sanja Fidler, and Guodong Zhang. Eigendamage: Structured pruning in the kronecker-factored eigenbasis. In ICML, 2019a. 1, 2, 4, 7, 8 ", + "bbox": [ + 171, + 431, + 823, + 462 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Huan Wang, Qiming Zhang, Yuehai Wang, and Haoji Hu. Structured probabilistic pruning for convolutional neural network acceleration. In BMVC, 2018. 9 ", + "bbox": [ + 171, + 473, + 823, + 503 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Huan Wang, Xinyi Hu, Qiming Zhang, Yuehai Wang, Lu Yu, and Haoji Hu. Structured pruning for efficient convolutional neural networks via incremental regularization. IEEE Journal of Selected Topics in Signal Processing, 14(4):775–788, 2019b. 5, 8 ", + "bbox": [ + 173, + 516, + 825, + 560 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Huan Wang, Qiming Zhang, Yuehai Wang, Lu Yu, and Haoji Hu. Structured pruning for efficient convnets via incremental regularization. In IJCNN, 2019c. 2, 3, 5 ", + "bbox": [ + 173, + 573, + 823, + 603 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Wei Wen, Chunpeng Wu, Yandan Wang, Yiran Chen, and Hai Li. Learning structured sparsity in deep neural networks. In NeurIPS, 2016. 1, 2, 9, 13 ", + "bbox": [ + 171, + 616, + 825, + 646 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jianbo Ye, Xin Lu, Zhe Lin, and James Z Wang. Rethinking the smaller-norm-less-informative assumption in channel pruning of convolution layers. In ICLR, 2018. 2 ", + "bbox": [ + 173, + 659, + 826, + 689 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Ming Yuan and Yi Lin. Model selection and estimation in regression with grouped variables. Journal of the Royal Statistical Society, 68(1):49–67, 2006. 2 ", + "bbox": [ + 171, + 702, + 823, + 731 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Xiangyu Zhang, Jianhua Zou, Xiang Ming, Kaiming He, and Jian Sun. Efficient and accurate approximations of nonlinear convolutional networks. In CVPR, 2015. 3 ", + "bbox": [ + 171, + 744, + 826, + 773 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, and Jian Sun. Shufflenet: An extremely efficient convolutional neural network for mobile devices. In CVPR, 2018. 3 ", + "bbox": [ + 171, + 786, + 825, + 816 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Zhuangwei Zhuang, Mingkui Tan, Bohan Zhuang, Jing Liu, Yong Guo, Qingyao Wu, Junzhou Huang, and Jinhui Zhu. Discrimination-aware channel pruning for deep neural networks. In NeurIPS, 2018. 8 ", + "bbox": [ + 176, + 830, + 823, + 873 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Barret Zoph and Quoc Le. Neural architecture search with reinforcement learning. In ICLR, 2017. 3 ", + "bbox": [ + 176, + 887, + 823, + 915 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A APPENDIX ", + "text_level": 1, + "bbox": [ + 176, + 102, + 297, + 117 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.1 EXPERIMENTAL SETTING DETAILS ", + "text_level": 1, + "bbox": [ + 176, + 133, + 460, + 148 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Training setting summary. About the networks evaluated, we intentionally avoid AlexNet and VGG on the ImageNet benchmark because the single-branch architecture is no longer representative of the modern deep network architectures with residuals (but still keep VGG19 on the CIFAR analysis to make sure the findings are not limited to one specific architecture). Apart from some key settings stated in the paper, a more detailed training setting summary is shown as Tab. 5. ", + "bbox": [ + 174, + 159, + 825, + 229 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/850c677b90dbfd948de7c102f6c87f86dbaff4275eac0749e6340b7515e0809c.jpg", + "table_caption": [ + "Table 5: Training setting summary. For the SGD solver, in the parentheses are the momentum and weight decay. For ImageNet, batch size 64 is used for pruning instead of the standard 256, which is because we want to save the training time. " + ], + "table_footnote": [], + "table_body": "
DatasetCIFARImageNet
SolverSGD (0.9, 5e-4)SGD (0.9, 1e-4)
LR policy (prune)Fixed (1e-3)
LR policy (finetune)Multi-step (0:1e-2,60:1e-3,90:1e-4)Multi-step (0:1e-2, 60:1e-3,90:1e-4)Multi-step (0:1e-2, 30:1e-3, 60:1e-4,75:1e-5)
Total epoch (finetune)12090
Batch size (prune)25664
Batch size (finetune)256
", + "bbox": [ + 178, + 300, + 815, + 395 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Pruning ratios. Although several recent methods Ding et al. (2019b); Singh & Alistarh (2020) can automatically decide pruning ratios, in this paper we opt to consider pruning independent with the pruning ratio choosing. The main consideration is that pruning ratio is broadly believed to reflect the redundancy of different layers LeCun et al. (1990); Wen et al. (2016); He et al. (2017), which is an inherent characteristic of the model, thus should not be coupled with the subsequent pruning algorithms. ", + "bbox": [ + 173, + 416, + 825, + 501 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Before we list the specific pruning ratios, we explain how we set them. (1) For a ResNet, if it has $N$ stages, we will use a list of $N$ floats to represent its pruning ratios for the $N$ stages. For example, ResNet56 has 4 stages in conv layers, then “[0, 0.5, 0.5, 0.5]” means “for the first stage (which is also the first conv layer), the pruning ratio is 0; the other three stages have pruning ratio of $0 . 5 '$ . Besides, since we do not prune the last conv in a residual block, which means for a two-layer residual block (for ResNet56), we only prune the first layer; for a three-layer bottleneck block (for ResNet34 and 50), we only prune the first and second layers. (2) For VGG19, we use the following pruning ratio setting. For example, “[0:0, 1-9:0.3, 10-15:0.5]” means “for the first layer (index starting from 0), the pruning ratio is 0; for layer 1 to 9, the pruning ratio is 0.3; for layer 10 to 15, the pruning ratio is $0 . 5 '$ . ", + "bbox": [ + 173, + 507, + 825, + 646 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "With these, the specific pruning ratio for each of our experiments in the paper are listed in Tab. 6. We do not have strong rules to set them, except one, which is setting the pruning ratios of higher stages smaller, because the FLOPs of higher layers are relatively smaller (due to the fact that the spatial feature map sizes are smaller) and we are targeting more acceleration than compression. Of course, this scheme only is quite crude, yet as our results (Tab. 3 and 4) show, even with these crude settings, the performances are still competitive. ", + "bbox": [ + 174, + 652, + 825, + 737 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "B PROOF OF EQ. 5 ", + "text_level": 1, + "bbox": [ + 176, + 756, + 344, + 773 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "When a quadratic function $\\mathcal { E }$ converges at $\\mathbf { w } ^ { * }$ with Hessian matrix $\\mathbf { H }$ , it can be formulated as ", + "bbox": [ + 169, + 787, + 784, + 803 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/a354779b1fe11cc9f5eb7262eb5daa29a2ba4a2657bb0a027f50705a65c78136.jpg", + "text": "$$\n\\mathcal { E } = ( \\mathbf { w } - \\mathbf { w } ^ { * } ) ^ { T } \\mathbf { H } ( \\mathbf { w } - \\mathbf { w } ^ { * } ) + C ,\n$$", + "text_format": "latex", + "bbox": [ + 382, + 809, + 614, + 829 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where $C$ is a constant. Now a new function is made by increasing the $L _ { 2 }$ penalty by small amount $\\delta \\lambda$ , namely, ", + "bbox": [ + 171, + 834, + 825, + 863 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/c34edfcfabc00cf2e1f4718de0c9ceeab070010b0548d9b2aac3a501a35144b7.jpg", + "text": "$$\n\\begin{array} { r } { \\hat { \\mathcal { E } } = \\mathcal { E } + \\delta \\lambda \\mathbf { w } ^ { T } \\mathbf { I } \\mathbf { w } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 431, + 861, + 565, + 878 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Let the new converged values be $\\hat { \\mathbf { w } } ^ { * }$ , then similar to Eq. 10, $\\hat { \\mathcal { E } }$ can be formulated as ", + "bbox": [ + 171, + 883, + 720, + 900 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/13e8756e6a8f3576944c1fa9c0c0737ff995ca8cb27e477bd45861524b23d6fa.jpg", + "text": "$$\n\\hat { \\mathcal { E } } = ( \\mathbf { w } - \\hat { \\mathbf { w } } ^ { * } ) ^ { T } \\hat { \\mathbf { H } } ( \\mathbf { w } - \\hat { \\mathbf { w } } ^ { * } ) + \\hat { C } , \\mathrm { w h e r e } \\hat { \\mathbf { H } } = \\mathbf { H } + \\delta \\lambda \\mathbf { I } .\n$$", + "text_format": "latex", + "bbox": [ + 305, + 905, + 691, + 924 + ], + "page_idx": 12 + }, + { + "type": "table", + "img_path": "images/9eb51b52ad79a8b97c1232d77d2bbb3f90a797f47cf9598a94a131052800195c.jpg", + "table_caption": [ + "Table 6: Pruning ratio summary. " + ], + "table_footnote": [ + "\\* In addition to the pruning ratios, several layers are skipped, following the setting of $L _ { 1 }$ (pruned-B) Li et al. (2017). Specifically, we refer to the implementation of Liu et al. (2019) at https://github.com/Ericmingjie/rethinking-network-pruning/tree/master/imagenet/l1-norm-pruning. " + ], + "table_body": "
DatasetNetworkSpeedupPruned top-1 accuracy (%)Pruning ratio
CIFAR10CIFAR100ResNet56VGG192.55×8.84×93.3667.56[0, 0.75, 0.75, 0.32, 0][1-15:0.7]
ImageNetImageNetImageNetImageNetImageNetResNet34ResNet50ResNet501.32×73.4476.2475.16[0, 0.50, 0.60, 0.40, 0, 0]*[0, 0.30, 0.30, 0.30, 0.14, 0][0, 0.60, 0.60, 0.60, 0.21, 0][0, 0.74, 0.74, 0.60, 0.21, 0][0, 0.68, 0.68, 0.68, 0.50, 0]
1.49×2.31×
ResNet50ResNet502.56×74.7573.50
3.06×
", + "bbox": [ + 173, + 131, + 854, + 251 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Meanwhile, combine Eq. 10 and Eq. 11, we can obtain ", + "bbox": [ + 173, + 313, + 532, + 328 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/3e92a4b74763a03469816778e023f02f170c348be759a20be4a6ae37b7713ea9.jpg", + "text": "$$\n\\begin{array} { r } { \\hat { \\mathcal { E } } = ( \\mathbf { w } - \\mathbf { w } ^ { * } ) ^ { T } \\mathbf { H } ( \\mathbf { w } - \\mathbf { w } ^ { * } ) + \\delta \\lambda \\mathbf { w } ^ { T } \\mathbf { I } \\mathbf { w } + C . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 341, + 330, + 656, + 351 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Compare Eq. 13 with Eq. 12, we have ", + "bbox": [ + 173, + 361, + 424, + 376 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/5e5c2915d39bb703757f0810d89c822d24d94c22f481c25d5e2a659ee95f70b9.jpg", + "text": "$$\n( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) { \\hat { \\mathbf { w } } } ^ { * } = \\mathbf { H } \\mathbf { w } ^ { * } \\Rightarrow { \\hat { \\mathbf { w } } } ^ { * } = ( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } .\n$$", + "text_format": "latex", + "bbox": [ + 321, + 377, + 674, + 396 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "C PROOF OF EQ. 7 ", + "bbox": [ + 174, + 414, + 344, + 430 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/ea9dc30c0730797c1c511ebc3edb22e5cea7c1db75ba0e57f8f864a49be11f03.jpg", + "text": "$$\n\\hat { \\mathbf { H } } = \\left\\{ \\begin{array} { c c } { h _ { 1 1 } + \\delta \\lambda } & { h _ { 1 2 } } \\\\ { h _ { 1 2 } } & { h _ { 2 2 } + \\delta \\lambda } \\end{array} \\right\\} \\Rightarrow \\hat { \\mathbf { H } } ^ { - 1 } = \\frac { 1 } { \\vert \\hat { \\mathbf { H } } \\vert } \\left\\{ \\begin{array} { c c } { h _ { 2 2 } + \\delta \\lambda } & { - h _ { 1 2 } } \\\\ { - h _ { 1 2 } } & { h _ { 1 1 } + \\delta \\lambda } \\end{array} \\right\\}\n$$", + "text_format": "latex", + "bbox": [ + 259, + 441, + 735, + 479 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Therefore, $\\hat { \\mathbf { w } } ^ { * } = \\hat { \\mathbf { H } } ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } \\Rightarrow$ ", + "bbox": [ + 174, + 488, + 380, + 503 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/51ddb2df0ebfaba7fefc2a8c3c7138da365237bf1ff5c5ce6187997a1c7278c3.jpg", + "text": "$$\n\\begin{array} { r l r } & { } & { \\left\\{ \\hat { w } _ { 1 } ^ { * } \\right\\} = \\hat { \\bf H } ^ { - 1 } { \\bf H } \\left\\{ w _ { 1 } ^ { * } \\right\\} = \\frac { 1 } { \\left| \\hat { \\bf H } \\right| } \\left\\{ \\begin{array} { c c } { h _ { 2 2 } + \\delta \\lambda } & { - h _ { 1 2 } } \\\\ { - h _ { 1 1 } } & { h _ { 1 1 } + \\delta \\lambda } \\end{array} \\right\\} \\left\\{ \\begin{array} { c c } { h _ { 1 1 } } & { h _ { 1 2 } } \\\\ { h _ { 1 2 } } & { h _ { 2 2 } } \\end{array} \\right\\} \\left\\{ \\begin{array} { c } { w _ { 1 } ^ { * } } \\\\ { w _ { 2 } ^ { * } } \\end{array} \\right\\} } \\\\ & { } & { = \\frac { 1 } { \\left| \\hat { \\bf H } \\right| } \\left\\{ \\begin{array} { c c } { \\left( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } \\right) w _ { 1 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 2 } ^ { * } } \\\\ { \\left( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } \\right) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } } \\end{array} \\right\\} . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 258, + 507, + 736, + 575 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "D GREG- $1 + \\mathrm { O B D }$ ", + "text_level": 1, + "bbox": [ + 174, + 588, + 346, + 604 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "In Sec. 4.1, we show when pruning the same weights, GReg-1 is significantly better than the oneshot counterpart, where the pruned weights are selected by the $L _ { 1 }$ -norm criterion. Here we conduct the same comparison just with a different pruning criterion introduced in OBD LeCun et al. (1990). OBD is also an one-shot pruning method, using a Hessian-based criterion which is believed to be more advanced than $L _ { 1 }$ -norm. ", + "bbox": [ + 173, + 619, + 825, + 689 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Results are shown in Tab. 7. As seen, using this more advanced importance criterion, our pruning scheme based on growing regularization is still consistently better than the one-shot counterpart. Besides, it is also verified here that a better pruning schedule can bring more accuracy gain when the speedup is larger. ", + "bbox": [ + 173, + 695, + 825, + 753 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "E FILTER L1-NORM CHANGE OF VGG19 ", + "text_level": 1, + "bbox": [ + 174, + 771, + 529, + 787 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "In Fig. 1 (Row 2), we plot the filter $L _ { 1 }$ -norm change over time for ResNet50 on ImageNet. Here we plot the case of VGG19 on CIFAR100 to show the weight separation phenomenon under growing regularization is a general one across different datasets and networks. ", + "bbox": [ + 174, + 803, + 823, + 844 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "F HYPER-PARAMETERS AND SENSITIVITY ANALYSIS ", + "text_level": 1, + "bbox": [ + 173, + 866, + 625, + 881 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "There are five introduced values in our methods: regularization ceiling $\\tau$ , ceiling for picking $\\tau ^ { \\prime }$ interval $K _ { u } , K _ { s }$ , granularity $\\delta \\lambda$ . Their settings are summarized in Tab. 8. Among them, the ceilings ", + "bbox": [ + 173, + 895, + 820, + 924 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Table 7: Comparison between pruning schedules: one-shot pruning vs. our proposed GReg-1 using the Hessian-based criterion introduced in OBD LeCun et al. (1990). Each setting is randomly run for 3 times, mean and std accuracies reported. We vary the global pruning ratio from 0.7 to 0.95 so as to cover the major speedup spectrum of interest. Same as Tab. 1, the pruned weights here are exactly the same for the two methods under each speedup ratio. The finetuning processes (number of epochs, LR schedules, etc.) are also the same to keep fair comparison. ", + "bbox": [ + 173, + 112, + 825, + 195 + ], + "page_idx": 14 + }, + { + "type": "image", + "img_path": "images/0f2d6935b0744fbb2ed80e72482e888c222e79ac5a2f589b70d6f4f3caae6562.jpg", + "image_caption": [ + "Figure 2: Normalized filter $L _ { 1 }$ -norm over iterations for VGG19 layer3. " + ], + "image_footnote": [], + "bbox": [ + 178, + 202, + 818, + 430 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "are set through validation: $\\tau = 1$ is set to make sure the unimportant weights are pushed down enough (as stated in the main paper, normally after the regularization training, their magnitudes are too small to cause significant accuracy degradation if they are completely removed). $\\tau ^ { \\prime } = 0 . 0 1$ is set generally for the same goal as $\\tau$ , but since it is applied to all the weight (not just the unimportant ones), we only expect it to be moderately large (thus smaller than $\\tau$ ) so that the important and unimportant can be differentiated with a clear boundary. For the $\\delta \\lambda$ , we use a very small regularization granularity $\\delta \\lambda$ , which our theoretical analysis is based on. We set its value to 1e-4 for GReg-1 and 1e-5 for GReg-2 with reference to the original weight decay value $5 \\times 1 0 ^ { - 4 }$ (for CIFAR models) and $1 0 ^ { - 4 }$ (for ImageNet models). Note that, these values come from our methods per se, not directly related to datasets and networks, thus are invariant to them. This is why we can employ the same setting of these three hyper-parameters in all our experiments, freeing practitioners from heavy tuning when dealing with different networks or datasets. ", + "bbox": [ + 173, + 479, + 825, + 647 + ], + "page_idx": 14 + }, + { + "type": "table", + "img_path": "images/5a7832f84ca81539a440aa31f97e6d3280db63e05a411adb11d23d2f9c302079.jpg", + "table_caption": [ + "Table 8: Hyper-parameters of our methods. " + ], + "table_footnote": [], + "table_body": "
NotationDefault value (CIFAR)Default value (ImageNet)
8入GReg-1: 1e-4, GReg-2: 1e-5
T1
T0.01
Ku10 iterations5 iterations
Ks5k iterations40k iterations
", + "bbox": [ + 289, + 690, + 705, + 771 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "A little bit of change is for $K _ { u } , K _ { s }$ . Both are generally to let the network have enough time to converge to the new equilibrium. Generally, we prefer large update intervals, yet we also need to consider the time complexity: Too large of them will bring too many iterations, which may be unnecessary. Among them, $K _ { s }$ is less important since it is to stabilize the large regularization $\\mathit { \\Psi } _ { \\tau } = 1 \\mathit { \\Psi } _ { . }$ ). We introduce it simply to make sure the training is fully converged. Therefore, the possibly more sensitive hyper-parameter is the $K _ { u }$ (set to 5 for ImageNet and 10 for CIFAR). Here we will show the performance is insensitive to the varying $K _ { u }$ . As shown in Tab. 9, the peak performance appears at around $K _ { u } = 1 5$ for ResNet56 and $K _ { u } = 1 0$ for VGG19. We simply adopt 10 for a uniform setting in our paper. We did not heavily tune these hyper-parameters, yet as seen, they work pretty well across different networks and datasets. Notably, even for the worst cases in Tab. 9 (in blue color), they are still significantly better than those of the “ $L _ { 1 } +$ one-shot” scheme, demonstrating the robustness of the proposed algorithm. ", + "bbox": [ + 173, + 784, + 825, + 924 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 103, + 823, + 132 + ], + "page_idx": 15 + }, + { + "type": "table", + "img_path": "images/b487c3997dc43bf81e0de6e0e03adf10913f6f2638ad3242ff024ba42e14d307.jpg", + "table_caption": [ + "Table 9: Sensitivity analysis of $K _ { u }$ on CIFAR10/100 datasets with the proposed GReg-1 algorithm. $K _ { u } = 1 0$ is the default setting. Pruning ratio $9 0 \\%$ (ResNet56) and $7 0 \\%$ (VGG19) are explored here. Experiments are randomly run for 3 times with mean accuracy and standard deviation reported. The best is highlighted with bold and the worst is highlighted with blue color. " + ], + "table_footnote": [], + "table_body": "
Ku15101520L1+one-shot
Acc. (%,ResNet56)89.40±0.0489.38±0.1389.49±0.2389.69±0.0589.62±0.1387.34±0.21
Acc. (%,VGG19)67.22±0.3367.32±0.2467.35±0.1567.06±0.4066.93±0.2266.05±0.04
", + "bbox": [ + 174, + 217, + 825, + 262 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "G MORE RESULTS OF PRUNING SCHEDULE COMPARISON ", + "text_level": 1, + "bbox": [ + 176, + 292, + 658, + 308 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "In Tab. 1, we show using $L _ { 1 }$ -norm sorting, our proposed GReg-1 can consistently surpass the oneshot schedule even pruning the same weights. Here we ask a more general question: Can the benefits from a regularization-based schedule consistently appear, agnostic to the weight importance scoring criterion? This question is important because it will show if the gain from a better pruning schedule is only a bonus concurrent with the $L _ { 1 }$ criterion or a really universal phenomenon. Since there are literally so many weight importance criteria, we cannot ablate them one by one. Nevertheless, given a pre-trained model and a pruning ratio $r$ , no matter what criterion, its role is to select a filter subset. For example, if there are 100 filters in a layer and $r = 0 . 5$ , then they are at most $\\binom { 1 0 0 } { 5 0 }$ importance criteria in theory for this layer. We can simply randomly pick a subset of filters (which corresponds to certain criterion, albeit unknown) and compare the one-shot way with regularization-based way on the subset. Based on this idea, we conduct five random runs on the ResNet56 and VGG19 to explore this. The pruning ratio is chosen as $9 0 \\%$ for ResNet56 and $7 0 \\%$ for VGG19 because under this ratio the compression (or acceleration) ratio is about 10 times, neither too large nor too small (where the network can heal itself regardless of pruning methods). ", + "bbox": [ + 173, + 321, + 825, + 518 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "The results are shown in Tab. 10. Here is a sanity check: Compared with Tab. 1, the mean accuracy of pruning randomly picked filters should be less than pruning those picked by $L _ { 1 }$ -norm, confirmed by $8 6 . 8 5 \\%$ vs. $8 7 . 3 4 \\%$ for ResNet56 and $6 5 . 0 4 \\%$ vs. $6 6 . 0 5 \\%$ for VGG19. As seen, in each run, the regularization-based way also significantly surpasses its one-shot counterpart. Although five random runs are still too few given the exploding potential combinations, yet as shown by the accuracy standard deviations, the results are stable and thus qualified to support our finding that the regularization-based pruning schedule is better to the one-shot counterpart. ", + "bbox": [ + 173, + 525, + 825, + 623 + ], + "page_idx": 15 + }, + { + "type": "table", + "img_path": "images/cc24bcea8291b721861a734d53a0fd1a3a1c92c0bb1b0e8cee80e42150e4117a.jpg", + "table_caption": [ + "Table 10: Comparison between pruning schedules: one-shot vs. GReg-1. Pruning ratio is $90 \\%$ for ResNet56 and $70 \\%$ for VGG19. In each run, the weights to prune are picked randomly before the training starts. " + ], + "table_footnote": [], + "table_body": "
ResNet56 + CIFAR10Run #1Run #2Run #3Run #4Run #5Mean±std
Acc. (%, one-shot)Acc. (%, GReg-1, ours)87.5789.2687.0088.9886.2788.7886.7589.4286.6788.9686.85±0.4389.08±0.23
VGG19 + CIFAR100Run #1Run #2Run #3Run #4Run #5Mean±std
Acc. (%,one-shot)Acc. (%, GReg-1, ours)64.5666.6365.0666.5765.0766.8065.0566.8065.4867.1665.04±0.2966.79±0.21
", + "bbox": [ + 173, + 695, + 830, + 786 + ], + "page_idx": 15 + } +] \ No newline at end of file diff --git a/parse/train/o966_Is_nPA/o966_Is_nPA_middle.json b/parse/train/o966_Is_nPA/o966_Is_nPA_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..da7748333cf3832887a501eeaf39d572a45a3172 --- /dev/null +++ b/parse/train/o966_Is_nPA/o966_Is_nPA_middle.json @@ -0,0 +1,45897 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 106, + 78, + 491, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 493, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 493, + 99 + ], + "score": 1.0, + "content": "NEURAL PRUNING VIA GROWING REGULARIZATION", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 114, + 335, + 160 + ], + "lines": [ + { + "bbox": [ + 111, + 114, + 312, + 128 + ], + "spans": [ + { + "bbox": [ + 111, + 114, + 312, + 128 + ], + "score": 1.0, + "content": "Huan Wang, Can Qin, Yulun Zhang∗, Yun Fu", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 126, + 290, + 138 + ], + "spans": [ + { + "bbox": [ + 111, + 126, + 290, + 138 + ], + "score": 1.0, + "content": "Northeastern University, Boston, MA, USA", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 137, + 333, + 150 + ], + "spans": [ + { + "bbox": [ + 112, + 137, + 333, + 150 + ], + "score": 1.0, + "content": "{wang.huan, qin.ca}@northeastern.edu,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 111, + 148, + 336, + 161 + ], + "spans": [ + { + "bbox": [ + 111, + 148, + 336, + 161 + ], + "score": 1.0, + "content": "yulun100@gmail.com, yunfu@ece.neu.edu", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 278, + 189, + 333, + 200 + ], + "lines": [ + { + "bbox": [ + 276, + 188, + 335, + 201 + ], + "spans": [ + { + "bbox": [ + 276, + 188, + 335, + 201 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 143, + 212, + 468, + 411 + ], + "lines": [ + { + "bbox": [ + 142, + 214, + 469, + 226 + ], + "spans": [ + { + "bbox": [ + 142, + 214, + 469, + 226 + ], + "score": 1.0, + "content": "Regularization has long been utilized to learn sparsity in deep neural network", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 224, + 469, + 237 + ], + "spans": [ + { + "bbox": [ + 141, + 224, + 469, + 237 + ], + "score": 1.0, + "content": "pruning. However, its role is mainly explored in the small penalty strength regime.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 235, + 469, + 248 + ], + "spans": [ + { + "bbox": [ + 141, + 235, + 469, + 248 + ], + "score": 1.0, + "content": "In this work, we extend its application to a new scenario where the regularization", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 246, + 470, + 259 + ], + "spans": [ + { + "bbox": [ + 141, + 246, + 470, + 259 + ], + "score": 1.0, + "content": "grows large gradually to tackle two central problems of pruning: pruning sched-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 257, + 470, + 270 + ], + "spans": [ + { + "bbox": [ + 141, + 257, + 470, + 270 + ], + "score": 1.0, + "content": "ule and weight importance scoring. (1) The former topic is newly brought up in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 267, + 469, + 280 + ], + "spans": [ + { + "bbox": [ + 141, + 267, + 469, + 280 + ], + "score": 1.0, + "content": "this work, which we find critical to the pruning performance while receives lit-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 279, + 469, + 291 + ], + "spans": [ + { + "bbox": [ + 141, + 279, + 346, + 291 + ], + "score": 1.0, + "content": "tle research attention. Specifically, we propose an", + "type": "text" + }, + { + "bbox": [ + 346, + 279, + 359, + 290 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 279, + 469, + 291 + ], + "score": 1.0, + "content": "regularization variant with", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 291, + 469, + 302 + ], + "spans": [ + { + "bbox": [ + 141, + 291, + 469, + 302 + ], + "score": 1.0, + "content": "rising penalty factors and show it can bring significant accuracy gains compared", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 301, + 469, + 313 + ], + "spans": [ + { + "bbox": [ + 142, + 301, + 469, + 313 + ], + "score": 1.0, + "content": "with its one-shot counterpart, even when the same weights are removed. (2) The", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 312, + 470, + 325 + ], + "spans": [ + { + "bbox": [ + 141, + 312, + 470, + 325 + ], + "score": 1.0, + "content": "growing penalty scheme also brings us an approach to exploit the Hessian in-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 323, + 469, + 335 + ], + "spans": [ + { + "bbox": [ + 141, + 323, + 469, + 335 + ], + "score": 1.0, + "content": "formation for more accurate pruning without knowing their specific values, thus", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 334, + 469, + 346 + ], + "spans": [ + { + "bbox": [ + 142, + 334, + 469, + 346 + ], + "score": 1.0, + "content": "not bothered by the common Hessian approximation problems. Empirically, the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 345, + 469, + 357 + ], + "spans": [ + { + "bbox": [ + 141, + 345, + 469, + 357 + ], + "score": 1.0, + "content": "proposed algorithms are easy to implement and scalable to large datasets and net-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 356, + 469, + 368 + ], + "spans": [ + { + "bbox": [ + 142, + 356, + 469, + 368 + ], + "score": 1.0, + "content": "works in both structured and unstructured pruning. Their effectiveness is demon-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "spans": [ + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "score": 1.0, + "content": "strated with modern deep neural networks on the CIFAR and ImageNet datasets,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 142, + 378, + 469, + 390 + ], + "spans": [ + { + "bbox": [ + 142, + 378, + 469, + 390 + ], + "score": 1.0, + "content": "achieving competitive results compared to many state-of-the-art algorithms. Our", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 388, + 469, + 401 + ], + "spans": [ + { + "bbox": [ + 141, + 388, + 469, + 401 + ], + "score": 1.0, + "content": "code and trained models are publicly available at https://github.com/mingsun-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 399, + 250, + 412 + ], + "spans": [ + { + "bbox": [ + 141, + 399, + 250, + 412 + ], + "score": 1.0, + "content": "tse/regularization-pruning.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 109, + 431, + 206, + 444 + ], + "lines": [ + { + "bbox": [ + 105, + 430, + 208, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 208, + 447 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 456, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "As deep neural networks advance in recent years LeCun et al. (2015); Schmidhuber (2015), their", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "remarkable effectiveness comes at a cost of rising storage, memory footprint, computing resources", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 478, + 504, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 504, + 490 + ], + "score": 1.0, + "content": "and energy consumption Cheng et al. (2017); Deng et al. (2020). Neural network pruning Han et al.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 488, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 506, + 501 + ], + "score": 1.0, + "content": "(2015; 2016); Li et al. (2017); Wen et al. (2016); He et al. (2017); Gale et al. (2019) is deemed as a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "score": 1.0, + "content": "promising force to alleviate this problem. Since its early debut Mozer & Smolensky (1989); Reed", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "(1993), the central problem of neural network pruning has been (arguably) how to choose weights", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "to discard, i.e., the weight importance scoring problem LeCun et al. (1990); Hassibi & Stork (1993);", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 533, + 388, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 388, + 545 + ], + "score": 1.0, + "content": "Molchanov et al. (2017b; 2019); Wang et al. (2019a); He et al. (2020).", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "The approaches to the scoring problem generally fall into two groups: importance-based and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "score": 1.0, + "content": "regularization-based Reed (1993). The former focuses on directly proposing certain theoretically", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 572, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 584 + ], + "score": 1.0, + "content": "sound importance criterion so that we can prune the unimportant weights once for all. Thus, the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 582, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 506, + 596 + ], + "score": 1.0, + "content": "pruning process is typically one-shot. In contrast, regularization-based approaches typically select", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "score": 1.0, + "content": "unimportant weights through training with a penalty term Han et al. (2015); Wen et al. (2016); Liu", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 603, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 104, + 603, + 505, + 618 + ], + "score": 1.0, + "content": "et al. (2017). However, the penalty strength is usually maintained in a small regime to avoid dam-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 615, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 506, + 629 + ], + "score": 1.0, + "content": "aging the model expressivity. Whereas, a large penalty strength can be helpful, specifically in two", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "aspects. (1) A large penalty can push unimportant weights rather close to zero, then the pruning", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "later barely hurts the performance even if the simple weight magnitude is adopted as criterion. (2)", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 649, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 660 + ], + "score": 1.0, + "content": "It is well-known that different weights of a neural network lie on the regions with different local", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "score": 1.0, + "content": "quadratic structures, i.e., Hessian information. Many methods try to tap into this to build a more", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 670, + 504, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 504, + 682 + ], + "score": 1.0, + "content": "accurate scoring LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a); Singh & Al-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "istarh (2020). However, for deep networks, it is especially hard to estimate Hessian. Sometimes,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 692, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 505, + 705 + ], + "score": 1.0, + "content": "even the computing itself can be intractable without resorting to proper approximation Wang et al.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 702, + 505, + 717 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 505, + 717 + ], + "score": 1.0, + "content": "(2019a). On this problem, we ask: Is it possible to exploit the Hessian information without knowing", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 40 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 722, + 204, + 731 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 205, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 205, + 734 + ], + "score": 1.0, + "content": "∗Corresponding author.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 106, + 78, + 491, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 493, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 493, + 99 + ], + "score": 1.0, + "content": "NEURAL PRUNING VIA GROWING REGULARIZATION", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 114, + 335, + 160 + ], + "lines": [ + { + "bbox": [ + 111, + 114, + 312, + 128 + ], + "spans": [ + { + "bbox": [ + 111, + 114, + 312, + 128 + ], + "score": 1.0, + "content": "Huan Wang, Can Qin, Yulun Zhang∗, Yun Fu", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 126, + 290, + 138 + ], + "spans": [ + { + "bbox": [ + 111, + 126, + 290, + 138 + ], + "score": 1.0, + "content": "Northeastern University, Boston, MA, USA", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 112, + 137, + 333, + 150 + ], + "spans": [ + { + "bbox": [ + 112, + 137, + 333, + 150 + ], + "score": 1.0, + "content": "{wang.huan, qin.ca}@northeastern.edu,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 111, + 148, + 336, + 161 + ], + "spans": [ + { + "bbox": [ + 111, + 148, + 336, + 161 + ], + "score": 1.0, + "content": "yulun100@gmail.com, yunfu@ece.neu.edu", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5, + "bbox_fs": [ + 111, + 114, + 336, + 161 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 189, + 333, + 200 + ], + "lines": [ + { + "bbox": [ + 276, + 188, + 335, + 201 + ], + "spans": [ + { + "bbox": [ + 276, + 188, + 335, + 201 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 143, + 212, + 468, + 411 + ], + "lines": [ + { + "bbox": [ + 142, + 214, + 469, + 226 + ], + "spans": [ + { + "bbox": [ + 142, + 214, + 469, + 226 + ], + "score": 1.0, + "content": "Regularization has long been utilized to learn sparsity in deep neural network", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 224, + 469, + 237 + ], + "spans": [ + { + "bbox": [ + 141, + 224, + 469, + 237 + ], + "score": 1.0, + "content": "pruning. However, its role is mainly explored in the small penalty strength regime.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 235, + 469, + 248 + ], + "spans": [ + { + "bbox": [ + 141, + 235, + 469, + 248 + ], + "score": 1.0, + "content": "In this work, we extend its application to a new scenario where the regularization", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 246, + 470, + 259 + ], + "spans": [ + { + "bbox": [ + 141, + 246, + 470, + 259 + ], + "score": 1.0, + "content": "grows large gradually to tackle two central problems of pruning: pruning sched-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 257, + 470, + 270 + ], + "spans": [ + { + "bbox": [ + 141, + 257, + 470, + 270 + ], + "score": 1.0, + "content": "ule and weight importance scoring. (1) The former topic is newly brought up in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 267, + 469, + 280 + ], + "spans": [ + { + "bbox": [ + 141, + 267, + 469, + 280 + ], + "score": 1.0, + "content": "this work, which we find critical to the pruning performance while receives lit-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 279, + 469, + 291 + ], + "spans": [ + { + "bbox": [ + 141, + 279, + 346, + 291 + ], + "score": 1.0, + "content": "tle research attention. Specifically, we propose an", + "type": "text" + }, + { + "bbox": [ + 346, + 279, + 359, + 290 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 279, + 469, + 291 + ], + "score": 1.0, + "content": "regularization variant with", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 291, + 469, + 302 + ], + "spans": [ + { + "bbox": [ + 141, + 291, + 469, + 302 + ], + "score": 1.0, + "content": "rising penalty factors and show it can bring significant accuracy gains compared", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 301, + 469, + 313 + ], + "spans": [ + { + "bbox": [ + 142, + 301, + 469, + 313 + ], + "score": 1.0, + "content": "with its one-shot counterpart, even when the same weights are removed. (2) The", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 312, + 470, + 325 + ], + "spans": [ + { + "bbox": [ + 141, + 312, + 470, + 325 + ], + "score": 1.0, + "content": "growing penalty scheme also brings us an approach to exploit the Hessian in-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 323, + 469, + 335 + ], + "spans": [ + { + "bbox": [ + 141, + 323, + 469, + 335 + ], + "score": 1.0, + "content": "formation for more accurate pruning without knowing their specific values, thus", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 334, + 469, + 346 + ], + "spans": [ + { + "bbox": [ + 142, + 334, + 469, + 346 + ], + "score": 1.0, + "content": "not bothered by the common Hessian approximation problems. Empirically, the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 345, + 469, + 357 + ], + "spans": [ + { + "bbox": [ + 141, + 345, + 469, + 357 + ], + "score": 1.0, + "content": "proposed algorithms are easy to implement and scalable to large datasets and net-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 142, + 356, + 469, + 368 + ], + "spans": [ + { + "bbox": [ + 142, + 356, + 469, + 368 + ], + "score": 1.0, + "content": "works in both structured and unstructured pruning. Their effectiveness is demon-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "spans": [ + { + "bbox": [ + 141, + 366, + 469, + 379 + ], + "score": 1.0, + "content": "strated with modern deep neural networks on the CIFAR and ImageNet datasets,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 142, + 378, + 469, + 390 + ], + "spans": [ + { + "bbox": [ + 142, + 378, + 469, + 390 + ], + "score": 1.0, + "content": "achieving competitive results compared to many state-of-the-art algorithms. Our", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 388, + 469, + 401 + ], + "spans": [ + { + "bbox": [ + 141, + 388, + 469, + 401 + ], + "score": 1.0, + "content": "code and trained models are publicly available at https://github.com/mingsun-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 399, + 250, + 412 + ], + "spans": [ + { + "bbox": [ + 141, + 399, + 250, + 412 + ], + "score": 1.0, + "content": "tse/regularization-pruning.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 14.5, + "bbox_fs": [ + 141, + 214, + 470, + 412 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 431, + 206, + 444 + ], + "lines": [ + { + "bbox": [ + 105, + 430, + 208, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 208, + 447 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 456, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "As deep neural networks advance in recent years LeCun et al. (2015); Schmidhuber (2015), their", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "remarkable effectiveness comes at a cost of rising storage, memory footprint, computing resources", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 478, + 504, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 504, + 490 + ], + "score": 1.0, + "content": "and energy consumption Cheng et al. (2017); Deng et al. (2020). Neural network pruning Han et al.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 488, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 506, + 501 + ], + "score": 1.0, + "content": "(2015; 2016); Li et al. (2017); Wen et al. (2016); He et al. (2017); Gale et al. (2019) is deemed as a", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 512 + ], + "score": 1.0, + "content": "promising force to alleviate this problem. Since its early debut Mozer & Smolensky (1989); Reed", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "(1993), the central problem of neural network pruning has been (arguably) how to choose weights", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 534 + ], + "score": 1.0, + "content": "to discard, i.e., the weight importance scoring problem LeCun et al. (1990); Hassibi & Stork (1993);", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 533, + 388, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 388, + 545 + ], + "score": 1.0, + "content": "Molchanov et al. (2017b; 2019); Wang et al. (2019a); He et al. (2020).", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 456, + 506, + 545 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 550, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "The approaches to the scoring problem generally fall into two groups: importance-based and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 574 + ], + "score": 1.0, + "content": "regularization-based Reed (1993). The former focuses on directly proposing certain theoretically", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 572, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 584 + ], + "score": 1.0, + "content": "sound importance criterion so that we can prune the unimportant weights once for all. Thus, the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 582, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 506, + 596 + ], + "score": 1.0, + "content": "pruning process is typically one-shot. In contrast, regularization-based approaches typically select", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "score": 1.0, + "content": "unimportant weights through training with a penalty term Han et al. (2015); Wen et al. (2016); Liu", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 603, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 104, + 603, + 505, + 618 + ], + "score": 1.0, + "content": "et al. (2017). However, the penalty strength is usually maintained in a small regime to avoid dam-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 615, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 506, + 629 + ], + "score": 1.0, + "content": "aging the model expressivity. Whereas, a large penalty strength can be helpful, specifically in two", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "aspects. (1) A large penalty can push unimportant weights rather close to zero, then the pruning", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "later barely hurts the performance even if the simple weight magnitude is adopted as criterion. (2)", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 649, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 660 + ], + "score": 1.0, + "content": "It is well-known that different weights of a neural network lie on the regions with different local", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 672 + ], + "score": 1.0, + "content": "quadratic structures, i.e., Hessian information. Many methods try to tap into this to build a more", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 670, + 504, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 504, + 682 + ], + "score": 1.0, + "content": "accurate scoring LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a); Singh & Al-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "istarh (2020). However, for deep networks, it is especially hard to estimate Hessian. Sometimes,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 692, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 692, + 505, + 705 + ], + "score": 1.0, + "content": "even the computing itself can be intractable without resorting to proper approximation Wang et al.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 702, + 505, + 717 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 505, + 717 + ], + "score": 1.0, + "content": "(2019a). On this problem, we ask: Is it possible to exploit the Hessian information without knowing", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "their specific values? This is the second scenario where a growing regularization can help. We will", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "show under a growing regularization, the weight magnitude will naturally separate because of their", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "different underlying local quadratic structure, therein we can pick the unimportant weights more", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "faithfully even using the simple magnitude-based criterion. Corresponding to these two aspects,", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 316, + 140 + ], + "score": 1.0, + "content": "we will present two algorithms based on a growing", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 317, + 127, + 329, + 137 + ], + "score": 0.84, + "content": "L _ { 2 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 330, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "regularization paradigm, in which the first", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 458, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 458, + 150 + ], + "score": 1.0, + "content": "highlights a better pruning schedule1 and the second explores a better pruning criterion.", + "type": "text", + "cross_page": true + } + ], + "index": 5 + } + ], + "index": 40, + "bbox_fs": [ + 104, + 550, + 506, + 717 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "their specific values? This is the second scenario where a growing regularization can help. We will", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "show under a growing regularization, the weight magnitude will naturally separate because of their", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "different underlying local quadratic structure, therein we can pick the unimportant weights more", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "faithfully even using the simple magnitude-based criterion. Corresponding to these two aspects,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 316, + 140 + ], + "score": 1.0, + "content": "we will present two algorithms based on a growing", + "type": "text" + }, + { + "bbox": [ + 317, + 127, + 329, + 137 + ], + "score": 0.84, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "regularization paradigm, in which the first", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 458, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 458, + 150 + ], + "score": 1.0, + "content": "highlights a better pruning schedule1 and the second explores a better pruning criterion.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 154, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "Our contributions. (1) We propose a simple yet effective growing regularization scheme, which", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 163, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 104, + 163, + 506, + 180 + ], + "score": 1.0, + "content": "can help transfer the model expressivity to the remaining part during pruning. The encouraging", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 177, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 505, + 189 + ], + "score": 1.0, + "content": "performance inspires us that the pruning schedule may be as critical as the weight importance cri-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "terion and deserve more research attention. (2) We further adopt growing regularization to exploit", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 505, + 210 + ], + "score": 1.0, + "content": "Hessian implicitly, without knowing their specific values. The method can help choose the unim-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 210, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 506, + 222 + ], + "score": 1.0, + "content": "portant weights more faithfully with a theoretically sound basis. In this regard, our paper is the first", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "score": 1.0, + "content": "to show the connection between magnitude-based pruning and Hessian-based pruning, pointing out", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "that the latter can be turned into the first one through our proposed growing regularization scheme.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "score": 1.0, + "content": "(3) The proposed two algorithms are easy to implement and scalable to large-scale datasets and net-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 505, + 266 + ], + "score": 1.0, + "content": "works. We show their effectiveness compared with many state-of-the-arts. Especially, the methods", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 263, + 386, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 386, + 278 + ], + "score": 1.0, + "content": "can work seamlessly for both filter pruning and unstructured pruning.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 293, + 211, + 306 + ], + "lines": [ + { + "bbox": [ + 104, + 291, + 213, + 308 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 213, + 308 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 505, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 505, + 332 + ], + "score": 1.0, + "content": "Regularization-based pruning. The first group of relevant works is those applying regularization", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 320, + 343 + ], + "score": 1.0, + "content": "to learn sparsity. The most famous probably is to use", + "type": "text" + }, + { + "bbox": [ + 320, + 331, + 333, + 342 + ], + "score": 0.88, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 330, + 345, + 343 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 345, + 331, + 357, + 342 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "regularization Louizos et al. (2018);", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "score": 1.0, + "content": "Liu et al. (2017); Ye et al. (2018) due to their sparsity-inducing nature. In addition, the common", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 352, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 119, + 364 + ], + "score": 0.86, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 352, + 505, + 366 + ], + "score": 1.0, + "content": "regularization is also explored for approximated sparsity Han et al. (2015; 2016). The early", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 104, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "papers focus more on unstructured pruning, which is beneficial to model compression yet not to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "score": 1.0, + "content": "acceleration. For structured pruning in favor of acceleration, Group-wise Brain Damage Lebedev &", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 385, + 506, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 506, + 398 + ], + "score": 1.0, + "content": "Lempitsky (2016) and SSL Wen et al. (2016) propose to use Group LASSO Yuan & Lin (2006) to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 396, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 506, + 408 + ], + "score": 1.0, + "content": "learn regular sparsity, where the penalty strength is still kept in small scale because the penalty is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "uniformly applied to all the weights. To resolve this, Ding et al. (2018) and Wang et al. (2019c)", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 418, + 487, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 487, + 430 + ], + "score": 1.0, + "content": "propose to employ different penalty factors for different weights, enabling large regularization.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 435, + 505, + 567 + ], + "lines": [ + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "score": 1.0, + "content": "Importance-based pruning. Importance-based pruning tries to establish certain advanced impor-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "tance criteria that can reflect the true relative importance among weights as faithfully as possible.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 456, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 470 + ], + "score": 1.0, + "content": "The pruned weights are usually decided immediately by some proposed formula instead of by train-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "score": 1.0, + "content": "ing (although the whole pruning process can involve training, e.g., iterative pruning). The most", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "widely used criterion is the magnitude-based: weight absolute value for unstructured pruningHan", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 490, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 196, + 501 + ], + "score": 1.0, + "content": "et al. (2015; 2016) or", + "type": "text" + }, + { + "bbox": [ + 196, + 490, + 225, + 502 + ], + "score": 0.93, + "content": "L _ { 1 } / L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 491, + 505, + 501 + ], + "score": 1.0, + "content": "-norm for structured pruning Li et al. (2017). This heuristic criterion", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 500, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 514 + ], + "score": 1.0, + "content": "was proposed a long time ago Reed (1993) and has been argued to be inaccurate. In this respect,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "score": 1.0, + "content": "improvement mainly comes from using Hessian information to obtain a more accurate approxima-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 523, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 535 + ], + "score": 1.0, + "content": "tion of the increased loss when a weight is removed LeCun et al. (1990); Hassibi & Stork (1993).", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "Hessian is intractable to compute for large networks, so some methods (e.g., EigenDamage Wang", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "et al. (2019a), WoodFisher Singh & Alistarh (2020)) employ cheap approximation (such as K-FAC", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 554, + 475, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 475, + 568 + ], + "score": 1.0, + "content": "Fisher Martens & Grosse (2015)) to make the 2nd-order criteria tractable on deep networks.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "score": 1.0, + "content": "Note that, there is no a hard boundary between the importance-based and regularization-based.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 583, + 504, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 504, + 596 + ], + "score": 1.0, + "content": "Many papers present their schemes in the combination of the two Ding et al. (2018); Wang et al.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "(2019c). The difference mainly lies in their emphasis: Regularization-based method focuses more", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "score": 1.0, + "content": "on an advanced penalty scheme so that the subsequent pruning criterion can be simple; while the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "importance-based one focus more on an advanced importance criterion itself. Meanwhile, regular-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 627, + 504, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 504, + 639 + ], + "score": 1.0, + "content": "ization paradigm always involves iterative training, while the importance-based can be one-shot Le-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 639, + 504, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 504, + 650 + ], + "score": 1.0, + "content": "Cun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a) (no training for picking weights to", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 649, + 465, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 465, + 661 + ], + "score": 1.0, + "content": "prune) or involve iterative training Molchanov et al. (2017b; 2019); Ding et al. (2019a;b).", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 43.5 + }, + { + "type": "text", + "bbox": [ + 108, + 666, + 504, + 699 + ], + "lines": [ + { + "bbox": [ + 106, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "Other model compression methods. Apart from pruning, there are also many other model com-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "pression approaches, e.g., quantization Courbariaux & Bengio (2016); Courbariaux et al. (2016);", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "Rastegari et al. (2016), knowledge distillation Bucilua et al. ˇ (2006); Hinton et al. (2014), low-", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 712, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 710, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 119, + 710, + 505, + 724 + ], + "score": 1.0, + "content": "1By pruning schedule, we mean the way to remove weights (e.g., removing all weights in a single step or", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 720, + 368, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 368, + 733 + ], + "score": 1.0, + "content": "multi-steps), not the training schedule such as learning rate settings, etc.", + "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, + 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, + 149 + ], + "lines": [], + "index": 2.5, + "bbox_fs": [ + 105, + 83, + 506, + 150 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 154, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "Our contributions. (1) We propose a simple yet effective growing regularization scheme, which", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 163, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 104, + 163, + 506, + 180 + ], + "score": 1.0, + "content": "can help transfer the model expressivity to the remaining part during pruning. The encouraging", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 177, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 505, + 189 + ], + "score": 1.0, + "content": "performance inspires us that the pruning schedule may be as critical as the weight importance cri-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "terion and deserve more research attention. (2) We further adopt growing regularization to exploit", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 505, + 210 + ], + "score": 1.0, + "content": "Hessian implicitly, without knowing their specific values. The method can help choose the unim-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 210, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 506, + 222 + ], + "score": 1.0, + "content": "portant weights more faithfully with a theoretically sound basis. In this regard, our paper is the first", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 233 + ], + "score": 1.0, + "content": "to show the connection between magnitude-based pruning and Hessian-based pruning, pointing out", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "that the latter can be turned into the first one through our proposed growing regularization scheme.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 505, + 254 + ], + "score": 1.0, + "content": "(3) The proposed two algorithms are easy to implement and scalable to large-scale datasets and net-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 505, + 266 + ], + "score": 1.0, + "content": "works. We show their effectiveness compared with many state-of-the-arts. Especially, the methods", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 263, + 386, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 386, + 278 + ], + "score": 1.0, + "content": "can work seamlessly for both filter pruning and unstructured pruning.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 11, + "bbox_fs": [ + 104, + 154, + 506, + 278 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 293, + 211, + 306 + ], + "lines": [ + { + "bbox": [ + 104, + 291, + 213, + 308 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 213, + 308 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 505, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 505, + 332 + ], + "score": 1.0, + "content": "Regularization-based pruning. The first group of relevant works is those applying regularization", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 320, + 343 + ], + "score": 1.0, + "content": "to learn sparsity. The most famous probably is to use", + "type": "text" + }, + { + "bbox": [ + 320, + 331, + 333, + 342 + ], + "score": 0.88, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 330, + 345, + 343 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 345, + 331, + 357, + 342 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "regularization Louizos et al. (2018);", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "score": 1.0, + "content": "Liu et al. (2017); Ye et al. (2018) due to their sparsity-inducing nature. In addition, the common", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 352, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 119, + 364 + ], + "score": 0.86, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 352, + 505, + 366 + ], + "score": 1.0, + "content": "regularization is also explored for approximated sparsity Han et al. (2015; 2016). The early", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 104, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "papers focus more on unstructured pruning, which is beneficial to model compression yet not to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 505, + 386 + ], + "score": 1.0, + "content": "acceleration. For structured pruning in favor of acceleration, Group-wise Brain Damage Lebedev &", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 385, + 506, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 506, + 398 + ], + "score": 1.0, + "content": "Lempitsky (2016) and SSL Wen et al. (2016) propose to use Group LASSO Yuan & Lin (2006) to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 396, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 506, + 408 + ], + "score": 1.0, + "content": "learn regular sparsity, where the penalty strength is still kept in small scale because the penalty is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "uniformly applied to all the weights. To resolve this, Ding et al. (2018) and Wang et al. (2019c)", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 418, + 487, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 487, + 430 + ], + "score": 1.0, + "content": "propose to employ different penalty factors for different weights, enabling large regularization.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22.5, + "bbox_fs": [ + 104, + 319, + 506, + 430 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 435, + 505, + 567 + ], + "lines": [ + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "score": 1.0, + "content": "Importance-based pruning. Importance-based pruning tries to establish certain advanced impor-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "tance criteria that can reflect the true relative importance among weights as faithfully as possible.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 456, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 470 + ], + "score": 1.0, + "content": "The pruned weights are usually decided immediately by some proposed formula instead of by train-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 505, + 480 + ], + "score": 1.0, + "content": "ing (although the whole pruning process can involve training, e.g., iterative pruning). The most", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "widely used criterion is the magnitude-based: weight absolute value for unstructured pruningHan", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 490, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 196, + 501 + ], + "score": 1.0, + "content": "et al. (2015; 2016) or", + "type": "text" + }, + { + "bbox": [ + 196, + 490, + 225, + 502 + ], + "score": 0.93, + "content": "L _ { 1 } / L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 491, + 505, + 501 + ], + "score": 1.0, + "content": "-norm for structured pruning Li et al. (2017). This heuristic criterion", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 500, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 505, + 514 + ], + "score": 1.0, + "content": "was proposed a long time ago Reed (1993) and has been argued to be inaccurate. In this respect,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 505, + 524 + ], + "score": 1.0, + "content": "improvement mainly comes from using Hessian information to obtain a more accurate approxima-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 523, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 535 + ], + "score": 1.0, + "content": "tion of the increased loss when a weight is removed LeCun et al. (1990); Hassibi & Stork (1993).", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "Hessian is intractable to compute for large networks, so some methods (e.g., EigenDamage Wang", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "et al. (2019a), WoodFisher Singh & Alistarh (2020)) employ cheap approximation (such as K-FAC", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 554, + 475, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 475, + 568 + ], + "score": 1.0, + "content": "Fisher Martens & Grosse (2015)) to make the 2nd-order criteria tractable on deep networks.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 435, + 505, + 568 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "score": 1.0, + "content": "Note that, there is no a hard boundary between the importance-based and regularization-based.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 583, + 504, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 504, + 596 + ], + "score": 1.0, + "content": "Many papers present their schemes in the combination of the two Ding et al. (2018); Wang et al.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "(2019c). The difference mainly lies in their emphasis: Regularization-based method focuses more", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "score": 1.0, + "content": "on an advanced penalty scheme so that the subsequent pruning criterion can be simple; while the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "importance-based one focus more on an advanced importance criterion itself. Meanwhile, regular-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 627, + 504, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 504, + 639 + ], + "score": 1.0, + "content": "ization paradigm always involves iterative training, while the importance-based can be one-shot Le-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 639, + 504, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 639, + 504, + 650 + ], + "score": 1.0, + "content": "Cun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a) (no training for picking weights to", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 649, + 465, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 465, + 661 + ], + "score": 1.0, + "content": "prune) or involve iterative training Molchanov et al. (2017b; 2019); Ding et al. (2019a;b).", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 572, + 505, + 661 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 666, + 504, + 699 + ], + "lines": [ + { + "bbox": [ + 106, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "Other model compression methods. Apart from pruning, there are also many other model com-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "pression approaches, e.g., quantization Courbariaux & Bengio (2016); Courbariaux et al. (2016);", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "Rastegari et al. (2016), knowledge distillation Bucilua et al. ˇ (2006); Hinton et al. (2014), low-", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "rank decomposition Denton et al. (2014); Jaderberg et al. (2014); Lebedev et al. (2014); Zhang", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 105 + ], + "score": 1.0, + "content": "et al. (2015), and efficient architecture design or search Howard et al. (2017); Sandler et al. (2018);", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 505, + 117 + ], + "score": 1.0, + "content": "Howard et al. (2019); Zhang et al. (2018); Tan & Le (2019); Zoph & Le (2017); Elsken et al. (2019).", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "score": 1.0, + "content": "They are orthogonal to network pruning and can work with the proposed methods to compress more.", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 49, + "bbox_fs": [ + 106, + 665, + 505, + 700 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "rank decomposition Denton et al. (2014); Jaderberg et al. (2014); Lebedev et al. (2014); Zhang", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 105 + ], + "score": 1.0, + "content": "et al. (2015), and efficient architecture design or search Howard et al. (2017); Sandler et al. (2018);", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 505, + 117 + ], + "score": 1.0, + "content": "Howard et al. (2019); Zhang et al. (2018); Tan & Le (2019); Zoph & Le (2017); Elsken et al. (2019).", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "score": 1.0, + "content": "They are orthogonal to network pruning and can work with the proposed methods to compress more.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 108, + 142, + 231, + 155 + ], + "lines": [ + { + "bbox": [ + 105, + 141, + 232, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 232, + 157 + ], + "score": 1.0, + "content": "3 PROPOSED METHOD", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "title", + "bbox": [ + 108, + 166, + 240, + 177 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 241, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 241, + 179 + ], + "score": 1.0, + "content": "3.1 PROBLEM FORMULATION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 186, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 106, + 186, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 291, + 199 + ], + "score": 1.0, + "content": "Pruning can be formulated as a transformation", + "type": "text" + }, + { + "bbox": [ + 292, + 187, + 312, + 199 + ], + "score": 0.92, + "content": "T ( * )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 186, + 505, + 199 + ], + "score": 1.0, + "content": "that takes a pretrained big model w as input and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 192, + 211 + ], + "score": 1.0, + "content": "output a small model", + "type": "text" + }, + { + "bbox": [ + 193, + 199, + 207, + 209 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 198, + 383, + 211 + ], + "score": 1.0, + "content": ", typically followed by a fine-tuning process", + "type": "text" + }, + { + "bbox": [ + 384, + 198, + 405, + 210 + ], + "score": 0.92, + "content": "F ( * )", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 198, + 506, + 211 + ], + "score": 1.0, + "content": ", which gives us the final", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 208, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 135, + 223 + ], + "score": 1.0, + "content": "output", + "type": "text" + }, + { + "bbox": [ + 135, + 209, + 190, + 221 + ], + "score": 0.92, + "content": "\\mathbf { w } _ { 2 } = F ( \\mathbf { w } _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 208, + 273, + 223 + ], + "score": 1.0, + "content": ". We do not focus on", + "type": "text" + }, + { + "bbox": [ + 274, + 209, + 295, + 220 + ], + "score": 0.9, + "content": "F ( * )", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 208, + 506, + 223 + ], + "score": 1.0, + "content": "since it is simply a standard neural network training", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 256, + 232 + ], + "score": 1.0, + "content": "process, but focus on the process of", + "type": "text" + }, + { + "bbox": [ + 257, + 220, + 309, + 231 + ], + "score": 0.91, + "content": "\\mathbf { w } _ { 1 } = T ( \\mathbf { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 220, + 505, + 232 + ], + "score": 1.0, + "content": ". The effect of pruning can be further specified", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 231, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 241, + 243 + ], + "score": 1.0, + "content": "into two sub-transformations: (1)", + "type": "text" + }, + { + "bbox": [ + 242, + 231, + 294, + 242 + ], + "score": 0.89, + "content": "M = T _ { 1 } ( \\mathbf { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 231, + 442, + 243 + ], + "score": 1.0, + "content": ", which obtains a binary mask vector", + "type": "text" + }, + { + "bbox": [ + 442, + 231, + 454, + 241 + ], + "score": 0.78, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 231, + 505, + 243 + ], + "score": 1.0, + "content": "that decides", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 250, + 255 + ], + "score": 1.0, + "content": "which weights will be removed; (2)", + "type": "text" + }, + { + "bbox": [ + 251, + 242, + 278, + 253 + ], + "score": 0.88, + "content": "T _ { 2 } ( \\mathbf { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 240, + 505, + 255 + ], + "score": 1.0, + "content": ", which adjusts the values of remaining weights. That is,", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5 + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 254, + 403, + 268 + ], + "lines": [ + { + "bbox": [ + 208, + 254, + 403, + 268 + ], + "spans": [ + { + "bbox": [ + 208, + 254, + 403, + 268 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { 1 } = T ( \\mathbf { w } ) = T _ { 1 } ( \\mathbf { w } ) \\odot T _ { 2 } ( \\mathbf { w } ) = M \\odot T _ { 2 } ( \\mathbf { w } ) .", + "type": "interline_equation", + "image_path": "2d1ceb0dc13e488fbfecab35f8e6c3c27d51269645ded8779c1531fcf956c376.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 208, + 254, + 403, + 268 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 274, + 505, + 331 + ], + "lines": [ + { + "bbox": [ + 106, + 275, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 329, + 286 + ], + "score": 1.0, + "content": "For one-shot pruning, there is no iterative training at", + "type": "text" + }, + { + "bbox": [ + 330, + 275, + 341, + 286 + ], + "score": 0.88, + "content": "T _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 275, + 505, + 286 + ], + "score": 1.0, + "content": ". It depends on a specific algorithm to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 285, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 488, + 299 + ], + "score": 1.0, + "content": "decide whether to adjust the remaining weights. For example, OBD LeCun et al. (1990) and", + "type": "text" + }, + { + "bbox": [ + 488, + 286, + 500, + 297 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 285, + 505, + 299 + ], + "score": 1.0, + "content": "-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 296, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 296, + 370, + 309 + ], + "score": 1.0, + "content": "norm pruning Li et al. (2017) do not adjust the kept weights (i.e.,", + "type": "text" + }, + { + "bbox": [ + 371, + 297, + 382, + 308 + ], + "score": 0.87, + "content": "T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 296, + 505, + 309 + ], + "score": 1.0, + "content": "is the identity function) while", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 306, + 506, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 392, + 320 + ], + "score": 1.0, + "content": "OBS Hassibi & Stork (1993) does. For learning-based pruning, both", + "type": "text" + }, + { + "bbox": [ + 393, + 308, + 404, + 319 + ], + "score": 0.88, + "content": "T _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 306, + 424, + 320 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 424, + 308, + 435, + 319 + ], + "score": 0.88, + "content": "T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 306, + 506, + 320 + ], + "score": 1.0, + "content": "involve iterative", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 319, + 322, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 322, + 331 + ], + "score": 1.0, + "content": "training and the kept weights will always be adjusted.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 335, + 505, + 391 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 505, + 348 + ], + "score": 1.0, + "content": "In the following, we will present our algorithms in the filter pruning scenario since we mainly", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "score": 1.0, + "content": "focus on model acceleration instead of compression in this work. Nevertheless, the methodology", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "can seamlessly translate to the unstructured pruning case. The difference lies in how we define the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "weight group: For filter pruning, a 4-d tensor convolutional filter (or 2-d tensor for fully-connected", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "score": 1.0, + "content": "layers) is regarded as a weight group, while for unstructured pruning, a single weight makes a group.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 108, + 403, + 261, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 403, + 263, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 263, + 416 + ], + "score": 1.0, + "content": "3.2 PRUNING SCHEDULE: GREG-1", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 424, + 505, + 480 + ], + "lines": [ + { + "bbox": [ + 106, + 424, + 504, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 273, + 436 + ], + "score": 1.0, + "content": "Our first method (GReg-1) is a variant of", + "type": "text" + }, + { + "bbox": [ + 274, + 425, + 286, + 435 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 424, + 492, + 436 + ], + "score": 1.0, + "content": "-norm pruning Li et al. (2017). It obtains the mask", + "type": "text" + }, + { + "bbox": [ + 492, + 425, + 504, + 434 + ], + "score": 0.71, + "content": "M", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 435, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 119, + 448 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 436, + 131, + 447 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 435, + 505, + 448 + ], + "score": 1.0, + "content": "-norm sorting but adjusts the kept weights via regularization. Specifically, given a pre-trained", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 446, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 244, + 459 + ], + "score": 1.0, + "content": "model w and layer pruning ratio", + "type": "text" + }, + { + "bbox": [ + 244, + 448, + 253, + 457 + ], + "score": 0.82, + "content": "r _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 446, + 347, + 459 + ], + "score": 1.0, + "content": ", we sort the filters by", + "type": "text" + }, + { + "bbox": [ + 347, + 447, + 360, + 457 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 446, + 505, + 459 + ], + "score": 1.0, + "content": "-norm and set the mask to zero for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "those with the least norms. Then, unlike Li et al. (2017) which removes the unimportant weights", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 468, + 491, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 340, + 480 + ], + "score": 1.0, + "content": "immediately (i.e., one-shot fashion), we impose a growing", + "type": "text" + }, + { + "bbox": [ + 340, + 469, + 353, + 479 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 468, + 491, + 480 + ], + "score": 1.0, + "content": "penalty to drive them to zero first:", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "interline_equation", + "bbox": [ + 233, + 481, + 376, + 495 + ], + "lines": [ + { + "bbox": [ + 233, + 481, + 376, + 495 + ], + "spans": [ + { + "bbox": [ + 233, + 481, + 376, + 495 + ], + "score": 0.9, + "content": "\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda , j \\in \\{ j \\mid M [ j ] = 0 \\} ,", + "type": "interline_equation", + "image_path": "51859927106d65252be86ad587592f9ca98b1e8e8cbba05681fd3829a57150f3.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 233, + 481, + 376, + 495 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 495, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 496, + 504, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 133, + 507 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 496, + 145, + 507 + ], + "score": 0.88, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 496, + 241, + 507 + ], + "score": 1.0, + "content": "is the penalty factor for", + "type": "text" + }, + { + "bbox": [ + 241, + 496, + 248, + 507 + ], + "score": 0.84, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 496, + 292, + 507 + ], + "score": 1.0, + "content": "-th weight;", + "type": "text" + }, + { + "bbox": [ + 293, + 496, + 304, + 506 + ], + "score": 0.83, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 496, + 504, + 507 + ], + "score": 1.0, + "content": "is the granularity in which we add up the penalty.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 184, + 519 + ], + "score": 1.0, + "content": "Clearly, a smaller", + "type": "text" + }, + { + "bbox": [ + 184, + 507, + 196, + 517 + ], + "score": 0.8, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 506, + 424, + 519 + ], + "score": 1.0, + "content": "means this regularization process smoother. Besides,", + "type": "text" + }, + { + "bbox": [ + 424, + 507, + 436, + 519 + ], + "score": 0.88, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "is only updated", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 517, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 131, + 530 + ], + "score": 1.0, + "content": "every", + "type": "text" + }, + { + "bbox": [ + 131, + 518, + 146, + 528 + ], + "score": 0.9, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 517, + 505, + 530 + ], + "score": 1.0, + "content": "iterations, which is a buffer time to let the network adapt to the new regularization. This", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 527, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 542 + ], + "score": 1.0, + "content": "algorithm is to explore whether the way we remove them (i.e., pruning schedule) leads to a difference", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "given the same weights to prune. Simple as it is, the scheme can bring significant accuracy gains", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 425, + 563 + ], + "score": 1.0, + "content": "especially under a large pruning ratio (Tab. 1). Note that, we intentionally set", + "type": "text" + }, + { + "bbox": [ + 425, + 551, + 438, + 561 + ], + "score": 0.81, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "the same for all", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 562, + 504, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 504, + 574 + ], + "score": 1.0, + "content": "the unimportant weights to keep the core idea simple. Natural extensions of using different penalty", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "score": 1.0, + "content": "factors for different weights (such as those in Ding et al. (2018); Wang et al. (2019c)) may be worth", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 583, + 281, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 281, + 596 + ], + "score": 1.0, + "content": "exploring but out of the scope of this work.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 635 + ], + "lines": [ + { + "bbox": [ + 106, + 599, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 133, + 613 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 601, + 145, + 612 + ], + "score": 0.87, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 599, + 247, + 613 + ], + "score": 1.0, + "content": "reaches a pre-set ceiling", + "type": "text" + }, + { + "bbox": [ + 248, + 603, + 254, + 610 + ], + "score": 0.7, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 599, + 487, + 613 + ], + "score": 1.0, + "content": ", we terminate the training and prune those with the least", + "type": "text" + }, + { + "bbox": [ + 488, + 601, + 500, + 611 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 599, + 505, + 613 + ], + "score": 1.0, + "content": "-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "norms, then fine-tune. Notably, the pruning will barely hurt the accuracy since the unimportant", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 619, + 485, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 317, + 638 + ], + "score": 1.0, + "content": "weights have been compressed to typically less than", + "type": "text" + }, + { + "bbox": [ + 317, + 621, + 336, + 635 + ], + "score": 0.92, + "content": "\\frac { 1 } { 1 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 619, + 485, + 638 + ], + "score": 1.0, + "content": "the magnitude of remaining weights.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40 + }, + { + "type": "title", + "bbox": [ + 108, + 646, + 281, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 645, + 281, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 281, + 658 + ], + "score": 1.0, + "content": "3.3 IMPORTANCE CRITERION: GREG-2", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 711 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "score": 1.0, + "content": "Our second algorithm is to further take advantage of the growing regularization scheme, not for", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 678, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 505, + 691 + ], + "score": 1.0, + "content": "pruning schedule but scoring. The training of neural networks is prone to overfitting, so regulariza-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 216, + 701 + ], + "score": 1.0, + "content": "tion is normally employed.", + "type": "text" + }, + { + "bbox": [ + 216, + 689, + 228, + 700 + ], + "score": 0.89, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "regularization (or referred to as weight decay) is a standard technique", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 497, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 277, + 713 + ], + "score": 1.0, + "content": "for deep network training. Given a dataset", + "type": "text" + }, + { + "bbox": [ + 277, + 701, + 286, + 709 + ], + "score": 0.83, + "content": "\\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 699, + 363, + 713 + ], + "score": 1.0, + "content": ", model parameters", + "type": "text" + }, + { + "bbox": [ + 364, + 702, + 373, + 709 + ], + "score": 0.46, + "content": "\\mathbf { w }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 699, + 497, + 713 + ], + "score": 1.0, + "content": ", the total loss will typically be", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5 + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 712, + 373, + 735 + ], + "lines": [ + { + "bbox": [ + 237, + 712, + 373, + 735 + ], + "spans": [ + { + "bbox": [ + 237, + 712, + 373, + 735 + ], + "score": 0.94, + "content": "\\mathcal { E } ( \\mathbf { w } , \\mathcal { D } ) = \\mathcal { L } ( \\mathbf { w } , \\mathcal { D } ) + \\frac { 1 } { 2 } \\lambda \\| \\mathbf { w } \\| _ { 2 } ^ { 2 } ,", + "type": "interline_equation", + "image_path": "64766edeea860dcfc7991fe775c58894666199785a4e91b42c201e9c3ee2f793.jpg" + } + ] + } + ], + "index": 47, + "virtual_lines": [ + { + "bbox": [ + 237, + 712, + 373, + 735 + ], + "spans": [], + "index": 47 + } + ] + } + ], + "page_idx": 2, + "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, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 81, + 506, + 127 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 142, + 231, + 155 + ], + "lines": [ + { + "bbox": [ + 105, + 141, + 232, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 232, + 157 + ], + "score": 1.0, + "content": "3 PROPOSED METHOD", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "title", + "bbox": [ + 108, + 166, + 240, + 177 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 241, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 241, + 179 + ], + "score": 1.0, + "content": "3.1 PROBLEM FORMULATION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 186, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 106, + 186, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 291, + 199 + ], + "score": 1.0, + "content": "Pruning can be formulated as a transformation", + "type": "text" + }, + { + "bbox": [ + 292, + 187, + 312, + 199 + ], + "score": 0.92, + "content": "T ( * )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 186, + 505, + 199 + ], + "score": 1.0, + "content": "that takes a pretrained big model w as input and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 192, + 211 + ], + "score": 1.0, + "content": "output a small model", + "type": "text" + }, + { + "bbox": [ + 193, + 199, + 207, + 209 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 198, + 383, + 211 + ], + "score": 1.0, + "content": ", typically followed by a fine-tuning process", + "type": "text" + }, + { + "bbox": [ + 384, + 198, + 405, + 210 + ], + "score": 0.92, + "content": "F ( * )", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 198, + 506, + 211 + ], + "score": 1.0, + "content": ", which gives us the final", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 208, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 135, + 223 + ], + "score": 1.0, + "content": "output", + "type": "text" + }, + { + "bbox": [ + 135, + 209, + 190, + 221 + ], + "score": 0.92, + "content": "\\mathbf { w } _ { 2 } = F ( \\mathbf { w } _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 208, + 273, + 223 + ], + "score": 1.0, + "content": ". We do not focus on", + "type": "text" + }, + { + "bbox": [ + 274, + 209, + 295, + 220 + ], + "score": 0.9, + "content": "F ( * )", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 208, + 506, + 223 + ], + "score": 1.0, + "content": "since it is simply a standard neural network training", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 256, + 232 + ], + "score": 1.0, + "content": "process, but focus on the process of", + "type": "text" + }, + { + "bbox": [ + 257, + 220, + 309, + 231 + ], + "score": 0.91, + "content": "\\mathbf { w } _ { 1 } = T ( \\mathbf { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 220, + 505, + 232 + ], + "score": 1.0, + "content": ". The effect of pruning can be further specified", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 231, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 241, + 243 + ], + "score": 1.0, + "content": "into two sub-transformations: (1)", + "type": "text" + }, + { + "bbox": [ + 242, + 231, + 294, + 242 + ], + "score": 0.89, + "content": "M = T _ { 1 } ( \\mathbf { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 231, + 442, + 243 + ], + "score": 1.0, + "content": ", which obtains a binary mask vector", + "type": "text" + }, + { + "bbox": [ + 442, + 231, + 454, + 241 + ], + "score": 0.78, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 231, + 505, + 243 + ], + "score": 1.0, + "content": "that decides", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 250, + 255 + ], + "score": 1.0, + "content": "which weights will be removed; (2)", + "type": "text" + }, + { + "bbox": [ + 251, + 242, + 278, + 253 + ], + "score": 0.88, + "content": "T _ { 2 } ( \\mathbf { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 240, + 505, + 255 + ], + "score": 1.0, + "content": ", which adjusts the values of remaining weights. That is,", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 186, + 506, + 255 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 254, + 403, + 268 + ], + "lines": [ + { + "bbox": [ + 208, + 254, + 403, + 268 + ], + "spans": [ + { + "bbox": [ + 208, + 254, + 403, + 268 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { 1 } = T ( \\mathbf { w } ) = T _ { 1 } ( \\mathbf { w } ) \\odot T _ { 2 } ( \\mathbf { w } ) = M \\odot T _ { 2 } ( \\mathbf { w } ) .", + "type": "interline_equation", + "image_path": "2d1ceb0dc13e488fbfecab35f8e6c3c27d51269645ded8779c1531fcf956c376.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 208, + 254, + 403, + 268 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 274, + 505, + 331 + ], + "lines": [ + { + "bbox": [ + 106, + 275, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 329, + 286 + ], + "score": 1.0, + "content": "For one-shot pruning, there is no iterative training at", + "type": "text" + }, + { + "bbox": [ + 330, + 275, + 341, + 286 + ], + "score": 0.88, + "content": "T _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 275, + 505, + 286 + ], + "score": 1.0, + "content": ". It depends on a specific algorithm to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 285, + 505, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 488, + 299 + ], + "score": 1.0, + "content": "decide whether to adjust the remaining weights. For example, OBD LeCun et al. (1990) and", + "type": "text" + }, + { + "bbox": [ + 488, + 286, + 500, + 297 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 285, + 505, + 299 + ], + "score": 1.0, + "content": "-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 296, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 104, + 296, + 370, + 309 + ], + "score": 1.0, + "content": "norm pruning Li et al. (2017) do not adjust the kept weights (i.e.,", + "type": "text" + }, + { + "bbox": [ + 371, + 297, + 382, + 308 + ], + "score": 0.87, + "content": "T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 296, + 505, + 309 + ], + "score": 1.0, + "content": "is the identity function) while", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 306, + 506, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 392, + 320 + ], + "score": 1.0, + "content": "OBS Hassibi & Stork (1993) does. For learning-based pruning, both", + "type": "text" + }, + { + "bbox": [ + 393, + 308, + 404, + 319 + ], + "score": 0.88, + "content": "T _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 306, + 424, + 320 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 424, + 308, + 435, + 319 + ], + "score": 0.88, + "content": "T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 306, + 506, + 320 + ], + "score": 1.0, + "content": "involve iterative", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 319, + 322, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 322, + 331 + ], + "score": 1.0, + "content": "training and the kept weights will always be adjusted.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15, + "bbox_fs": [ + 104, + 275, + 506, + 331 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 335, + 505, + 391 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 505, + 348 + ], + "score": 1.0, + "content": "In the following, we will present our algorithms in the filter pruning scenario since we mainly", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 360 + ], + "score": 1.0, + "content": "focus on model acceleration instead of compression in this work. Nevertheless, the methodology", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "can seamlessly translate to the unstructured pruning case. The difference lies in how we define the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "weight group: For filter pruning, a 4-d tensor convolutional filter (or 2-d tensor for fully-connected", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 394 + ], + "score": 1.0, + "content": "layers) is regarded as a weight group, while for unstructured pruning, a single weight makes a group.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 336, + 506, + 394 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 403, + 261, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 403, + 263, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 263, + 416 + ], + "score": 1.0, + "content": "3.2 PRUNING SCHEDULE: GREG-1", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 424, + 505, + 480 + ], + "lines": [ + { + "bbox": [ + 106, + 424, + 504, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 273, + 436 + ], + "score": 1.0, + "content": "Our first method (GReg-1) is a variant of", + "type": "text" + }, + { + "bbox": [ + 274, + 425, + 286, + 435 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 424, + 492, + 436 + ], + "score": 1.0, + "content": "-norm pruning Li et al. (2017). It obtains the mask", + "type": "text" + }, + { + "bbox": [ + 492, + 425, + 504, + 434 + ], + "score": 0.71, + "content": "M", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 435, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 119, + 448 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 436, + 131, + 447 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 435, + 505, + 448 + ], + "score": 1.0, + "content": "-norm sorting but adjusts the kept weights via regularization. Specifically, given a pre-trained", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 446, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 244, + 459 + ], + "score": 1.0, + "content": "model w and layer pruning ratio", + "type": "text" + }, + { + "bbox": [ + 244, + 448, + 253, + 457 + ], + "score": 0.82, + "content": "r _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 446, + 347, + 459 + ], + "score": 1.0, + "content": ", we sort the filters by", + "type": "text" + }, + { + "bbox": [ + 347, + 447, + 360, + 457 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 446, + 505, + 459 + ], + "score": 1.0, + "content": "-norm and set the mask to zero for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 106, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "those with the least norms. Then, unlike Li et al. (2017) which removes the unimportant weights", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 468, + 491, + 480 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 340, + 480 + ], + "score": 1.0, + "content": "immediately (i.e., one-shot fashion), we impose a growing", + "type": "text" + }, + { + "bbox": [ + 340, + 469, + 353, + 479 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 468, + 491, + 480 + ], + "score": 1.0, + "content": "penalty to drive them to zero first:", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 424, + 505, + 480 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 233, + 481, + 376, + 495 + ], + "lines": [ + { + "bbox": [ + 233, + 481, + 376, + 495 + ], + "spans": [ + { + "bbox": [ + 233, + 481, + 376, + 495 + ], + "score": 0.9, + "content": "\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda , j \\in \\{ j \\mid M [ j ] = 0 \\} ,", + "type": "interline_equation", + "image_path": "51859927106d65252be86ad587592f9ca98b1e8e8cbba05681fd3829a57150f3.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 233, + 481, + 376, + 495 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 495, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 496, + 504, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 133, + 507 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 496, + 145, + 507 + ], + "score": 0.88, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 496, + 241, + 507 + ], + "score": 1.0, + "content": "is the penalty factor for", + "type": "text" + }, + { + "bbox": [ + 241, + 496, + 248, + 507 + ], + "score": 0.84, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 496, + 292, + 507 + ], + "score": 1.0, + "content": "-th weight;", + "type": "text" + }, + { + "bbox": [ + 293, + 496, + 304, + 506 + ], + "score": 0.83, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 496, + 504, + 507 + ], + "score": 1.0, + "content": "is the granularity in which we add up the penalty.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 184, + 519 + ], + "score": 1.0, + "content": "Clearly, a smaller", + "type": "text" + }, + { + "bbox": [ + 184, + 507, + 196, + 517 + ], + "score": 0.8, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 506, + 424, + 519 + ], + "score": 1.0, + "content": "means this regularization process smoother. Besides,", + "type": "text" + }, + { + "bbox": [ + 424, + 507, + 436, + 519 + ], + "score": 0.88, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "is only updated", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 517, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 131, + 530 + ], + "score": 1.0, + "content": "every", + "type": "text" + }, + { + "bbox": [ + 131, + 518, + 146, + 528 + ], + "score": 0.9, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 517, + 505, + 530 + ], + "score": 1.0, + "content": "iterations, which is a buffer time to let the network adapt to the new regularization. This", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 527, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 542 + ], + "score": 1.0, + "content": "algorithm is to explore whether the way we remove them (i.e., pruning schedule) leads to a difference", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "given the same weights to prune. Simple as it is, the scheme can bring significant accuracy gains", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 425, + 563 + ], + "score": 1.0, + "content": "especially under a large pruning ratio (Tab. 1). Note that, we intentionally set", + "type": "text" + }, + { + "bbox": [ + 425, + 551, + 438, + 561 + ], + "score": 0.81, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "the same for all", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 562, + 504, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 504, + 574 + ], + "score": 1.0, + "content": "the unimportant weights to keep the core idea simple. Natural extensions of using different penalty", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 504, + 584 + ], + "score": 1.0, + "content": "factors for different weights (such as those in Ding et al. (2018); Wang et al. (2019c)) may be worth", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 583, + 281, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 281, + 596 + ], + "score": 1.0, + "content": "exploring but out of the scope of this work.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 496, + 506, + 596 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 635 + ], + "lines": [ + { + "bbox": [ + 106, + 599, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 133, + 613 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 601, + 145, + 612 + ], + "score": 0.87, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 599, + 247, + 613 + ], + "score": 1.0, + "content": "reaches a pre-set ceiling", + "type": "text" + }, + { + "bbox": [ + 248, + 603, + 254, + 610 + ], + "score": 0.7, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 599, + 487, + 613 + ], + "score": 1.0, + "content": ", we terminate the training and prune those with the least", + "type": "text" + }, + { + "bbox": [ + 488, + 601, + 500, + 611 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 599, + 505, + 613 + ], + "score": 1.0, + "content": "-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "norms, then fine-tune. Notably, the pruning will barely hurt the accuracy since the unimportant", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 619, + 485, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 317, + 638 + ], + "score": 1.0, + "content": "weights have been compressed to typically less than", + "type": "text" + }, + { + "bbox": [ + 317, + 621, + 336, + 635 + ], + "score": 0.92, + "content": "\\frac { 1 } { 1 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 619, + 485, + 638 + ], + "score": 1.0, + "content": "the magnitude of remaining weights.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 599, + 505, + 638 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 646, + 281, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 645, + 281, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 281, + 658 + ], + "score": 1.0, + "content": "3.3 IMPORTANCE CRITERION: GREG-2", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 711 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "score": 1.0, + "content": "Our second algorithm is to further take advantage of the growing regularization scheme, not for", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 678, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 505, + 691 + ], + "score": 1.0, + "content": "pruning schedule but scoring. The training of neural networks is prone to overfitting, so regulariza-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 216, + 701 + ], + "score": 1.0, + "content": "tion is normally employed.", + "type": "text" + }, + { + "bbox": [ + 216, + 689, + 228, + 700 + ], + "score": 0.89, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "regularization (or referred to as weight decay) is a standard technique", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 699, + 497, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 277, + 713 + ], + "score": 1.0, + "content": "for deep network training. Given a dataset", + "type": "text" + }, + { + "bbox": [ + 277, + 701, + 286, + 709 + ], + "score": 0.83, + "content": "\\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 699, + 363, + 713 + ], + "score": 1.0, + "content": ", model parameters", + "type": "text" + }, + { + "bbox": [ + 364, + 702, + 373, + 709 + ], + "score": 0.46, + "content": "\\mathbf { w }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 699, + 497, + 713 + ], + "score": 1.0, + "content": ", the total loss will typically be", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 666, + 505, + 713 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 712, + 373, + 735 + ], + "lines": [ + { + "bbox": [ + 237, + 712, + 373, + 735 + ], + "spans": [ + { + "bbox": [ + 237, + 712, + 373, + 735 + ], + "score": 0.94, + "content": "\\mathcal { E } ( \\mathbf { w } , \\mathcal { D } ) = \\mathcal { L } ( \\mathbf { w } , \\mathcal { D } ) + \\frac { 1 } { 2 } \\lambda \\| \\mathbf { w } \\| _ { 2 } ^ { 2 } ,", + "type": "interline_equation", + "image_path": "64766edeea860dcfc7991fe775c58894666199785a4e91b42c201e9c3ee2f793.jpg" + } + ] + } + ], + "index": 47, + "virtual_lines": [ + { + "bbox": [ + 237, + 712, + 373, + 735 + ], + "spans": [], + "index": 47 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 424, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 425, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 133, + 96 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 83, + 141, + 92 + ], + "score": 0.8, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 82, + 425, + 96 + ], + "score": 1.0, + "content": "is the task loss function. When the training converges, there should be", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 255, + 97, + 356, + 123 + ], + "lines": [ + { + "bbox": [ + 255, + 97, + 356, + 123 + ], + "spans": [ + { + "bbox": [ + 255, + 97, + 356, + 123 + ], + "score": 0.95, + "content": "\\lambda w _ { i } ^ { * } + \\frac { \\partial \\mathcal { L } } { \\partial w _ { i } } | _ { w _ { i } = w _ { i } ^ { * } } = 0 ,", + "type": "interline_equation", + "image_path": "37e30984524a39872ef6c179119d2c7d2ca1c3877bfae90c6319ba6db782ec71.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 255, + 97, + 356, + 123 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 505, + 226 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 133, + 138 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 127, + 146, + 138 + ], + "score": 0.9, + "content": "\\boldsymbol { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 127, + 199, + 138 + ], + "score": 1.0, + "content": "indicates the", + "type": "text" + }, + { + "bbox": [ + 200, + 127, + 204, + 136 + ], + "score": 0.72, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "-th weight at its local minimum. Eq. (4) shows that, for each specific weight", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "element, its equilibrium position is determined by two forces: loss gradient (i.e., guidance from the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "task) and regularization gradient (i.e., guidance from our prior). Our idea is to slightly increase the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 107, + 158, + 506, + 172 + ], + "spans": [ + { + "bbox": [ + 107, + 160, + 114, + 169 + ], + "score": 0.8, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 158, + 469, + 172 + ], + "score": 1.0, + "content": "to break the equilibrium and see how it results in a new one. A general impression is: If", + "type": "text" + }, + { + "bbox": [ + 469, + 160, + 476, + 169 + ], + "score": 0.77, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 158, + 506, + 172 + ], + "score": 1.0, + "content": "goes a", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 169, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 506, + 184 + ], + "score": 1.0, + "content": "little higher, the penalty force will drive the weights further towards origin and it will not stop unless", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 180, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 433, + 195 + ], + "score": 1.0, + "content": "proper loss gradient comes to halt it and then a new equilibrium is reached at", + "type": "text" + }, + { + "bbox": [ + 433, + 182, + 446, + 193 + ], + "score": 0.9, + "content": "\\hat { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 180, + 505, + 195 + ], + "score": 1.0, + "content": ". Considering", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 192, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 340, + 204 + ], + "score": 1.0, + "content": "different weights have different scales, we define a ratio", + "type": "text" + }, + { + "bbox": [ + 340, + 192, + 394, + 204 + ], + "score": 0.93, + "content": "r _ { i } = \\hat { w } _ { i } ^ { * } / w _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 192, + 505, + 204 + ], + "score": 1.0, + "content": "to describe how much the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 203, + 505, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 466, + 215 + ], + "score": 1.0, + "content": "weight magnitude changes after increasing the penalty factor. Our interest lies in how the", + "type": "text" + }, + { + "bbox": [ + 466, + 204, + 475, + 214 + ], + "score": 0.85, + "content": "r _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 203, + 505, + 215 + ], + "score": 1.0, + "content": "differs", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 214, + 406, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 406, + 226 + ], + "score": 1.0, + "content": "from one another and how it relates to the underlying Hessian information.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 243 + ], + "score": 1.0, + "content": "Deep neural networks are well-known over-parameterized and highly non-convex. To obtain a fea-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 242, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 254 + ], + "score": 1.0, + "content": "sible analysis, we adopt a local quadratic approximation of the loss function based on Taylor se-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "score": 1.0, + "content": "ries expansion Strang (1991) following common practices LeCun et al. (1990); Hassibi & Stork", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 412, + 277 + ], + "score": 1.0, + "content": "(1993); Wang et al. (2019a). Then when the model is converged, the error", + "type": "text" + }, + { + "bbox": [ + 412, + 264, + 420, + 274 + ], + "score": 0.79, + "content": "\\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "can be described by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 274, + 506, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 197, + 287 + ], + "score": 1.0, + "content": "the converged weights", + "type": "text" + }, + { + "bbox": [ + 198, + 275, + 212, + 285 + ], + "score": 0.79, + "content": "\\mathbf { w } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 274, + 352, + 287 + ], + "score": 1.0, + "content": "and the underlying Hessian matrix", + "type": "text" + }, + { + "bbox": [ + 352, + 275, + 363, + 285 + ], + "score": 0.55, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 274, + 386, + 287 + ], + "score": 1.0, + "content": "(note", + "type": "text" + }, + { + "bbox": [ + 387, + 275, + 397, + 285 + ], + "score": 0.43, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 274, + 506, + 287 + ], + "score": 1.0, + "content": "is p.s.d. since the model is", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 285, + 497, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 270, + 298 + ], + "score": 1.0, + "content": "converged). After increasing the penalty", + "type": "text" + }, + { + "bbox": [ + 270, + 286, + 277, + 295 + ], + "score": 0.83, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 285, + 290, + 298 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 291, + 286, + 302, + 296 + ], + "score": 0.85, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 285, + 497, + 298 + ], + "score": 1.0, + "content": ", the new converged weights can be proved to be", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5 + }, + { + "type": "interline_equation", + "bbox": [ + 250, + 300, + 360, + 315 + ], + "lines": [ + { + "bbox": [ + 250, + 300, + 360, + 315 + ], + "spans": [ + { + "bbox": [ + 250, + 300, + 360, + 315 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } ^ { * } = ( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } ,", + "type": "interline_equation", + "image_path": "ec0c9681aea3b66f1d6a5d0c4e5b60e3fd3e51a6428a3d01aaa644fb9fa1e46b.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 250, + 300, + 360, + 315 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 318, + 506, + 352 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 134, + 332 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 319, + 141, + 328 + ], + "score": 0.26, + "content": "\\mathbf { I }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 316, + 506, + 332 + ], + "score": 1.0, + "content": "stands for the identity matrix. Here we meet with the common problem of estimating", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "Hessian and its inverse, which are well-known to be intractable for deep neural networks. We", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 340, + 324, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 324, + 352 + ], + "score": 1.0, + "content": "explore two simplified cases to help us move forward.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 357, + 505, + 391 + ], + "lines": [ + { + "bbox": [ + 106, + 356, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 120, + 370 + ], + "score": 1.0, + "content": "(1)", + "type": "text" + }, + { + "bbox": [ + 120, + 357, + 131, + 367 + ], + "score": 0.36, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 356, + 505, + 370 + ], + "score": 1.0, + "content": "is diagonal, which is a common simplification for Hessian LeCun et al. (1990), implying that", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 304, + 381 + ], + "score": 1.0, + "content": "the weights are independent of each other. For", + "type": "text" + }, + { + "bbox": [ + 304, + 369, + 317, + 380 + ], + "score": 0.9, + "content": "w _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 367, + 414, + 381 + ], + "score": 1.0, + "content": "with second derivative", + "type": "text" + }, + { + "bbox": [ + 415, + 369, + 428, + 379 + ], + "score": 0.88, + "content": "h _ { i i }", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 367, + 458, + 381 + ], + "score": 1.0, + "content": ". With", + "type": "text" + }, + { + "bbox": [ + 459, + 369, + 471, + 380 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "penalty", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 379, + 403, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 159, + 391 + ], + "score": 1.0, + "content": "increased by", + "type": "text" + }, + { + "bbox": [ + 159, + 379, + 171, + 389 + ], + "score": 0.54, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 379, + 207, + 390 + ], + "score": 0.71, + "content": "( \\delta \\lambda > 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 379, + 403, + 391 + ], + "score": 1.0, + "content": ", the new converged weights can be proved to be", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 394, + 403, + 421 + ], + "lines": [ + { + "bbox": [ + 208, + 394, + 403, + 421 + ], + "spans": [ + { + "bbox": [ + 208, + 394, + 403, + 421 + ], + "score": 0.95, + "content": "\\hat { w } _ { i } ^ { * } = \\frac { h _ { i i } } { h _ { i i } + \\delta \\lambda } w _ { i } ^ { * } , \\Rightarrow r _ { i } = \\frac { \\hat { w } _ { i } ^ { * } } { w _ { i } ^ { * } } = \\frac { 1 } { \\delta \\lambda / h _ { i i } + 1 } ,", + "type": "interline_equation", + "image_path": "5b7b4dc32cb48b6b11396ba6bd41736ce3f582516dda7d1df22f73ab7eeaa507.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 394, + 403, + 407.5 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 208, + 407.5, + 403, + 421.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 424, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 106, + 424, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 133, + 438 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 425, + 177, + 437 + ], + "score": 0.92, + "content": "r _ { i } \\in [ 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 424, + 201, + 438 + ], + "score": 1.0, + "content": "since", + "type": "text" + }, + { + "bbox": [ + 202, + 425, + 235, + 436 + ], + "score": 0.91, + "content": "h _ { i i } \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 424, + 253, + 438 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 253, + 425, + 285, + 435 + ], + "score": 0.91, + "content": "\\delta \\lambda > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 424, + 354, + 438 + ], + "score": 1.0, + "content": ". As seen, larger", + "type": "text" + }, + { + "bbox": [ + 354, + 425, + 367, + 436 + ], + "score": 0.88, + "content": "h _ { i i }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 424, + 438, + 438 + ], + "score": 1.0, + "content": "results in larger", + "type": "text" + }, + { + "bbox": [ + 439, + 426, + 448, + 436 + ], + "score": 0.84, + "content": "r _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 424, + 505, + 438 + ], + "score": 1.0, + "content": "(closer to 1),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "score": 1.0, + "content": "meaning that the weight is relatively less moved towards the origin. Our second algorithm pri-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "score": 1.0, + "content": "marily builds upon this finding, which implies when we add a penalty perturbation to the converged", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 458, + 495, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 458, + 495, + 470 + ], + "score": 1.0, + "content": "network, the way that different weights respond can reflect their underlying Hessian information.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 107, + 474, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 212, + 488 + ], + "score": 1.0, + "content": "(2) In practice, we know", + "type": "text" + }, + { + "bbox": [ + 212, + 475, + 223, + 484 + ], + "score": 0.55, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 474, + 505, + 488 + ], + "score": 1.0, + "content": "is rarely diagonal. How the dependency among weights affects the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 484, + 511, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 161, + 521 + ], + "score": 1.0, + "content": "finding abovecase, namely,", + "type": "text" + }, + { + "bbox": [ + 162, + 497, + 373, + 514 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbf { w } ^ { * } = \\binom { w _ { 1 } ^ { * } } { w _ { 2 } ^ { * } } , \\mathbf { H } = \\binom { h _ { 1 1 } h _ { 1 2 } } { h _ { 1 2 } h _ { 2 2 } } , \\hat { \\mathbf { H } } = \\binom { h _ { 1 1 } + \\delta \\lambda } { h _ { 1 2 } } _ { h _ { 2 2 } + \\delta \\lambda } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 484, + 421, + 521 + ], + "score": 1.0, + "content": "an in Eq. (5. The new c", + "type": "text" + }, + { + "bbox": [ + 434, + 484, + 511, + 521 + ], + "score": 1.0, + "content": "e explore the 2-derged weights can", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 513, + 433, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 421, + 525 + ], + "score": 1.0, + "content": "be analytically solved below, where the approximation equality is because that", + "type": "text" + }, + { + "bbox": [ + 422, + 513, + 433, + 523 + ], + "score": 0.83, + "content": "\\delta \\lambda", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 527, + 484, + 554 + ], + "lines": [ + { + "bbox": [ + 116, + 527, + 484, + 554 + ], + "spans": [ + { + "bbox": [ + 116, + 527, + 484, + 554 + ], + "score": 0.91, + "content": "\\left\\{ \\hat { w } _ { 1 } ^ { * } \\right\\} = \\frac { 1 } { | \\hat { \\mathbf { H } } | } \\left\\{ \\begin{array} { l l } { ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 1 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 2 } ^ { * } } \\\\ ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } \\right\\} \\approx \\frac { 1 } { | \\hat { \\mathbf { H } } | } \\left\\{ \\begin{array} { l l } { ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 1 } ^ { * } } \\\\ { ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } } \\end{array} \\right\\} , \\end{array}", + "type": "interline_equation", + "image_path": "160c69c83de7c31885ca7bfc970c213f1558b16cc488e67cdb6564ab4671dcf1.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 116, + 527, + 484, + 536.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 116, + 536.0, + 484, + 545.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 116, + 545.0, + 484, + 554.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 164, + 558, + 447, + 582 + ], + "lines": [ + { + "bbox": [ + 164, + 558, + 447, + 582 + ], + "spans": [ + { + "bbox": [ + 164, + 558, + 447, + 582 + ], + "score": 0.92, + "content": "\\Rightarrow r _ { 1 } = \\frac { 1 } { \\left| \\hat { \\mathbf { H } } \\right| } ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) , r _ { 2 } = \\frac { 1 } { \\left| \\hat { \\mathbf { H } } \\right| } ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) .", + "type": "interline_equation", + "image_path": "7e40e02521af9e22442c79b2bb12c69a4745526b9c968abf89e322d4dcacd3c5.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 164, + 558, + 447, + 582 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 582, + 505, + 605 + ], + "lines": [ + { + "bbox": [ + 105, + 581, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 144, + 595 + ], + "score": 1.0, + "content": "As seen,", + "type": "text" + }, + { + "bbox": [ + 144, + 583, + 188, + 594 + ], + "score": 0.92, + "content": "h _ { 1 1 } > h _ { 2 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 581, + 242, + 595 + ], + "score": 1.0, + "content": "also leads to", + "type": "text" + }, + { + "bbox": [ + 243, + 584, + 276, + 594 + ], + "score": 0.9, + "content": "r _ { 1 } > r _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 581, + 505, + 595 + ], + "score": 1.0, + "content": ", in line with the finding above. The existence of weight", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 593, + 502, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 191, + 606 + ], + "score": 1.0, + "content": "dependency (i.e., the", + "type": "text" + }, + { + "bbox": [ + 191, + 594, + 207, + 605 + ], + "score": 0.87, + "content": "h _ { 1 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 593, + 502, + 606 + ], + "score": 1.0, + "content": ") actually does not affect the conclusion since it is included in both ratios.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 506, + 699 + ], + "lines": [ + { + "bbox": [ + 106, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "These theoretical analyses show us that when the penalty is increased at the same pace, because of", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "score": 1.0, + "content": "different local curvature structures, the weights actually respond differently – weights with larger", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "curvature will be less moved. As such, the magnitude discrepancy among weights will be magnified", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 644, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 117, + 655 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 644, + 125, + 654 + ], + "score": 0.73, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 644, + 505, + 655 + ], + "score": 1.0, + "content": "grows. Ultimately, the weights will naturally separate (see Fig. 1 for an empirical validation).", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 653, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 335, + 668 + ], + "score": 1.0, + "content": "When the discrepancy is large enough, even the simple", + "type": "text" + }, + { + "bbox": [ + 336, + 655, + 348, + 666 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 653, + 505, + 668 + ], + "score": 1.0, + "content": "-norm can make an accurate criterion.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 664, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 664, + 376, + 678 + ], + "score": 1.0, + "content": "Notably, the whole process happens itself with the uniformly rising", + "type": "text" + }, + { + "bbox": [ + 376, + 666, + 388, + 677 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 664, + 506, + 678 + ], + "score": 1.0, + "content": "penalty, no need to know the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "Hessian values, thus not bothered by any issue arising from Hessian approximation in relevant prior", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 687, + 489, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 489, + 699 + ], + "score": 1.0, + "content": "arts LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a); Singh & Alistarh (2020).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 107, + 704, + 450, + 716 + ], + "lines": [ + { + "bbox": [ + 105, + 703, + 450, + 718 + ], + "spans": [ + { + "bbox": [ + 105, + 703, + 450, + 718 + ], + "score": 1.0, + "content": "In terms of the specific algorithm, all the penalty factor is increased at the same pace,", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + }, + { + "type": "interline_equation", + "bbox": [ + 256, + 720, + 354, + 734 + ], + "lines": [ + { + "bbox": [ + 256, + 720, + 354, + 734 + ], + "spans": [ + { + "bbox": [ + 256, + 720, + 354, + 734 + ], + "score": 0.9, + "content": "\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda , { \\mathrm { ~ f o r ~ a l l ~ } } j .", + "type": "interline_equation", + "image_path": "b1c23e2087c4a9132169d390922ee0e7cc07aa30b582e40deda35092999eb2cd.jpg" + } + ] + } + ], + "index": 48, + "virtual_lines": [ + { + "bbox": [ + 256, + 720, + 354, + 734 + ], + "spans": [], + "index": 48 + } + ] + } + ], + "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": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 8 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 424, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 425, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 133, + 96 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 83, + 141, + 92 + ], + "score": 0.8, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 82, + 425, + 96 + ], + "score": 1.0, + "content": "is the task loss function. When the training converges, there should be", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 106, + 82, + 425, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 255, + 97, + 356, + 123 + ], + "lines": [ + { + "bbox": [ + 255, + 97, + 356, + 123 + ], + "spans": [ + { + "bbox": [ + 255, + 97, + 356, + 123 + ], + "score": 0.95, + "content": "\\lambda w _ { i } ^ { * } + \\frac { \\partial \\mathcal { L } } { \\partial w _ { i } } | _ { w _ { i } = w _ { i } ^ { * } } = 0 ,", + "type": "interline_equation", + "image_path": "37e30984524a39872ef6c179119d2c7d2ca1c3877bfae90c6319ba6db782ec71.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 255, + 97, + 356, + 123 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 505, + 226 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 133, + 138 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 127, + 146, + 138 + ], + "score": 0.9, + "content": "\\boldsymbol { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 127, + 199, + 138 + ], + "score": 1.0, + "content": "indicates the", + "type": "text" + }, + { + "bbox": [ + 200, + 127, + 204, + 136 + ], + "score": 0.72, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 127, + 505, + 138 + ], + "score": 1.0, + "content": "-th weight at its local minimum. Eq. (4) shows that, for each specific weight", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "element, its equilibrium position is determined by two forces: loss gradient (i.e., guidance from the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "task) and regularization gradient (i.e., guidance from our prior). Our idea is to slightly increase the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 107, + 158, + 506, + 172 + ], + "spans": [ + { + "bbox": [ + 107, + 160, + 114, + 169 + ], + "score": 0.8, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 158, + 469, + 172 + ], + "score": 1.0, + "content": "to break the equilibrium and see how it results in a new one. A general impression is: If", + "type": "text" + }, + { + "bbox": [ + 469, + 160, + 476, + 169 + ], + "score": 0.77, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 158, + 506, + 172 + ], + "score": 1.0, + "content": "goes a", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 169, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 506, + 184 + ], + "score": 1.0, + "content": "little higher, the penalty force will drive the weights further towards origin and it will not stop unless", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 180, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 433, + 195 + ], + "score": 1.0, + "content": "proper loss gradient comes to halt it and then a new equilibrium is reached at", + "type": "text" + }, + { + "bbox": [ + 433, + 182, + 446, + 193 + ], + "score": 0.9, + "content": "\\hat { w } _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 180, + 505, + 195 + ], + "score": 1.0, + "content": ". Considering", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 192, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 340, + 204 + ], + "score": 1.0, + "content": "different weights have different scales, we define a ratio", + "type": "text" + }, + { + "bbox": [ + 340, + 192, + 394, + 204 + ], + "score": 0.93, + "content": "r _ { i } = \\hat { w } _ { i } ^ { * } / w _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 192, + 505, + 204 + ], + "score": 1.0, + "content": "to describe how much the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 203, + 505, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 466, + 215 + ], + "score": 1.0, + "content": "weight magnitude changes after increasing the penalty factor. Our interest lies in how the", + "type": "text" + }, + { + "bbox": [ + 466, + 204, + 475, + 214 + ], + "score": 0.85, + "content": "r _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 203, + 505, + 215 + ], + "score": 1.0, + "content": "differs", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 214, + 406, + 226 + ], + "spans": [ + { + "bbox": [ + 106, + 214, + 406, + 226 + ], + "score": 1.0, + "content": "from one another and how it relates to the underlying Hessian information.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 127, + 506, + 226 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 505, + 243 + ], + "score": 1.0, + "content": "Deep neural networks are well-known over-parameterized and highly non-convex. To obtain a fea-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 242, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 254 + ], + "score": 1.0, + "content": "sible analysis, we adopt a local quadratic approximation of the loss function based on Taylor se-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "score": 1.0, + "content": "ries expansion Strang (1991) following common practices LeCun et al. (1990); Hassibi & Stork", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 412, + 277 + ], + "score": 1.0, + "content": "(1993); Wang et al. (2019a). Then when the model is converged, the error", + "type": "text" + }, + { + "bbox": [ + 412, + 264, + 420, + 274 + ], + "score": 0.79, + "content": "\\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "can be described by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 274, + 506, + 287 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 197, + 287 + ], + "score": 1.0, + "content": "the converged weights", + "type": "text" + }, + { + "bbox": [ + 198, + 275, + 212, + 285 + ], + "score": 0.79, + "content": "\\mathbf { w } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 274, + 352, + 287 + ], + "score": 1.0, + "content": "and the underlying Hessian matrix", + "type": "text" + }, + { + "bbox": [ + 352, + 275, + 363, + 285 + ], + "score": 0.55, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 274, + 386, + 287 + ], + "score": 1.0, + "content": "(note", + "type": "text" + }, + { + "bbox": [ + 387, + 275, + 397, + 285 + ], + "score": 0.43, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 274, + 506, + 287 + ], + "score": 1.0, + "content": "is p.s.d. since the model is", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 285, + 497, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 270, + 298 + ], + "score": 1.0, + "content": "converged). After increasing the penalty", + "type": "text" + }, + { + "bbox": [ + 270, + 286, + 277, + 295 + ], + "score": 0.83, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 285, + 290, + 298 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 291, + 286, + 302, + 296 + ], + "score": 0.85, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 285, + 497, + 298 + ], + "score": 1.0, + "content": ", the new converged weights can be proved to be", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 230, + 506, + 298 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 250, + 300, + 360, + 315 + ], + "lines": [ + { + "bbox": [ + 250, + 300, + 360, + 315 + ], + "spans": [ + { + "bbox": [ + 250, + 300, + 360, + 315 + ], + "score": 0.92, + "content": "\\hat { \\mathbf { w } } ^ { * } = ( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } ,", + "type": "interline_equation", + "image_path": "ec0c9681aea3b66f1d6a5d0c4e5b60e3fd3e51a6428a3d01aaa644fb9fa1e46b.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 250, + 300, + 360, + 315 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 318, + 506, + 352 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 134, + 332 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 319, + 141, + 328 + ], + "score": 0.26, + "content": "\\mathbf { I }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 316, + 506, + 332 + ], + "score": 1.0, + "content": "stands for the identity matrix. Here we meet with the common problem of estimating", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "Hessian and its inverse, which are well-known to be intractable for deep neural networks. We", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 340, + 324, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 324, + 352 + ], + "score": 1.0, + "content": "explore two simplified cases to help us move forward.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 316, + 506, + 352 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 357, + 505, + 391 + ], + "lines": [ + { + "bbox": [ + 106, + 356, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 120, + 370 + ], + "score": 1.0, + "content": "(1)", + "type": "text" + }, + { + "bbox": [ + 120, + 357, + 131, + 367 + ], + "score": 0.36, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 356, + 505, + 370 + ], + "score": 1.0, + "content": "is diagonal, which is a common simplification for Hessian LeCun et al. (1990), implying that", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 304, + 381 + ], + "score": 1.0, + "content": "the weights are independent of each other. For", + "type": "text" + }, + { + "bbox": [ + 304, + 369, + 317, + 380 + ], + "score": 0.9, + "content": "w _ { i } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 367, + 414, + 381 + ], + "score": 1.0, + "content": "with second derivative", + "type": "text" + }, + { + "bbox": [ + 415, + 369, + 428, + 379 + ], + "score": 0.88, + "content": "h _ { i i }", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 367, + 458, + 381 + ], + "score": 1.0, + "content": ". With", + "type": "text" + }, + { + "bbox": [ + 459, + 369, + 471, + 380 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "penalty", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 379, + 403, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 159, + 391 + ], + "score": 1.0, + "content": "increased by", + "type": "text" + }, + { + "bbox": [ + 159, + 379, + 171, + 389 + ], + "score": 0.54, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 379, + 207, + 390 + ], + "score": 0.71, + "content": "( \\delta \\lambda > 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 379, + 403, + 391 + ], + "score": 1.0, + "content": ", the new converged weights can be proved to be", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 356, + 505, + 391 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 394, + 403, + 421 + ], + "lines": [ + { + "bbox": [ + 208, + 394, + 403, + 421 + ], + "spans": [ + { + "bbox": [ + 208, + 394, + 403, + 421 + ], + "score": 0.95, + "content": "\\hat { w } _ { i } ^ { * } = \\frac { h _ { i i } } { h _ { i i } + \\delta \\lambda } w _ { i } ^ { * } , \\Rightarrow r _ { i } = \\frac { \\hat { w } _ { i } ^ { * } } { w _ { i } ^ { * } } = \\frac { 1 } { \\delta \\lambda / h _ { i i } + 1 } ,", + "type": "interline_equation", + "image_path": "5b7b4dc32cb48b6b11396ba6bd41736ce3f582516dda7d1df22f73ab7eeaa507.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 394, + 403, + 407.5 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 208, + 407.5, + 403, + 421.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 424, + 505, + 469 + ], + "lines": [ + { + "bbox": [ + 106, + 424, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 133, + 438 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 425, + 177, + 437 + ], + "score": 0.92, + "content": "r _ { i } \\in [ 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 424, + 201, + 438 + ], + "score": 1.0, + "content": "since", + "type": "text" + }, + { + "bbox": [ + 202, + 425, + 235, + 436 + ], + "score": 0.91, + "content": "h _ { i i } \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 424, + 253, + 438 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 253, + 425, + 285, + 435 + ], + "score": 0.91, + "content": "\\delta \\lambda > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 424, + 354, + 438 + ], + "score": 1.0, + "content": ". As seen, larger", + "type": "text" + }, + { + "bbox": [ + 354, + 425, + 367, + 436 + ], + "score": 0.88, + "content": "h _ { i i }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 424, + 438, + 438 + ], + "score": 1.0, + "content": "results in larger", + "type": "text" + }, + { + "bbox": [ + 439, + 426, + 448, + 436 + ], + "score": 0.84, + "content": "r _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 424, + 505, + 438 + ], + "score": 1.0, + "content": "(closer to 1),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 436, + 505, + 448 + ], + "score": 1.0, + "content": "meaning that the weight is relatively less moved towards the origin. Our second algorithm pri-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "score": 1.0, + "content": "marily builds upon this finding, which implies when we add a penalty perturbation to the converged", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 458, + 495, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 458, + 495, + 470 + ], + "score": 1.0, + "content": "network, the way that different weights respond can reflect their underlying Hessian information.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5, + "bbox_fs": [ + 106, + 424, + 505, + 470 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 474, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 212, + 488 + ], + "score": 1.0, + "content": "(2) In practice, we know", + "type": "text" + }, + { + "bbox": [ + 212, + 475, + 223, + 484 + ], + "score": 0.55, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 474, + 505, + 488 + ], + "score": 1.0, + "content": "is rarely diagonal. How the dependency among weights affects the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 484, + 511, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 161, + 521 + ], + "score": 1.0, + "content": "finding abovecase, namely,", + "type": "text" + }, + { + "bbox": [ + 162, + 497, + 373, + 514 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\mathbf { w } ^ { * } = \\binom { w _ { 1 } ^ { * } } { w _ { 2 } ^ { * } } , \\mathbf { H } = \\binom { h _ { 1 1 } h _ { 1 2 } } { h _ { 1 2 } h _ { 2 2 } } , \\hat { \\mathbf { H } } = \\binom { h _ { 1 1 } + \\delta \\lambda } { h _ { 1 2 } } _ { h _ { 2 2 } + \\delta \\lambda } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 484, + 421, + 521 + ], + "score": 1.0, + "content": "an in Eq. (5. The new c", + "type": "text" + }, + { + "bbox": [ + 434, + 484, + 511, + 521 + ], + "score": 1.0, + "content": "e explore the 2-derged weights can", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 513, + 433, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 421, + 525 + ], + "score": 1.0, + "content": "be analytically solved below, where the approximation equality is because that", + "type": "text" + }, + { + "bbox": [ + 422, + 513, + 433, + 523 + ], + "score": 0.83, + "content": "\\delta \\lambda", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 474, + 511, + 525 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 116, + 527, + 484, + 554 + ], + "lines": [ + { + "bbox": [ + 116, + 527, + 484, + 554 + ], + "spans": [ + { + "bbox": [ + 116, + 527, + 484, + 554 + ], + "score": 0.91, + "content": "\\left\\{ \\hat { w } _ { 1 } ^ { * } \\right\\} = \\frac { 1 } { | \\hat { \\mathbf { H } } | } \\left\\{ \\begin{array} { l l } { ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 1 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 2 } ^ { * } } \\\\ ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } \\right\\} \\approx \\frac { 1 } { | \\hat { \\mathbf { H } } | } \\left\\{ \\begin{array} { l l } { ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 1 } ^ { * } } \\\\ { ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } } \\end{array} \\right\\} , \\end{array}", + "type": "interline_equation", + "image_path": "160c69c83de7c31885ca7bfc970c213f1558b16cc488e67cdb6564ab4671dcf1.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 116, + 527, + 484, + 536.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 116, + 536.0, + 484, + 545.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 116, + 545.0, + 484, + 554.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 164, + 558, + 447, + 582 + ], + "lines": [ + { + "bbox": [ + 164, + 558, + 447, + 582 + ], + "spans": [ + { + "bbox": [ + 164, + 558, + 447, + 582 + ], + "score": 0.92, + "content": "\\Rightarrow r _ { 1 } = \\frac { 1 } { \\left| \\hat { \\mathbf { H } } \\right| } ( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) , r _ { 2 } = \\frac { 1 } { \\left| \\hat { \\mathbf { H } } \\right| } ( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } ) .", + "type": "interline_equation", + "image_path": "7e40e02521af9e22442c79b2bb12c69a4745526b9c968abf89e322d4dcacd3c5.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 164, + 558, + 447, + 582 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 582, + 505, + 605 + ], + "lines": [ + { + "bbox": [ + 105, + 581, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 144, + 595 + ], + "score": 1.0, + "content": "As seen,", + "type": "text" + }, + { + "bbox": [ + 144, + 583, + 188, + 594 + ], + "score": 0.92, + "content": "h _ { 1 1 } > h _ { 2 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 581, + 242, + 595 + ], + "score": 1.0, + "content": "also leads to", + "type": "text" + }, + { + "bbox": [ + 243, + 584, + 276, + 594 + ], + "score": 0.9, + "content": "r _ { 1 } > r _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 581, + 505, + 595 + ], + "score": 1.0, + "content": ", in line with the finding above. The existence of weight", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 593, + 502, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 191, + 606 + ], + "score": 1.0, + "content": "dependency (i.e., the", + "type": "text" + }, + { + "bbox": [ + 191, + 594, + 207, + 605 + ], + "score": 0.87, + "content": "h _ { 1 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 593, + 502, + 606 + ], + "score": 1.0, + "content": ") actually does not affect the conclusion since it is included in both ratios.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 581, + 505, + 606 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 506, + 699 + ], + "lines": [ + { + "bbox": [ + 106, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "These theoretical analyses show us that when the penalty is increased at the same pace, because of", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "score": 1.0, + "content": "different local curvature structures, the weights actually respond differently – weights with larger", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "curvature will be less moved. As such, the magnitude discrepancy among weights will be magnified", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 644, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 117, + 655 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 644, + 125, + 654 + ], + "score": 0.73, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 644, + 505, + 655 + ], + "score": 1.0, + "content": "grows. Ultimately, the weights will naturally separate (see Fig. 1 for an empirical validation).", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 653, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 335, + 668 + ], + "score": 1.0, + "content": "When the discrepancy is large enough, even the simple", + "type": "text" + }, + { + "bbox": [ + 336, + 655, + 348, + 666 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 653, + 505, + 668 + ], + "score": 1.0, + "content": "-norm can make an accurate criterion.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 664, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 664, + 376, + 678 + ], + "score": 1.0, + "content": "Notably, the whole process happens itself with the uniformly rising", + "type": "text" + }, + { + "bbox": [ + 376, + 666, + 388, + 677 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 664, + 506, + 678 + ], + "score": 1.0, + "content": "penalty, no need to know the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "Hessian values, thus not bothered by any issue arising from Hessian approximation in relevant prior", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 687, + 489, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 489, + 699 + ], + "score": 1.0, + "content": "arts LeCun et al. (1990); Hassibi & Stork (1993); Wang et al. (2019a); Singh & Alistarh (2020).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42.5, + "bbox_fs": [ + 104, + 610, + 506, + 699 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 704, + 450, + 716 + ], + "lines": [ + { + "bbox": [ + 105, + 703, + 450, + 718 + ], + "spans": [ + { + "bbox": [ + 105, + 703, + 450, + 718 + ], + "score": 1.0, + "content": "In terms of the specific algorithm, all the penalty factor is increased at the same pace,", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47, + "bbox_fs": [ + 105, + 703, + 450, + 718 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 256, + 720, + 354, + 734 + ], + "lines": [ + { + "bbox": [ + 256, + 720, + 354, + 734 + ], + "spans": [ + { + "bbox": [ + 256, + 720, + 354, + 734 + ], + "score": 0.9, + "content": "\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda , { \\mathrm { ~ f o r ~ a l l ~ } } j .", + "type": "interline_equation", + "image_path": "b1c23e2087c4a9132169d390922ee0e7cc07aa30b582e40deda35092999eb2cd.jpg" + } + ] + } + ], + "index": 48, + "virtual_lines": [ + { + "bbox": [ + 256, + 720, + 354, + 734 + ], + "spans": [], + "index": 48 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 291, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 293, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 293, + 96 + ], + "score": 1.0, + "content": "Algorithm 1 GReg-1 and GReg-2 Algorithms", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 108, + 95, + 502, + 286 + ], + "lines": [ + { + "bbox": [ + 108, + 92, + 501, + 111 + ], + "spans": [ + { + "bbox": [ + 108, + 92, + 308, + 111 + ], + "score": 1.0, + "content": "1: Input: Pre-trained model w, pruning ratio for", + "type": "text" + }, + { + "bbox": [ + 309, + 98, + 313, + 106 + ], + "score": 0.72, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 92, + 347, + 111 + ], + "score": 1.0, + "content": "-th layer", + "type": "text" + }, + { + "bbox": [ + 348, + 97, + 402, + 107 + ], + "score": 0.87, + "content": "r _ { l } , l = 1 \\sim L", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 92, + 494, + 111 + ], + "score": 1.0, + "content": ", original weight decay", + "type": "text" + }, + { + "bbox": [ + 495, + 99, + 501, + 108 + ], + "score": 0.75, + "content": "\\gamma", + "type": "inline_equation" + } + ], + "index": 1 + }, + { + "bbox": [ + 109, + 105, + 474, + 119 + ], + "spans": [ + { + "bbox": [ + 109, + 105, + 243, + 119 + ], + "score": 1.0, + "content": "2: Input: Regularization ceiling", + "type": "text" + }, + { + "bbox": [ + 244, + 109, + 250, + 117 + ], + "score": 0.73, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 105, + 330, + 119 + ], + "score": 1.0, + "content": ", ceiling for picking", + "type": "text" + }, + { + "bbox": [ + 330, + 108, + 339, + 117 + ], + "score": 0.83, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 105, + 376, + 119 + ], + "score": 1.0, + "content": ", interval", + "type": "text" + }, + { + "bbox": [ + 376, + 108, + 408, + 118 + ], + "score": 0.8, + "content": "K _ { u } , K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 105, + 458, + 119 + ], + "score": 1.0, + "content": ", granularity", + "type": "text" + }, + { + "bbox": [ + 459, + 107, + 470, + 117 + ], + "score": 0.81, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 105, + 474, + 119 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 110, + 117, + 486, + 130 + ], + "spans": [ + { + "bbox": [ + 110, + 117, + 181, + 130 + ], + "score": 1.0, + "content": "3: Init: Iteration", + "type": "text" + }, + { + "bbox": [ + 181, + 118, + 204, + 128 + ], + "score": 0.87, + "content": "i = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 117, + 208, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 208, + 118, + 238, + 130 + ], + "score": 0.89, + "content": "\\lambda _ { j } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 117, + 287, + 130 + ], + "score": 1.0, + "content": "for all filter", + "type": "text" + }, + { + "bbox": [ + 288, + 119, + 293, + 129 + ], + "score": 0.79, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 117, + 386, + 130 + ], + "score": 1.0, + "content": ". Set kept filter indexes", + "type": "text" + }, + { + "bbox": [ + 386, + 118, + 398, + 130 + ], + "score": 0.89, + "content": "S _ { l } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 117, + 410, + 130 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 411, + 119, + 419, + 127 + ], + "score": 0.78, + "content": "\\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 117, + 478, + 130 + ], + "score": 1.0, + "content": "for each layer", + "type": "text" + }, + { + "bbox": [ + 478, + 119, + 482, + 127 + ], + "score": 0.5, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 117, + 486, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 111, + 127, + 478, + 141 + ], + "spans": [ + { + "bbox": [ + 111, + 127, + 244, + 141 + ], + "score": 1.0, + "content": "4: Init: Set pruned filter indexes", + "type": "text" + }, + { + "bbox": [ + 244, + 129, + 256, + 141 + ], + "score": 0.89, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 127, + 270, + 141 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 271, + 130, + 282, + 140 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 127, + 354, + 141 + ], + "score": 1.0, + "content": "-norm sorting, set", + "type": "text" + }, + { + "bbox": [ + 355, + 130, + 367, + 141 + ], + "score": 0.9, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 127, + 468, + 141 + ], + "score": 1.0, + "content": "to full set, for each layer", + "type": "text" + }, + { + "bbox": [ + 469, + 129, + 473, + 138 + ], + "score": 0.68, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 127, + 478, + 141 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 111, + 139, + 226, + 152 + ], + "spans": [ + { + "bbox": [ + 111, + 139, + 149, + 151 + ], + "score": 1.0, + "content": "5: while", + "type": "text" + }, + { + "bbox": [ + 149, + 139, + 210, + 152 + ], + "score": 0.9, + "content": "\\lambda _ { j } \\overset { \\cdot } { \\leq } \\tau , j \\in S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 139, + 226, + 151 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 110, + 149, + 218, + 163 + ], + "spans": [ + { + "bbox": [ + 110, + 151, + 122, + 162 + ], + "score": 1.0, + "content": "6:", + "type": "text" + }, + { + "bbox": [ + 136, + 149, + 163, + 163 + ], + "score": 1.0, + "content": "if i %", + "type": "text" + }, + { + "bbox": [ + 164, + 151, + 194, + 161 + ], + "score": 0.75, + "content": "K _ { u } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 149, + 218, + 163 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 110, + 160, + 303, + 174 + ], + "spans": [ + { + "bbox": [ + 110, + 161, + 122, + 174 + ], + "score": 1.0, + "content": "7:", + "type": "text" + }, + { + "bbox": [ + 151, + 160, + 162, + 174 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 162, + 161, + 196, + 174 + ], + "score": 0.89, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 160, + 214, + 174 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 214, + 161, + 279, + 174 + ], + "score": 0.88, + "content": "\\lambda _ { j } > \\tau ^ { \\prime } , j \\in S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 160, + 303, + 174 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 110, + 171, + 493, + 187 + ], + "spans": [ + { + "bbox": [ + 110, + 173, + 122, + 186 + ], + "score": 1.0, + "content": "8:", + "type": "text" + }, + { + "bbox": [ + 165, + 171, + 183, + 187 + ], + "score": 1.0, + "content": "Set", + "type": "text" + }, + { + "bbox": [ + 183, + 174, + 196, + 186 + ], + "score": 0.87, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 171, + 209, + 187 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 210, + 174, + 222, + 185 + ], + "score": 0.87, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 171, + 282, + 187 + ], + "score": 1.0, + "content": "-norm scoring,", + "type": "text" + }, + { + "bbox": [ + 282, + 174, + 295, + 186 + ], + "score": 0.9, + "content": "S _ { l } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 171, + 411, + 187 + ], + "score": 1.0, + "content": "as the complementary set of", + "type": "text" + }, + { + "bbox": [ + 411, + 176, + 423, + 187 + ], + "score": 0.9, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 171, + 484, + 187 + ], + "score": 1.0, + "content": ", for each layer", + "type": "text" + }, + { + "bbox": [ + 484, + 176, + 488, + 184 + ], + "score": 0.56, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 171, + 493, + 187 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 109, + 184, + 181, + 197 + ], + "spans": [ + { + "bbox": [ + 109, + 184, + 122, + 197 + ], + "score": 1.0, + "content": "9:", + "type": "text" + }, + { + "bbox": [ + 152, + 185, + 181, + 195 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 195, + 407, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 122, + 207 + ], + "score": 1.0, + "content": "10:", + "type": "text" + }, + { + "bbox": [ + 153, + 196, + 211, + 208 + ], + "score": 0.85, + "content": "\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 195, + 226, + 209 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 226, + 195, + 255, + 208 + ], + "score": 0.79, + "content": "j \\in S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 195, + 259, + 209 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 259, + 196, + 297, + 208 + ], + "score": 0.73, + "content": "\\lambda _ { j } = - \\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 195, + 313, + 209 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 313, + 197, + 342, + 208 + ], + "score": 0.9, + "content": "j \\in S _ { l } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 195, + 403, + 209 + ], + "score": 1.0, + "content": ", for each layer", + "type": "text" + }, + { + "bbox": [ + 403, + 198, + 407, + 205 + ], + "score": 0.36, + "content": "l", + "type": "inline_equation" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 206, + 167, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 122, + 218 + ], + "score": 1.0, + "content": "11:", + "type": "text" + }, + { + "bbox": [ + 137, + 206, + 167, + 218 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 217, + 474, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 218, + 122, + 230 + ], + "score": 1.0, + "content": "12:", + "type": "text" + }, + { + "bbox": [ + 137, + 217, + 474, + 230 + ], + "score": 1.0, + "content": "Weight update by stochastic gradient descent (where the regularization is enforced).", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 228, + 182, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 122, + 241 + ], + "score": 1.0, + "content": "13:", + "type": "text" + }, + { + "bbox": [ + 138, + 229, + 177, + 239 + ], + "score": 0.89, + "content": "i = i + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 228, + 182, + 240 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 239, + 167, + 251 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 167, + 251 + ], + "score": 1.0, + "content": "14: end while", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 249, + 478, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 194, + 264 + ], + "score": 1.0, + "content": "15: Train for another", + "type": "text" + }, + { + "bbox": [ + 194, + 251, + 207, + 262 + ], + "score": 0.89, + "content": "K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 249, + 358, + 264 + ], + "score": 1.0, + "content": "iterations to stabilize. Then prune by", + "type": "text" + }, + { + "bbox": [ + 358, + 252, + 370, + 262 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 249, + 459, + 264 + ], + "score": 1.0, + "content": "-norms and get model", + "type": "text" + }, + { + "bbox": [ + 459, + 252, + 473, + 262 + ], + "score": 0.84, + "content": "\\mathbf { w } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 249, + 478, + 264 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 260, + 257, + 275 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 164, + 275 + ], + "score": 1.0, + "content": "16: Fine-tune", + "type": "text" + }, + { + "bbox": [ + 164, + 263, + 178, + 273 + ], + "score": 0.85, + "content": "\\mathbf { w } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 260, + 257, + 275 + ], + "score": 1.0, + "content": "to regain accuracy.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 271, + 237, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 218, + 285 + ], + "score": 1.0, + "content": "17: Output: Pruned model", + "type": "text" + }, + { + "bbox": [ + 218, + 274, + 232, + 284 + ], + "score": 0.82, + "content": "\\mathbf { w } _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 271, + 237, + 285 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 307, + 505, + 396 + ], + "lines": [ + { + "bbox": [ + 106, + 306, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 133, + 320 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 307, + 145, + 319 + ], + "score": 0.87, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 306, + 234, + 320 + ], + "score": 1.0, + "content": "reaches some ceiling", + "type": "text" + }, + { + "bbox": [ + 235, + 307, + 244, + 317 + ], + "score": 0.85, + "content": "\\tau ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 306, + 430, + 320 + ], + "score": 1.0, + "content": ", the magnitude gap turns large enough to let", + "type": "text" + }, + { + "bbox": [ + 430, + 308, + 443, + 318 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 306, + 505, + 320 + ], + "score": 1.0, + "content": "-norm do scor-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 318, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 412, + 330 + ], + "score": 1.0, + "content": "ing faithfully. After this, the procedures are similar to those in GReg-1:", + "type": "text" + }, + { + "bbox": [ + 413, + 318, + 420, + 328 + ], + "score": 0.52, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 318, + 506, + 330 + ], + "score": 1.0, + "content": "for the unimportant", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 329, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 504, + 342 + ], + "score": 1.0, + "content": "weights are further increased. One extra step is to bring back the kept weights to the normal mag-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "nitude. Although they are the “survivors” during the previous competition under a large penalty,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 352, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 505, + 363 + ], + "score": 1.0, + "content": "their expressivity are also hurt. To be exact, we adopt negative penalty factor for the kept weights", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 274, + 374 + ], + "score": 1.0, + "content": "to encourage them to recover. When the", + "type": "text" + }, + { + "bbox": [ + 275, + 362, + 282, + 372 + ], + "score": 0.74, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 362, + 473, + 374 + ], + "score": 1.0, + "content": "for unimportant weights reaches the threshold", + "type": "text" + }, + { + "bbox": [ + 473, + 363, + 480, + 372 + ], + "score": 0.7, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "(akin", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 291, + 385 + ], + "score": 1.0, + "content": "to that of GReg-1), the training is terminated.", + "type": "text" + }, + { + "bbox": [ + 291, + 373, + 304, + 384 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 373, + 505, + 385 + ], + "score": 1.0, + "content": "-pruning is conducted and then fine-tune to regain", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 384, + 456, + 396 + ], + "spans": [ + { + "bbox": [ + 104, + 384, + 456, + 396 + ], + "score": 1.0, + "content": "accuracy. To this end, the proposed two algorithms can be summarized in Algorithm 1.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 401, + 505, + 434 + ], + "lines": [ + { + "bbox": [ + 105, + 399, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 506, + 414 + ], + "score": 1.0, + "content": "Pruning ratios. We employ pre-specified pruning ratios in this work to keep the core method neat", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "score": 1.0, + "content": "(see Appendix for more discussion). Exploring layer-wise sensitivity is out of the scope of this work,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 422, + 504, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 504, + 436 + ], + "score": 1.0, + "content": "but clearly any method that finds more proper pruning ratios can readily work with our approaches.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 439, + 503, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 454 + ], + "score": 1.0, + "content": "Discussion: differences from IncReg. Although our work shares a general spirit of growing reg-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "score": 1.0, + "content": "ularization with IncReg Wang et al. (2019c;b), our work is actually starkly different from theirs in", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 463, + 154, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 154, + 474 + ], + "score": 1.0, + "content": "many axes:", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 132, + 482, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 132, + 480, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 132, + 480, + 506, + 495 + ], + "score": 1.0, + "content": "• Motivation. The motivations for using the growing regularization are different. Wang", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 141, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 141, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "et al. (2019c;b) adopt growing regularization to select the unimportant weights by train-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 503, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 141, + 503, + 505, + 516 + ], + "score": 1.0, + "content": "ing. Namely, they focus on the importance criterion problem. In contrast, we use growing", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 141, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 141, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "regularization to investigate the pruning schedule problem (for GReg-1) or exploit the un-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 142, + 525, + 501, + 538 + ], + "spans": [ + { + "bbox": [ + 142, + 525, + 459, + 538 + ], + "score": 1.0, + "content": "derlying Hessian information (for GReg-2). The importance criterion is simply", + "type": "text" + }, + { + "bbox": [ + 460, + 526, + 472, + 537 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 525, + 501, + 538 + ], + "score": 1.0, + "content": "-norm.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 138, + 540, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 138, + 540, + 505, + 552 + ], + "score": 1.0, + "content": "Algorithm design. Wang et al. (2019c;b) assign different regularization factors to different", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 142, + 551, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 142, + 551, + 505, + 563 + ], + "score": 1.0, + "content": "weight groups based on their relative importance, while we assign them with the same fac-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 142, + 562, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 142, + 562, + 505, + 573 + ], + "score": 1.0, + "content": "tors. For GReg-1, this may not be a substantial difference, while for GReg-2, the difference", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 142, + 573, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 142, + 573, + 505, + 584 + ], + "score": 1.0, + "content": "is fundamental because the theoretical analysis of GReg-2 (Sec. 3.3) relies on the fact that", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 141, + 583, + 388, + 596 + ], + "spans": [ + { + "bbox": [ + 141, + 583, + 388, + 596 + ], + "score": 1.0, + "content": "regularization factors are kept the same for different weights.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 139, + 597, + 504, + 611 + ], + "spans": [ + { + "bbox": [ + 139, + 597, + 504, + 611 + ], + "score": 1.0, + "content": "Theoretical analysis. The algorithm in Wang et al. (2019c;b) is generally heuristic-based,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 141, + 609, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 141, + 609, + 505, + 622 + ], + "score": 1.0, + "content": "while our work provides rigorous theoretical analyses (Sec. 3.3) to support the proposed", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 142, + 621, + 219, + 632 + ], + "spans": [ + { + "bbox": [ + 142, + 621, + 219, + 632 + ], + "score": 1.0, + "content": "algorithm GReg-2.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 135, + 633, + 505, + 647 + ], + "spans": [ + { + "bbox": [ + 135, + 633, + 505, + 647 + ], + "score": 1.0, + "content": "• Empirical performance. Both our methods are significantly better than Wang et al.", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 142, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 142, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "(2019c;b) on the large-scale ImageNet dataset, which will be shown in the experiment", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 141, + 655, + 209, + 669 + ], + "spans": [ + { + "bbox": [ + 141, + 655, + 209, + 669 + ], + "score": 1.0, + "content": "section (Tab. 3).", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 446, + 689 + ], + "score": 1.0, + "content": "Discussion: other regularization forms. The proposed methods in this work adopts", + "type": "text" + }, + { + "bbox": [ + 446, + 677, + 459, + 688 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "regulariza-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 474, + 700 + ], + "score": 1.0, + "content": "tion. Here we discuss the possibility to generalize the method to other regularization forms (", + "type": "text" + }, + { + "bbox": [ + 474, + 688, + 487, + 698 + ], + "score": 0.64, + "content": "L 1", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 697, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 119, + 710 + ], + "score": 0.79, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 697, + 435, + 713 + ], + "score": 1.0, + "content": "). (1) For GReg-1, it can be easily generalized to other regularization forms like", + "type": "text" + }, + { + "bbox": [ + 436, + 699, + 448, + 710 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 697, + 505, + 713 + ], + "score": 1.0, + "content": ". For GReg-2,", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 433, + 722 + ], + "score": 1.0, + "content": "since the theoretical basis in Sec. 3.3 relies on the local quadratic approximation,", + "type": "text" + }, + { + "bbox": [ + 433, + 710, + 446, + 721 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "regularization", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 225, + 734 + ], + "score": 1.0, + "content": "meets this requirement while", + "type": "text" + }, + { + "bbox": [ + 225, + 721, + 237, + 732 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "does not. Therefore, GReg-2 cannot be (easily) generalized to the", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 50 + } + ], + "page_idx": 4, + "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, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 291, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 293, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 293, + 96 + ], + "score": 1.0, + "content": "Algorithm 1 GReg-1 and GReg-2 Algorithms", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "index", + "bbox": [ + 108, + 95, + 502, + 286 + ], + "lines": [ + { + "bbox": [ + 108, + 92, + 501, + 111 + ], + "spans": [ + { + "bbox": [ + 108, + 92, + 308, + 111 + ], + "score": 1.0, + "content": "1: Input: Pre-trained model w, pruning ratio for", + "type": "text" + }, + { + "bbox": [ + 309, + 98, + 313, + 106 + ], + "score": 0.72, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 92, + 347, + 111 + ], + "score": 1.0, + "content": "-th layer", + "type": "text" + }, + { + "bbox": [ + 348, + 97, + 402, + 107 + ], + "score": 0.87, + "content": "r _ { l } , l = 1 \\sim L", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 92, + 494, + 111 + ], + "score": 1.0, + "content": ", original weight decay", + "type": "text" + }, + { + "bbox": [ + 495, + 99, + 501, + 108 + ], + "score": 0.75, + "content": "\\gamma", + "type": "inline_equation" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 105, + 474, + 119 + ], + "spans": [ + { + "bbox": [ + 109, + 105, + 243, + 119 + ], + "score": 1.0, + "content": "2: Input: Regularization ceiling", + "type": "text" + }, + { + "bbox": [ + 244, + 109, + 250, + 117 + ], + "score": 0.73, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 105, + 330, + 119 + ], + "score": 1.0, + "content": ", ceiling for picking", + "type": "text" + }, + { + "bbox": [ + 330, + 108, + 339, + 117 + ], + "score": 0.83, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 105, + 376, + 119 + ], + "score": 1.0, + "content": ", interval", + "type": "text" + }, + { + "bbox": [ + 376, + 108, + 408, + 118 + ], + "score": 0.8, + "content": "K _ { u } , K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 105, + 458, + 119 + ], + "score": 1.0, + "content": ", granularity", + "type": "text" + }, + { + "bbox": [ + 459, + 107, + 470, + 117 + ], + "score": 0.81, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 105, + 474, + 119 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 110, + 117, + 486, + 130 + ], + "spans": [ + { + "bbox": [ + 110, + 117, + 181, + 130 + ], + "score": 1.0, + "content": "3: Init: Iteration", + "type": "text" + }, + { + "bbox": [ + 181, + 118, + 204, + 128 + ], + "score": 0.87, + "content": "i = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 117, + 208, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 208, + 118, + 238, + 130 + ], + "score": 0.89, + "content": "\\lambda _ { j } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 117, + 287, + 130 + ], + "score": 1.0, + "content": "for all filter", + "type": "text" + }, + { + "bbox": [ + 288, + 119, + 293, + 129 + ], + "score": 0.79, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 117, + 386, + 130 + ], + "score": 1.0, + "content": ". Set kept filter indexes", + "type": "text" + }, + { + "bbox": [ + 386, + 118, + 398, + 130 + ], + "score": 0.89, + "content": "S _ { l } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 117, + 410, + 130 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 411, + 119, + 419, + 127 + ], + "score": 0.78, + "content": "\\mathcal { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 117, + 478, + 130 + ], + "score": 1.0, + "content": "for each layer", + "type": "text" + }, + { + "bbox": [ + 478, + 119, + 482, + 127 + ], + "score": 0.5, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 117, + 486, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 127, + 478, + 141 + ], + "spans": [ + { + "bbox": [ + 111, + 127, + 244, + 141 + ], + "score": 1.0, + "content": "4: Init: Set pruned filter indexes", + "type": "text" + }, + { + "bbox": [ + 244, + 129, + 256, + 141 + ], + "score": 0.89, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 127, + 270, + 141 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 271, + 130, + 282, + 140 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 127, + 354, + 141 + ], + "score": 1.0, + "content": "-norm sorting, set", + "type": "text" + }, + { + "bbox": [ + 355, + 130, + 367, + 141 + ], + "score": 0.9, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 127, + 468, + 141 + ], + "score": 1.0, + "content": "to full set, for each layer", + "type": "text" + }, + { + "bbox": [ + 469, + 129, + 473, + 138 + ], + "score": 0.68, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 127, + 478, + 141 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 139, + 226, + 152 + ], + "spans": [ + { + "bbox": [ + 111, + 139, + 149, + 151 + ], + "score": 1.0, + "content": "5: while", + "type": "text" + }, + { + "bbox": [ + 149, + 139, + 210, + 152 + ], + "score": 0.9, + "content": "\\lambda _ { j } \\overset { \\cdot } { \\leq } \\tau , j \\in S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 139, + 226, + 151 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 110, + 149, + 218, + 163 + ], + "spans": [ + { + "bbox": [ + 110, + 151, + 122, + 162 + ], + "score": 1.0, + "content": "6:", + "type": "text" + }, + { + "bbox": [ + 136, + 149, + 163, + 163 + ], + "score": 1.0, + "content": "if i %", + "type": "text" + }, + { + "bbox": [ + 164, + 151, + 194, + 161 + ], + "score": 0.75, + "content": "K _ { u } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 149, + 218, + 163 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 110, + 160, + 303, + 174 + ], + "spans": [ + { + "bbox": [ + 110, + 161, + 122, + 174 + ], + "score": 1.0, + "content": "7:", + "type": "text" + }, + { + "bbox": [ + 151, + 160, + 162, + 174 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 162, + 161, + 196, + 174 + ], + "score": 0.89, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 160, + 214, + 174 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 214, + 161, + 279, + 174 + ], + "score": 0.88, + "content": "\\lambda _ { j } > \\tau ^ { \\prime } , j \\in S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 160, + 303, + 174 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 110, + 171, + 493, + 187 + ], + "spans": [ + { + "bbox": [ + 110, + 173, + 122, + 186 + ], + "score": 1.0, + "content": "8:", + "type": "text" + }, + { + "bbox": [ + 165, + 171, + 183, + 187 + ], + "score": 1.0, + "content": "Set", + "type": "text" + }, + { + "bbox": [ + 183, + 174, + 196, + 186 + ], + "score": 0.87, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 171, + 209, + 187 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 210, + 174, + 222, + 185 + ], + "score": 0.87, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 171, + 282, + 187 + ], + "score": 1.0, + "content": "-norm scoring,", + "type": "text" + }, + { + "bbox": [ + 282, + 174, + 295, + 186 + ], + "score": 0.9, + "content": "S _ { l } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 171, + 411, + 187 + ], + "score": 1.0, + "content": "as the complementary set of", + "type": "text" + }, + { + "bbox": [ + 411, + 176, + 423, + 187 + ], + "score": 0.9, + "content": "S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 171, + 484, + 187 + ], + "score": 1.0, + "content": ", for each layer", + "type": "text" + }, + { + "bbox": [ + 484, + 176, + 488, + 184 + ], + "score": 0.56, + "content": "\\cdot", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 171, + 493, + 187 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 109, + 184, + 181, + 197 + ], + "spans": [ + { + "bbox": [ + 109, + 184, + 122, + 197 + ], + "score": 1.0, + "content": "9:", + "type": "text" + }, + { + "bbox": [ + 152, + 185, + 181, + 195 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 195, + 407, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 195, + 122, + 207 + ], + "score": 1.0, + "content": "10:", + "type": "text" + }, + { + "bbox": [ + 153, + 196, + 211, + 208 + ], + "score": 0.85, + "content": "\\lambda _ { j } = \\lambda _ { j } + \\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 195, + 226, + 209 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 226, + 195, + 255, + 208 + ], + "score": 0.79, + "content": "j \\in S _ { l } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 195, + 259, + 209 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 259, + 196, + 297, + 208 + ], + "score": 0.73, + "content": "\\lambda _ { j } = - \\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 195, + 313, + 209 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 313, + 197, + 342, + 208 + ], + "score": 0.9, + "content": "j \\in S _ { l } ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 195, + 403, + 209 + ], + "score": 1.0, + "content": ", for each layer", + "type": "text" + }, + { + "bbox": [ + 403, + 198, + 407, + 205 + ], + "score": 0.36, + "content": "l", + "type": "inline_equation" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 206, + 167, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 122, + 218 + ], + "score": 1.0, + "content": "11:", + "type": "text" + }, + { + "bbox": [ + 137, + 206, + 167, + 218 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 217, + 474, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 218, + 122, + 230 + ], + "score": 1.0, + "content": "12:", + "type": "text" + }, + { + "bbox": [ + 137, + 217, + 474, + 230 + ], + "score": 1.0, + "content": "Weight update by stochastic gradient descent (where the regularization is enforced).", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 228, + 182, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 122, + 241 + ], + "score": 1.0, + "content": "13:", + "type": "text" + }, + { + "bbox": [ + 138, + 229, + 177, + 239 + ], + "score": 0.89, + "content": "i = i + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 228, + 182, + 240 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 239, + 167, + 251 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 167, + 251 + ], + "score": 1.0, + "content": "14: end while", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 249, + 478, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 194, + 264 + ], + "score": 1.0, + "content": "15: Train for another", + "type": "text" + }, + { + "bbox": [ + 194, + 251, + 207, + 262 + ], + "score": 0.89, + "content": "K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 249, + 358, + 264 + ], + "score": 1.0, + "content": "iterations to stabilize. Then prune by", + "type": "text" + }, + { + "bbox": [ + 358, + 252, + 370, + 262 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 249, + 459, + 264 + ], + "score": 1.0, + "content": "-norms and get model", + "type": "text" + }, + { + "bbox": [ + 459, + 252, + 473, + 262 + ], + "score": 0.84, + "content": "\\mathbf { w } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 249, + 478, + 264 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 104, + 260, + 257, + 275 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 164, + 275 + ], + "score": 1.0, + "content": "16: Fine-tune", + "type": "text" + }, + { + "bbox": [ + 164, + 263, + 178, + 273 + ], + "score": 0.85, + "content": "\\mathbf { w } _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 260, + 257, + 275 + ], + "score": 1.0, + "content": "to regain accuracy.", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 106, + 271, + 237, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 271, + 218, + 285 + ], + "score": 1.0, + "content": "17: Output: Pruned model", + "type": "text" + }, + { + "bbox": [ + 218, + 274, + 232, + 284 + ], + "score": 0.82, + "content": "\\mathbf { w } _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 271, + 237, + 285 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + } + ], + "index": 9, + "bbox_fs": [ + 104, + 92, + 501, + 285 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 307, + 505, + 396 + ], + "lines": [ + { + "bbox": [ + 106, + 306, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 133, + 320 + ], + "score": 1.0, + "content": "When", + "type": "text" + }, + { + "bbox": [ + 133, + 307, + 145, + 319 + ], + "score": 0.87, + "content": "\\lambda _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 306, + 234, + 320 + ], + "score": 1.0, + "content": "reaches some ceiling", + "type": "text" + }, + { + "bbox": [ + 235, + 307, + 244, + 317 + ], + "score": 0.85, + "content": "\\tau ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 306, + 430, + 320 + ], + "score": 1.0, + "content": ", the magnitude gap turns large enough to let", + "type": "text" + }, + { + "bbox": [ + 430, + 308, + 443, + 318 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 306, + 505, + 320 + ], + "score": 1.0, + "content": "-norm do scor-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 318, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 412, + 330 + ], + "score": 1.0, + "content": "ing faithfully. After this, the procedures are similar to those in GReg-1:", + "type": "text" + }, + { + "bbox": [ + 413, + 318, + 420, + 328 + ], + "score": 0.52, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 318, + 506, + 330 + ], + "score": 1.0, + "content": "for the unimportant", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 329, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 504, + 342 + ], + "score": 1.0, + "content": "weights are further increased. One extra step is to bring back the kept weights to the normal mag-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "nitude. Although they are the “survivors” during the previous competition under a large penalty,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 352, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 505, + 363 + ], + "score": 1.0, + "content": "their expressivity are also hurt. To be exact, we adopt negative penalty factor for the kept weights", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 274, + 374 + ], + "score": 1.0, + "content": "to encourage them to recover. When the", + "type": "text" + }, + { + "bbox": [ + 275, + 362, + 282, + 372 + ], + "score": 0.74, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 362, + 473, + 374 + ], + "score": 1.0, + "content": "for unimportant weights reaches the threshold", + "type": "text" + }, + { + "bbox": [ + 473, + 363, + 480, + 372 + ], + "score": 0.7, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "(akin", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 291, + 385 + ], + "score": 1.0, + "content": "to that of GReg-1), the training is terminated.", + "type": "text" + }, + { + "bbox": [ + 291, + 373, + 304, + 384 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 373, + 505, + 385 + ], + "score": 1.0, + "content": "-pruning is conducted and then fine-tune to regain", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 384, + 456, + 396 + ], + "spans": [ + { + "bbox": [ + 104, + 384, + 456, + 396 + ], + "score": 1.0, + "content": "accuracy. To this end, the proposed two algorithms can be summarized in Algorithm 1.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21.5, + "bbox_fs": [ + 104, + 306, + 506, + 396 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 401, + 505, + 434 + ], + "lines": [ + { + "bbox": [ + 105, + 399, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 506, + 414 + ], + "score": 1.0, + "content": "Pruning ratios. We employ pre-specified pruning ratios in this work to keep the core method neat", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 424 + ], + "score": 1.0, + "content": "(see Appendix for more discussion). Exploring layer-wise sensitivity is out of the scope of this work,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 422, + 504, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 504, + 436 + ], + "score": 1.0, + "content": "but clearly any method that finds more proper pruning ratios can readily work with our approaches.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 399, + 506, + 436 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 439, + 503, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 454 + ], + "score": 1.0, + "content": "Discussion: differences from IncReg. Although our work shares a general spirit of growing reg-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 462 + ], + "score": 1.0, + "content": "ularization with IncReg Wang et al. (2019c;b), our work is actually starkly different from theirs in", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 463, + 154, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 154, + 474 + ], + "score": 1.0, + "content": "many axes:", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 437, + 505, + 474 + ] + }, + { + "type": "list", + "bbox": [ + 132, + 482, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 132, + 480, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 132, + 480, + 506, + 495 + ], + "score": 1.0, + "content": "• Motivation. The motivations for using the growing regularization are different. Wang", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 491, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 141, + 491, + 505, + 505 + ], + "score": 1.0, + "content": "et al. (2019c;b) adopt growing regularization to select the unimportant weights by train-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 503, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 141, + 503, + 505, + 516 + ], + "score": 1.0, + "content": "ing. Namely, they focus on the importance criterion problem. In contrast, we use growing", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 141, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 141, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "regularization to investigate the pruning schedule problem (for GReg-1) or exploit the un-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 142, + 525, + 501, + 538 + ], + "spans": [ + { + "bbox": [ + 142, + 525, + 459, + 538 + ], + "score": 1.0, + "content": "derlying Hessian information (for GReg-2). The importance criterion is simply", + "type": "text" + }, + { + "bbox": [ + 460, + 526, + 472, + 537 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 525, + 501, + 538 + ], + "score": 1.0, + "content": "-norm.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 138, + 540, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 138, + 540, + 505, + 552 + ], + "score": 1.0, + "content": "Algorithm design. Wang et al. (2019c;b) assign different regularization factors to different", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 551, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 142, + 551, + 505, + 563 + ], + "score": 1.0, + "content": "weight groups based on their relative importance, while we assign them with the same fac-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 142, + 562, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 142, + 562, + 505, + 573 + ], + "score": 1.0, + "content": "tors. For GReg-1, this may not be a substantial difference, while for GReg-2, the difference", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 142, + 573, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 142, + 573, + 505, + 584 + ], + "score": 1.0, + "content": "is fundamental because the theoretical analysis of GReg-2 (Sec. 3.3) relies on the fact that", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 141, + 583, + 388, + 596 + ], + "spans": [ + { + "bbox": [ + 141, + 583, + 388, + 596 + ], + "score": 1.0, + "content": "regularization factors are kept the same for different weights.", + "type": "text" + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 139, + 597, + 504, + 611 + ], + "spans": [ + { + "bbox": [ + 139, + 597, + 504, + 611 + ], + "score": 1.0, + "content": "Theoretical analysis. The algorithm in Wang et al. (2019c;b) is generally heuristic-based,", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 141, + 609, + 505, + 622 + ], + "spans": [ + { + "bbox": [ + 141, + 609, + 505, + 622 + ], + "score": 1.0, + "content": "while our work provides rigorous theoretical analyses (Sec. 3.3) to support the proposed", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 142, + 621, + 219, + 632 + ], + "spans": [ + { + "bbox": [ + 142, + 621, + 219, + 632 + ], + "score": 1.0, + "content": "algorithm GReg-2.", + "type": "text" + } + ], + "index": 44, + "is_list_end_line": true + }, + { + "bbox": [ + 135, + 633, + 505, + 647 + ], + "spans": [ + { + "bbox": [ + 135, + 633, + 505, + 647 + ], + "score": 1.0, + "content": "• Empirical performance. Both our methods are significantly better than Wang et al.", + "type": "text" + } + ], + "index": 45, + "is_list_start_line": true + }, + { + "bbox": [ + 142, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 142, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "(2019c;b) on the large-scale ImageNet dataset, which will be shown in the experiment", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 141, + 655, + 209, + 669 + ], + "spans": [ + { + "bbox": [ + 141, + 655, + 209, + 669 + ], + "score": 1.0, + "content": "section (Tab. 3).", + "type": "text" + } + ], + "index": 47, + "is_list_end_line": true + } + ], + "index": 39.5, + "bbox_fs": [ + 132, + 480, + 506, + 669 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 446, + 689 + ], + "score": 1.0, + "content": "Discussion: other regularization forms. The proposed methods in this work adopts", + "type": "text" + }, + { + "bbox": [ + 446, + 677, + 459, + 688 + ], + "score": 0.88, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "regulariza-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 474, + 700 + ], + "score": 1.0, + "content": "tion. Here we discuss the possibility to generalize the method to other regularization forms (", + "type": "text" + }, + { + "bbox": [ + 474, + 688, + 487, + 698 + ], + "score": 0.64, + "content": "L 1", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 697, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 119, + 710 + ], + "score": 0.79, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 697, + 435, + 713 + ], + "score": 1.0, + "content": "). (1) For GReg-1, it can be easily generalized to other regularization forms like", + "type": "text" + }, + { + "bbox": [ + 436, + 699, + 448, + 710 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 697, + 505, + 713 + ], + "score": 1.0, + "content": ". For GReg-2,", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 433, + 722 + ], + "score": 1.0, + "content": "since the theoretical basis in Sec. 3.3 relies on the local quadratic approximation,", + "type": "text" + }, + { + "bbox": [ + 433, + 710, + 446, + 721 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "regularization", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 225, + 734 + ], + "score": 1.0, + "content": "meets this requirement while", + "type": "text" + }, + { + "bbox": [ + 225, + 721, + 237, + 732 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "does not. Therefore, GReg-2 cannot be (easily) generalized to the", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 50, + "bbox_fs": [ + 105, + 677, + 505, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 105, + 115, + 503, + 248 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 503, + 111 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 88, + 505, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 88, + 505, + 102 + ], + "score": 1.0, + "content": "Table 1: Comparison between pruning schedules: one-shot pruning vs. our proposed GReg-1. Each", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 100, + 387, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 100, + 387, + 113 + ], + "score": 1.0, + "content": "setting is randomly run for 3 times, mean and std accuracies reported.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 105, + 115, + 503, + 248 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 115, + 503, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 503, + 248 + ], + "score": 0.983, + "html": "
ResNet56 + CIFAR10: Baseline accuracy 93.36%, #Params: 0.8530M,FLOPs: 0.1255G
Pruning ratio r (%)50709092.595
Sparsity (%)/ Speedup49.82/1.99×70.57/3.59×90.39/11.41×93.43/14.76×95.19/19.31×
Acc.(%,L1+one-shot)92.97±0.1591.88±0.0987.34±0.2187.31±0.2882.79±0.22
Acc.(%,GReg-1,ours)93.06±0.0992.23±0.2189.49±0.2388.39±0.1585.97±0.16
Acc. gain (%)0.090.352.151.083.18
VGG19 + CIFAR100: Baseline accuracy 74.02%,#Params: 20.0812M,FLOPs: 0.3982G
Pruning ratio r (%)5060708090
Sparsity(%)/Speedup74.87/3.60×84.00/5.41×90.98/8.84×95.95/17.30×98.96/44.22×
Acc.(%,L1+one-shot)71.49±0.1470.27±0.1266.05±0.0461.59±0.0351.36±0.11
Acc.(%,GReg-1,ours)71.50±0.1270.33±0.1267.35±0.1563.55±0.2957.09±0.03
Acc. gain (%)0.010.061.301.965.73
", + "type": "table", + "image_path": "12c8257961985aef474210918ea018a6e7ed1d45ba8c1c0a0bebc51d926e616c.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 105, + 115, + 503, + 159.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 105, + 159.33333333333334, + 503, + 203.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 105, + 203.66666666666669, + 503, + 248.00000000000003 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "text", + "bbox": [ + 108, + 260, + 502, + 282 + ], + "lines": [ + { + "bbox": [ + 106, + 260, + 504, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 119, + 271 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 260, + 326, + 272 + ], + "score": 1.0, + "content": "regularization as far as we can see currently. (2) For", + "type": "text" + }, + { + "bbox": [ + 327, + 261, + 339, + 271 + ], + "score": 0.87, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 260, + 504, + 272 + ], + "score": 1.0, + "content": "regularization, it is well-known NP-hard.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 271, + 469, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 274, + 284 + ], + "score": 1.0, + "content": "In practice, it is typically converted to the", + "type": "text" + }, + { + "bbox": [ + 274, + 271, + 287, + 282 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 271, + 469, + 284 + ], + "score": 1.0, + "content": "regularization case, which we just discussed.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "title", + "bbox": [ + 108, + 299, + 257, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 299, + 258, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 258, + 313 + ], + "score": 1.0, + "content": "4 EXPERIMENTAL RESULTS", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 505, + 390 + ], + "lines": [ + { + "bbox": [ + 105, + 323, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 505, + 336 + ], + "score": 1.0, + "content": "Datasets and networks. We first conduct analyses on the CIFAR10/100 datasets Krizhevsky (2009)", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "score": 1.0, + "content": "with ResNet56 He et al. (2016)/VGG19 Simonyan & Zisserman (2015). Then we evaluate our", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "methods on the large-scale ImageNet dataset Deng et al. (2009) with ResNet34 and 50 He et al.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 357, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 505, + 369 + ], + "score": 1.0, + "content": "(2016). For CIFAR datasets, we train our baseline models with accuracies comparable to those in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "the original papers. For ImageNet, we take the official PyTorch Paszke et al. (2019) pre-trained", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 378, + 375, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 375, + 392 + ], + "score": 1.0, + "content": "models2 as baseline to maintain comparability with other methods.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 505, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 395, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 505, + 410 + ], + "score": 1.0, + "content": "Training settings. To control the irrelevant factors as we can, for comparison methods that release", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 408, + 504, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 504, + 420 + ], + "score": 1.0, + "content": "their pruning ratios, we will adopt their ratios; otherwise, we will use our specified ones. We com-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 417, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 432 + ], + "score": 1.0, + "content": "pare the speedup (measured by FLOPs reduction) since we mainly target model acceleration rather", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 428, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 443 + ], + "score": 1.0, + "content": "than compression. Detailed training settings (e.g., hyper-parameters and layer pruning ratios) are", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 441, + 226, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 226, + 452 + ], + "score": 1.0, + "content": "summarized in the Appendix.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 108, + 465, + 298, + 477 + ], + "lines": [ + { + "bbox": [ + 105, + 464, + 300, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 300, + 479 + ], + "score": 1.0, + "content": "4.1 RESNET56/VGG19 ON CIFAR-10/100", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 486, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 505, + 498 + ], + "score": 1.0, + "content": "Pruning schedule: GReg-1. First, we explore the effect of different pruning schedules on the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 497, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 506, + 510 + ], + "score": 1.0, + "content": "performance of pruning. Specifically, we conduct two sets of experiments for comparison: (1)", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 509, + 506, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 144, + 521 + ], + "score": 1.0, + "content": "prune by", + "type": "text" + }, + { + "bbox": [ + 144, + 509, + 156, + 519 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 509, + 377, + 521 + ], + "score": 1.0, + "content": "-norm sorting and fine-tune Li et al. (2017) (shorted as", + "type": "text" + }, + { + "bbox": [ + 378, + 509, + 398, + 519 + ], + "score": 0.63, + "content": "^ { \\cdot \\cdot } L _ { 1 } +", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 509, + 506, + 521 + ], + "score": 1.0, + "content": "one-shot”); (2) employ the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "proposed growing regularization scheme (“GReg-1”) and fine-tune. We use a uniform pruning ratio", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 528, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 104, + 528, + 215, + 544 + ], + "score": 1.0, + "content": "scheme here: Pruning ratio", + "type": "text" + }, + { + "bbox": [ + 216, + 532, + 221, + 540 + ], + "score": 0.72, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 528, + 294, + 544 + ], + "score": 1.0, + "content": "is the same for all", + "type": "text" + }, + { + "bbox": [ + 294, + 531, + 298, + 540 + ], + "score": 0.6, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 528, + 506, + 544 + ], + "score": 1.0, + "content": "-th conv layer (the first layer is not pruned following", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "common practice Gale et al. (2019)). For ResNet56, since it has the residual addition restriction, we", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 552, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 564 + ], + "score": 1.0, + "content": "only prune the first conv layer in a block as previous works do Li et al. (2017). For comprehensive", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "comparisons, the pruning ratios vary in a large spectrum, covering acceleration ratios from around", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 120, + 585 + ], + "score": 0.86, + "content": "2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 573, + 131, + 587 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 131, + 574, + 150, + 585 + ], + "score": 0.88, + "content": "4 4 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 573, + 505, + 587 + ], + "score": 1.0, + "content": ". Note that we do not intend to obtain the best performance here but systematically explore", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "score": 1.0, + "content": "the effect of different pruning schedules, so we employ relatively simple settings (e.g., the uniform", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "score": 1.0, + "content": "pruning ratios). For fair comparisons, the fine-tuning scheme (e.g., number of epochs, learning rate", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "score": 1.0, + "content": "schedule, etc.) is the same for different methods. Therefore, the key comparison here is to see which", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 617, + 341, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 341, + 631 + ], + "score": 1.0, + "content": "method can deliver a better base model before fine-tuning.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 635, + 505, + 712 + ], + "lines": [ + { + "bbox": [ + 105, + 633, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 648 + ], + "score": 1.0, + "content": "The results are shown in Tab. 1. We have the following observations: (1) On the whole, the proposed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 241, + 658 + ], + "score": 1.0, + "content": "GReg-1 consistently outperforms", + "type": "text" + }, + { + "bbox": [ + 241, + 646, + 253, + 657 + ], + "score": 0.78, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "+one-shot. It is important to reiterate that the two settings have", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 656, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 505, + 670 + ], + "score": 1.0, + "content": "exactly the same pruned weights, so the only difference is how they are removed. The accuracy", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "gaps show that apart from importance scoring, pruning schedule is also a critical factor. In the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 679, + 504, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 504, + 690 + ], + "score": 1.0, + "content": "Appendix D, we present more results to demonstrate this finding actually is general, not merely", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 688, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 197, + 703 + ], + "score": 1.0, + "content": "limited to the case of", + "type": "text" + }, + { + "bbox": [ + 198, + 690, + 210, + 701 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 688, + 505, + 703 + ], + "score": 1.0, + "content": "-norm criterion. The proposed regularization-based pruning schedule is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "score": 1.0, + "content": "consistently more favorable than the one-shot counterpart. (2) The larger pruning ratio, the more", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 721, + 323, + 731 + ], + "lines": [ + { + "bbox": [ + 119, + 720, + 324, + 734 + ], + "spans": [ + { + "bbox": [ + 119, + 720, + 324, + 734 + ], + "score": 1.0, + "content": "2https://pytorch.org/docs/stable/torchvision/models.html", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 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": [ + 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": "table", + "bbox": [ + 105, + 115, + 503, + 248 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 89, + 503, + 111 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 88, + 505, + 102 + ], + "spans": [ + { + "bbox": [ + 106, + 88, + 505, + 102 + ], + "score": 1.0, + "content": "Table 1: Comparison between pruning schedules: one-shot pruning vs. our proposed GReg-1. Each", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 100, + 387, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 100, + 387, + 113 + ], + "score": 1.0, + "content": "setting is randomly run for 3 times, mean and std accuracies reported.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 105, + 115, + 503, + 248 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 115, + 503, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 503, + 248 + ], + "score": 0.983, + "html": "
ResNet56 + CIFAR10: Baseline accuracy 93.36%, #Params: 0.8530M,FLOPs: 0.1255G
Pruning ratio r (%)50709092.595
Sparsity (%)/ Speedup49.82/1.99×70.57/3.59×90.39/11.41×93.43/14.76×95.19/19.31×
Acc.(%,L1+one-shot)92.97±0.1591.88±0.0987.34±0.2187.31±0.2882.79±0.22
Acc.(%,GReg-1,ours)93.06±0.0992.23±0.2189.49±0.2388.39±0.1585.97±0.16
Acc. gain (%)0.090.352.151.083.18
VGG19 + CIFAR100: Baseline accuracy 74.02%,#Params: 20.0812M,FLOPs: 0.3982G
Pruning ratio r (%)5060708090
Sparsity(%)/Speedup74.87/3.60×84.00/5.41×90.98/8.84×95.95/17.30×98.96/44.22×
Acc.(%,L1+one-shot)71.49±0.1470.27±0.1266.05±0.0461.59±0.0351.36±0.11
Acc.(%,GReg-1,ours)71.50±0.1270.33±0.1267.35±0.1563.55±0.2957.09±0.03
Acc. gain (%)0.010.061.301.965.73
", + "type": "table", + "image_path": "12c8257961985aef474210918ea018a6e7ed1d45ba8c1c0a0bebc51d926e616c.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 105, + 115, + 503, + 159.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 105, + 159.33333333333334, + 503, + 203.66666666666669 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 105, + 203.66666666666669, + 503, + 248.00000000000003 + ], + "spans": [], + "index": 4 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "list", + "bbox": [ + 108, + 260, + 502, + 282 + ], + "lines": [ + { + "bbox": [ + 106, + 260, + 504, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 119, + 271 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 260, + 326, + 272 + ], + "score": 1.0, + "content": "regularization as far as we can see currently. (2) For", + "type": "text" + }, + { + "bbox": [ + 327, + 261, + 339, + 271 + ], + "score": 0.87, + "content": "L _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 260, + 504, + 272 + ], + "score": 1.0, + "content": "regularization, it is well-known NP-hard.", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 271, + 469, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 274, + 284 + ], + "score": 1.0, + "content": "In practice, it is typically converted to the", + "type": "text" + }, + { + "bbox": [ + 274, + 271, + 287, + 282 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 271, + 469, + 284 + ], + "score": 1.0, + "content": "regularization case, which we just discussed.", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 260, + 504, + 284 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 299, + 257, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 299, + 258, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 258, + 313 + ], + "score": 1.0, + "content": "4 EXPERIMENTAL RESULTS", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 505, + 390 + ], + "lines": [ + { + "bbox": [ + 105, + 323, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 505, + 336 + ], + "score": 1.0, + "content": "Datasets and networks. We first conduct analyses on the CIFAR10/100 datasets Krizhevsky (2009)", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "score": 1.0, + "content": "with ResNet56 He et al. (2016)/VGG19 Simonyan & Zisserman (2015). Then we evaluate our", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "methods on the large-scale ImageNet dataset Deng et al. (2009) with ResNet34 and 50 He et al.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 357, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 505, + 369 + ], + "score": 1.0, + "content": "(2016). For CIFAR datasets, we train our baseline models with accuracies comparable to those in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "the original papers. For ImageNet, we take the official PyTorch Paszke et al. (2019) pre-trained", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 378, + 375, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 375, + 392 + ], + "score": 1.0, + "content": "models2 as baseline to maintain comparability with other methods.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 323, + 505, + 392 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 505, + 451 + ], + "lines": [ + { + "bbox": [ + 105, + 395, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 505, + 410 + ], + "score": 1.0, + "content": "Training settings. To control the irrelevant factors as we can, for comparison methods that release", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 408, + 504, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 504, + 420 + ], + "score": 1.0, + "content": "their pruning ratios, we will adopt their ratios; otherwise, we will use our specified ones. We com-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 417, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 432 + ], + "score": 1.0, + "content": "pare the speedup (measured by FLOPs reduction) since we mainly target model acceleration rather", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 428, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 443 + ], + "score": 1.0, + "content": "than compression. Detailed training settings (e.g., hyper-parameters and layer pruning ratios) are", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 441, + 226, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 226, + 452 + ], + "score": 1.0, + "content": "summarized in the Appendix.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 395, + 506, + 452 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 465, + 298, + 477 + ], + "lines": [ + { + "bbox": [ + 105, + 464, + 300, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 300, + 479 + ], + "score": 1.0, + "content": "4.1 RESNET56/VGG19 ON CIFAR-10/100", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 486, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 505, + 498 + ], + "score": 1.0, + "content": "Pruning schedule: GReg-1. First, we explore the effect of different pruning schedules on the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 497, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 506, + 510 + ], + "score": 1.0, + "content": "performance of pruning. Specifically, we conduct two sets of experiments for comparison: (1)", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 509, + 506, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 144, + 521 + ], + "score": 1.0, + "content": "prune by", + "type": "text" + }, + { + "bbox": [ + 144, + 509, + 156, + 519 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 509, + 377, + 521 + ], + "score": 1.0, + "content": "-norm sorting and fine-tune Li et al. (2017) (shorted as", + "type": "text" + }, + { + "bbox": [ + 378, + 509, + 398, + 519 + ], + "score": 0.63, + "content": "^ { \\cdot \\cdot } L _ { 1 } +", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 509, + 506, + 521 + ], + "score": 1.0, + "content": "one-shot”); (2) employ the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "proposed growing regularization scheme (“GReg-1”) and fine-tune. We use a uniform pruning ratio", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 528, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 104, + 528, + 215, + 544 + ], + "score": 1.0, + "content": "scheme here: Pruning ratio", + "type": "text" + }, + { + "bbox": [ + 216, + 532, + 221, + 540 + ], + "score": 0.72, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 528, + 294, + 544 + ], + "score": 1.0, + "content": "is the same for all", + "type": "text" + }, + { + "bbox": [ + 294, + 531, + 298, + 540 + ], + "score": 0.6, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 528, + 506, + 544 + ], + "score": 1.0, + "content": "-th conv layer (the first layer is not pruned following", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "common practice Gale et al. (2019)). For ResNet56, since it has the residual addition restriction, we", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 552, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 564 + ], + "score": 1.0, + "content": "only prune the first conv layer in a block as previous works do Li et al. (2017). For comprehensive", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "comparisons, the pruning ratios vary in a large spectrum, covering acceleration ratios from around", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 120, + 585 + ], + "score": 0.86, + "content": "2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 121, + 573, + 131, + 587 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 131, + 574, + 150, + 585 + ], + "score": 0.88, + "content": "4 4 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 573, + 505, + 587 + ], + "score": 1.0, + "content": ". Note that we do not intend to obtain the best performance here but systematically explore", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 598 + ], + "score": 1.0, + "content": "the effect of different pruning schedules, so we employ relatively simple settings (e.g., the uniform", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "score": 1.0, + "content": "pruning ratios). For fair comparisons, the fine-tuning scheme (e.g., number of epochs, learning rate", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 619 + ], + "score": 1.0, + "content": "schedule, etc.) is the same for different methods. Therefore, the key comparison here is to see which", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 617, + 341, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 341, + 631 + ], + "score": 1.0, + "content": "method can deliver a better base model before fine-tuning.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 26, + "bbox_fs": [ + 104, + 487, + 506, + 631 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 635, + 505, + 712 + ], + "lines": [ + { + "bbox": [ + 105, + 633, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 648 + ], + "score": 1.0, + "content": "The results are shown in Tab. 1. We have the following observations: (1) On the whole, the proposed", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 241, + 658 + ], + "score": 1.0, + "content": "GReg-1 consistently outperforms", + "type": "text" + }, + { + "bbox": [ + 241, + 646, + 253, + 657 + ], + "score": 0.78, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "+one-shot. It is important to reiterate that the two settings have", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 656, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 505, + 670 + ], + "score": 1.0, + "content": "exactly the same pruned weights, so the only difference is how they are removed. The accuracy", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "gaps show that apart from importance scoring, pruning schedule is also a critical factor. In the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 679, + 504, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 504, + 690 + ], + "score": 1.0, + "content": "Appendix D, we present more results to demonstrate this finding actually is general, not merely", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 688, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 197, + 703 + ], + "score": 1.0, + "content": "limited to the case of", + "type": "text" + }, + { + "bbox": [ + 198, + 690, + 210, + 701 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 688, + 505, + 703 + ], + "score": 1.0, + "content": "-norm criterion. The proposed regularization-based pruning schedule is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "score": 1.0, + "content": "consistently more favorable than the one-shot counterpart. (2) The larger pruning ratio, the more", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 451, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 505, + 462 + ], + "score": 1.0, + "content": "pronounced of the gain. This is reasonable since when more weights are pruned, the network cannot", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "recover by its inherent plasticity Mittal et al. (2018), then the regularization-based way is more", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "score": 1.0, + "content": "helpful because it helps the model transfer its expressive power to the remaining part. When the", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 311, + 496 + ], + "score": 1.0, + "content": "pruning ratio is relatively small (such as ResNet56,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 311, + 484, + 350, + 495 + ], + "score": 0.89, + "content": "r = 5 0 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 350, + 483, + 505, + 496 + ], + "score": 1.0, + "content": ") , the plasticity of the model is enough", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 493, + 484, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 484, + 508 + ], + "score": 1.0, + "content": "to heal, so the benefit from GReg-1 is less significant compared with the one-shot counterpart.", + "type": "text", + "cross_page": true + } + ], + "index": 13 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 633, + 506, + 713 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 81, + 502, + 233 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 81, + 502, + 233 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 81, + 502, + 233 + ], + "spans": [ + { + "bbox": [ + 108, + 81, + 502, + 233 + ], + "score": 0.974, + "type": "image", + "image_path": "ac428ab6cf517902459262b7ec3fb69d47cf04a2e15dd1400507d10a01bda824.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 81, + 502, + 131.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 131.66666666666666, + 502, + 182.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 182.33333333333331, + 502, + 232.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 104, + 241, + 505, + 264 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 241, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 323, + 254 + ], + "score": 1.0, + "content": "Figure 1: Row 1: Illustration of weight separation as", + "type": "text" + }, + { + "bbox": [ + 323, + 242, + 336, + 253 + ], + "score": 0.85, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 241, + 506, + 254 + ], + "score": 1.0, + "content": "penalty grows. Row 2: Normalized filter", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 107, + 252, + 499, + 265 + ], + "spans": [ + { + "bbox": [ + 107, + 253, + 119, + 263 + ], + "score": 0.85, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 252, + 499, + 265 + ], + "score": 1.0, + "content": "-norm over iterations for ResNet50 layer2.3.conv1 (please see the Appendix for VGG19 plots).", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "table", + "bbox": [ + 106, + 291, + 504, + 435 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 134, + 276, + 474, + 289 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 276, + 475, + 290 + ], + "spans": [ + { + "bbox": [ + 136, + 276, + 475, + 290 + ], + "score": 1.0, + "content": "Table 2: Comparison of different methods on the CIFAR10 and CIFAR100 datasets.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 291, + 504, + 435 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 291, + 504, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 504, + 435 + ], + "score": 0.98, + "html": "
MethodNetwork/DatasetBase acc.(%) Pruned acc. (%) Acc. drop Speedup
CP He et al. (2017)ResNet56/CIFAR1092.8091.801.002.00×
AMC He et al. (2018b)92.8091.900.902.00×
SFP He et al. (2018a)93.5993.360.232.11×
AFP Ding et al. (2018)93.9392.940.992.56×
C-SGD Ding et al. (2019a)93.3993.44-0.052.55×
GReg-1 (ours)93.3693.180.182.55×
GReg-2 (ours)93.3693.360.002.55×
Kron-OBD Wang et al. (2019a)73.3460.7012.645.73×
Kron-OBS Wang et al. (2019a)73.3460.6612.686.09×
EigenDamage Wang et al. (2019a) VGG19/CIFAR10073.3465.188.168.80×
GReg-1 (ours)74.0267.556.678.84×
GReg-2 (ours)74.0267.756.478.84×
", + "type": "table", + "image_path": "d907f6083b53bd48fe53b4c66cdc0b64e4a781cce80e1134643c84b63857284a.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 106, + 291, + 504, + 339.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 106, + 339.0, + 504, + 387.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 106, + 387.0, + 504, + 435.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 6.0 + }, + { + "type": "text", + "bbox": [ + 107, + 451, + 505, + 506 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 505, + 462 + ], + "score": 1.0, + "content": "pronounced of the gain. This is reasonable since when more weights are pruned, the network cannot", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "recover by its inherent plasticity Mittal et al. (2018), then the regularization-based way is more", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 505, + 485 + ], + "score": 1.0, + "content": "helpful because it helps the model transfer its expressive power to the remaining part. When the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 311, + 496 + ], + "score": 1.0, + "content": "pruning ratio is relatively small (such as ResNet56,", + "type": "text" + }, + { + "bbox": [ + 311, + 484, + 350, + 495 + ], + "score": 0.89, + "content": "r = 5 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 483, + 505, + 496 + ], + "score": 1.0, + "content": ") , the plasticity of the model is enough", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 493, + 484, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 484, + 508 + ], + "score": 1.0, + "content": "to heal, so the benefit from GReg-1 is less significant compared with the one-shot counterpart.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 511, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "Importance criterion: GReg-2. Here we empirically validate our finding in Sec. 3.3, that is,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 196, + 535 + ], + "score": 1.0, + "content": "with uniformly rising", + "type": "text" + }, + { + "bbox": [ + 196, + 523, + 209, + 534 + ], + "score": 0.86, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 522, + 456, + 535 + ], + "score": 1.0, + "content": "penalty, the weights should naturally separate. We claim, if", + "type": "text" + }, + { + "bbox": [ + 456, + 523, + 501, + 534 + ], + "score": 0.91, + "content": "h _ { 1 1 } > h _ { 2 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 522, + 505, + 535 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 533, + 506, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 173, + 547 + ], + "score": 1.0, + "content": "there should be", + "type": "text" + }, + { + "bbox": [ + 173, + 536, + 210, + 546 + ], + "score": 0.9, + "content": "r _ { 1 } ~ > ~ r _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 534, + 243, + 547 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 244, + 533, + 327, + 549 + ], + "score": 0.93, + "content": "\\begin{array} { r } { r _ { 1 } = \\frac { \\tilde { \\hat { w _ { 1 } } } } { w _ { 1 } } , r _ { 2 } = \\frac { \\hat { w _ { 2 } } } { w _ { 2 } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 533, + 506, + 547 + ], + "score": 1.0, + "content": "(the * mark indicating the local minimum", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 547, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 104, + 547, + 243, + 561 + ], + "score": 1.0, + "content": "is omitted here for readability).", + "type": "text" + }, + { + "bbox": [ + 243, + 550, + 281, + 560 + ], + "score": 0.89, + "content": "r _ { 1 } ~ > ~ r _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 547, + 320, + 561 + ], + "score": 1.0, + "content": "leads to", + "type": "text" + }, + { + "bbox": [ + 321, + 547, + 363, + 563 + ], + "score": 0.93, + "content": "\\frac { \\bar { w } _ { 1 } } { w _ { 1 } } ~ > ~ \\frac { \\bar { w } _ { 2 } } { w _ { 2 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 547, + 365, + 565 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 367, + 548, + 405, + 562 + ], + "score": 1.0, + "content": "namely,", + "type": "text" + }, + { + "bbox": [ + 405, + 547, + 476, + 563 + ], + "score": 0.93, + "content": "\\begin{array} { r } { r _ { 1 } \\ = \\ \\frac { \\hat { w _ { 1 } } } { \\hat { w _ { 2 } } } \\ > \\ \\frac { w _ { 1 } } { w _ { 2 } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 547, + 506, + 561 + ], + "score": 1.0, + "content": "This", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 193, + 574 + ], + "score": 1.0, + "content": "shows that, after the", + "type": "text" + }, + { + "bbox": [ + 193, + 561, + 206, + 572 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "penalty grows a little, the new magnitude ratio of weight 1 over weight", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 199, + 585 + ], + "score": 1.0, + "content": "2 will be magnified if", + "type": "text" + }, + { + "bbox": [ + 199, + 573, + 246, + 583 + ], + "score": 0.74, + "content": "h _ { 1 1 } > h _ { 2 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 573, + 280, + 583 + ], + "score": 0.51, + "content": "( w _ { 1 } , w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 571, + 506, + 585 + ], + "score": 1.0, + "content": "are positive in the analysis here, while the conclusion", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 582, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 506, + 595 + ], + "score": 1.0, + "content": "still holds if either of them is negative). In Fig. 1 (Row 1), we plot the standard deviation (divided", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 451, + 606 + ], + "score": 1.0, + "content": "by the means for normalization since the magnitude varies over iterations) of filter", + "type": "text" + }, + { + "bbox": [ + 451, + 594, + 463, + 605 + ], + "score": 0.9, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 594, + 506, + 606 + ], + "score": 1.0, + "content": "-norms as", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 605, + 504, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 317, + 617 + ], + "score": 1.0, + "content": "the regularization grows. As seen, the normalized", + "type": "text" + }, + { + "bbox": [ + 317, + 605, + 329, + 616 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 606, + 496, + 617 + ], + "score": 1.0, + "content": "-norm stddev grows larger and larger as", + "type": "text" + }, + { + "bbox": [ + 497, + 605, + 504, + 615 + ], + "score": 0.68, + "content": "\\lambda", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "grows. This phenomenon consistently appears across different models and datasets. To figuratively", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "understand how the increasing penalty affects the relative magnitude over time, in Fig. 1 (Row 2),", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 638, + 504, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 183, + 649 + ], + "score": 1.0, + "content": "we plot the relative", + "type": "text" + }, + { + "bbox": [ + 184, + 639, + 196, + 649 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 638, + 305, + 649 + ], + "score": 1.0, + "content": "-norms (divided by the max", + "type": "text" + }, + { + "bbox": [ + 306, + 639, + 318, + 649 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 638, + 504, + 649 + ], + "score": 1.0, + "content": "-norm for normalization) at different iterations.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "As shown, it is hard to tell which filters are really important by the initial filter magnitude (Iter 0),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 658, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 506, + 673 + ], + "score": 1.0, + "content": "but under a large penalty later, their discrepancy turns more and more obvious and finally it is very", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 671, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 505, + 684 + ], + "score": 1.0, + "content": "easy to identify which filters are more important. Since the magnitude gap is so large, the simple", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 681, + 309, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 119, + 693 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 681, + 309, + 694 + ], + "score": 1.0, + "content": "-norm can make a sufficiently faithful criterion.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "CIFAR benchmarks. Finally, we compare the proposed algorithms with existing methods on the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "CIFAR datasets (Tab. 2). Here we adopt non-uniform pruning ratios (see the Appendix for specific", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "numbers) for the best accuracy-FLOPs trade-off. On CIFAR10, compared with AMC He et al.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + } + ], + "page_idx": 6, + "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, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 81, + 502, + 233 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 81, + 502, + 233 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 81, + 502, + 233 + ], + "spans": [ + { + "bbox": [ + 108, + 81, + 502, + 233 + ], + "score": 0.974, + "type": "image", + "image_path": "ac428ab6cf517902459262b7ec3fb69d47cf04a2e15dd1400507d10a01bda824.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 81, + 502, + 131.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 131.66666666666666, + 502, + 182.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 182.33333333333331, + 502, + 232.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 104, + 241, + 505, + 264 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 241, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 323, + 254 + ], + "score": 1.0, + "content": "Figure 1: Row 1: Illustration of weight separation as", + "type": "text" + }, + { + "bbox": [ + 323, + 242, + 336, + 253 + ], + "score": 0.85, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 241, + 506, + 254 + ], + "score": 1.0, + "content": "penalty grows. Row 2: Normalized filter", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 107, + 252, + 499, + 265 + ], + "spans": [ + { + "bbox": [ + 107, + 253, + 119, + 263 + ], + "score": 0.85, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 252, + 499, + 265 + ], + "score": 1.0, + "content": "-norm over iterations for ResNet50 layer2.3.conv1 (please see the Appendix for VGG19 plots).", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "table", + "bbox": [ + 106, + 291, + 504, + 435 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 134, + 276, + 474, + 289 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 276, + 475, + 290 + ], + "spans": [ + { + "bbox": [ + 136, + 276, + 475, + 290 + ], + "score": 1.0, + "content": "Table 2: Comparison of different methods on the CIFAR10 and CIFAR100 datasets.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 291, + 504, + 435 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 291, + 504, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 504, + 435 + ], + "score": 0.98, + "html": "
MethodNetwork/DatasetBase acc.(%) Pruned acc. (%) Acc. drop Speedup
CP He et al. (2017)ResNet56/CIFAR1092.8091.801.002.00×
AMC He et al. (2018b)92.8091.900.902.00×
SFP He et al. (2018a)93.5993.360.232.11×
AFP Ding et al. (2018)93.9392.940.992.56×
C-SGD Ding et al. (2019a)93.3993.44-0.052.55×
GReg-1 (ours)93.3693.180.182.55×
GReg-2 (ours)93.3693.360.002.55×
Kron-OBD Wang et al. (2019a)73.3460.7012.645.73×
Kron-OBS Wang et al. (2019a)73.3460.6612.686.09×
EigenDamage Wang et al. (2019a) VGG19/CIFAR10073.3465.188.168.80×
GReg-1 (ours)74.0267.556.678.84×
GReg-2 (ours)74.0267.756.478.84×
", + "type": "table", + "image_path": "d907f6083b53bd48fe53b4c66cdc0b64e4a781cce80e1134643c84b63857284a.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 106, + 291, + 504, + 339.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 106, + 339.0, + 504, + 387.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 106, + 387.0, + 504, + 435.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 6.0 + }, + { + "type": "text", + "bbox": [ + 107, + 451, + 505, + 506 + ], + "lines": [], + "index": 11, + "bbox_fs": [ + 105, + 451, + 505, + 508 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 511, + 505, + 693 + ], + "lines": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "Importance criterion: GReg-2. Here we empirically validate our finding in Sec. 3.3, that is,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 196, + 535 + ], + "score": 1.0, + "content": "with uniformly rising", + "type": "text" + }, + { + "bbox": [ + 196, + 523, + 209, + 534 + ], + "score": 0.86, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 522, + 456, + 535 + ], + "score": 1.0, + "content": "penalty, the weights should naturally separate. We claim, if", + "type": "text" + }, + { + "bbox": [ + 456, + 523, + 501, + 534 + ], + "score": 0.91, + "content": "h _ { 1 1 } > h _ { 2 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 522, + 505, + 535 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 533, + 506, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 534, + 173, + 547 + ], + "score": 1.0, + "content": "there should be", + "type": "text" + }, + { + "bbox": [ + 173, + 536, + 210, + 546 + ], + "score": 0.9, + "content": "r _ { 1 } ~ > ~ r _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 534, + 243, + 547 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 244, + 533, + 327, + 549 + ], + "score": 0.93, + "content": "\\begin{array} { r } { r _ { 1 } = \\frac { \\tilde { \\hat { w _ { 1 } } } } { w _ { 1 } } , r _ { 2 } = \\frac { \\hat { w _ { 2 } } } { w _ { 2 } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 533, + 506, + 547 + ], + "score": 1.0, + "content": "(the * mark indicating the local minimum", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 547, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 104, + 547, + 243, + 561 + ], + "score": 1.0, + "content": "is omitted here for readability).", + "type": "text" + }, + { + "bbox": [ + 243, + 550, + 281, + 560 + ], + "score": 0.89, + "content": "r _ { 1 } ~ > ~ r _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 547, + 320, + 561 + ], + "score": 1.0, + "content": "leads to", + "type": "text" + }, + { + "bbox": [ + 321, + 547, + 363, + 563 + ], + "score": 0.93, + "content": "\\frac { \\bar { w } _ { 1 } } { w _ { 1 } } ~ > ~ \\frac { \\bar { w } _ { 2 } } { w _ { 2 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 547, + 365, + 565 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 367, + 548, + 405, + 562 + ], + "score": 1.0, + "content": "namely,", + "type": "text" + }, + { + "bbox": [ + 405, + 547, + 476, + 563 + ], + "score": 0.93, + "content": "\\begin{array} { r } { r _ { 1 } \\ = \\ \\frac { \\hat { w _ { 1 } } } { \\hat { w _ { 2 } } } \\ > \\ \\frac { w _ { 1 } } { w _ { 2 } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 547, + 506, + 561 + ], + "score": 1.0, + "content": "This", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 193, + 574 + ], + "score": 1.0, + "content": "shows that, after the", + "type": "text" + }, + { + "bbox": [ + 193, + 561, + 206, + 572 + ], + "score": 0.87, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "penalty grows a little, the new magnitude ratio of weight 1 over weight", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 199, + 585 + ], + "score": 1.0, + "content": "2 will be magnified if", + "type": "text" + }, + { + "bbox": [ + 199, + 573, + 246, + 583 + ], + "score": 0.74, + "content": "h _ { 1 1 } > h _ { 2 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 573, + 280, + 583 + ], + "score": 0.51, + "content": "( w _ { 1 } , w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 571, + 506, + 585 + ], + "score": 1.0, + "content": "are positive in the analysis here, while the conclusion", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 582, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 506, + 595 + ], + "score": 1.0, + "content": "still holds if either of them is negative). In Fig. 1 (Row 1), we plot the standard deviation (divided", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 451, + 606 + ], + "score": 1.0, + "content": "by the means for normalization since the magnitude varies over iterations) of filter", + "type": "text" + }, + { + "bbox": [ + 451, + 594, + 463, + 605 + ], + "score": 0.9, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 594, + 506, + 606 + ], + "score": 1.0, + "content": "-norms as", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 605, + 504, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 317, + 617 + ], + "score": 1.0, + "content": "the regularization grows. As seen, the normalized", + "type": "text" + }, + { + "bbox": [ + 317, + 605, + 329, + 616 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 606, + 496, + 617 + ], + "score": 1.0, + "content": "-norm stddev grows larger and larger as", + "type": "text" + }, + { + "bbox": [ + 497, + 605, + 504, + 615 + ], + "score": 0.68, + "content": "\\lambda", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "grows. This phenomenon consistently appears across different models and datasets. To figuratively", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "understand how the increasing penalty affects the relative magnitude over time, in Fig. 1 (Row 2),", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 638, + 504, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 183, + 649 + ], + "score": 1.0, + "content": "we plot the relative", + "type": "text" + }, + { + "bbox": [ + 184, + 639, + 196, + 649 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 638, + 305, + 649 + ], + "score": 1.0, + "content": "-norms (divided by the max", + "type": "text" + }, + { + "bbox": [ + 306, + 639, + 318, + 649 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 638, + 504, + 649 + ], + "score": 1.0, + "content": "-norm for normalization) at different iterations.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "As shown, it is hard to tell which filters are really important by the initial filter magnitude (Iter 0),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 658, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 506, + 673 + ], + "score": 1.0, + "content": "but under a large penalty later, their discrepancy turns more and more obvious and finally it is very", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 671, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 505, + 684 + ], + "score": 1.0, + "content": "easy to identify which filters are more important. Since the magnitude gap is so large, the simple", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 681, + 309, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 682, + 119, + 693 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 681, + 309, + 694 + ], + "score": 1.0, + "content": "-norm can make a sufficiently faithful criterion.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 21.5, + "bbox_fs": [ + 104, + 511, + 506, + 694 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "CIFAR benchmarks. Finally, we compare the proposed algorithms with existing methods on the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "CIFAR datasets (Tab. 2). Here we adopt non-uniform pruning ratios (see the Appendix for specific", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "numbers) for the best accuracy-FLOPs trade-off. On CIFAR10, compared with AMC He et al.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 698, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 105, + 501, + 397 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 113, + 89, + 493, + 101 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 116, + 88, + 495, + 102 + ], + "spans": [ + { + "bbox": [ + 116, + 88, + 495, + 102 + ], + "score": 1.0, + "content": "Table 3: Acceleration comparison on ImageNet. FLOPs: ResNet34: 3.66G, ResNet50: 4.09G.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 105, + 501, + 397 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 105, + 501, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 501, + 397 + ], + "score": 0.985, + "html": "
MethodNetworkBase top-1(%) Pruned top-1(%) Top-1 drop Speedup
L1 (pruned-B) Li et al. (2017) Taylor-FO Molchanov et al. (2019)ResNet3473.23 73.3172.17 72.831.06 0.481.32× 1.29×
GReg-1 (ours)73.3173.54-0.231.32×
GReg-2 (ours)73.3173.61-0.301.32×
ProvableFPLiebenwein et al. (2020) GReg-1 (ours)ResNet5076.13 76.1375.21 76.270.92 -0.141.43× 1.49×
AOFP Ding et al. (2019b) GReg-1 (ours)*ResNet5075.3475.63-0.291.49×
75.4076.13-0.731.49×
IncReg Wang et al. (2019b) SFP He et al. (2018a)75.60 76.1572.47 74.613.13 1.542.00× 1.72×
HRank Lin et al. (2020a) Taylor-FO Molchanov et al. (2019)ResNet5076.1574.981.171.78×
Factorized Li et al. (2019)76.18 76.1574.501.681.82×
74.551.602.33×
DCP Zhuang et al. (2018) CCP-AC Peng et al. (2019)76.0174.951.062.25×
76.1575.320.832.18×
GReg-1 (ours)76.1375.160.972.31×
GReg-2 (ours) C-SGD-50 Ding et al. (2019a)ResNet5076.1375.360.772.31×
75.3474.540.802.26×
AOFP Ding et al. (2019b)75.3475.110.232.31×
GReg-2 (ours)*ResNet5075.4075.220.182.31×
LFPC He et al. (2020)76.1574.461.692.55×
GReg-1 (ours)76.1374.851.282.56×
GReg-2 (ours)76.1374.931.202.56×
IncReg Wang et al. (2019b)75.6071.074.533.00×
Taylor-FO Molchanov et al. (2019)76.1871.693.05×
GReg-1 (ours)ResNet504.49
76.1373.752.383.06×
GReg-2 (ours)76.1373.902.233.06×
", + "type": "table", + "image_path": "a37e76fa341991da35b036954a7fb022287fc9ac19b9a1f8f740b9ea64331cb0.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 105, + 501, + 202.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 202.33333333333331, + 501, + 299.66666666666663 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 299.66666666666663, + 501, + 396.99999999999994 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 113, + 398, + 504, + 419 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 396, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 113, + 396, + 505, + 410 + ], + "score": 1.0, + "content": "Since the base models of C-SGD and AOFP have a much lower accuracy than ours, for fair comparison, we", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 110, + 407, + 284, + 420 + ], + "spans": [ + { + "bbox": [ + 110, + 407, + 284, + 420 + ], + "score": 1.0, + "content": "rain our own base models with similar accuracy.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + } + ], + "index": 2 + }, + { + "type": "table", + "bbox": [ + 107, + 434, + 505, + 517 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 127, + 420, + 478, + 431 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 130, + 419, + 480, + 432 + ], + "spans": [ + { + "bbox": [ + 130, + 419, + 480, + 432 + ], + "score": 1.0, + "content": "Table 4: Compression comparison on ImageNet with ResNet50. #Parameters: 25.56M.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 107, + 434, + 505, + 517 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 434, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 107, + 434, + 505, + 517 + ], + "score": 0.967, + "html": "
MethodBase top-1 (%)Pruned top-1(%) Top-1 dropSparsity (%)
GSM Ding et al. (2019c)75.7274.301.4280.00
Variational Dropout Molchanov et al. (2O17a)76.6975.281.4180.00
DPF Lin et al. (2020b)75.9574.551.4082.60
WoodFisher Singh & Alistarh (2020)75.9875.200.7882.70
GReg-1 (ours)76.1375.450.6882.70
GReg-2 (ours)76.1375.270.8682.70
", + "type": "table", + "image_path": "15777f30c8f15e6704869b37f5118341cc015ffd6a4e2e618396b70cd11a8c78.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 107, + 434, + 505, + 461.6666666666667 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 461.6666666666667, + 505, + 489.33333333333337 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 107, + 489.33333333333337, + 505, + 517.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 7.0 + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 505, + 585 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 505, + 532 + ], + "score": 1.0, + "content": "(2018b), though it adopts better layer-wise pruning ratios via reinforcement-learning, our algorithms", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 528, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 543 + ], + "score": 1.0, + "content": "can still deliver more favorable performance using sub-optimal human-specified ratios. AFP Ding", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 540, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 506, + 555 + ], + "score": 1.0, + "content": "et al. (2018) is another work exploring large regularization, while they do not adopt the growing", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 552, + 504, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 504, + 564 + ], + "score": 1.0, + "content": "scheme as we do. Its performance is also less favorable on CIFAR10 as shown in the table. Although", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 563, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 575 + ], + "score": 1.0, + "content": "our methods perform a little worse than C-SGD Ding et al. (2019a) on CIFAR10, on the large-scale", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 574, + 434, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 434, + 586 + ], + "score": 1.0, + "content": "ImageNet dataset, we will show our methods are significantly better than C-SGD.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 505, + 657 + ], + "lines": [ + { + "bbox": [ + 105, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "Notably, on CIFAR100, Kron-OBD/OBS (an extension by Wang et al. (2019a) of the original", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "OBD/OBS from unstructured pruning to structured pruning) are believed to be more accurate than", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 107, + 612, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 107, + 613, + 119, + 624 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 612, + 505, + 624 + ], + "score": 1.0, + "content": "-norm in terms of capturing relative weight importance LeCun et al. (1990); Hassibi & Stork", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 623, + 505, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 505, + 636 + ], + "score": 1.0, + "content": "(1993); Wang et al. (2019a). Yet, they are significantly outperformed by our GReg-1 based on the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 635, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 136, + 648 + ], + "score": 1.0, + "content": "simple", + "type": "text" + }, + { + "bbox": [ + 136, + 635, + 149, + 646 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 635, + 506, + 648 + ], + "score": 1.0, + "content": "-norm scoring. This may inspire us that an average pruning schedule (like the one-shot", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 645, + 423, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 423, + 658 + ], + "score": 1.0, + "content": "fashion) can offset the gain from a more advanced importance scoring scheme.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18.5 + }, + { + "type": "title", + "bbox": [ + 108, + 670, + 257, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 670, + 259, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 259, + 683 + ], + "score": 1.0, + "content": "4.2 RESNET34/50 ON IMAGENET", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 108, + 691, + 504, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "score": 1.0, + "content": "Then we evaluate our methods on the standard large-scale ImageNet benchmarks with ResNets He", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 702, + 504, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 504, + 714 + ], + "score": 1.0, + "content": "et al. (2016). We refer to the official PyTorch ImageNet training example3 to make sure the imple-", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 119, + 721, + 334, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 335, + 735 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 335, + 735 + ], + "score": 1.0, + "content": "3https://github.com/pytorch/examples/tree/master/imagenet", + "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, + 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": "table", + "bbox": [ + 106, + 105, + 501, + 397 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 113, + 89, + 493, + 101 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 116, + 88, + 495, + 102 + ], + "spans": [ + { + "bbox": [ + 116, + 88, + 495, + 102 + ], + "score": 1.0, + "content": "Table 3: Acceleration comparison on ImageNet. FLOPs: ResNet34: 3.66G, ResNet50: 4.09G.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 105, + 501, + 397 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 105, + 501, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 501, + 397 + ], + "score": 0.985, + "html": "
MethodNetworkBase top-1(%) Pruned top-1(%) Top-1 drop Speedup
L1 (pruned-B) Li et al. (2017) Taylor-FO Molchanov et al. (2019)ResNet3473.23 73.3172.17 72.831.06 0.481.32× 1.29×
GReg-1 (ours)73.3173.54-0.231.32×
GReg-2 (ours)73.3173.61-0.301.32×
ProvableFPLiebenwein et al. (2020) GReg-1 (ours)ResNet5076.13 76.1375.21 76.270.92 -0.141.43× 1.49×
AOFP Ding et al. (2019b) GReg-1 (ours)*ResNet5075.3475.63-0.291.49×
75.4076.13-0.731.49×
IncReg Wang et al. (2019b) SFP He et al. (2018a)75.60 76.1572.47 74.613.13 1.542.00× 1.72×
HRank Lin et al. (2020a) Taylor-FO Molchanov et al. (2019)ResNet5076.1574.981.171.78×
Factorized Li et al. (2019)76.18 76.1574.501.681.82×
74.551.602.33×
DCP Zhuang et al. (2018) CCP-AC Peng et al. (2019)76.0174.951.062.25×
76.1575.320.832.18×
GReg-1 (ours)76.1375.160.972.31×
GReg-2 (ours) C-SGD-50 Ding et al. (2019a)ResNet5076.1375.360.772.31×
75.3474.540.802.26×
AOFP Ding et al. (2019b)75.3475.110.232.31×
GReg-2 (ours)*ResNet5075.4075.220.182.31×
LFPC He et al. (2020)76.1574.461.692.55×
GReg-1 (ours)76.1374.851.282.56×
GReg-2 (ours)76.1374.931.202.56×
IncReg Wang et al. (2019b)75.6071.074.533.00×
Taylor-FO Molchanov et al. (2019)76.1871.693.05×
GReg-1 (ours)ResNet504.49
76.1373.752.383.06×
GReg-2 (ours)76.1373.902.233.06×
", + "type": "table", + "image_path": "a37e76fa341991da35b036954a7fb022287fc9ac19b9a1f8f740b9ea64331cb0.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 105, + 501, + 202.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 202.33333333333331, + 501, + 299.66666666666663 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 299.66666666666663, + 501, + 396.99999999999994 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 113, + 398, + 504, + 419 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 396, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 113, + 396, + 505, + 410 + ], + "score": 1.0, + "content": "Since the base models of C-SGD and AOFP have a much lower accuracy than ours, for fair comparison, we", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 110, + 407, + 284, + 420 + ], + "spans": [ + { + "bbox": [ + 110, + 407, + 284, + 420 + ], + "score": 1.0, + "content": "rain our own base models with similar accuracy.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + } + ], + "index": 2 + }, + { + "type": "table", + "bbox": [ + 107, + 434, + 505, + 517 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 127, + 420, + 478, + 431 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 130, + 419, + 480, + 432 + ], + "spans": [ + { + "bbox": [ + 130, + 419, + 480, + 432 + ], + "score": 1.0, + "content": "Table 4: Compression comparison on ImageNet with ResNet50. #Parameters: 25.56M.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 107, + 434, + 505, + 517 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 434, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 107, + 434, + 505, + 517 + ], + "score": 0.967, + "html": "
MethodBase top-1 (%)Pruned top-1(%) Top-1 dropSparsity (%)
GSM Ding et al. (2019c)75.7274.301.4280.00
Variational Dropout Molchanov et al. (2O17a)76.6975.281.4180.00
DPF Lin et al. (2020b)75.9574.551.4082.60
WoodFisher Singh & Alistarh (2020)75.9875.200.7882.70
GReg-1 (ours)76.1375.450.6882.70
GReg-2 (ours)76.1375.270.8682.70
", + "type": "table", + "image_path": "15777f30c8f15e6704869b37f5118341cc015ffd6a4e2e618396b70cd11a8c78.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 107, + 434, + 505, + 461.6666666666667 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 461.6666666666667, + 505, + 489.33333333333337 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 107, + 489.33333333333337, + 505, + 517.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 7.0 + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 505, + 585 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 505, + 532 + ], + "score": 1.0, + "content": "(2018b), though it adopts better layer-wise pruning ratios via reinforcement-learning, our algorithms", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 528, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 543 + ], + "score": 1.0, + "content": "can still deliver more favorable performance using sub-optimal human-specified ratios. AFP Ding", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 540, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 506, + 555 + ], + "score": 1.0, + "content": "et al. (2018) is another work exploring large regularization, while they do not adopt the growing", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 552, + 504, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 504, + 564 + ], + "score": 1.0, + "content": "scheme as we do. Its performance is also less favorable on CIFAR10 as shown in the table. Although", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 563, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 575 + ], + "score": 1.0, + "content": "our methods perform a little worse than C-SGD Ding et al. (2019a) on CIFAR10, on the large-scale", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 574, + 434, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 434, + 586 + ], + "score": 1.0, + "content": "ImageNet dataset, we will show our methods are significantly better than C-SGD.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 518, + 506, + 586 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 505, + 657 + ], + "lines": [ + { + "bbox": [ + 105, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "Notably, on CIFAR100, Kron-OBD/OBS (an extension by Wang et al. (2019a) of the original", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "OBD/OBS from unstructured pruning to structured pruning) are believed to be more accurate than", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 107, + 612, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 107, + 613, + 119, + 624 + ], + "score": 0.86, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 612, + 505, + 624 + ], + "score": 1.0, + "content": "-norm in terms of capturing relative weight importance LeCun et al. (1990); Hassibi & Stork", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 623, + 505, + 636 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 505, + 636 + ], + "score": 1.0, + "content": "(1993); Wang et al. (2019a). Yet, they are significantly outperformed by our GReg-1 based on the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 635, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 136, + 648 + ], + "score": 1.0, + "content": "simple", + "type": "text" + }, + { + "bbox": [ + 136, + 635, + 149, + 646 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 635, + 506, + 648 + ], + "score": 1.0, + "content": "-norm scoring. This may inspire us that an average pruning schedule (like the one-shot", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 645, + 423, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 423, + 658 + ], + "score": 1.0, + "content": "fashion) can offset the gain from a more advanced importance scoring scheme.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 590, + 506, + 658 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 670, + 257, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 670, + 259, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 259, + 683 + ], + "score": 1.0, + "content": "4.2 RESNET34/50 ON IMAGENET", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 108, + 691, + 504, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 505, + 703 + ], + "score": 1.0, + "content": "Then we evaluate our methods on the standard large-scale ImageNet benchmarks with ResNets He", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 702, + 504, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 504, + 714 + ], + "score": 1.0, + "content": "et al. (2016). We refer to the official PyTorch ImageNet training example3 to make sure the imple-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "mentation (such as data augmentation, weight decay, momentum, etc.) is standard. Please refer to", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 346, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 346, + 105 + ], + "score": 1.0, + "content": "the summarized training setting in the Appendix for details.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 23.5, + "bbox_fs": [ + 106, + 690, + 505, + 714 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 503, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "mentation (such as data augmentation, weight decay, momentum, etc.) is standard. Please refer to", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 346, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 346, + 105 + ], + "score": 1.0, + "content": "the summarized training setting in the Appendix for details.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 109, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 105, + 109, + 505, + 123 + ], + "score": 1.0, + "content": "The results are shown in Tab. 3. Methods with similar speedup are grouped together for easy com-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 120, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 505, + 135 + ], + "score": 1.0, + "content": "parison. In general, our method achieves comparable or better performance across various speedups", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "score": 1.0, + "content": "on ResNet34 and 50. Concretely, (1) On both ResNet34 and 50, when the speedup is small (less", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 126, + 156 + ], + "score": 1.0, + "content": "than", + "type": "text" + }, + { + "bbox": [ + 127, + 144, + 141, + 154 + ], + "score": 0.84, + "content": "2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "), only our methods (and AOFP Ding et al. (2019b) for ResNet50) can even improve the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "top-1 accuracy. This phenomenon is broadly found by previous works Wen et al. (2016); Wang et al.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "score": 1.0, + "content": "(2018); He et al. (2017) but mainly on small datasets like CIFAR, while we make it on the much", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "score": 1.0, + "content": "challenging ImageNet benchmark. (2) Similar to the results on CIFAR (Tab. 1), when the speedup", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "is larger, the advantage of our method is more obvious. For example, ours GReg-2 only outperforms", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 197, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 264, + 211 + ], + "score": 1.0, + "content": "Taylor-FO Molchanov et al. (2019) by", + "type": "text" + }, + { + "bbox": [ + 264, + 198, + 292, + 209 + ], + "score": 0.86, + "content": "0 . 8 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 197, + 380, + 211 + ], + "score": 1.0, + "content": "top-1 accuracy at the", + "type": "text" + }, + { + "bbox": [ + 381, + 199, + 407, + 209 + ], + "score": 0.89, + "content": "\\sim 2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 197, + 475, + 211 + ], + "score": 1.0, + "content": "setting, while at", + "type": "text" + }, + { + "bbox": [ + 476, + 199, + 501, + 209 + ], + "score": 0.88, + "content": "\\sim 3 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 197, + 505, + 211 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 186, + 222 + ], + "score": 1.0, + "content": "GReg-2 is better by", + "type": "text" + }, + { + "bbox": [ + 187, + 209, + 214, + 220 + ], + "score": 0.87, + "content": "2 . 2 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "top-1 accuracy. (3) Many methods work on the weight importance crite-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "rion problem, including some very recent ones (ProvableFP Liebenwein et al. (2020), LFPC He et al.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 291, + 244 + ], + "score": 1.0, + "content": "(2020)). Yet as shown, our simple variant of", + "type": "text" + }, + { + "bbox": [ + 292, + 231, + 304, + 242 + ], + "score": 0.9, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 230, + 505, + 244 + ], + "score": 1.0, + "content": "-norm pruning can still be a strong competitor in", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "score": 1.0, + "content": "terms of accuracy-FLOPs trade-off. This reiterates one of our key ideas in this work that the pruning", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 253, + 488, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 488, + 265 + ], + "score": 1.0, + "content": "schedule may be as important as weight importance scoring and worth more research attention.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 270, + 505, + 347 + ], + "lines": [ + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "Unstructured pruning. Although we mainly target filter pruning in this work, the proposed meth-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 281, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 294 + ], + "score": 1.0, + "content": "ods actually can be applied to unstructured pruning as effectively. In Tab. 4, we present the results", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "of unstructured pruning on ResNet50. WoodFisher Singh & Alistarh (2020) is the state-of-the-art", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "score": 1.0, + "content": "Hessian-based unstructured pruning approach. Notably, without any Hessian approximation, our", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "score": 1.0, + "content": "GReg-2 can achieve comparable performance with it (better absolute accuracy, yet slightly worse", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "score": 1.0, + "content": "accuracy drop). Besides, the simple magnitude pruning variant GReg-1 delivers more favorable", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 475, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 475, + 349 + ], + "score": 1.0, + "content": "result, implying that a better pruning schedule also matters in the unstructured pruning case.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 108, + 364, + 195, + 377 + ], + "lines": [ + { + "bbox": [ + 104, + 363, + 197, + 380 + ], + "spans": [ + { + "bbox": [ + 104, + 363, + 197, + 380 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 389, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "score": 1.0, + "content": "Regularization is long deemed as a sparsity-learning tool in neural network pruning, which usually", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 401, + 504, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 504, + 414 + ], + "score": 1.0, + "content": "works in the small strength regime. In this work, we present two algorithms that exploit regulariza-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "tion in a new fashion that the penalty factor is uniformly raised to a large level. Two central problems", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "regarding deep neural pruning are tackled by the proposed methods, pruning schedule and weight", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "importance criterion. The proposed approaches rely on few impractical assumptions, have a sound", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "score": 1.0, + "content": "theoretical basis, and are scalable to large datasets and networks. Apart from the methodology it-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "self, the encouraging results on CIFAR and ImageNet also justify our general ideas in this paper: (1)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 466, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 480 + ], + "score": 1.0, + "content": "In addition to weight importance scoring, pruning schedule is another pivotal factor in deep neural", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "pruning which may deserve more research attention. (2) Without any Hessian approximation, we", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 489, + 434, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 360, + 501 + ], + "score": 1.0, + "content": "can still tap into its power for pruning with the help of growing", + "type": "text" + }, + { + "bbox": [ + 360, + 489, + 373, + 500 + ], + "score": 0.86, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 489, + 434, + 501 + ], + "score": 1.0, + "content": "regularization.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5 + }, + { + "type": "title", + "bbox": [ + 108, + 518, + 224, + 530 + ], + "lines": [ + { + "bbox": [ + 107, + 517, + 226, + 533 + ], + "spans": [ + { + "bbox": [ + 107, + 517, + 226, + 533 + ], + "score": 1.0, + "content": "ACKNOWLEDGEMENTS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 543, + 504, + 565 + ], + "lines": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "score": 1.0, + "content": "The work is supported by the National Science Foundation Award ECCS-1916839 and the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 554, + 334, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 334, + 565 + ], + "score": 1.0, + "content": "U.S. Army Research Office Award W911NF-17-1-0367.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "title", + "bbox": [ + 108, + 583, + 175, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 583, + 176, + 597 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 176, + 597 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 602, + 504, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "score": 1.0, + "content": "Cristian Bucilua, Rich Caruana, and Alexandru Niculescu-Mizil. Model compression. In ˇ SIGKDD,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 613, + 151, + 625 + ], + "spans": [ + { + "bbox": [ + 115, + 613, + 151, + 625 + ], + "score": 1.0, + "content": "2006. 2", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 108, + 634, + 504, + 657 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 648 + ], + "score": 1.0, + "content": "Yu Cheng, Duo Wang, Pan Zhou, and Tao Zhang. A survey of model compression and acceleration", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 645, + 391, + 658 + ], + "spans": [ + { + "bbox": [ + 116, + 645, + 391, + 658 + ], + "score": 1.0, + "content": "for deep neural networks. arXiv preprint arXiv:1710.09282, 2017. 1", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 105, + 666, + 503, + 689 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "M. Courbariaux and Y. Bengio. BinaryNet: Training deep neural networks with weights and activa-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 677, + 414, + 690 + ], + "spans": [ + { + "bbox": [ + 115, + 677, + 197, + 690 + ], + "score": 1.0, + "content": "tions constrained to", + "type": "text" + }, + { + "bbox": [ + 197, + 678, + 211, + 688 + ], + "score": 0.82, + "content": "+ 1", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 677, + 223, + 690 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 223, + 678, + 237, + 688 + ], + "score": 0.65, + "content": "- 1", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 677, + 414, + 690 + ], + "score": 1.0, + "content": ". arXiv preprint arXiv:1602.02830, 2016. 2", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Matthieu Courbariaux, Itay Hubara, Daniel Soudry, Ran El-Yaniv, and Yoshua Bengio. Binarized", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 710, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 710, + 491, + 722 + ], + "score": 1.0, + "content": "neural networks: Training deep neural networks with weights and activations constrained to", + "type": "text" + }, + { + "bbox": [ + 492, + 710, + 504, + 720 + ], + "score": 0.81, + "content": "+ 1", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "score": 1.0, + "content": "or -1. arXiv preprint arXiv:1602.02830, 2016. 2", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45 + } + ], + "page_idx": 8, + "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, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 503, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 105 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 109, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 105, + 109, + 505, + 123 + ], + "score": 1.0, + "content": "The results are shown in Tab. 3. Methods with similar speedup are grouped together for easy com-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 120, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 505, + 135 + ], + "score": 1.0, + "content": "parison. In general, our method achieves comparable or better performance across various speedups", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 505, + 145 + ], + "score": 1.0, + "content": "on ResNet34 and 50. Concretely, (1) On both ResNet34 and 50, when the speedup is small (less", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 126, + 156 + ], + "score": 1.0, + "content": "than", + "type": "text" + }, + { + "bbox": [ + 127, + 144, + 141, + 154 + ], + "score": 0.84, + "content": "2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "), only our methods (and AOFP Ding et al. (2019b) for ResNet50) can even improve the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "top-1 accuracy. This phenomenon is broadly found by previous works Wen et al. (2016); Wang et al.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 177 + ], + "score": 1.0, + "content": "(2018); He et al. (2017) but mainly on small datasets like CIFAR, while we make it on the much", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 189 + ], + "score": 1.0, + "content": "challenging ImageNet benchmark. (2) Similar to the results on CIFAR (Tab. 1), when the speedup", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "is larger, the advantage of our method is more obvious. For example, ours GReg-2 only outperforms", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 197, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 264, + 211 + ], + "score": 1.0, + "content": "Taylor-FO Molchanov et al. (2019) by", + "type": "text" + }, + { + "bbox": [ + 264, + 198, + 292, + 209 + ], + "score": 0.86, + "content": "0 . 8 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 197, + 380, + 211 + ], + "score": 1.0, + "content": "top-1 accuracy at the", + "type": "text" + }, + { + "bbox": [ + 381, + 199, + 407, + 209 + ], + "score": 0.89, + "content": "\\sim 2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 197, + 475, + 211 + ], + "score": 1.0, + "content": "setting, while at", + "type": "text" + }, + { + "bbox": [ + 476, + 199, + 501, + 209 + ], + "score": 0.88, + "content": "\\sim 3 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 197, + 505, + 211 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 186, + 222 + ], + "score": 1.0, + "content": "GReg-2 is better by", + "type": "text" + }, + { + "bbox": [ + 187, + 209, + 214, + 220 + ], + "score": 0.87, + "content": "2 . 2 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "top-1 accuracy. (3) Many methods work on the weight importance crite-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "rion problem, including some very recent ones (ProvableFP Liebenwein et al. (2020), LFPC He et al.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 291, + 244 + ], + "score": 1.0, + "content": "(2020)). Yet as shown, our simple variant of", + "type": "text" + }, + { + "bbox": [ + 292, + 231, + 304, + 242 + ], + "score": 0.9, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 230, + 505, + 244 + ], + "score": 1.0, + "content": "-norm pruning can still be a strong competitor in", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "score": 1.0, + "content": "terms of accuracy-FLOPs trade-off. This reiterates one of our key ideas in this work that the pruning", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 253, + 488, + 265 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 488, + 265 + ], + "score": 1.0, + "content": "schedule may be as important as weight importance scoring and worth more research attention.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 109, + 505, + 265 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 270, + 505, + 347 + ], + "lines": [ + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "Unstructured pruning. Although we mainly target filter pruning in this work, the proposed meth-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 281, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 294 + ], + "score": 1.0, + "content": "ods actually can be applied to unstructured pruning as effectively. In Tab. 4, we present the results", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "of unstructured pruning on ResNet50. WoodFisher Singh & Alistarh (2020) is the state-of-the-art", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "score": 1.0, + "content": "Hessian-based unstructured pruning approach. Notably, without any Hessian approximation, our", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 505, + 326 + ], + "score": 1.0, + "content": "GReg-2 can achieve comparable performance with it (better absolute accuracy, yet slightly worse", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "score": 1.0, + "content": "accuracy drop). Besides, the simple magnitude pruning variant GReg-1 delivers more favorable", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 475, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 475, + 349 + ], + "score": 1.0, + "content": "result, implying that a better pruning schedule also matters in the unstructured pruning case.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 269, + 506, + 349 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 364, + 195, + 377 + ], + "lines": [ + { + "bbox": [ + 104, + 363, + 197, + 380 + ], + "spans": [ + { + "bbox": [ + 104, + 363, + 197, + 380 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 389, + 505, + 500 + ], + "lines": [ + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 403 + ], + "score": 1.0, + "content": "Regularization is long deemed as a sparsity-learning tool in neural network pruning, which usually", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 401, + 504, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 504, + 414 + ], + "score": 1.0, + "content": "works in the small strength regime. In this work, we present two algorithms that exploit regulariza-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "tion in a new fashion that the penalty factor is uniformly raised to a large level. Two central problems", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "regarding deep neural pruning are tackled by the proposed methods, pruning schedule and weight", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "importance criterion. The proposed approaches rely on few impractical assumptions, have a sound", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 505, + 457 + ], + "score": 1.0, + "content": "theoretical basis, and are scalable to large datasets and networks. Apart from the methodology it-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "self, the encouraging results on CIFAR and ImageNet also justify our general ideas in this paper: (1)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 466, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 480 + ], + "score": 1.0, + "content": "In addition to weight importance scoring, pruning schedule is another pivotal factor in deep neural", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "pruning which may deserve more research attention. (2) Without any Hessian approximation, we", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 489, + 434, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 360, + 501 + ], + "score": 1.0, + "content": "can still tap into its power for pruning with the help of growing", + "type": "text" + }, + { + "bbox": [ + 360, + 489, + 373, + 500 + ], + "score": 0.86, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 489, + 434, + 501 + ], + "score": 1.0, + "content": "regularization.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 389, + 506, + 501 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 518, + 224, + 530 + ], + "lines": [ + { + "bbox": [ + 107, + 517, + 226, + 533 + ], + "spans": [ + { + "bbox": [ + 107, + 517, + 226, + 533 + ], + "score": 1.0, + "content": "ACKNOWLEDGEMENTS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 543, + 504, + 565 + ], + "lines": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 505, + 555 + ], + "score": 1.0, + "content": "The work is supported by the National Science Foundation Award ECCS-1916839 and the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 554, + 334, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 334, + 565 + ], + "score": 1.0, + "content": "U.S. Army Research Office Award W911NF-17-1-0367.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 543, + 505, + 565 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 583, + 175, + 595 + ], + "lines": [ + { + "bbox": [ + 106, + 583, + 176, + 597 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 176, + 597 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 602, + 504, + 625 + ], + "lines": [ + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "score": 1.0, + "content": "Cristian Bucilua, Rich Caruana, and Alexandru Niculescu-Mizil. Model compression. In ˇ SIGKDD,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 613, + 151, + 625 + ], + "spans": [ + { + "bbox": [ + 115, + 613, + 151, + 625 + ], + "score": 1.0, + "content": "2006. 2", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 601, + 505, + 625 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 634, + 504, + 657 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 648 + ], + "score": 1.0, + "content": "Yu Cheng, Duo Wang, Pan Zhou, and Tao Zhang. A survey of model compression and acceleration", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 645, + 391, + 658 + ], + "spans": [ + { + "bbox": [ + 116, + 645, + 391, + 658 + ], + "score": 1.0, + "content": "for deep neural networks. arXiv preprint arXiv:1710.09282, 2017. 1", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 106, + 633, + 505, + 658 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 666, + 503, + 689 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 680 + ], + "score": 1.0, + "content": "M. Courbariaux and Y. Bengio. BinaryNet: Training deep neural networks with weights and activa-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 677, + 414, + 690 + ], + "spans": [ + { + "bbox": [ + 115, + 677, + 197, + 690 + ], + "score": 1.0, + "content": "tions constrained to", + "type": "text" + }, + { + "bbox": [ + 197, + 678, + 211, + 688 + ], + "score": 0.82, + "content": "+ 1", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 677, + 223, + 690 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 223, + 678, + 237, + 688 + ], + "score": 0.65, + "content": "- 1", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 677, + 414, + 690 + ], + "score": 1.0, + "content": ". arXiv preprint arXiv:1602.02830, 2016. 2", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 666, + 505, + 690 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Matthieu Courbariaux, Itay Hubara, Daniel Soudry, Ran El-Yaniv, and Yoshua Bengio. Binarized", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 710, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 710, + 491, + 722 + ], + "score": 1.0, + "content": "neural networks: Training deep neural networks with weights and activations constrained to", + "type": "text" + }, + { + "bbox": [ + 492, + 710, + 504, + 720 + ], + "score": 0.81, + "content": "+ 1", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 313, + 732 + ], + "score": 1.0, + "content": "or -1. arXiv preprint arXiv:1602.02830, 2016. 2", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45, + "bbox_fs": [ + 106, + 699, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 49, + 506, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "score": 1.0, + "content": "Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 114, + 93, + 310, + 106 + ], + "spans": [ + { + "bbox": [ + 114, + 93, + 310, + 106 + ], + "score": 1.0, + "content": "hierarchical image database. In CVPR, 2009. 6", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 111, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 506, + 126 + ], + "score": 1.0, + "content": "Lei Deng, Guoqi Li, Song Han, Luping Shi, and Yuan Xie. Model compression and hardware", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 505, + 137 + ], + "score": 1.0, + "content": "acceleration for neural networks: A comprehensive survey. Proceedings of the IEEE, 108(4):", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 190, + 146 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 190, + 146 + ], + "score": 1.0, + "content": "485–532, 2020. 1", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 152, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 152, + 505, + 166 + ], + "score": 1.0, + "content": "Emily L Denton, Wojciech Zaremba, Joan Bruna, Yann LeCun, and Rob Fergus. Exploiting linear", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 114, + 163, + 458, + 177 + ], + "spans": [ + { + "bbox": [ + 114, + 163, + 458, + 177 + ], + "score": 1.0, + "content": "structure within convolutional networks for efficient evaluation. In NeurIPS, 2014. 3", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "Xiaohan Ding, Guiguang Ding, Jungong Han, and Sheng Tang. Auto-balanced filter pruning for", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 194, + 380, + 206 + ], + "spans": [ + { + "bbox": [ + 115, + 194, + 380, + 206 + ], + "score": 1.0, + "content": "efficient convolutional neural networks. In AAAI, 2018. 2, 3, 7, 8", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 210, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 104, + 210, + 506, + 228 + ], + "score": 1.0, + "content": "Xiaohan Ding, Guiguang Ding, Yuchen Guo, and Jungong Han. Centripetal sgd for pruning very", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 224, + 444, + 236 + ], + "spans": [ + { + "bbox": [ + 115, + 224, + 444, + 236 + ], + "score": 1.0, + "content": "deep convolutional networks with complicated structure. In CVPR, 2019a. 2, 7, 8", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "score": 1.0, + "content": "Xiaohan Ding, Guiguang Ding, Yuchen Guo, Jungong Han, and Chenggang Yan. Approximated", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 253, + 470, + 267 + ], + "spans": [ + { + "bbox": [ + 115, + 253, + 470, + 267 + ], + "score": 1.0, + "content": "oracle filter pruning for destructive cnn width optimization. In ICML, 2019b. 2, 8, 9, 13", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "score": 1.0, + "content": "Xiaohan Ding, Xiangxin Zhou, Yuchen Guo, Jungong Han, Ji Liu, et al. Global sparse momentum", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 114, + 282, + 381, + 296 + ], + "spans": [ + { + "bbox": [ + 114, + 282, + 381, + 296 + ], + "score": 1.0, + "content": "sgd for pruning very deep neural networks. In NeurIPS, 2019c. 8", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 300, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 505, + 316 + ], + "score": 1.0, + "content": "Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 114, + 312, + 235, + 325 + ], + "spans": [ + { + "bbox": [ + 114, + 312, + 235, + 325 + ], + "score": 1.0, + "content": "JMLR, 20(55):1–21, 2019. 3", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 330, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 345 + ], + "score": 1.0, + "content": "Trevor Gale, Erich Elsen, and Sara Hooker. The state of sparsity in deep neural networks. arXiv", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 114, + 342, + 275, + 355 + ], + "spans": [ + { + "bbox": [ + 114, + 342, + 275, + 355 + ], + "score": 1.0, + "content": "preprint arXiv:1902.09574, 2019. 1, 6", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 360, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 374 + ], + "score": 1.0, + "content": "Song Han, Jeff Pool, John Tran, and William J Dally. Learning both weights and connections for", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 372, + 312, + 384 + ], + "spans": [ + { + "bbox": [ + 115, + 372, + 312, + 384 + ], + "score": 1.0, + "content": "efficient neural network. In NeurIPS, 2015. 1, 2", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 389, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 506, + 404 + ], + "score": 1.0, + "content": "Song Han, Huizi Mao, and William J Dally. Deep compression: Compressing deep neural networks", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 401, + 423, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 423, + 415 + ], + "score": 1.0, + "content": "with pruning, trained quantization and huffman coding. In ICLR, 2016. 1, 2", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 418, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 506, + 434 + ], + "score": 1.0, + "content": "B. Hassibi and D. G. Stork. Second order derivatives for network pruning: Optimal brain surgeon.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 432, + 241, + 444 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 241, + 444 + ], + "score": 1.0, + "content": "In NeurIPS, 1993. 1, 2, 3, 4, 8", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 448, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 104, + 448, + 505, + 463 + ], + "score": 1.0, + "content": "K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, 2016.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 114, + 460, + 136, + 474 + ], + "spans": [ + { + "bbox": [ + 114, + 460, + 136, + 474 + ], + "score": 1.0, + "content": "6, 8", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 477, + 507, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 507, + 495 + ], + "score": 1.0, + "content": "Yang He, Guoliang Kang, Xuanyi Dong, Yanwei Fu, and Yi Yang. Soft filter pruning for accelerating", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 490, + 354, + 504 + ], + "spans": [ + { + "bbox": [ + 114, + 490, + 354, + 504 + ], + "score": 1.0, + "content": "deep convolutional neural networks. In IJCAI, 2018a. 7, 8", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 509, + 507, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 509, + 507, + 523 + ], + "score": 1.0, + "content": "Yang He, Yuhang Ding, Ping Liu, Linchao Zhu, Hanwang Zhang, and Yi Yang. Learning filter", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 113, + 519, + 489, + 534 + ], + "spans": [ + { + "bbox": [ + 113, + 519, + 489, + 534 + ], + "score": 1.0, + "content": "pruning criteria for deep convolutional neural networks acceleration. In CVPR, 2020. 1, 8, 9", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "Yihui He, Xiangyu Zhang, and Jian Sun. Channel pruning for accelerating very deep neural net-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 550, + 255, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 550, + 255, + 564 + ], + "score": 1.0, + "content": "works. In ICCV, 2017. 1, 7, 9, 13", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 569, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 107, + 569, + 505, + 581 + ], + "score": 1.0, + "content": "Yihui He, Ji Lin, Zhijian Liu, Hanrui Wang, Li-Jia Li, and Song Han. AMC: Automl for model", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 579, + 397, + 592 + ], + "spans": [ + { + "bbox": [ + 114, + 579, + 397, + 592 + ], + "score": 1.0, + "content": "compression and acceleration on mobile devices. In ECCV, 2018b. 7", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 597, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 612 + ], + "score": 1.0, + "content": "Geoffrey Hinton, Oriol Vinyals, and Jeff Dean. Distilling the knowledge in a neural network. In", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 610, + 233, + 622 + ], + "spans": [ + { + "bbox": [ + 115, + 610, + 233, + 622 + ], + "score": 1.0, + "content": "NeurIPS Workshop, 2014. 2", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "score": 1.0, + "content": "Andrew Howard, Mark Sandler, Grace Chu, Liang-Chieh Chen, Bo Chen, Mingxing Tan, Weijun", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 116, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "Wang, Yukun Zhu, Ruoming Pang, Vijay Vasudevan, et al. Searching for mobilenetv3. arXiv", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 650, + 265, + 662 + ], + "spans": [ + { + "bbox": [ + 114, + 650, + 265, + 662 + ], + "score": 1.0, + "content": "preprint arXiv:1905.02244, 2019. 3", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "score": 1.0, + "content": "Andrew G Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 114, + 679, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 114, + 679, + 505, + 694 + ], + "score": 1.0, + "content": "Marco Andreetto, and Hartwig Adam. Mobilenets: Efficient convolutional neural networks for", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 690, + 399, + 705 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 399, + 705 + ], + "score": 1.0, + "content": "mobile vision applications. arXiv preprint arXiv:1704.04861, 2017. 3", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "Max Jaderberg, Andrea Vedaldi, and Andrew Zisserman. Speeding up convolutional neural networks", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 721, + 301, + 733 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 301, + 733 + ], + "score": 1.0, + "content": "with low rank expansions. In BMVC, 2014. 3", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 22 + } + ], + "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, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 104, + 49, + 506, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 96 + ], + "score": 1.0, + "content": "Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. Imagenet: A large-scale", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 93, + 310, + 106 + ], + "spans": [ + { + "bbox": [ + 114, + 93, + 310, + 106 + ], + "score": 1.0, + "content": "hierarchical image database. In CVPR, 2009. 6", + "type": "text" + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 111, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 506, + 126 + ], + "score": 1.0, + "content": "Lei Deng, Guoqi Li, Song Han, Luping Shi, and Yuan Xie. Model compression and hardware", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 123, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 505, + 137 + ], + "score": 1.0, + "content": "acceleration for neural networks: A comprehensive survey. Proceedings of the IEEE, 108(4):", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 190, + 146 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 190, + 146 + ], + "score": 1.0, + "content": "485–532, 2020. 1", + "type": "text" + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 152, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 152, + 505, + 166 + ], + "score": 1.0, + "content": "Emily L Denton, Wojciech Zaremba, Joan Bruna, Yann LeCun, and Rob Fergus. Exploiting linear", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 163, + 458, + 177 + ], + "spans": [ + { + "bbox": [ + 114, + 163, + 458, + 177 + ], + "score": 1.0, + "content": "structure within convolutional networks for efficient evaluation. In NeurIPS, 2014. 3", + "type": "text" + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "Xiaohan Ding, Guiguang Ding, Jungong Han, and Sheng Tang. Auto-balanced filter pruning for", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 194, + 380, + 206 + ], + "spans": [ + { + "bbox": [ + 115, + 194, + 380, + 206 + ], + "score": 1.0, + "content": "efficient convolutional neural networks. In AAAI, 2018. 2, 3, 7, 8", + "type": "text" + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 210, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 104, + 210, + 506, + 228 + ], + "score": 1.0, + "content": "Xiaohan Ding, Guiguang Ding, Yuchen Guo, and Jungong Han. Centripetal sgd for pruning very", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 224, + 444, + 236 + ], + "spans": [ + { + "bbox": [ + 115, + 224, + 444, + 236 + ], + "score": 1.0, + "content": "deep convolutional networks with complicated structure. In CVPR, 2019a. 2, 7, 8", + "type": "text" + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 505, + 255 + ], + "score": 1.0, + "content": "Xiaohan Ding, Guiguang Ding, Yuchen Guo, Jungong Han, and Chenggang Yan. Approximated", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 253, + 470, + 267 + ], + "spans": [ + { + "bbox": [ + 115, + 253, + 470, + 267 + ], + "score": 1.0, + "content": "oracle filter pruning for destructive cnn width optimization. In ICML, 2019b. 2, 8, 9, 13", + "type": "text" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 506, + 285 + ], + "score": 1.0, + "content": "Xiaohan Ding, Xiangxin Zhou, Yuchen Guo, Jungong Han, Ji Liu, et al. Global sparse momentum", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 282, + 381, + 296 + ], + "spans": [ + { + "bbox": [ + 114, + 282, + 381, + 296 + ], + "score": 1.0, + "content": "sgd for pruning very deep neural networks. In NeurIPS, 2019c. 8", + "type": "text" + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 300, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 505, + 316 + ], + "score": 1.0, + "content": "Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey.", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 312, + 235, + 325 + ], + "spans": [ + { + "bbox": [ + 114, + 312, + 235, + 325 + ], + "score": 1.0, + "content": "JMLR, 20(55):1–21, 2019. 3", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 330, + 505, + 345 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 345 + ], + "score": 1.0, + "content": "Trevor Gale, Erich Elsen, and Sara Hooker. The state of sparsity in deep neural networks. arXiv", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 342, + 275, + 355 + ], + "spans": [ + { + "bbox": [ + 114, + 342, + 275, + 355 + ], + "score": 1.0, + "content": "preprint arXiv:1902.09574, 2019. 1, 6", + "type": "text" + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 360, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 505, + 374 + ], + "score": 1.0, + "content": "Song Han, Jeff Pool, John Tran, and William J Dally. Learning both weights and connections for", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 372, + 312, + 384 + ], + "spans": [ + { + "bbox": [ + 115, + 372, + 312, + 384 + ], + "score": 1.0, + "content": "efficient neural network. In NeurIPS, 2015. 1, 2", + "type": "text" + } + ], + "index": 20, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 389, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 506, + 404 + ], + "score": 1.0, + "content": "Song Han, Huizi Mao, and William J Dally. Deep compression: Compressing deep neural networks", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 401, + 423, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 423, + 415 + ], + "score": 1.0, + "content": "with pruning, trained quantization and huffman coding. In ICLR, 2016. 1, 2", + "type": "text" + } + ], + "index": 22, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 418, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 506, + 434 + ], + "score": 1.0, + "content": "B. Hassibi and D. G. Stork. Second order derivatives for network pruning: Optimal brain surgeon.", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 432, + 241, + 444 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 241, + 444 + ], + "score": 1.0, + "content": "In NeurIPS, 1993. 1, 2, 3, 4, 8", + "type": "text" + } + ], + "index": 24, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 448, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 104, + 448, + 505, + 463 + ], + "score": 1.0, + "content": "K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. In CVPR, 2016.", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 460, + 136, + 474 + ], + "spans": [ + { + "bbox": [ + 114, + 460, + 136, + 474 + ], + "score": 1.0, + "content": "6, 8", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 477, + 507, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 507, + 495 + ], + "score": 1.0, + "content": "Yang He, Guoliang Kang, Xuanyi Dong, Yanwei Fu, and Yi Yang. Soft filter pruning for accelerating", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 490, + 354, + 504 + ], + "spans": [ + { + "bbox": [ + 114, + 490, + 354, + 504 + ], + "score": 1.0, + "content": "deep convolutional neural networks. In IJCAI, 2018a. 7, 8", + "type": "text" + } + ], + "index": 28, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 509, + 507, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 509, + 507, + 523 + ], + "score": 1.0, + "content": "Yang He, Yuhang Ding, Ping Liu, Linchao Zhu, Hanwang Zhang, and Yi Yang. Learning filter", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 519, + 489, + 534 + ], + "spans": [ + { + "bbox": [ + 113, + 519, + 489, + 534 + ], + "score": 1.0, + "content": "pruning criteria for deep convolutional neural networks acceleration. In CVPR, 2020. 1, 8, 9", + "type": "text" + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "Yihui He, Xiangyu Zhang, and Jian Sun. Channel pruning for accelerating very deep neural net-", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 550, + 255, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 550, + 255, + 564 + ], + "score": 1.0, + "content": "works. In ICCV, 2017. 1, 7, 9, 13", + "type": "text" + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 107, + 569, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 107, + 569, + 505, + 581 + ], + "score": 1.0, + "content": "Yihui He, Ji Lin, Zhijian Liu, Hanrui Wang, Li-Jia Li, and Song Han. AMC: Automl for model", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 579, + 397, + 592 + ], + "spans": [ + { + "bbox": [ + 114, + 579, + 397, + 592 + ], + "score": 1.0, + "content": "compression and acceleration on mobile devices. In ECCV, 2018b. 7", + "type": "text" + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 597, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 612 + ], + "score": 1.0, + "content": "Geoffrey Hinton, Oriol Vinyals, and Jeff Dean. Distilling the knowledge in a neural network. In", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 610, + 233, + 622 + ], + "spans": [ + { + "bbox": [ + 115, + 610, + 233, + 622 + ], + "score": 1.0, + "content": "NeurIPS Workshop, 2014. 2", + "type": "text" + } + ], + "index": 36, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "score": 1.0, + "content": "Andrew Howard, Mark Sandler, Grace Chu, Liang-Chieh Chen, Bo Chen, Mingxing Tan, Weijun", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 116, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "Wang, Yukun Zhu, Ruoming Pang, Vijay Vasudevan, et al. Searching for mobilenetv3. arXiv", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 650, + 265, + 662 + ], + "spans": [ + { + "bbox": [ + 114, + 650, + 265, + 662 + ], + "score": 1.0, + "content": "preprint arXiv:1905.02244, 2019. 3", + "type": "text" + } + ], + "index": 39, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "score": 1.0, + "content": "Andrew G Howard, Menglong Zhu, Bo Chen, Dmitry Kalenichenko, Weijun Wang, Tobias Weyand,", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 679, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 114, + 679, + 505, + 694 + ], + "score": 1.0, + "content": "Marco Andreetto, and Hartwig Adam. Mobilenets: Efficient convolutional neural networks for", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 690, + 399, + 705 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 399, + 705 + ], + "score": 1.0, + "content": "mobile vision applications. arXiv preprint arXiv:1704.04861, 2017. 3", + "type": "text" + } + ], + "index": 42, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "Max Jaderberg, Andrea Vedaldi, and Andrew Zisserman. Speeding up convolutional neural networks", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 721, + 301, + 733 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 301, + 733 + ], + "score": 1.0, + "content": "with low rank expansions. In BMVC, 2014. 3", + "type": "text" + } + ], + "index": 44, + "is_list_end_line": true + } + ], + "index": 22, + "bbox_fs": [ + 104, + 82, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "Alex Krizhevsky. Learning multiple layers of features from tiny images. Technical report, Citeseer,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 152, + 105 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 152, + 105 + ], + "score": 1.0, + "content": "2009. 6", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 107, + 113, + 493, + 126 + ], + "lines": [ + { + "bbox": [ + 106, + 113, + 492, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 113, + 492, + 127 + ], + "score": 1.0, + "content": "V. Lebedev and V. Lempitsky. Fast convnets using group-wise brain damage. In CVPR, 2016. 2", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 133, + 504, + 167 + ], + "lines": [ + { + "bbox": [ + 105, + 131, + 505, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 505, + 146 + ], + "score": 1.0, + "content": "Vadim Lebedev, Yaroslav Ganin, Maksim Rakhuba, Ivan Oseledets, and Victor Lempitsky.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 144, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 116, + 144, + 505, + 156 + ], + "score": 1.0, + "content": "Speeding-up convolutional neural networks using fine-tuned cp-decomposition. arXiv preprint", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 155, + 223, + 166 + ], + "spans": [ + { + "bbox": [ + 116, + 155, + 223, + 166 + ], + "score": 1.0, + "content": "arXiv:1412.6553, 2014. 3", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 174, + 504, + 198 + ], + "lines": [ + { + "bbox": [ + 106, + 173, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 173, + 505, + 187 + ], + "score": 1.0, + "content": "Y. LeCun, J. S. Denker, and S. A. Solla. Optimal brain damage. In NeurIPS, 1990. 1, 2, 3, 4, 8, 13,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 184, + 146, + 198 + ], + "spans": [ + { + "bbox": [ + 115, + 184, + 146, + 198 + ], + "score": 1.0, + "content": "14, 15", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 107, + 205, + 504, + 228 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 505, + 218 + ], + "score": 1.0, + "content": "Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. Nature, 521(7553):436, 2015.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 118, + 219, + 123, + 227 + ], + "spans": [ + { + "bbox": [ + 118, + 219, + 123, + 227 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 106, + 236, + 503, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 236, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 505, + 249 + ], + "score": 1.0, + "content": "Hao Li, Asim Kadav, Igor Durdanovic, Hanan Samet, and Hans Peter Graf. Pruning filters for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 246, + 318, + 258 + ], + "spans": [ + { + "bbox": [ + 116, + 246, + 318, + 258 + ], + "score": 1.0, + "content": "efficient convnets. In ICLR, 2017. 1, 2, 3, 6, 8, 14", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 267, + 502, + 290 + ], + "lines": [ + { + "bbox": [ + 106, + 265, + 504, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 265, + 504, + 281 + ], + "score": 1.0, + "content": "Tuanhui Li, Baoyuan Wu, Yujiu Yang, Yanbo Fan, Yong Zhang, and Wei Liu. Compressing convo-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 278, + 433, + 290 + ], + "spans": [ + { + "bbox": [ + 116, + 278, + 433, + 290 + ], + "score": 1.0, + "content": "lutional neural networks via factorized convolutional filters. In CVPR, 2019. 8", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 504, + 321 + ], + "lines": [ + { + "bbox": [ + 106, + 298, + 506, + 311 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 506, + 311 + ], + "score": 1.0, + "content": "Lucas Liebenwein, Cenk Baykal, Harry Lang, Dan Feldman, and Daniela Rus. Provable filter", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 309, + 351, + 321 + ], + "spans": [ + { + "bbox": [ + 115, + 309, + 351, + 321 + ], + "score": 1.0, + "content": "pruning for efficient neural networks. In ICLR, 2020. 8, 9", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 328, + 504, + 352 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "score": 1.0, + "content": "Mingbao Lin, Rongrong Ji, Yan Wang, Yichen Zhang, Baochang Zhang, Yonghong Tian, and Ling", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 339, + 429, + 352 + ], + "spans": [ + { + "bbox": [ + 115, + 339, + 429, + 352 + ], + "score": 1.0, + "content": "Shao. Hrank: Filter pruning using high-rank feature map. In CVPR, 2020a. 8", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 359, + 504, + 382 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 505, + 374 + ], + "score": 1.0, + "content": "Tao Lin, Sebastian U Stich, Luis Barba, Daniil Dmitriev, and Martin Jaggi. Dynamic model pruning", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 371, + 255, + 382 + ], + "spans": [ + { + "bbox": [ + 116, + 371, + 255, + 382 + ], + "score": 1.0, + "content": "with feedback. In ICLR, 2020b. 8", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 105, + 390, + 504, + 414 + ], + "lines": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "Zhuang Liu, Jianguo Li, Zhiqiang Shen, Gao Huang, Shoumeng Yan, and Changshui Zhang. Learn-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 401, + 457, + 414 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 457, + 414 + ], + "score": 1.0, + "content": "ing efficient convolutional networks through network slimming. In ICCV, 2017. 1, 2", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 105, + 420, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 420, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 506, + 433 + ], + "score": 1.0, + "content": "Zhuang Liu, Mingjie Sun, Tinghui Zhou, Gao Huang, and Trevor Darrell. Rethinking the value of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 432, + 266, + 444 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 266, + 444 + ], + "score": 1.0, + "content": "network pruning. In ICLR, 2019. 14", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 503, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "Christos Louizos, Max Welling, and Diederik P Kingma. Learning sparse neural networks through", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 462, + 264, + 475 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 264, + 475 + ], + "score": 1.0, + "content": "l 0 regularization. In ICLR, 2018. 2", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 482, + 503, + 506 + ], + "lines": [ + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "score": 1.0, + "content": "James Martens and Roger Grosse. Optimizing neural networks with kronecker-factored approximate", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 495, + 234, + 505 + ], + "spans": [ + { + "bbox": [ + 116, + 495, + 234, + 505 + ], + "score": 1.0, + "content": "curvature. In ICML, 2015. 2", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 513, + 504, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "Deepak Mittal, Shweta Bhardwaj, Mitesh M Khapra, and Balaraman Ravindran. Recovering from", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 525, + 489, + 537 + ], + "spans": [ + { + "bbox": [ + 115, + 525, + 489, + 537 + ], + "score": 1.0, + "content": "random pruning: On the plasticity of deep convolutional neural networks. In WACV, 2018. 7", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 106, + 544, + 504, + 567 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "Dmitry Molchanov, Arsenii Ashukha, and Dmitry Vetrov. Variational dropout sparsifies deep neural", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 555, + 238, + 567 + ], + "spans": [ + { + "bbox": [ + 115, + 555, + 238, + 567 + ], + "score": 1.0, + "content": "networks. In ICML, 2017a. 8", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 574, + 504, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "P. Molchanov, S. Tyree, and T. Karras. Pruning convolutional neural networks for resource efficient", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 117, + 586, + 246, + 598 + ], + "spans": [ + { + "bbox": [ + 117, + 586, + 246, + 598 + ], + "score": 1.0, + "content": "inference. In ICLR, 2017b. 1, 2", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 104, + 605, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 505, + 619 + ], + "score": 1.0, + "content": "Pavlo Molchanov, Arun Mallya, Stephen Tyree, Iuri Frosio, and Jan Kautz. Importance estimation", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 616, + 335, + 630 + ], + "spans": [ + { + "bbox": [ + 116, + 616, + 335, + 630 + ], + "score": 1.0, + "content": "for neural network pruning. In CVPR, 2019. 1, 2, 8, 9", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 104, + 636, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "score": 1.0, + "content": "Michael C Mozer and Paul Smolensky. Skeletonization: A technique for trimming the fat from a", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 648, + 339, + 659 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 339, + 659 + ], + "score": 1.0, + "content": "network via relevance assessment. In NeurIPS, 1989. 1", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 108, + 667, + 504, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "score": 1.0, + "content": "Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 678, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 116, + 678, + 505, + 692 + ], + "score": 1.0, + "content": "Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, et al. Pytorch: An imperative style, high-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 690, + 340, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 340, + 702 + ], + "score": 1.0, + "content": "performance deep learning library. In NeurIPS, 2019. 6", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Hanyu Peng, Jiaxiang Wu, Shifeng Chen, and Junzhou Huang. Collaborative channel pruning for", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 720, + 255, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 255, + 732 + ], + "score": 1.0, + "content": "deep networks. In ICML, 2019. 8", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 292, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 39 + ], + "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": [ + 106, + 82, + 505, + 106 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "Alex Krizhevsky. Learning multiple layers of features from tiny images. Technical report, Citeseer,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 152, + 105 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 152, + 105 + ], + "score": 1.0, + "content": "2009. 6", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 505, + 105 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 113, + 493, + 126 + ], + "lines": [ + { + "bbox": [ + 106, + 113, + 492, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 113, + 492, + 127 + ], + "score": 1.0, + "content": "V. Lebedev and V. Lempitsky. Fast convnets using group-wise brain damage. In CVPR, 2016. 2", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 113, + 492, + 127 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 133, + 504, + 167 + ], + "lines": [ + { + "bbox": [ + 105, + 131, + 505, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 505, + 146 + ], + "score": 1.0, + "content": "Vadim Lebedev, Yaroslav Ganin, Maksim Rakhuba, Ivan Oseledets, and Victor Lempitsky.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 144, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 116, + 144, + 505, + 156 + ], + "score": 1.0, + "content": "Speeding-up convolutional neural networks using fine-tuned cp-decomposition. arXiv preprint", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 155, + 223, + 166 + ], + "spans": [ + { + "bbox": [ + 116, + 155, + 223, + 166 + ], + "score": 1.0, + "content": "arXiv:1412.6553, 2014. 3", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 131, + 505, + 166 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 174, + 504, + 198 + ], + "lines": [ + { + "bbox": [ + 106, + 173, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 173, + 505, + 187 + ], + "score": 1.0, + "content": "Y. LeCun, J. S. Denker, and S. A. Solla. Optimal brain damage. In NeurIPS, 1990. 1, 2, 3, 4, 8, 13,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 184, + 146, + 198 + ], + "spans": [ + { + "bbox": [ + 115, + 184, + 146, + 198 + ], + "score": 1.0, + "content": "14, 15", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 106, + 173, + 505, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 205, + 504, + 228 + ], + "lines": [ + { + "bbox": [ + 106, + 204, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 204, + 505, + 218 + ], + "score": 1.0, + "content": "Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. Deep learning. Nature, 521(7553):436, 2015.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 118, + 219, + 123, + 227 + ], + "spans": [ + { + "bbox": [ + 118, + 219, + 123, + 227 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 106, + 204, + 505, + 227 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 236, + 503, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 236, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 505, + 249 + ], + "score": 1.0, + "content": "Hao Li, Asim Kadav, Igor Durdanovic, Hanan Samet, and Hans Peter Graf. Pruning filters for", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 246, + 318, + 258 + ], + "spans": [ + { + "bbox": [ + 116, + 246, + 318, + 258 + ], + "score": 1.0, + "content": "efficient convnets. In ICLR, 2017. 1, 2, 3, 6, 8, 14", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 236, + 505, + 258 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 267, + 502, + 290 + ], + "lines": [ + { + "bbox": [ + 106, + 265, + 504, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 265, + 504, + 281 + ], + "score": 1.0, + "content": "Tuanhui Li, Baoyuan Wu, Yujiu Yang, Yanbo Fan, Yong Zhang, and Wei Liu. Compressing convo-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 278, + 433, + 290 + ], + "spans": [ + { + "bbox": [ + 116, + 278, + 433, + 290 + ], + "score": 1.0, + "content": "lutional neural networks via factorized convolutional filters. In CVPR, 2019. 8", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 106, + 265, + 504, + 290 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 504, + 321 + ], + "lines": [ + { + "bbox": [ + 106, + 298, + 506, + 311 + ], + "spans": [ + { + "bbox": [ + 106, + 298, + 506, + 311 + ], + "score": 1.0, + "content": "Lucas Liebenwein, Cenk Baykal, Harry Lang, Dan Feldman, and Daniela Rus. Provable filter", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 309, + 351, + 321 + ], + "spans": [ + { + "bbox": [ + 115, + 309, + 351, + 321 + ], + "score": 1.0, + "content": "pruning for efficient neural networks. In ICLR, 2020. 8, 9", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 106, + 298, + 506, + 321 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 328, + 504, + 352 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "score": 1.0, + "content": "Mingbao Lin, Rongrong Ji, Yan Wang, Yichen Zhang, Baochang Zhang, Yonghong Tian, and Ling", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 339, + 429, + 352 + ], + "spans": [ + { + "bbox": [ + 115, + 339, + 429, + 352 + ], + "score": 1.0, + "content": "Shao. Hrank: Filter pruning using high-rank feature map. In CVPR, 2020a. 8", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 327, + 506, + 352 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 359, + 504, + 382 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 505, + 374 + ], + "score": 1.0, + "content": "Tao Lin, Sebastian U Stich, Luis Barba, Daniil Dmitriev, and Martin Jaggi. Dynamic model pruning", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 371, + 255, + 382 + ], + "spans": [ + { + "bbox": [ + 116, + 371, + 255, + 382 + ], + "score": 1.0, + "content": "with feedback. In ICLR, 2020b. 8", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 357, + 505, + 382 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 390, + 504, + 414 + ], + "lines": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "Zhuang Liu, Jianguo Li, Zhiqiang Shen, Gao Huang, Shoumeng Yan, and Changshui Zhang. Learn-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 401, + 457, + 414 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 457, + 414 + ], + "score": 1.0, + "content": "ing efficient convolutional networks through network slimming. In ICCV, 2017. 1, 2", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 106, + 390, + 505, + 414 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 420, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 420, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 506, + 433 + ], + "score": 1.0, + "content": "Zhuang Liu, Mingjie Sun, Tinghui Zhou, Gao Huang, and Trevor Darrell. Rethinking the value of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 432, + 266, + 444 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 266, + 444 + ], + "score": 1.0, + "content": "network pruning. In ICLR, 2019. 14", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 420, + 506, + 444 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 503, + 475 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "Christos Louizos, Max Welling, and Diederik P Kingma. Learning sparse neural networks through", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 462, + 264, + 475 + ], + "spans": [ + { + "bbox": [ + 115, + 462, + 264, + 475 + ], + "score": 1.0, + "content": "l 0 regularization. In ICLR, 2018. 2", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 106, + 452, + 505, + 475 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 482, + 503, + 506 + ], + "lines": [ + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "score": 1.0, + "content": "James Martens and Roger Grosse. Optimizing neural networks with kronecker-factored approximate", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 495, + 234, + 505 + ], + "spans": [ + { + "bbox": [ + 116, + 495, + 234, + 505 + ], + "score": 1.0, + "content": "curvature. In ICML, 2015. 2", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 482, + 505, + 505 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 513, + 504, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "Deepak Mittal, Shweta Bhardwaj, Mitesh M Khapra, and Balaraman Ravindran. Recovering from", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 525, + 489, + 537 + ], + "spans": [ + { + "bbox": [ + 115, + 525, + 489, + 537 + ], + "score": 1.0, + "content": "random pruning: On the plasticity of deep convolutional neural networks. In WACV, 2018. 7", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 513, + 505, + 537 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 544, + 504, + 567 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "Dmitry Molchanov, Arsenii Ashukha, and Dmitry Vetrov. Variational dropout sparsifies deep neural", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 555, + 238, + 567 + ], + "spans": [ + { + "bbox": [ + 115, + 555, + 238, + 567 + ], + "score": 1.0, + "content": "networks. In ICML, 2017a. 8", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 106, + 545, + 505, + 567 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 574, + 504, + 598 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "P. Molchanov, S. Tyree, and T. Karras. Pruning convolutional neural networks for resource efficient", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 117, + 586, + 246, + 598 + ], + "spans": [ + { + "bbox": [ + 117, + 586, + 246, + 598 + ], + "score": 1.0, + "content": "inference. In ICLR, 2017b. 1, 2", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 574, + 505, + 598 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 605, + 505, + 629 + ], + "lines": [ + { + "bbox": [ + 106, + 606, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 505, + 619 + ], + "score": 1.0, + "content": "Pavlo Molchanov, Arun Mallya, Stephen Tyree, Iuri Frosio, and Jan Kautz. Importance estimation", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 616, + 335, + 630 + ], + "spans": [ + { + "bbox": [ + 116, + 616, + 335, + 630 + ], + "score": 1.0, + "content": "for neural network pruning. In CVPR, 2019. 1, 2, 8, 9", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 106, + 606, + 505, + 630 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 636, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 505, + 650 + ], + "score": 1.0, + "content": "Michael C Mozer and Paul Smolensky. Skeletonization: A technique for trimming the fat from a", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 648, + 339, + 659 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 339, + 659 + ], + "score": 1.0, + "content": "network via relevance assessment. In NeurIPS, 1989. 1", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 635, + 505, + 659 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 667, + 504, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "score": 1.0, + "content": "Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 678, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 116, + 678, + 505, + 692 + ], + "score": 1.0, + "content": "Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, et al. Pytorch: An imperative style, high-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 690, + 340, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 340, + 702 + ], + "score": 1.0, + "content": "performance deep learning library. In NeurIPS, 2019. 6", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 666, + 505, + 702 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "Hanyu Peng, Jiaxiang Wu, Shifeng Chen, and Junzhou Huang. Collaborative channel pruning for", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 720, + 255, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 255, + 732 + ], + "score": 1.0, + "content": "deep networks. In ICML, 2019. 8", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 105, + 708, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Mohammad Rastegari, Vicente Ordonez, Joseph Redmon, and Ali Farhadi. Xnor-net: Imagenet", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 425, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 425, + 106 + ], + "score": 1.0, + "content": "classification using binary convolutional neural networks. In ECCV, 2016. 2", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 115, + 504, + 139 + ], + "lines": [ + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "score": 1.0, + "content": "R. Reed. Pruning algorithms – a survey. IEEE Transactions on Neural Networks, 4(5):740–747,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 126, + 162, + 140 + ], + "spans": [ + { + "bbox": [ + 115, + 126, + 162, + 140 + ], + "score": 1.0, + "content": "1993. 1, 2", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 104, + 149, + 504, + 173 + ], + "lines": [ + { + "bbox": [ + 105, + 148, + 505, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 164 + ], + "score": 1.0, + "content": "Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, and Liang-Chieh Chen. Mo-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 161, + 401, + 173 + ], + "spans": [ + { + "bbox": [ + 116, + 161, + 401, + 173 + ], + "score": 1.0, + "content": "bilenetv2: Inverted residuals and linear bottlenecks. In CVPR, 2018. 3", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 106, + 183, + 505, + 207 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 505, + 196 + ], + "score": 1.0, + "content": "Jurgen Schmidhuber. Deep learning in neural networks: An overview. ¨ Neural networks, 61:85–117,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 194, + 150, + 206 + ], + "spans": [ + { + "bbox": [ + 115, + 194, + 150, + 206 + ], + "score": 1.0, + "content": "2015. 1", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 107, + 217, + 505, + 241 + ], + "lines": [ + { + "bbox": [ + 105, + 215, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 505, + 232 + ], + "score": 1.0, + "content": "Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 114, + 229, + 240, + 240 + ], + "spans": [ + { + "bbox": [ + 114, + 229, + 240, + 240 + ], + "score": 1.0, + "content": "recognition. In ICLR, 2015. 6", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 105, + 251, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 505, + 264 + ], + "score": 1.0, + "content": "Sidak Pal Singh and Dan Alistarh. Woodfisher: Efficient second-order approximations for model", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 262, + 312, + 275 + ], + "spans": [ + { + "bbox": [ + 115, + 262, + 312, + 275 + ], + "score": 1.0, + "content": "compression. In NeurIPS, 2020. 1, 2, 4, 8, 9, 13", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 285, + 358, + 298 + ], + "lines": [ + { + "bbox": [ + 106, + 285, + 360, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 360, + 299 + ], + "score": 1.0, + "content": "Gilbert Strang. Calculus. Wellesley-Cambridge Press, 1991. 4", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 308, + 504, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "Mingxing Tan and Quoc Le. Efficientnet: Rethinking model scaling for convolutional neural net-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 320, + 221, + 330 + ], + "spans": [ + { + "bbox": [ + 116, + 320, + 221, + 330 + ], + "score": 1.0, + "content": "works. In ICML, 2019. 3", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 105, + 342, + 504, + 366 + ], + "lines": [ + { + "bbox": [ + 106, + 340, + 505, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 505, + 356 + ], + "score": 1.0, + "content": "Chaoqi Wang, Roger Grosse, Sanja Fidler, and Guodong Zhang. Eigendamage: Structured pruning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 353, + 385, + 366 + ], + "spans": [ + { + "bbox": [ + 115, + 353, + 385, + 366 + ], + "score": 1.0, + "content": "in the kronecker-factored eigenbasis. In ICML, 2019a. 1, 2, 4, 7, 8", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 105, + 375, + 504, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "Huan Wang, Qiming Zhang, Yuehai Wang, and Haoji Hu. Structured probabilistic pruning for", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 388, + 367, + 399 + ], + "spans": [ + { + "bbox": [ + 116, + 388, + 367, + 399 + ], + "score": 1.0, + "content": "convolutional neural network acceleration. In BMVC, 2018. 9", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 409, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 409, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 423 + ], + "score": 1.0, + "content": "Huan Wang, Xinyi Hu, Qiming Zhang, Yuehai Wang, Lu Yu, and Haoji Hu. Structured pruning for", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 116, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "efficient convolutional neural networks via incremental regularization. IEEE Journal of Selected", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 432, + 346, + 446 + ], + "spans": [ + { + "bbox": [ + 116, + 432, + 346, + 446 + ], + "score": 1.0, + "content": "Topics in Signal Processing, 14(4):775–788, 2019b. 5, 8", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 454, + 504, + 478 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "Huan Wang, Qiming Zhang, Yuehai Wang, Lu Yu, and Haoji Hu. Structured pruning for efficient", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 465, + 381, + 478 + ], + "spans": [ + { + "bbox": [ + 115, + 465, + 381, + 478 + ], + "score": 1.0, + "content": "convnets via incremental regularization. In IJCNN, 2019c. 2, 3, 5", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 105, + 488, + 505, + 512 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 505, + 502 + ], + "score": 1.0, + "content": "Wei Wen, Chunpeng Wu, Yandan Wang, Yiran Chen, and Hai Li. Learning structured sparsity in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 499, + 327, + 511 + ], + "spans": [ + { + "bbox": [ + 115, + 499, + 327, + 511 + ], + "score": 1.0, + "content": "deep neural networks. In NeurIPS, 2016. 1, 2, 9, 13", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 522, + 506, + 546 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "Jianbo Ye, Xin Lu, Zhe Lin, and James Z Wang. Rethinking the smaller-norm-less-informative", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 534, + 403, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 403, + 546 + ], + "score": 1.0, + "content": "assumption in channel pruning of convolution layers. In ICLR, 2018. 2", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 105, + 556, + 504, + 579 + ], + "lines": [ + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "score": 1.0, + "content": "Ming Yuan and Yi Lin. Model selection and estimation in regression with grouped variables. Journal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 568, + 332, + 580 + ], + "spans": [ + { + "bbox": [ + 115, + 568, + 332, + 580 + ], + "score": 1.0, + "content": "of the Royal Statistical Society, 68(1):49–67, 2006. 2", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 105, + 590, + 506, + 613 + ], + "lines": [ + { + "bbox": [ + 106, + 589, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 603 + ], + "score": 1.0, + "content": "Xiangyu Zhang, Jianhua Zou, Xiang Ming, Kaiming He, and Jian Sun. Efficient and accurate", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 601, + 406, + 613 + ], + "spans": [ + { + "bbox": [ + 115, + 601, + 406, + 613 + ], + "score": 1.0, + "content": "approximations of nonlinear convolutional networks. In CVPR, 2015. 3", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 105, + 623, + 505, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 505, + 637 + ], + "score": 1.0, + "content": "Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, and Jian Sun. Shufflenet: An extremely efficient", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 635, + 390, + 647 + ], + "spans": [ + { + "bbox": [ + 116, + 635, + 390, + 647 + ], + "score": 1.0, + "content": "convolutional neural network for mobile devices. In CVPR, 2018. 3", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 108, + 658, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 657, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 505, + 671 + ], + "score": 1.0, + "content": "Zhuangwei Zhuang, Mingkui Tan, Bohan Zhuang, Jing Liu, Yong Guo, Qingyao Wu, Junzhou", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "Huang, and Jinhui Zhu. Discrimination-aware channel pruning for deep neural networks. In", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 680, + 190, + 691 + ], + "spans": [ + { + "bbox": [ + 116, + 680, + 190, + 691 + ], + "score": 1.0, + "content": "NeurIPS, 2018. 8", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 108, + 703, + 504, + 725 + ], + "lines": [ + { + "bbox": [ + 106, + 702, + 505, + 716 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 505, + 716 + ], + "score": 1.0, + "content": "Barret Zoph and Quoc Le. Neural architecture search with reinforcement learning. In ICLR, 2017.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 714, + 124, + 725 + ], + "spans": [ + { + "bbox": [ + 115, + 714, + 124, + 725 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + } + ], + "page_idx": 11, + "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 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Mohammad Rastegari, Vicente Ordonez, Joseph Redmon, and Ali Farhadi. Xnor-net: Imagenet", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 425, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 425, + 106 + ], + "score": 1.0, + "content": "classification using binary convolutional neural networks. In ECCV, 2016. 2", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 106, + 82, + 505, + 106 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 115, + 504, + 139 + ], + "lines": [ + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "score": 1.0, + "content": "R. Reed. Pruning algorithms – a survey. IEEE Transactions on Neural Networks, 4(5):740–747,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 126, + 162, + 140 + ], + "spans": [ + { + "bbox": [ + 115, + 126, + 162, + 140 + ], + "score": 1.0, + "content": "1993. 1, 2", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 114, + 505, + 140 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 149, + 504, + 173 + ], + "lines": [ + { + "bbox": [ + 105, + 148, + 505, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 505, + 164 + ], + "score": 1.0, + "content": "Mark Sandler, Andrew Howard, Menglong Zhu, Andrey Zhmoginov, and Liang-Chieh Chen. Mo-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 116, + 161, + 401, + 173 + ], + "spans": [ + { + "bbox": [ + 116, + 161, + 401, + 173 + ], + "score": 1.0, + "content": "bilenetv2: Inverted residuals and linear bottlenecks. In CVPR, 2018. 3", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 148, + 505, + 173 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 183, + 505, + 207 + ], + "lines": [ + { + "bbox": [ + 105, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 505, + 196 + ], + "score": 1.0, + "content": "Jurgen Schmidhuber. Deep learning in neural networks: An overview. ¨ Neural networks, 61:85–117,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 194, + 150, + 206 + ], + "spans": [ + { + "bbox": [ + 115, + 194, + 150, + 206 + ], + "score": 1.0, + "content": "2015. 1", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 183, + 505, + 206 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 217, + 505, + 241 + ], + "lines": [ + { + "bbox": [ + 105, + 215, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 215, + 505, + 232 + ], + "score": 1.0, + "content": "Karen Simonyan and Andrew Zisserman. Very deep convolutional networks for large-scale image", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 114, + 229, + 240, + 240 + ], + "spans": [ + { + "bbox": [ + 114, + 229, + 240, + 240 + ], + "score": 1.0, + "content": "recognition. In ICLR, 2015. 6", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 215, + 505, + 240 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 251, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 505, + 264 + ], + "score": 1.0, + "content": "Sidak Pal Singh and Dan Alistarh. Woodfisher: Efficient second-order approximations for model", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 262, + 312, + 275 + ], + "spans": [ + { + "bbox": [ + 115, + 262, + 312, + 275 + ], + "score": 1.0, + "content": "compression. In NeurIPS, 2020. 1, 2, 4, 8, 9, 13", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 250, + 505, + 275 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 285, + 358, + 298 + ], + "lines": [ + { + "bbox": [ + 106, + 285, + 360, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 360, + 299 + ], + "score": 1.0, + "content": "Gilbert Strang. Calculus. Wellesley-Cambridge Press, 1991. 4", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 106, + 285, + 360, + 299 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 308, + 504, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 321 + ], + "score": 1.0, + "content": "Mingxing Tan and Quoc Le. Efficientnet: Rethinking model scaling for convolutional neural net-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 320, + 221, + 330 + ], + "spans": [ + { + "bbox": [ + 116, + 320, + 221, + 330 + ], + "score": 1.0, + "content": "works. In ICML, 2019. 3", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 307, + 505, + 330 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 342, + 504, + 366 + ], + "lines": [ + { + "bbox": [ + 106, + 340, + 505, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 505, + 356 + ], + "score": 1.0, + "content": "Chaoqi Wang, Roger Grosse, Sanja Fidler, and Guodong Zhang. Eigendamage: Structured pruning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 353, + 385, + 366 + ], + "spans": [ + { + "bbox": [ + 115, + 353, + 385, + 366 + ], + "score": 1.0, + "content": "in the kronecker-factored eigenbasis. In ICML, 2019a. 1, 2, 4, 7, 8", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 106, + 340, + 505, + 366 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 375, + 504, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 389 + ], + "score": 1.0, + "content": "Huan Wang, Qiming Zhang, Yuehai Wang, and Haoji Hu. Structured probabilistic pruning for", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 388, + 367, + 399 + ], + "spans": [ + { + "bbox": [ + 116, + 388, + 367, + 399 + ], + "score": 1.0, + "content": "convolutional neural network acceleration. In BMVC, 2018. 9", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 106, + 376, + 505, + 399 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 409, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 409, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 423 + ], + "score": 1.0, + "content": "Huan Wang, Xinyi Hu, Qiming Zhang, Yuehai Wang, Lu Yu, and Haoji Hu. Structured pruning for", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 116, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "efficient convolutional neural networks via incremental regularization. IEEE Journal of Selected", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 432, + 346, + 446 + ], + "spans": [ + { + "bbox": [ + 116, + 432, + 346, + 446 + ], + "score": 1.0, + "content": "Topics in Signal Processing, 14(4):775–788, 2019b. 5, 8", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 106, + 409, + 505, + 446 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 454, + 504, + 478 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "Huan Wang, Qiming Zhang, Yuehai Wang, Lu Yu, and Haoji Hu. Structured pruning for efficient", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 465, + 381, + 478 + ], + "spans": [ + { + "bbox": [ + 115, + 465, + 381, + 478 + ], + "score": 1.0, + "content": "convnets via incremental regularization. In IJCNN, 2019c. 2, 3, 5", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 455, + 505, + 478 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 488, + 505, + 512 + ], + "lines": [ + { + "bbox": [ + 106, + 487, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 505, + 502 + ], + "score": 1.0, + "content": "Wei Wen, Chunpeng Wu, Yandan Wang, Yiran Chen, and Hai Li. Learning structured sparsity in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 499, + 327, + 511 + ], + "spans": [ + { + "bbox": [ + 115, + 499, + 327, + 511 + ], + "score": 1.0, + "content": "deep neural networks. In NeurIPS, 2016. 1, 2, 9, 13", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 106, + 487, + 505, + 511 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 522, + 506, + 546 + ], + "lines": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "Jianbo Ye, Xin Lu, Zhe Lin, and James Z Wang. Rethinking the smaller-norm-less-informative", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 534, + 403, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 534, + 403, + 546 + ], + "score": 1.0, + "content": "assumption in channel pruning of convolution layers. In ICLR, 2018. 2", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 522, + 505, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 556, + 504, + 579 + ], + "lines": [ + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 570 + ], + "score": 1.0, + "content": "Ming Yuan and Yi Lin. Model selection and estimation in regression with grouped variables. Journal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 568, + 332, + 580 + ], + "spans": [ + { + "bbox": [ + 115, + 568, + 332, + 580 + ], + "score": 1.0, + "content": "of the Royal Statistical Society, 68(1):49–67, 2006. 2", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 555, + 506, + 580 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 590, + 506, + 613 + ], + "lines": [ + { + "bbox": [ + 106, + 589, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 106, + 589, + 505, + 603 + ], + "score": 1.0, + "content": "Xiangyu Zhang, Jianhua Zou, Xiang Ming, Kaiming He, and Jian Sun. Efficient and accurate", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 601, + 406, + 613 + ], + "spans": [ + { + "bbox": [ + 115, + 601, + 406, + 613 + ], + "score": 1.0, + "content": "approximations of nonlinear convolutional networks. In CVPR, 2015. 3", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 106, + 589, + 505, + 613 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 623, + 505, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 505, + 637 + ], + "score": 1.0, + "content": "Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, and Jian Sun. Shufflenet: An extremely efficient", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 635, + 390, + 647 + ], + "spans": [ + { + "bbox": [ + 116, + 635, + 390, + 647 + ], + "score": 1.0, + "content": "convolutional neural network for mobile devices. In CVPR, 2018. 3", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 106, + 624, + 505, + 647 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 658, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 657, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 505, + 671 + ], + "score": 1.0, + "content": "Zhuangwei Zhuang, Mingkui Tan, Bohan Zhuang, Jing Liu, Yong Guo, Qingyao Wu, Junzhou", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "Huang, and Jinhui Zhu. Discrimination-aware channel pruning for deep neural networks. In", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 680, + 190, + 691 + ], + "spans": [ + { + "bbox": [ + 116, + 680, + 190, + 691 + ], + "score": 1.0, + "content": "NeurIPS, 2018. 8", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 657, + 505, + 691 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 703, + 504, + 725 + ], + "lines": [ + { + "bbox": [ + 106, + 702, + 505, + 716 + ], + "spans": [ + { + "bbox": [ + 106, + 702, + 505, + 716 + ], + "score": 1.0, + "content": "Barret Zoph and Quoc Le. Neural architecture search with reinforcement learning. In ICLR, 2017.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 714, + 124, + 725 + ], + "spans": [ + { + "bbox": [ + 115, + 714, + 124, + 725 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 106, + 702, + 505, + 725 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 182, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "score": 1.0, + "content": "A APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 106, + 282, + 118 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 283, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 283, + 119 + ], + "score": 1.0, + "content": "A.1 EXPERIMENTAL SETTING DETAILS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 126, + 505, + 182 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "score": 1.0, + "content": "Training setting summary. About the networks evaluated, we intentionally avoid AlexNet and", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 136, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 505, + 151 + ], + "score": 1.0, + "content": "VGG on the ImageNet benchmark because the single-branch architecture is no longer representa-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "tive of the modern deep network architectures with residuals (but still keep VGG19 on the CIFAR", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "score": 1.0, + "content": "analysis to make sure the findings are not limited to one specific architecture). Apart from some key", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 171, + 460, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 460, + 183 + ], + "score": 1.0, + "content": "settings stated in the paper, a more detailed training setting summary is shown as Tab. 5.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4 + }, + { + "type": "table", + "bbox": [ + 109, + 238, + 499, + 313 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 201, + 504, + 235 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "score": 1.0, + "content": "Table 5: Training setting summary. For the SGD solver, in the parentheses are the momentum and", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 212, + 505, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 505, + 225 + ], + "score": 1.0, + "content": "weight decay. For ImageNet, batch size 64 is used for pruning instead of the standard 256, which is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 223, + 277, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 277, + 236 + ], + "score": 1.0, + "content": "because we want to save the training time.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "table_body", + "bbox": [ + 109, + 238, + 499, + 313 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 238, + 499, + 313 + ], + "spans": [ + { + "bbox": [ + 109, + 238, + 499, + 313 + ], + "score": 0.981, + "html": "
DatasetCIFARImageNet
SolverSGD (0.9, 5e-4)SGD (0.9, 1e-4)
LR policy (prune)Fixed (1e-3)
LR policy (finetune)Multi-step (0:1e-2,60:1e-3,90:1e-4)Multi-step (0:1e-2, 60:1e-3,90:1e-4)Multi-step (0:1e-2, 30:1e-3, 60:1e-4,75:1e-5)
Total epoch (finetune)12090
Batch size (prune)25664
Batch size (finetune)256
", + "type": "table", + "image_path": "850c677b90dbfd948de7c102f6c87f86dbaff4275eac0749e6340b7515e0809c.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 109, + 238, + 499, + 263.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 109, + 263.0, + 499, + 288.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 109, + 288.0, + 499, + 313.0 + ], + "spans": [], + "index": 12 + } + ] + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 330, + 505, + 397 + ], + "lines": [ + { + "bbox": [ + 106, + 331, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 331, + 504, + 342 + ], + "score": 1.0, + "content": "Pruning ratios. Although several recent methods Ding et al. (2019b); Singh & Alistarh (2020) can", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "score": 1.0, + "content": "automatically decide pruning ratios, in this paper we opt to consider pruning independent with the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "pruning ratio choosing. The main consideration is that pruning ratio is broadly believed to reflect", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 363, + 504, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 504, + 375 + ], + "score": 1.0, + "content": "the redundancy of different layers LeCun et al. (1990); Wen et al. (2016); He et al. (2017), which", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 372, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 104, + 372, + 506, + 388 + ], + "score": 1.0, + "content": "is an inherent characteristic of the model, thus should not be coupled with the subsequent pruning", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 385, + 155, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 155, + 398 + ], + "score": 1.0, + "content": "algorithms.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 402, + 505, + 512 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 504, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 493, + 415 + ], + "score": 1.0, + "content": "Before we list the specific pruning ratios, we explain how we set them. (1) For a ResNet, if it has", + "type": "text" + }, + { + "bbox": [ + 493, + 402, + 504, + 412 + ], + "score": 0.73, + "content": "N", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 412, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 104, + 412, + 219, + 426 + ], + "score": 1.0, + "content": "stages, we will use a list of", + "type": "text" + }, + { + "bbox": [ + 219, + 413, + 230, + 423 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 412, + 406, + 426 + ], + "score": 1.0, + "content": "floats to represent its pruning ratios for the", + "type": "text" + }, + { + "bbox": [ + 407, + 413, + 417, + 423 + ], + "score": 0.75, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 412, + 505, + 426 + ], + "score": 1.0, + "content": "stages. For example,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "score": 1.0, + "content": "ResNet56 has 4 stages in conv layers, then “[0, 0.5, 0.5, 0.5]” means “for the first stage (which is also", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 446, + 448 + ], + "score": 1.0, + "content": "the first conv layer), the pruning ratio is 0; the other three stages have pruning ratio of", + "type": "text" + }, + { + "bbox": [ + 447, + 435, + 465, + 446 + ], + "score": 0.63, + "content": "0 . 5 '", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 435, + 506, + 448 + ], + "score": 1.0, + "content": ". Besides,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "since we do not prune the last conv in a residual block, which means for a two-layer residual block", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 457, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 506, + 470 + ], + "score": 1.0, + "content": "(for ResNet56), we only prune the first layer; for a three-layer bottleneck block (for ResNet34 and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 468, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 506, + 481 + ], + "score": 1.0, + "content": "50), we only prune the first and second layers. (2) For VGG19, we use the following pruning ratio", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "setting. For example, “[0:0, 1-9:0.3, 10-15:0.5]” means “for the first layer (index starting from 0),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 490, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 506, + 503 + ], + "score": 1.0, + "content": "the pruning ratio is 0; for layer 1 to 9, the pruning ratio is 0.3; for layer 10 to 15, the pruning ratio is", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 499, + 129, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 124, + 512 + ], + "score": 0.48, + "content": "0 . 5 '", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 499, + 129, + 513 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 517, + 505, + 584 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "score": 1.0, + "content": "With these, the specific pruning ratio for each of our experiments in the paper are listed in Tab. 6.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 527, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 506, + 542 + ], + "score": 1.0, + "content": "We do not have strong rules to set them, except one, which is setting the pruning ratios of higher", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "stages smaller, because the FLOPs of higher layers are relatively smaller (due to the fact that the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 551, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 506, + 563 + ], + "score": 1.0, + "content": "spatial feature map sizes are smaller) and we are targeting more acceleration than compression. Of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "score": 1.0, + "content": "course, this scheme only is quite crude, yet as our results (Tab. 3 and 4) show, even with these crude", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 573, + 297, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 297, + 585 + ], + "score": 1.0, + "content": "settings, the performances are still competitive.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5 + }, + { + "type": "title", + "bbox": [ + 108, + 599, + 211, + 613 + ], + "lines": [ + { + "bbox": [ + 105, + 598, + 213, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 213, + 615 + ], + "score": 1.0, + "content": "B PROOF OF EQ. 5", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 104, + 624, + 480, + 636 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 482, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 215, + 638 + ], + "score": 1.0, + "content": "When a quadratic function", + "type": "text" + }, + { + "bbox": [ + 215, + 626, + 222, + 635 + ], + "score": 0.83, + "content": "\\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 624, + 275, + 638 + ], + "score": 1.0, + "content": "converges at", + "type": "text" + }, + { + "bbox": [ + 276, + 626, + 289, + 635 + ], + "score": 0.86, + "content": "\\mathbf { w } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 624, + 374, + 638 + ], + "score": 1.0, + "content": "with Hessian matrix", + "type": "text" + }, + { + "bbox": [ + 374, + 626, + 384, + 635 + ], + "score": 0.68, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 624, + 482, + 638 + ], + "score": 1.0, + "content": ", it can be formulated as", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 641, + 376, + 657 + ], + "lines": [ + { + "bbox": [ + 234, + 641, + 376, + 657 + ], + "spans": [ + { + "bbox": [ + 234, + 641, + 376, + 657 + ], + "score": 0.92, + "content": "\\mathcal { E } = ( \\mathbf { w } - \\mathbf { w } ^ { * } ) ^ { T } \\mathbf { H } ( \\mathbf { w } - \\mathbf { w } ^ { * } ) + C ,", + "type": "interline_equation", + "image_path": "a354779b1fe11cc9f5eb7262eb5daa29a2ba4a2657bb0a027f50705a65c78136.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 234, + 641, + 376, + 657 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 661, + 505, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 505, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 133, + 674 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 662, + 143, + 672 + ], + "score": 0.85, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 660, + 389, + 674 + ], + "score": 1.0, + "content": "is a constant. Now a new function is made by increasing the", + "type": "text" + }, + { + "bbox": [ + 389, + 662, + 402, + 673 + ], + "score": 0.89, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 660, + 505, + 674 + ], + "score": 1.0, + "content": "penalty by small amount", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 107, + 671, + 156, + 686 + ], + "spans": [ + { + "bbox": [ + 107, + 673, + 118, + 682 + ], + "score": 0.84, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 671, + 156, + 686 + ], + "score": 1.0, + "content": ", namely,", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 682, + 346, + 696 + ], + "lines": [ + { + "bbox": [ + 264, + 682, + 346, + 696 + ], + "spans": [ + { + "bbox": [ + 264, + 682, + 346, + 696 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\hat { \\mathcal { E } } = \\mathcal { E } + \\delta \\lambda \\mathbf { w } ^ { T } \\mathbf { I } \\mathbf { w } . } \\end{array}", + "type": "interline_equation", + "image_path": "c34edfcfabc00cf2e1f4718de0c9ceeab070010b0548d9b2aac3a501a35144b7.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 264, + 682, + 346, + 696 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 700, + 441, + 713 + ], + "lines": [ + { + "bbox": [ + 104, + 699, + 443, + 715 + ], + "spans": [ + { + "bbox": [ + 104, + 699, + 239, + 715 + ], + "score": 1.0, + "content": "Let the new converged values be", + "type": "text" + }, + { + "bbox": [ + 239, + 702, + 252, + 712 + ], + "score": 0.83, + "content": "\\hat { \\mathbf { w } } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 699, + 347, + 715 + ], + "score": 1.0, + "content": ", then similar to Eq. 10,", + "type": "text" + }, + { + "bbox": [ + 348, + 700, + 355, + 711 + ], + "score": 0.8, + "content": "\\hat { \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 699, + 443, + 715 + ], + "score": 1.0, + "content": "can be formulated as", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "interline_equation", + "bbox": [ + 187, + 717, + 423, + 732 + ], + "lines": [ + { + "bbox": [ + 187, + 717, + 423, + 732 + ], + "spans": [ + { + "bbox": [ + 187, + 717, + 423, + 732 + ], + "score": 0.87, + "content": "\\hat { \\mathcal { E } } = ( \\mathbf { w } - \\hat { \\mathbf { w } } ^ { * } ) ^ { T } \\hat { \\mathbf { H } } ( \\mathbf { w } - \\hat { \\mathbf { w } } ^ { * } ) + \\hat { C } , \\mathrm { w h e r e } \\hat { \\mathbf { H } } = \\mathbf { H } + \\delta \\lambda \\mathbf { I } .", + "type": "interline_equation", + "image_path": "13e8756e6a8f3576944c1fa9c0c0737ff995ca8cb27e477bd45861524b23d6fa.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 187, + 717, + 423, + 732 + ], + "spans": [], + "index": 42 + } + ] + } + ], + "page_idx": 12, + "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": "13", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 182, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 185, + 97 + ], + "score": 1.0, + "content": "A APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 108, + 106, + 282, + 118 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 283, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 283, + 119 + ], + "score": 1.0, + "content": "A.1 EXPERIMENTAL SETTING DETAILS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 126, + 505, + 182 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "score": 1.0, + "content": "Training setting summary. About the networks evaluated, we intentionally avoid AlexNet and", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 136, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 505, + 151 + ], + "score": 1.0, + "content": "VGG on the ImageNet benchmark because the single-branch architecture is no longer representa-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 505, + 161 + ], + "score": 1.0, + "content": "tive of the modern deep network architectures with residuals (but still keep VGG19 on the CIFAR", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 505, + 173 + ], + "score": 1.0, + "content": "analysis to make sure the findings are not limited to one specific architecture). Apart from some key", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 171, + 460, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 460, + 183 + ], + "score": 1.0, + "content": "settings stated in the paper, a more detailed training setting summary is shown as Tab. 5.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 127, + 505, + 183 + ] + }, + { + "type": "table", + "bbox": [ + 109, + 238, + 499, + 313 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 201, + 504, + 235 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 201, + 505, + 213 + ], + "score": 1.0, + "content": "Table 5: Training setting summary. For the SGD solver, in the parentheses are the momentum and", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 212, + 505, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 505, + 225 + ], + "score": 1.0, + "content": "weight decay. For ImageNet, batch size 64 is used for pruning instead of the standard 256, which is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 223, + 277, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 277, + 236 + ], + "score": 1.0, + "content": "because we want to save the training time.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "table_body", + "bbox": [ + 109, + 238, + 499, + 313 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 238, + 499, + 313 + ], + "spans": [ + { + "bbox": [ + 109, + 238, + 499, + 313 + ], + "score": 0.981, + "html": "
DatasetCIFARImageNet
SolverSGD (0.9, 5e-4)SGD (0.9, 1e-4)
LR policy (prune)Fixed (1e-3)
LR policy (finetune)Multi-step (0:1e-2,60:1e-3,90:1e-4)Multi-step (0:1e-2, 60:1e-3,90:1e-4)Multi-step (0:1e-2, 30:1e-3, 60:1e-4,75:1e-5)
Total epoch (finetune)12090
Batch size (prune)25664
Batch size (finetune)256
", + "type": "table", + "image_path": "850c677b90dbfd948de7c102f6c87f86dbaff4275eac0749e6340b7515e0809c.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 109, + 238, + 499, + 263.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 109, + 263.0, + 499, + 288.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 109, + 288.0, + 499, + 313.0 + ], + "spans": [], + "index": 12 + } + ] + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 330, + 505, + 397 + ], + "lines": [ + { + "bbox": [ + 106, + 331, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 331, + 504, + 342 + ], + "score": 1.0, + "content": "Pruning ratios. Although several recent methods Ding et al. (2019b); Singh & Alistarh (2020) can", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 505, + 353 + ], + "score": 1.0, + "content": "automatically decide pruning ratios, in this paper we opt to consider pruning independent with the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 506, + 365 + ], + "score": 1.0, + "content": "pruning ratio choosing. The main consideration is that pruning ratio is broadly believed to reflect", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 363, + 504, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 504, + 375 + ], + "score": 1.0, + "content": "the redundancy of different layers LeCun et al. (1990); Wen et al. (2016); He et al. (2017), which", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 372, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 104, + 372, + 506, + 388 + ], + "score": 1.0, + "content": "is an inherent characteristic of the model, thus should not be coupled with the subsequent pruning", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 385, + 155, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 155, + 398 + ], + "score": 1.0, + "content": "algorithms.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 15.5, + "bbox_fs": [ + 104, + 331, + 506, + 398 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 402, + 505, + 512 + ], + "lines": [ + { + "bbox": [ + 105, + 402, + 504, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 493, + 415 + ], + "score": 1.0, + "content": "Before we list the specific pruning ratios, we explain how we set them. (1) For a ResNet, if it has", + "type": "text" + }, + { + "bbox": [ + 493, + 402, + 504, + 412 + ], + "score": 0.73, + "content": "N", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 412, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 104, + 412, + 219, + 426 + ], + "score": 1.0, + "content": "stages, we will use a list of", + "type": "text" + }, + { + "bbox": [ + 219, + 413, + 230, + 423 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 412, + 406, + 426 + ], + "score": 1.0, + "content": "floats to represent its pruning ratios for the", + "type": "text" + }, + { + "bbox": [ + 407, + 413, + 417, + 423 + ], + "score": 0.75, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 412, + 505, + 426 + ], + "score": 1.0, + "content": "stages. For example,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "score": 1.0, + "content": "ResNet56 has 4 stages in conv layers, then “[0, 0.5, 0.5, 0.5]” means “for the first stage (which is also", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 446, + 448 + ], + "score": 1.0, + "content": "the first conv layer), the pruning ratio is 0; the other three stages have pruning ratio of", + "type": "text" + }, + { + "bbox": [ + 447, + 435, + 465, + 446 + ], + "score": 0.63, + "content": "0 . 5 '", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 435, + 506, + 448 + ], + "score": 1.0, + "content": ". Besides,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 446, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 505, + 458 + ], + "score": 1.0, + "content": "since we do not prune the last conv in a residual block, which means for a two-layer residual block", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 457, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 457, + 506, + 470 + ], + "score": 1.0, + "content": "(for ResNet56), we only prune the first layer; for a three-layer bottleneck block (for ResNet34 and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 468, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 506, + 481 + ], + "score": 1.0, + "content": "50), we only prune the first and second layers. (2) For VGG19, we use the following pruning ratio", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "setting. For example, “[0:0, 1-9:0.3, 10-15:0.5]” means “for the first layer (index starting from 0),", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 490, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 490, + 506, + 503 + ], + "score": 1.0, + "content": "the pruning ratio is 0; for layer 1 to 9, the pruning ratio is 0.3; for layer 10 to 15, the pruning ratio is", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 499, + 129, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 124, + 512 + ], + "score": 0.48, + "content": "0 . 5 '", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 499, + 129, + 513 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 402, + 506, + 513 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 517, + 505, + 584 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 531 + ], + "score": 1.0, + "content": "With these, the specific pruning ratio for each of our experiments in the paper are listed in Tab. 6.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 527, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 506, + 542 + ], + "score": 1.0, + "content": "We do not have strong rules to set them, except one, which is setting the pruning ratios of higher", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "stages smaller, because the FLOPs of higher layers are relatively smaller (due to the fact that the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 551, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 551, + 506, + 563 + ], + "score": 1.0, + "content": "spatial feature map sizes are smaller) and we are targeting more acceleration than compression. Of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 562, + 505, + 573 + ], + "score": 1.0, + "content": "course, this scheme only is quite crude, yet as our results (Tab. 3 and 4) show, even with these crude", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 573, + 297, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 297, + 585 + ], + "score": 1.0, + "content": "settings, the performances are still competitive.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 516, + 506, + 585 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 599, + 211, + 613 + ], + "lines": [ + { + "bbox": [ + 105, + 598, + 213, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 213, + 615 + ], + "score": 1.0, + "content": "B PROOF OF EQ. 5", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 104, + 624, + 480, + 636 + ], + "lines": [ + { + "bbox": [ + 106, + 624, + 482, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 215, + 638 + ], + "score": 1.0, + "content": "When a quadratic function", + "type": "text" + }, + { + "bbox": [ + 215, + 626, + 222, + 635 + ], + "score": 0.83, + "content": "\\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 624, + 275, + 638 + ], + "score": 1.0, + "content": "converges at", + "type": "text" + }, + { + "bbox": [ + 276, + 626, + 289, + 635 + ], + "score": 0.86, + "content": "\\mathbf { w } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 624, + 374, + 638 + ], + "score": 1.0, + "content": "with Hessian matrix", + "type": "text" + }, + { + "bbox": [ + 374, + 626, + 384, + 635 + ], + "score": 0.68, + "content": "\\mathbf { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 624, + 482, + 638 + ], + "score": 1.0, + "content": ", it can be formulated as", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 106, + 624, + 482, + 638 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 641, + 376, + 657 + ], + "lines": [ + { + "bbox": [ + 234, + 641, + 376, + 657 + ], + "spans": [ + { + "bbox": [ + 234, + 641, + 376, + 657 + ], + "score": 0.92, + "content": "\\mathcal { E } = ( \\mathbf { w } - \\mathbf { w } ^ { * } ) ^ { T } \\mathbf { H } ( \\mathbf { w } - \\mathbf { w } ^ { * } ) + C ,", + "type": "interline_equation", + "image_path": "a354779b1fe11cc9f5eb7262eb5daa29a2ba4a2657bb0a027f50705a65c78136.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 234, + 641, + 376, + 657 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 661, + 505, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 505, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 133, + 674 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 662, + 143, + 672 + ], + "score": 0.85, + "content": "C", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 660, + 389, + 674 + ], + "score": 1.0, + "content": "is a constant. Now a new function is made by increasing the", + "type": "text" + }, + { + "bbox": [ + 389, + 662, + 402, + 673 + ], + "score": 0.89, + "content": "L _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 660, + 505, + 674 + ], + "score": 1.0, + "content": "penalty by small amount", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 107, + 671, + 156, + 686 + ], + "spans": [ + { + "bbox": [ + 107, + 673, + 118, + 682 + ], + "score": 0.84, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 671, + 156, + 686 + ], + "score": 1.0, + "content": ", namely,", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 660, + 505, + 686 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 264, + 682, + 346, + 696 + ], + "lines": [ + { + "bbox": [ + 264, + 682, + 346, + 696 + ], + "spans": [ + { + "bbox": [ + 264, + 682, + 346, + 696 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\hat { \\mathcal { E } } = \\mathcal { E } + \\delta \\lambda \\mathbf { w } ^ { T } \\mathbf { I } \\mathbf { w } . } \\end{array}", + "type": "interline_equation", + "image_path": "c34edfcfabc00cf2e1f4718de0c9ceeab070010b0548d9b2aac3a501a35144b7.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 264, + 682, + 346, + 696 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 700, + 441, + 713 + ], + "lines": [ + { + "bbox": [ + 104, + 699, + 443, + 715 + ], + "spans": [ + { + "bbox": [ + 104, + 699, + 239, + 715 + ], + "score": 1.0, + "content": "Let the new converged values be", + "type": "text" + }, + { + "bbox": [ + 239, + 702, + 252, + 712 + ], + "score": 0.83, + "content": "\\hat { \\mathbf { w } } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 699, + 347, + 715 + ], + "score": 1.0, + "content": ", then similar to Eq. 10,", + "type": "text" + }, + { + "bbox": [ + 348, + 700, + 355, + 711 + ], + "score": 0.8, + "content": "\\hat { \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 699, + 443, + 715 + ], + "score": 1.0, + "content": "can be formulated as", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41, + "bbox_fs": [ + 104, + 699, + 443, + 715 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 187, + 717, + 423, + 732 + ], + "lines": [ + { + "bbox": [ + 187, + 717, + 423, + 732 + ], + "spans": [ + { + "bbox": [ + 187, + 717, + 423, + 732 + ], + "score": 0.87, + "content": "\\hat { \\mathcal { E } } = ( \\mathbf { w } - \\hat { \\mathbf { w } } ^ { * } ) ^ { T } \\hat { \\mathbf { H } } ( \\mathbf { w } - \\hat { \\mathbf { w } } ^ { * } ) + \\hat { C } , \\mathrm { w h e r e } \\hat { \\mathbf { H } } = \\mathbf { H } + \\delta \\lambda \\mathbf { I } .", + "type": "interline_equation", + "image_path": "13e8756e6a8f3576944c1fa9c0c0737ff995ca8cb27e477bd45861524b23d6fa.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 187, + 717, + 423, + 732 + ], + "spans": [], + "index": 42 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 104, + 523, + 199 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 240, + 90, + 371, + 101 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 239, + 87, + 372, + 104 + ], + "spans": [ + { + "bbox": [ + 239, + 87, + 372, + 104 + ], + "score": 1.0, + "content": "Table 6: Pruning ratio summary.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 104, + 523, + 199 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 104, + 523, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 523, + 199 + ], + "score": 0.949, + "html": "
DatasetNetworkSpeedupPruned top-1 accuracy (%)Pruning ratio
CIFAR10CIFAR100ResNet56VGG192.55×8.84×93.3667.56[0, 0.75, 0.75, 0.32, 0][1-15:0.7]
ImageNetImageNetImageNetImageNetImageNetResNet34ResNet50ResNet501.32×73.4476.2475.16[0, 0.50, 0.60, 0.40, 0, 0]*[0, 0.30, 0.30, 0.30, 0.14, 0][0, 0.60, 0.60, 0.60, 0.21, 0][0, 0.74, 0.74, 0.60, 0.21, 0][0, 0.68, 0.68, 0.68, 0.50, 0]
1.49×2.31×
ResNet50ResNet502.56×74.7573.50
3.06×
", + "type": "table", + "image_path": "9eb51b52ad79a8b97c1232d77d2bbb3f90a797f47cf9598a94a131052800195c.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 104, + 523, + 135.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 135.66666666666666, + 523, + 167.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 167.33333333333331, + 523, + 198.99999999999997 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 106, + 200, + 505, + 231 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 198, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 437, + 212 + ], + "score": 1.0, + "content": "* In addition to the pruning ratios, several layers are skipped, following the setting of", + "type": "text" + }, + { + "bbox": [ + 437, + 200, + 449, + 210 + ], + "score": 0.83, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 198, + 506, + 212 + ], + "score": 1.0, + "content": "(pruned-B) Li", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 209, + 504, + 220 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 504, + 220 + ], + "score": 1.0, + "content": "et al. (2017). Specifically, we refer to the implementation of Liu et al. (2019) at https://github.com/Eric-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 220, + 381, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 381, + 232 + ], + "score": 1.0, + "content": "mingjie/rethinking-network-pruning/tree/master/imagenet/l1-norm-pruning.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 326, + 260 + ], + "lines": [ + { + "bbox": [ + 105, + 247, + 327, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 327, + 261 + ], + "score": 1.0, + "content": "Meanwhile, combine Eq. 10 and Eq. 11, we can obtain", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 262, + 402, + 278 + ], + "lines": [ + { + "bbox": [ + 209, + 262, + 402, + 278 + ], + "spans": [ + { + "bbox": [ + 209, + 262, + 402, + 278 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\hat { \\mathcal { E } } = ( \\mathbf { w } - \\mathbf { w } ^ { * } ) ^ { T } \\mathbf { H } ( \\mathbf { w } - \\mathbf { w } ^ { * } ) + \\delta \\lambda \\mathbf { w } ^ { T } \\mathbf { I } \\mathbf { w } + C . } \\end{array}", + "type": "interline_equation", + "image_path": "3e92a4b74763a03469816778e023f02f170c348be759a20be4a6ae37b7713ea9.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 209, + 262, + 402, + 278 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 286, + 260, + 298 + ], + "lines": [ + { + "bbox": [ + 106, + 285, + 261, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 261, + 299 + ], + "score": 1.0, + "content": "Compare Eq. 13 with Eq. 12, we have", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 299, + 413, + 314 + ], + "lines": [ + { + "bbox": [ + 197, + 299, + 413, + 314 + ], + "spans": [ + { + "bbox": [ + 197, + 299, + 413, + 314 + ], + "score": 0.87, + "content": "( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) { \\hat { \\mathbf { w } } } ^ { * } = \\mathbf { H } \\mathbf { w } ^ { * } \\Rightarrow { \\hat { \\mathbf { w } } } ^ { * } = ( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } .", + "type": "interline_equation", + "image_path": "5e5c2915d39bb703757f0810d89c822d24d94c22f481c25d5e2a659ee95f70b9.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 197, + 299, + 413, + 314 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 328, + 211, + 341 + ], + "lines": [ + { + "bbox": [ + 106, + 327, + 213, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 213, + 344 + ], + "score": 1.0, + "content": "C PROOF OF EQ. 7", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 159, + 350, + 450, + 380 + ], + "lines": [ + { + "bbox": [ + 159, + 350, + 450, + 380 + ], + "spans": [ + { + "bbox": [ + 159, + 350, + 450, + 380 + ], + "score": 0.93, + "content": "\\hat { \\mathbf { H } } = \\left\\{ \\begin{array} { c c } { h _ { 1 1 } + \\delta \\lambda } & { h _ { 1 2 } } \\\\ { h _ { 1 2 } } & { h _ { 2 2 } + \\delta \\lambda } \\end{array} \\right\\} \\Rightarrow \\hat { \\mathbf { H } } ^ { - 1 } = \\frac { 1 } { \\vert \\hat { \\mathbf { H } } \\vert } \\left\\{ \\begin{array} { c c } { h _ { 2 2 } + \\delta \\lambda } & { - h _ { 1 2 } } \\\\ { - h _ { 1 2 } } & { h _ { 1 1 } + \\delta \\lambda } \\end{array} \\right\\}", + "type": "interline_equation", + "image_path": "ea9dc30c0730797c1c511ebc3edb22e5cea7c1db75ba0e57f8f864a49be11f03.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 159, + 350, + 450, + 360.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 159, + 360.0, + 450, + 370.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 159, + 370.0, + 450, + 380.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 387, + 233, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 233, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 150, + 402 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + }, + { + "bbox": [ + 150, + 387, + 233, + 399 + ], + "score": 0.85, + "content": "\\hat { \\mathbf { w } } ^ { * } = \\hat { \\mathbf { H } } ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } \\Rightarrow", + "type": "inline_equation" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 158, + 402, + 451, + 456 + ], + "lines": [ + { + "bbox": [ + 158, + 402, + 451, + 456 + ], + "spans": [ + { + "bbox": [ + 158, + 402, + 451, + 456 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } & { } & { \\left\\{ \\hat { w } _ { 1 } ^ { * } \\right\\} = \\hat { \\bf H } ^ { - 1 } { \\bf H } \\left\\{ w _ { 1 } ^ { * } \\right\\} = \\frac { 1 } { \\left| \\hat { \\bf H } \\right| } \\left\\{ \\begin{array} { c c } { h _ { 2 2 } + \\delta \\lambda } & { - h _ { 1 2 } } \\\\ { - h _ { 1 1 } } & { h _ { 1 1 } + \\delta \\lambda } \\end{array} \\right\\} \\left\\{ \\begin{array} { c c } { h _ { 1 1 } } & { h _ { 1 2 } } \\\\ { h _ { 1 2 } } & { h _ { 2 2 } } \\end{array} \\right\\} \\left\\{ \\begin{array} { c } { w _ { 1 } ^ { * } } \\\\ { w _ { 2 } ^ { * } } \\end{array} \\right\\} } \\\\ & { } & { = \\frac { 1 } { \\left| \\hat { \\bf H } \\right| } \\left\\{ \\begin{array} { c c } { \\left( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } \\right) w _ { 1 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 2 } ^ { * } } \\\\ { \\left( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } \\right) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } } \\end{array} \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "51ddb2df0ebfaba7fefc2a8c3c7138da365237bf1ff5c5ce6187997a1c7278c3.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 158, + 402, + 451, + 420.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 158, + 420.0, + 451, + 438.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 158, + 438.0, + 451, + 456.0 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 466, + 212, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 213, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 164, + 482 + ], + "score": 1.0, + "content": "D GREG-", + "type": "text" + }, + { + "bbox": [ + 164, + 466, + 213, + 479 + ], + "score": 0.31, + "content": "1 + \\mathrm { O B D }", + "type": "inline_equation" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 491, + 505, + 546 + ], + "lines": [ + { + "bbox": [ + 106, + 491, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 505, + 503 + ], + "score": 1.0, + "content": "In Sec. 4.1, we show when pruning the same weights, GReg-1 is significantly better than the one-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 502, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 357, + 514 + ], + "score": 1.0, + "content": "shot counterpart, where the pruned weights are selected by the", + "type": "text" + }, + { + "bbox": [ + 357, + 502, + 370, + 513 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 502, + 505, + 514 + ], + "score": 1.0, + "content": "-norm criterion. Here we conduct", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "the same comparison just with a different pruning criterion introduced in OBD LeCun et al. (1990).", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "OBD is also an one-shot pruning method, using a Hessian-based criterion which is believed to be", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 535, + 228, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 189, + 547 + ], + "score": 1.0, + "content": "more advanced than", + "type": "text" + }, + { + "bbox": [ + 189, + 535, + 201, + 546 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 535, + 228, + 547 + ], + "score": 1.0, + "content": "-norm.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 551, + 505, + 597 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 565 + ], + "score": 1.0, + "content": "Results are shown in Tab. 7. As seen, using this more advanced importance criterion, our pruning", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "score": 1.0, + "content": "scheme based on growing regularization is still consistently better than the one-shot counterpart.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "Besides, it is also verified here that a better pruning schedule can bring more accuracy gain when", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 584, + 195, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 195, + 598 + ], + "score": 1.0, + "content": "the speedup is larger.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5 + }, + { + "type": "title", + "bbox": [ + 107, + 611, + 324, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 324, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 324, + 626 + ], + "score": 1.0, + "content": "E FILTER L1-NORM CHANGE OF VGG19", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 504, + 669 + ], + "lines": [ + { + "bbox": [ + 104, + 635, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 104, + 635, + 248, + 649 + ], + "score": 1.0, + "content": "In Fig. 1 (Row 2), we plot the filter", + "type": "text" + }, + { + "bbox": [ + 248, + 637, + 260, + 647 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 635, + 505, + 649 + ], + "score": 1.0, + "content": "-norm change over time for ResNet50 on ImageNet. Here we", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "score": 1.0, + "content": "plot the case of VGG19 on CIFAR100 to show the weight separation phenomenon under growing", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 659, + 386, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 386, + 670 + ], + "score": 1.0, + "content": "regularization is a general one across different datasets and networks.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "title", + "bbox": [ + 106, + 686, + 383, + 698 + ], + "lines": [ + { + "bbox": [ + 104, + 684, + 384, + 700 + ], + "spans": [ + { + "bbox": [ + 104, + 684, + 384, + 700 + ], + "score": 1.0, + "content": "F HYPER-PARAMETERS AND SENSITIVITY ANALYSIS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 502, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 501, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 401, + 722 + ], + "score": 1.0, + "content": "There are five introduced values in our methods: regularization ceiling", + "type": "text" + }, + { + "bbox": [ + 401, + 712, + 407, + 720 + ], + "score": 0.68, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 709, + 491, + 722 + ], + "score": 1.0, + "content": ", ceiling for picking", + "type": "text" + }, + { + "bbox": [ + 492, + 710, + 501, + 720 + ], + "score": 0.82, + "content": "\\tau ^ { \\prime }", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 719, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 139, + 734 + ], + "score": 1.0, + "content": "interval", + "type": "text" + }, + { + "bbox": [ + 139, + 721, + 171, + 732 + ], + "score": 0.92, + "content": "K _ { u } , K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 719, + 221, + 734 + ], + "score": 1.0, + "content": ", granularity", + "type": "text" + }, + { + "bbox": [ + 221, + 721, + 233, + 730 + ], + "score": 0.81, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 719, + 505, + 734 + ], + "score": 1.0, + "content": ". Their settings are summarized in Tab. 8. Among them, the ceilings", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + } + ], + "page_idx": 13, + "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, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 104, + 523, + 199 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 240, + 90, + 371, + 101 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 239, + 87, + 372, + 104 + ], + "spans": [ + { + "bbox": [ + 239, + 87, + 372, + 104 + ], + "score": 1.0, + "content": "Table 6: Pruning ratio summary.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 106, + 104, + 523, + 199 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 104, + 523, + 199 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 523, + 199 + ], + "score": 0.949, + "html": "
DatasetNetworkSpeedupPruned top-1 accuracy (%)Pruning ratio
CIFAR10CIFAR100ResNet56VGG192.55×8.84×93.3667.56[0, 0.75, 0.75, 0.32, 0][1-15:0.7]
ImageNetImageNetImageNetImageNetImageNetResNet34ResNet50ResNet501.32×73.4476.2475.16[0, 0.50, 0.60, 0.40, 0, 0]*[0, 0.30, 0.30, 0.30, 0.14, 0][0, 0.60, 0.60, 0.60, 0.21, 0][0, 0.74, 0.74, 0.60, 0.21, 0][0, 0.68, 0.68, 0.68, 0.50, 0]
1.49×2.31×
ResNet50ResNet502.56×74.7573.50
3.06×
", + "type": "table", + "image_path": "9eb51b52ad79a8b97c1232d77d2bbb3f90a797f47cf9598a94a131052800195c.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 106, + 104, + 523, + 135.66666666666666 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 135.66666666666666, + 523, + 167.33333333333331 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 106, + 167.33333333333331, + 523, + 198.99999999999997 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 106, + 200, + 505, + 231 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 198, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 437, + 212 + ], + "score": 1.0, + "content": "* In addition to the pruning ratios, several layers are skipped, following the setting of", + "type": "text" + }, + { + "bbox": [ + 437, + 200, + 449, + 210 + ], + "score": 0.83, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 198, + 506, + 212 + ], + "score": 1.0, + "content": "(pruned-B) Li", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 209, + 504, + 220 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 504, + 220 + ], + "score": 1.0, + "content": "et al. (2017). Specifically, we refer to the implementation of Liu et al. (2019) at https://github.com/Eric-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 220, + 381, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 381, + 232 + ], + "score": 1.0, + "content": "mingjie/rethinking-network-pruning/tree/master/imagenet/l1-norm-pruning.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 326, + 260 + ], + "lines": [ + { + "bbox": [ + 105, + 247, + 327, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 327, + 261 + ], + "score": 1.0, + "content": "Meanwhile, combine Eq. 10 and Eq. 11, we can obtain", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 247, + 327, + 261 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 209, + 262, + 402, + 278 + ], + "lines": [ + { + "bbox": [ + 209, + 262, + 402, + 278 + ], + "spans": [ + { + "bbox": [ + 209, + 262, + 402, + 278 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\hat { \\mathcal { E } } = ( \\mathbf { w } - \\mathbf { w } ^ { * } ) ^ { T } \\mathbf { H } ( \\mathbf { w } - \\mathbf { w } ^ { * } ) + \\delta \\lambda \\mathbf { w } ^ { T } \\mathbf { I } \\mathbf { w } + C . } \\end{array}", + "type": "interline_equation", + "image_path": "3e92a4b74763a03469816778e023f02f170c348be759a20be4a6ae37b7713ea9.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 209, + 262, + 402, + 278 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 286, + 260, + 298 + ], + "lines": [ + { + "bbox": [ + 106, + 285, + 261, + 299 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 261, + 299 + ], + "score": 1.0, + "content": "Compare Eq. 13 with Eq. 12, we have", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 285, + 261, + 299 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 299, + 413, + 314 + ], + "lines": [ + { + "bbox": [ + 197, + 299, + 413, + 314 + ], + "spans": [ + { + "bbox": [ + 197, + 299, + 413, + 314 + ], + "score": 0.87, + "content": "( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) { \\hat { \\mathbf { w } } } ^ { * } = \\mathbf { H } \\mathbf { w } ^ { * } \\Rightarrow { \\hat { \\mathbf { w } } } ^ { * } = ( \\mathbf { H } + \\delta \\lambda \\mathbf { I } ) ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } .", + "type": "interline_equation", + "image_path": "5e5c2915d39bb703757f0810d89c822d24d94c22f481c25d5e2a659ee95f70b9.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 197, + 299, + 413, + 314 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 328, + 211, + 341 + ], + "lines": [ + { + "bbox": [ + 106, + 327, + 213, + 344 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 213, + 344 + ], + "score": 1.0, + "content": "C PROOF OF EQ. 7", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 327, + 213, + 344 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 159, + 350, + 450, + 380 + ], + "lines": [ + { + "bbox": [ + 159, + 350, + 450, + 380 + ], + "spans": [ + { + "bbox": [ + 159, + 350, + 450, + 380 + ], + "score": 0.93, + "content": "\\hat { \\mathbf { H } } = \\left\\{ \\begin{array} { c c } { h _ { 1 1 } + \\delta \\lambda } & { h _ { 1 2 } } \\\\ { h _ { 1 2 } } & { h _ { 2 2 } + \\delta \\lambda } \\end{array} \\right\\} \\Rightarrow \\hat { \\mathbf { H } } ^ { - 1 } = \\frac { 1 } { \\vert \\hat { \\mathbf { H } } \\vert } \\left\\{ \\begin{array} { c c } { h _ { 2 2 } + \\delta \\lambda } & { - h _ { 1 2 } } \\\\ { - h _ { 1 2 } } & { h _ { 1 1 } + \\delta \\lambda } \\end{array} \\right\\}", + "type": "interline_equation", + "image_path": "ea9dc30c0730797c1c511ebc3edb22e5cea7c1db75ba0e57f8f864a49be11f03.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 159, + 350, + 450, + 360.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 159, + 360.0, + 450, + 370.0 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 159, + 370.0, + 450, + 380.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 387, + 233, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 386, + 233, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 150, + 402 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + }, + { + "bbox": [ + 150, + 387, + 233, + 399 + ], + "score": 0.85, + "content": "\\hat { \\mathbf { w } } ^ { * } = \\hat { \\mathbf { H } } ^ { - 1 } \\mathbf { H } \\mathbf { w } ^ { * } \\Rightarrow", + "type": "inline_equation" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 386, + 233, + 402 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 158, + 402, + 451, + 456 + ], + "lines": [ + { + "bbox": [ + 158, + 402, + 451, + 456 + ], + "spans": [ + { + "bbox": [ + 158, + 402, + 451, + 456 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } & { } & { \\left\\{ \\hat { w } _ { 1 } ^ { * } \\right\\} = \\hat { \\bf H } ^ { - 1 } { \\bf H } \\left\\{ w _ { 1 } ^ { * } \\right\\} = \\frac { 1 } { \\left| \\hat { \\bf H } \\right| } \\left\\{ \\begin{array} { c c } { h _ { 2 2 } + \\delta \\lambda } & { - h _ { 1 2 } } \\\\ { - h _ { 1 1 } } & { h _ { 1 1 } + \\delta \\lambda } \\end{array} \\right\\} \\left\\{ \\begin{array} { c c } { h _ { 1 1 } } & { h _ { 1 2 } } \\\\ { h _ { 1 2 } } & { h _ { 2 2 } } \\end{array} \\right\\} \\left\\{ \\begin{array} { c } { w _ { 1 } ^ { * } } \\\\ { w _ { 2 } ^ { * } } \\end{array} \\right\\} } \\\\ & { } & { = \\frac { 1 } { \\left| \\hat { \\bf H } \\right| } \\left\\{ \\begin{array} { c c } { \\left( h _ { 1 1 } h _ { 2 2 } + h _ { 1 1 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } \\right) w _ { 1 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 2 } ^ { * } } \\\\ { \\left( h _ { 1 1 } h _ { 2 2 } + h _ { 2 2 } \\delta \\lambda - h _ { 1 2 } ^ { 2 } \\right) w _ { 2 } ^ { * } + \\delta \\lambda h _ { 1 2 } w _ { 1 } ^ { * } } \\end{array} \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "51ddb2df0ebfaba7fefc2a8c3c7138da365237bf1ff5c5ce6187997a1c7278c3.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 158, + 402, + 451, + 420.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 158, + 420.0, + 451, + 438.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 158, + 438.0, + 451, + 456.0 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 466, + 212, + 479 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 213, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 164, + 482 + ], + "score": 1.0, + "content": "D GREG-", + "type": "text" + }, + { + "bbox": [ + 164, + 466, + 213, + 479 + ], + "score": 0.31, + "content": "1 + \\mathrm { O B D }", + "type": "inline_equation" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 491, + 505, + 546 + ], + "lines": [ + { + "bbox": [ + 106, + 491, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 491, + 505, + 503 + ], + "score": 1.0, + "content": "In Sec. 4.1, we show when pruning the same weights, GReg-1 is significantly better than the one-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 502, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 357, + 514 + ], + "score": 1.0, + "content": "shot counterpart, where the pruned weights are selected by the", + "type": "text" + }, + { + "bbox": [ + 357, + 502, + 370, + 513 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 502, + 505, + 514 + ], + "score": 1.0, + "content": "-norm criterion. Here we conduct", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "the same comparison just with a different pruning criterion introduced in OBD LeCun et al. (1990).", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "OBD is also an one-shot pruning method, using a Hessian-based criterion which is believed to be", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 535, + 228, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 189, + 547 + ], + "score": 1.0, + "content": "more advanced than", + "type": "text" + }, + { + "bbox": [ + 189, + 535, + 201, + 546 + ], + "score": 0.89, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 535, + 228, + 547 + ], + "score": 1.0, + "content": "-norm.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 491, + 505, + 547 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 551, + 505, + 597 + ], + "lines": [ + { + "bbox": [ + 105, + 550, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 565 + ], + "score": 1.0, + "content": "Results are shown in Tab. 7. As seen, using this more advanced importance criterion, our pruning", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 505, + 575 + ], + "score": 1.0, + "content": "scheme based on growing regularization is still consistently better than the one-shot counterpart.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "Besides, it is also verified here that a better pruning schedule can bring more accuracy gain when", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 584, + 195, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 195, + 598 + ], + "score": 1.0, + "content": "the speedup is larger.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 550, + 505, + 598 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 611, + 324, + 624 + ], + "lines": [ + { + "bbox": [ + 105, + 611, + 324, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 324, + 626 + ], + "score": 1.0, + "content": "E FILTER L1-NORM CHANGE OF VGG19", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 636, + 504, + 669 + ], + "lines": [ + { + "bbox": [ + 104, + 635, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 104, + 635, + 248, + 649 + ], + "score": 1.0, + "content": "In Fig. 1 (Row 2), we plot the filter", + "type": "text" + }, + { + "bbox": [ + 248, + 637, + 260, + 647 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 635, + 505, + 649 + ], + "score": 1.0, + "content": "-norm change over time for ResNet50 on ImageNet. Here we", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 660 + ], + "score": 1.0, + "content": "plot the case of VGG19 on CIFAR100 to show the weight separation phenomenon under growing", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 659, + 386, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 386, + 670 + ], + "score": 1.0, + "content": "regularization is a general one across different datasets and networks.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 104, + 635, + 505, + 670 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 686, + 383, + 698 + ], + "lines": [ + { + "bbox": [ + 104, + 684, + 384, + 700 + ], + "spans": [ + { + "bbox": [ + 104, + 684, + 384, + 700 + ], + "score": 1.0, + "content": "F HYPER-PARAMETERS AND SENSITIVITY ANALYSIS", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 502, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 501, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 401, + 722 + ], + "score": 1.0, + "content": "There are five introduced values in our methods: regularization ceiling", + "type": "text" + }, + { + "bbox": [ + 401, + 712, + 407, + 720 + ], + "score": 0.68, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 709, + 491, + 722 + ], + "score": 1.0, + "content": ", ceiling for picking", + "type": "text" + }, + { + "bbox": [ + 492, + 710, + 501, + 720 + ], + "score": 0.82, + "content": "\\tau ^ { \\prime }", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 719, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 139, + 734 + ], + "score": 1.0, + "content": "interval", + "type": "text" + }, + { + "bbox": [ + 139, + 721, + 171, + 732 + ], + "score": 0.92, + "content": "K _ { u } , K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 719, + 221, + 734 + ], + "score": 1.0, + "content": ", granularity", + "type": "text" + }, + { + "bbox": [ + 221, + 721, + 233, + 730 + ], + "score": 0.81, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 719, + 505, + 734 + ], + "score": 1.0, + "content": ". Their settings are summarized in Tab. 8. Among them, the ceilings", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 709, + 505, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 89, + 505, + 155 + ], + "lines": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "score": 1.0, + "content": "Table 7: Comparison between pruning schedules: one-shot pruning vs. our proposed GReg-1 using", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "the Hessian-based criterion introduced in OBD LeCun et al. (1990). Each setting is randomly run", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 111, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 505, + 124 + ], + "score": 1.0, + "content": "for 3 times, mean and std accuracies reported. We vary the global pruning ratio from 0.7 to 0.95", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 122, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 505, + 135 + ], + "score": 1.0, + "content": "so as to cover the major speedup spectrum of interest. Same as Tab. 1, the pruned weights here are", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 133, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 133, + 505, + 145 + ], + "score": 1.0, + "content": "exactly the same for the two methods under each speedup ratio. The finetuning processes (number", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 399, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 399, + 157 + ], + "score": 1.0, + "content": "of epochs, LR schedules, etc.) are also the same to keep fair comparison.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 109, + 160, + 501, + 341 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 160, + 501, + 341 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 160, + 501, + 341 + ], + "spans": [ + { + "bbox": [ + 109, + 160, + 501, + 341 + ], + "score": 0.541, + "type": "image", + "image_path": "0f2d6935b0744fbb2ed80e72482e888c222e79ac5a2f589b70d6f4f3caae6562.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 109, + 160, + 501, + 220.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 109, + 220.33333333333334, + 501, + 280.6666666666667 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 109, + 280.6666666666667, + 501, + 341.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 161, + 349, + 448, + 361 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 162, + 348, + 448, + 363 + ], + "spans": [ + { + "bbox": [ + 162, + 348, + 273, + 363 + ], + "score": 1.0, + "content": "Figure 2: Normalized filter", + "type": "text" + }, + { + "bbox": [ + 273, + 350, + 285, + 361 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 348, + 448, + 363 + ], + "score": 1.0, + "content": "-norm over iterations for VGG19 layer3.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + } + ], + "index": 8.0 + }, + { + "type": "text", + "bbox": [ + 106, + 380, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 218, + 393 + ], + "score": 1.0, + "content": "are set through validation:", + "type": "text" + }, + { + "bbox": [ + 218, + 381, + 248, + 390 + ], + "score": 0.9, + "content": "\\tau = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 380, + 505, + 393 + ], + "score": 1.0, + "content": "is set to make sure the unimportant weights are pushed down", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 392, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 505, + 404 + ], + "score": 1.0, + "content": "enough (as stated in the main paper, normally after the regularization training, their magnitudes are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 451, + 415 + ], + "score": 1.0, + "content": "too small to cause significant accuracy degradation if they are completely removed).", + "type": "text" + }, + { + "bbox": [ + 451, + 402, + 494, + 413 + ], + "score": 0.91, + "content": "\\tau ^ { \\prime } = 0 . 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 403, + 505, + 415 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 414, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 240, + 426 + ], + "score": 1.0, + "content": "set generally for the same goal as", + "type": "text" + }, + { + "bbox": [ + 241, + 415, + 247, + 424 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 414, + 505, + 426 + ], + "score": 1.0, + "content": ", but since it is applied to all the weight (not just the unimportant", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 424, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 367, + 438 + ], + "score": 1.0, + "content": "ones), we only expect it to be moderately large (thus smaller than", + "type": "text" + }, + { + "bbox": [ + 367, + 426, + 374, + 434 + ], + "score": 0.67, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 424, + 505, + 438 + ], + "score": 1.0, + "content": ") so that the important and unim-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 348, + 448 + ], + "score": 1.0, + "content": "portant can be differentiated with a clear boundary. For the", + "type": "text" + }, + { + "bbox": [ + 348, + 435, + 360, + 446 + ], + "score": 0.8, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 435, + 506, + 448 + ], + "score": 1.0, + "content": ", we use a very small regularization", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 446, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 153, + 459 + ], + "score": 1.0, + "content": "granularity", + "type": "text" + }, + { + "bbox": [ + 153, + 446, + 165, + 456 + ], + "score": 0.8, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 446, + 506, + 459 + ], + "score": 1.0, + "content": ", which our theoretical analysis is based on. We set its value to 1e-4 for GReg-1 and", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 368, + 470 + ], + "score": 1.0, + "content": "1e-5 for GReg-2 with reference to the original weight decay value", + "type": "text" + }, + { + "bbox": [ + 369, + 457, + 405, + 468 + ], + "score": 0.92, + "content": "5 \\times 1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "(for CIFAR models) and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 466, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 128, + 479 + ], + "score": 0.9, + "content": "1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 466, + 505, + 482 + ], + "score": 1.0, + "content": "(for ImageNet models). Note that, these values come from our methods per se, not directly", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 478, + 505, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 492 + ], + "score": 1.0, + "content": "related to datasets and networks, thus are invariant to them. This is why we can employ the same set-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 489, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 504 + ], + "score": 1.0, + "content": "ting of these three hyper-parameters in all our experiments, freeing practitioners from heavy tuning", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 502, + 305, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 305, + 513 + ], + "score": 1.0, + "content": "when dealing with different networks or datasets.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 15.5 + }, + { + "type": "table", + "bbox": [ + 177, + 547, + 432, + 611 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 219, + 532, + 392, + 543 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 218, + 531, + 393, + 544 + ], + "spans": [ + { + "bbox": [ + 218, + 531, + 393, + 544 + ], + "score": 1.0, + "content": "Table 8: Hyper-parameters of our methods.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "table_body", + "bbox": [ + 177, + 547, + 432, + 611 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 177, + 547, + 432, + 611 + ], + "spans": [ + { + "bbox": [ + 177, + 547, + 432, + 611 + ], + "score": 0.977, + "html": "
NotationDefault value (CIFAR)Default value (ImageNet)
8入GReg-1: 1e-4, GReg-2: 1e-5
T1
T0.01
Ku10 iterations5 iterations
Ks5k iterations40k iterations
", + "type": "table", + "image_path": "5a7832f84ca81539a440aa31f97e6d3280db63e05a411adb11d23d2f9c302079.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 177, + 547, + 432, + 568.3333333333334 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 177, + 568.3333333333334, + 432, + 589.6666666666667 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 177, + 589.6666666666667, + 432, + 611.0000000000001 + ], + "spans": [], + "index": 25 + } + ] + } + ], + "index": 23.0 + }, + { + "type": "text", + "bbox": [ + 106, + 621, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 222, + 635 + ], + "score": 1.0, + "content": "A little bit of change is for", + "type": "text" + }, + { + "bbox": [ + 223, + 622, + 254, + 633 + ], + "score": 0.92, + "content": "K _ { u } , K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 622, + 506, + 635 + ], + "score": 1.0, + "content": ". Both are generally to let the network have enough time to", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "score": 1.0, + "content": "converge to the new equilibrium. Generally, we prefer large update intervals, yet we also need", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 642, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 104, + 642, + 506, + 657 + ], + "score": 1.0, + "content": "to consider the time complexity: Too large of them will bring too many iterations, which may", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 234, + 667 + ], + "score": 1.0, + "content": "be unnecessary. Among them,", + "type": "text" + }, + { + "bbox": [ + 234, + 655, + 248, + 666 + ], + "score": 0.89, + "content": "K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "is less important since it is to stabilize the large regularization", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 109, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 109, + 666, + 135, + 677 + ], + "score": 0.84, + "content": "\\mathit { \\Psi } _ { \\tau } = 1 \\mathit { \\Psi } _ { . }", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "). We introduce it simply to make sure the training is fully converged. Therefore, the possibly", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 259, + 689 + ], + "score": 1.0, + "content": "more sensitive hyper-parameter is the", + "type": "text" + }, + { + "bbox": [ + 260, + 677, + 275, + 688 + ], + "score": 0.89, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "(set to 5 for ImageNet and 10 for CIFAR). Here we will", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 686, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 686, + 312, + 702 + ], + "score": 1.0, + "content": "show the performance is insensitive to the varying", + "type": "text" + }, + { + "bbox": [ + 312, + 688, + 326, + 699 + ], + "score": 0.87, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 686, + 506, + 702 + ], + "score": 1.0, + "content": ". As shown in Tab. 9, the peak performance", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 698, + 507, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 181, + 712 + ], + "score": 1.0, + "content": "appears at around", + "type": "text" + }, + { + "bbox": [ + 182, + 699, + 223, + 710 + ], + "score": 0.91, + "content": "K _ { u } = 1 5", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 698, + 300, + 712 + ], + "score": 1.0, + "content": "for ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 300, + 699, + 342, + 710 + ], + "score": 0.91, + "content": "K _ { u } = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 698, + 507, + 712 + ], + "score": 1.0, + "content": "for VGG19. We simply adopt 10 for a", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "score": 1.0, + "content": "uniform setting in our paper. We did not heavily tune these hyper-parameters, yet as seen, they work", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "pretty well across different networks and datasets. Notably, even for the worst cases in Tab. 9 (in", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 30.5 + } + ], + "page_idx": 14, + "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, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 89, + 505, + 155 + ], + "lines": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 88, + 505, + 102 + ], + "score": 1.0, + "content": "Table 7: Comparison between pruning schedules: one-shot pruning vs. our proposed GReg-1 using", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 100, + 505, + 113 + ], + "score": 1.0, + "content": "the Hessian-based criterion introduced in OBD LeCun et al. (1990). Each setting is randomly run", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 111, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 505, + 124 + ], + "score": 1.0, + "content": "for 3 times, mean and std accuracies reported. We vary the global pruning ratio from 0.7 to 0.95", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 122, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 505, + 135 + ], + "score": 1.0, + "content": "so as to cover the major speedup spectrum of interest. Same as Tab. 1, the pruned weights here are", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 133, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 133, + 505, + 145 + ], + "score": 1.0, + "content": "exactly the same for the two methods under each speedup ratio. The finetuning processes (number", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 144, + 399, + 157 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 399, + 157 + ], + "score": 1.0, + "content": "of epochs, LR schedules, etc.) are also the same to keep fair comparison.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 88, + 505, + 157 + ] + }, + { + "type": "image", + "bbox": [ + 109, + 160, + 501, + 341 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 160, + 501, + 341 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 160, + 501, + 341 + ], + "spans": [ + { + "bbox": [ + 109, + 160, + 501, + 341 + ], + "score": 0.541, + "type": "image", + "image_path": "0f2d6935b0744fbb2ed80e72482e888c222e79ac5a2f589b70d6f4f3caae6562.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 109, + 160, + 501, + 220.33333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 109, + 220.33333333333334, + 501, + 280.6666666666667 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 109, + 280.6666666666667, + 501, + 341.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 161, + 349, + 448, + 361 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 162, + 348, + 448, + 363 + ], + "spans": [ + { + "bbox": [ + 162, + 348, + 273, + 363 + ], + "score": 1.0, + "content": "Figure 2: Normalized filter", + "type": "text" + }, + { + "bbox": [ + 273, + 350, + 285, + 361 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 348, + 448, + 363 + ], + "score": 1.0, + "content": "-norm over iterations for VGG19 layer3.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + } + ], + "index": 8.0 + }, + { + "type": "text", + "bbox": [ + 106, + 380, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 218, + 393 + ], + "score": 1.0, + "content": "are set through validation:", + "type": "text" + }, + { + "bbox": [ + 218, + 381, + 248, + 390 + ], + "score": 0.9, + "content": "\\tau = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 380, + 505, + 393 + ], + "score": 1.0, + "content": "is set to make sure the unimportant weights are pushed down", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 392, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 505, + 404 + ], + "score": 1.0, + "content": "enough (as stated in the main paper, normally after the regularization training, their magnitudes are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 451, + 415 + ], + "score": 1.0, + "content": "too small to cause significant accuracy degradation if they are completely removed).", + "type": "text" + }, + { + "bbox": [ + 451, + 402, + 494, + 413 + ], + "score": 0.91, + "content": "\\tau ^ { \\prime } = 0 . 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 403, + 505, + 415 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 414, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 240, + 426 + ], + "score": 1.0, + "content": "set generally for the same goal as", + "type": "text" + }, + { + "bbox": [ + 241, + 415, + 247, + 424 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 414, + 505, + 426 + ], + "score": 1.0, + "content": ", but since it is applied to all the weight (not just the unimportant", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 424, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 367, + 438 + ], + "score": 1.0, + "content": "ones), we only expect it to be moderately large (thus smaller than", + "type": "text" + }, + { + "bbox": [ + 367, + 426, + 374, + 434 + ], + "score": 0.67, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 424, + 505, + 438 + ], + "score": 1.0, + "content": ") so that the important and unim-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 348, + 448 + ], + "score": 1.0, + "content": "portant can be differentiated with a clear boundary. For the", + "type": "text" + }, + { + "bbox": [ + 348, + 435, + 360, + 446 + ], + "score": 0.8, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 435, + 506, + 448 + ], + "score": 1.0, + "content": ", we use a very small regularization", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 446, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 153, + 459 + ], + "score": 1.0, + "content": "granularity", + "type": "text" + }, + { + "bbox": [ + 153, + 446, + 165, + 456 + ], + "score": 0.8, + "content": "\\delta \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 446, + 506, + 459 + ], + "score": 1.0, + "content": ", which our theoretical analysis is based on. We set its value to 1e-4 for GReg-1 and", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 368, + 470 + ], + "score": 1.0, + "content": "1e-5 for GReg-2 with reference to the original weight decay value", + "type": "text" + }, + { + "bbox": [ + 369, + 457, + 405, + 468 + ], + "score": 0.92, + "content": "5 \\times 1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "(for CIFAR models) and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 466, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 128, + 479 + ], + "score": 0.9, + "content": "1 0 ^ { - 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 466, + 505, + 482 + ], + "score": 1.0, + "content": "(for ImageNet models). Note that, these values come from our methods per se, not directly", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 478, + 505, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 492 + ], + "score": 1.0, + "content": "related to datasets and networks, thus are invariant to them. This is why we can employ the same set-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 489, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 504 + ], + "score": 1.0, + "content": "ting of these three hyper-parameters in all our experiments, freeing practitioners from heavy tuning", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 502, + 305, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 502, + 305, + 513 + ], + "score": 1.0, + "content": "when dealing with different networks or datasets.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 380, + 506, + 513 + ] + }, + { + "type": "table", + "bbox": [ + 177, + 547, + 432, + 611 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 219, + 532, + 392, + 543 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 218, + 531, + 393, + 544 + ], + "spans": [ + { + "bbox": [ + 218, + 531, + 393, + 544 + ], + "score": 1.0, + "content": "Table 8: Hyper-parameters of our methods.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "table_body", + "bbox": [ + 177, + 547, + 432, + 611 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 177, + 547, + 432, + 611 + ], + "spans": [ + { + "bbox": [ + 177, + 547, + 432, + 611 + ], + "score": 0.977, + "html": "
NotationDefault value (CIFAR)Default value (ImageNet)
8入GReg-1: 1e-4, GReg-2: 1e-5
T1
T0.01
Ku10 iterations5 iterations
Ks5k iterations40k iterations
", + "type": "table", + "image_path": "5a7832f84ca81539a440aa31f97e6d3280db63e05a411adb11d23d2f9c302079.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 177, + 547, + 432, + 568.3333333333334 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 177, + 568.3333333333334, + 432, + 589.6666666666667 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 177, + 589.6666666666667, + 432, + 611.0000000000001 + ], + "spans": [], + "index": 25 + } + ] + } + ], + "index": 23.0 + }, + { + "type": "text", + "bbox": [ + 106, + 621, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 222, + 635 + ], + "score": 1.0, + "content": "A little bit of change is for", + "type": "text" + }, + { + "bbox": [ + 223, + 622, + 254, + 633 + ], + "score": 0.92, + "content": "K _ { u } , K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 622, + 506, + 635 + ], + "score": 1.0, + "content": ". Both are generally to let the network have enough time to", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "score": 1.0, + "content": "converge to the new equilibrium. Generally, we prefer large update intervals, yet we also need", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 642, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 104, + 642, + 506, + 657 + ], + "score": 1.0, + "content": "to consider the time complexity: Too large of them will bring too many iterations, which may", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 234, + 667 + ], + "score": 1.0, + "content": "be unnecessary. Among them,", + "type": "text" + }, + { + "bbox": [ + 234, + 655, + 248, + 666 + ], + "score": 0.89, + "content": "K _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "is less important since it is to stabilize the large regularization", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 109, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 109, + 666, + 135, + 677 + ], + "score": 0.84, + "content": "\\mathit { \\Psi } _ { \\tau } = 1 \\mathit { \\Psi } _ { . }", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "). We introduce it simply to make sure the training is fully converged. Therefore, the possibly", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 259, + 689 + ], + "score": 1.0, + "content": "more sensitive hyper-parameter is the", + "type": "text" + }, + { + "bbox": [ + 260, + 677, + 275, + 688 + ], + "score": 0.89, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "(set to 5 for ImageNet and 10 for CIFAR). Here we will", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 686, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 686, + 312, + 702 + ], + "score": 1.0, + "content": "show the performance is insensitive to the varying", + "type": "text" + }, + { + "bbox": [ + 312, + 688, + 326, + 699 + ], + "score": 0.87, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 686, + 506, + 702 + ], + "score": 1.0, + "content": ". As shown in Tab. 9, the peak performance", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 698, + 507, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 181, + 712 + ], + "score": 1.0, + "content": "appears at around", + "type": "text" + }, + { + "bbox": [ + 182, + 699, + 223, + 710 + ], + "score": 0.91, + "content": "K _ { u } = 1 5", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 698, + 300, + 712 + ], + "score": 1.0, + "content": "for ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 300, + 699, + 342, + 710 + ], + "score": 0.91, + "content": "K _ { u } = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 698, + 507, + 712 + ], + "score": 1.0, + "content": "for VGG19. We simply adopt 10 for a", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 723 + ], + "score": 1.0, + "content": "uniform setting in our paper. We did not heavily tune these hyper-parameters, yet as seen, they work", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "pretty well across different networks and datasets. Notably, even for the worst cases in Tab. 9 (in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 80, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 104, + 80, + 353, + 97 + ], + "score": 1.0, + "content": "blue color), they are still significantly better than those of the “", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 353, + 83, + 371, + 93 + ], + "score": 0.81, + "content": "L _ { 1 } +", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 372, + 80, + 506, + 97 + ], + "score": 1.0, + "content": "one-shot” scheme, demonstrating", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 273, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 273, + 106 + ], + "score": 1.0, + "content": "the robustness of the proposed algorithm.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 30.5, + "bbox_fs": [ + 104, + 622, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 104, + 80, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 104, + 80, + 353, + 97 + ], + "score": 1.0, + "content": "blue color), they are still significantly better than those of the “", + "type": "text" + }, + { + "bbox": [ + 353, + 83, + 371, + 93 + ], + "score": 0.81, + "content": "L _ { 1 } +", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 80, + 506, + 97 + ], + "score": 1.0, + "content": "one-shot” scheme, demonstrating", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 273, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 273, + 106 + ], + "score": 1.0, + "content": "the robustness of the proposed algorithm.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table", + "bbox": [ + 107, + 172, + 505, + 208 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 124, + 505, + 169 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 123, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 232, + 137 + ], + "score": 1.0, + "content": "Table 9: Sensitivity analysis of", + "type": "text" + }, + { + "bbox": [ + 232, + 124, + 247, + 135 + ], + "score": 0.9, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 123, + 505, + 137 + ], + "score": 1.0, + "content": "on CIFAR10/100 datasets with the proposed GReg-1 algorithm.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 135, + 505, + 148 + ], + "spans": [ + { + "bbox": [ + 107, + 136, + 145, + 146 + ], + "score": 0.91, + "content": "K _ { u } = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 135, + 285, + 148 + ], + "score": 1.0, + "content": "is the default setting. Pruning ratio", + "type": "text" + }, + { + "bbox": [ + 285, + 135, + 305, + 146 + ], + "score": 0.88, + "content": "9 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 135, + 370, + 148 + ], + "score": 1.0, + "content": "(ResNet56) and", + "type": "text" + }, + { + "bbox": [ + 371, + 135, + 390, + 146 + ], + "score": 0.88, + "content": "7 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 135, + 505, + 148 + ], + "score": 1.0, + "content": "(VGG19) are explored here.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 147, + 505, + 158 + ], + "spans": [ + { + "bbox": [ + 106, + 147, + 505, + 158 + ], + "score": 1.0, + "content": "Experiments are randomly run for 3 times with mean accuracy and standard deviation reported. The", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 158, + 403, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 158, + 403, + 169 + ], + "score": 1.0, + "content": "best is highlighted with bold and the worst is highlighted with blue color.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "table_body", + "bbox": [ + 107, + 172, + 505, + 208 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 172, + 505, + 208 + ], + "spans": [ + { + "bbox": [ + 107, + 172, + 505, + 208 + ], + "score": 0.976, + "html": "
Ku15101520L1+one-shot
Acc. (%,ResNet56)89.40±0.0489.38±0.1389.49±0.2389.69±0.0589.62±0.1387.34±0.21
Acc. (%,VGG19)67.22±0.3367.32±0.2467.35±0.1567.06±0.4066.93±0.2266.05±0.04
", + "type": "table", + "image_path": "b487c3997dc43bf81e0de6e0e03adf10913f6f2638ad3242ff024ba42e14d307.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 107, + 172, + 505, + 184.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 184.0, + 505, + 196.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 196.0, + 505, + 208.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 5.25 + }, + { + "type": "title", + "bbox": [ + 108, + 232, + 403, + 244 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 405, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 405, + 246 + ], + "score": 1.0, + "content": "G MORE RESULTS OF PRUNING SCHEDULE COMPARISON", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 255, + 505, + 411 + ], + "lines": [ + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 209, + 269 + ], + "score": 1.0, + "content": "In Tab. 1, we show using", + "type": "text" + }, + { + "bbox": [ + 210, + 257, + 222, + 267 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 256, + 505, + 269 + ], + "score": 1.0, + "content": "-norm sorting, our proposed GReg-1 can consistently surpass the one-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 268, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 505, + 279 + ], + "score": 1.0, + "content": "shot schedule even pruning the same weights. Here we ask a more general question: Can the benefits", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 277, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 104, + 277, + 506, + 292 + ], + "score": 1.0, + "content": "from a regularization-based schedule consistently appear, agnostic to the weight importance scoring", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 289, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 106, + 289, + 505, + 302 + ], + "score": 1.0, + "content": "criterion? This question is important because it will show if the gain from a better pruning schedule", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 251, + 313 + ], + "score": 1.0, + "content": "is only a bonus concurrent with the", + "type": "text" + }, + { + "bbox": [ + 251, + 300, + 263, + 311 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "criterion or a really universal phenomenon. Since there are", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 311, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 505, + 324 + ], + "score": 1.0, + "content": "literally so many weight importance criteria, we cannot ablate them one by one. Nevertheless, given", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 322, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 104, + 322, + 263, + 334 + ], + "score": 1.0, + "content": "a pre-trained model and a pruning ratio", + "type": "text" + }, + { + "bbox": [ + 264, + 324, + 270, + 332 + ], + "score": 0.7, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 322, + 505, + 334 + ], + "score": 1.0, + "content": ", no matter what criterion, its role is to select a filter subset.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 332, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 309, + 347 + ], + "score": 1.0, + "content": "For example, if there are 100 filters in a layer and", + "type": "text" + }, + { + "bbox": [ + 309, + 334, + 343, + 344 + ], + "score": 0.89, + "content": "r = 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 333, + 434, + 347 + ], + "score": 1.0, + "content": ", then they are at most", + "type": "text" + }, + { + "bbox": [ + 435, + 332, + 456, + 347 + ], + "score": 0.74, + "content": "\\binom { 1 0 0 } { 5 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 333, + 505, + 347 + ], + "score": 1.0, + "content": "importance", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "criteria in theory for this layer. We can simply randomly pick a subset of filters (which corresponds", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 354, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 370 + ], + "score": 1.0, + "content": "to certain criterion, albeit unknown) and compare the one-shot way with regularization-based way", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "score": 1.0, + "content": "on the subset. Based on this idea, we conduct five random runs on the ResNet56 and VGG19 to", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 378, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 282, + 390 + ], + "score": 1.0, + "content": "explore this. The pruning ratio is chosen as", + "type": "text" + }, + { + "bbox": [ + 282, + 378, + 302, + 388 + ], + "score": 0.89, + "content": "9 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 378, + 376, + 390 + ], + "score": 1.0, + "content": "for ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 376, + 378, + 396, + 388 + ], + "score": 0.89, + "content": "7 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 378, + 506, + 390 + ], + "score": 1.0, + "content": "for VGG19 because under", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "this ratio the compression (or acceleration) ratio is about 10 times, neither too large nor too small", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 399, + 373, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 373, + 412 + ], + "score": 1.0, + "content": "(where the network can heal itself regardless of pruning methods).", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 416, + 505, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 415, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 415, + 505, + 430 + ], + "score": 1.0, + "content": "The results are shown in Tab. 10. Here is a sanity check: Compared with Tab. 1, the mean accuracy", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 421, + 441 + ], + "score": 1.0, + "content": "of pruning randomly picked filters should be less than pruning those picked by", + "type": "text" + }, + { + "bbox": [ + 421, + 428, + 434, + 439 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "-norm, confirmed", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 437, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 119, + 452 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 120, + 439, + 152, + 450 + ], + "score": 0.88, + "content": "8 6 . 8 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 437, + 168, + 452 + ], + "score": 1.0, + "content": "vs.", + "type": "text" + }, + { + "bbox": [ + 169, + 439, + 201, + 449 + ], + "score": 0.88, + "content": "8 7 . 3 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 437, + 278, + 452 + ], + "score": 1.0, + "content": "for ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 278, + 439, + 310, + 449 + ], + "score": 0.87, + "content": "6 5 . 0 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 437, + 327, + 452 + ], + "score": 1.0, + "content": "vs.", + "type": "text" + }, + { + "bbox": [ + 327, + 439, + 359, + 449 + ], + "score": 0.88, + "content": "6 6 . 0 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 437, + 506, + 452 + ], + "score": 1.0, + "content": "for VGG19. As seen, in each run,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 449, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 505, + 463 + ], + "score": 1.0, + "content": "the regularization-based way also significantly surpasses its one-shot counterpart. Although five", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "score": 1.0, + "content": "random runs are still too few given the exploding potential combinations, yet as shown by the ac-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "curacy standard deviations, the results are stable and thus qualified to support our finding that the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 483, + 408, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 408, + 495 + ], + "score": 1.0, + "content": "regularization-based pruning schedule is better to the one-shot counterpart.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27 + }, + { + "type": "table", + "bbox": [ + 106, + 551, + 508, + 623 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 513, + 506, + 546 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 469, + 525 + ], + "score": 1.0, + "content": "Table 10: Comparison between pruning schedules: one-shot vs. GReg-1. Pruning ratio is", + "type": "text" + }, + { + "bbox": [ + 469, + 514, + 489, + 524 + ], + "score": 0.86, + "content": "90 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 165, + 537 + ], + "score": 1.0, + "content": "ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 166, + 524, + 186, + 535 + ], + "score": 0.86, + "content": "70 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 524, + 506, + 537 + ], + "score": 1.0, + "content": "for VGG19. In each run, the weights to prune are picked randomly before the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 536, + 167, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 167, + 548 + ], + "score": 1.0, + "content": "training starts.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "table_body", + "bbox": [ + 106, + 551, + 508, + 623 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 551, + 508, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 508, + 623 + ], + "score": 0.979, + "html": "
ResNet56 + CIFAR10Run #1Run #2Run #3Run #4Run #5Mean±std
Acc. (%, one-shot)Acc. (%, GReg-1, ours)87.5789.2687.0088.9886.2788.7886.7589.4286.6788.9686.85±0.4389.08±0.23
VGG19 + CIFAR100Run #1Run #2Run #3Run #4Run #5Mean±std
Acc. (%,one-shot)Acc. (%, GReg-1, ours)64.5666.6365.0666.5765.0766.8065.0566.8065.4867.1665.04±0.2966.79±0.21
", + "type": "table", + "image_path": "cc24bcea8291b721861a734d53a0fd1a3a1c92c0bb1b0e8cee80e42150e4117a.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 106, + 551, + 508, + 575.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 106, + 575.0, + 508, + 599.0 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 106, + 599.0, + 508, + 623.0 + ], + "spans": [], + "index": 36 + } + ] + } + ], + "index": 33.5 + } + ], + "page_idx": 15, + "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, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "16", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 104, + 80, + 506, + 106 + ], + "lines_deleted": true + }, + { + "type": "table", + "bbox": [ + 107, + 172, + 505, + 208 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 124, + 505, + 169 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 123, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 232, + 137 + ], + "score": 1.0, + "content": "Table 9: Sensitivity analysis of", + "type": "text" + }, + { + "bbox": [ + 232, + 124, + 247, + 135 + ], + "score": 0.9, + "content": "K _ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 123, + 505, + 137 + ], + "score": 1.0, + "content": "on CIFAR10/100 datasets with the proposed GReg-1 algorithm.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 135, + 505, + 148 + ], + "spans": [ + { + "bbox": [ + 107, + 136, + 145, + 146 + ], + "score": 0.91, + "content": "K _ { u } = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 135, + 285, + 148 + ], + "score": 1.0, + "content": "is the default setting. Pruning ratio", + "type": "text" + }, + { + "bbox": [ + 285, + 135, + 305, + 146 + ], + "score": 0.88, + "content": "9 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 135, + 370, + 148 + ], + "score": 1.0, + "content": "(ResNet56) and", + "type": "text" + }, + { + "bbox": [ + 371, + 135, + 390, + 146 + ], + "score": 0.88, + "content": "7 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 135, + 505, + 148 + ], + "score": 1.0, + "content": "(VGG19) are explored here.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 147, + 505, + 158 + ], + "spans": [ + { + "bbox": [ + 106, + 147, + 505, + 158 + ], + "score": 1.0, + "content": "Experiments are randomly run for 3 times with mean accuracy and standard deviation reported. The", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 158, + 403, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 158, + 403, + 169 + ], + "score": 1.0, + "content": "best is highlighted with bold and the worst is highlighted with blue color.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "table_body", + "bbox": [ + 107, + 172, + 505, + 208 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 172, + 505, + 208 + ], + "spans": [ + { + "bbox": [ + 107, + 172, + 505, + 208 + ], + "score": 0.976, + "html": "
Ku15101520L1+one-shot
Acc. (%,ResNet56)89.40±0.0489.38±0.1389.49±0.2389.69±0.0589.62±0.1387.34±0.21
Acc. (%,VGG19)67.22±0.3367.32±0.2467.35±0.1567.06±0.4066.93±0.2266.05±0.04
", + "type": "table", + "image_path": "b487c3997dc43bf81e0de6e0e03adf10913f6f2638ad3242ff024ba42e14d307.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 107, + 172, + 505, + 184.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 107, + 184.0, + 505, + 196.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 196.0, + 505, + 208.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 5.25 + }, + { + "type": "title", + "bbox": [ + 108, + 232, + 403, + 244 + ], + "lines": [ + { + "bbox": [ + 105, + 230, + 405, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 405, + 246 + ], + "score": 1.0, + "content": "G MORE RESULTS OF PRUNING SCHEDULE COMPARISON", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 255, + 505, + 411 + ], + "lines": [ + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 209, + 269 + ], + "score": 1.0, + "content": "In Tab. 1, we show using", + "type": "text" + }, + { + "bbox": [ + 210, + 257, + 222, + 267 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 256, + 505, + 269 + ], + "score": 1.0, + "content": "-norm sorting, our proposed GReg-1 can consistently surpass the one-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 268, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 505, + 279 + ], + "score": 1.0, + "content": "shot schedule even pruning the same weights. Here we ask a more general question: Can the benefits", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 277, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 104, + 277, + 506, + 292 + ], + "score": 1.0, + "content": "from a regularization-based schedule consistently appear, agnostic to the weight importance scoring", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 289, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 106, + 289, + 505, + 302 + ], + "score": 1.0, + "content": "criterion? This question is important because it will show if the gain from a better pruning schedule", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 251, + 313 + ], + "score": 1.0, + "content": "is only a bonus concurrent with the", + "type": "text" + }, + { + "bbox": [ + 251, + 300, + 263, + 311 + ], + "score": 0.88, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "criterion or a really universal phenomenon. Since there are", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 311, + 505, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 505, + 324 + ], + "score": 1.0, + "content": "literally so many weight importance criteria, we cannot ablate them one by one. Nevertheless, given", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 322, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 104, + 322, + 263, + 334 + ], + "score": 1.0, + "content": "a pre-trained model and a pruning ratio", + "type": "text" + }, + { + "bbox": [ + 264, + 324, + 270, + 332 + ], + "score": 0.7, + "content": "r", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 322, + 505, + 334 + ], + "score": 1.0, + "content": ", no matter what criterion, its role is to select a filter subset.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 332, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 309, + 347 + ], + "score": 1.0, + "content": "For example, if there are 100 filters in a layer and", + "type": "text" + }, + { + "bbox": [ + 309, + 334, + 343, + 344 + ], + "score": 0.89, + "content": "r = 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 333, + 434, + 347 + ], + "score": 1.0, + "content": ", then they are at most", + "type": "text" + }, + { + "bbox": [ + 435, + 332, + 456, + 347 + ], + "score": 0.74, + "content": "\\binom { 1 0 0 } { 5 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 333, + 505, + 347 + ], + "score": 1.0, + "content": "importance", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "score": 1.0, + "content": "criteria in theory for this layer. We can simply randomly pick a subset of filters (which corresponds", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 354, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 505, + 370 + ], + "score": 1.0, + "content": "to certain criterion, albeit unknown) and compare the one-shot way with regularization-based way", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "score": 1.0, + "content": "on the subset. Based on this idea, we conduct five random runs on the ResNet56 and VGG19 to", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 378, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 282, + 390 + ], + "score": 1.0, + "content": "explore this. The pruning ratio is chosen as", + "type": "text" + }, + { + "bbox": [ + 282, + 378, + 302, + 388 + ], + "score": 0.89, + "content": "9 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 378, + 376, + 390 + ], + "score": 1.0, + "content": "for ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 376, + 378, + 396, + 388 + ], + "score": 0.89, + "content": "7 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 378, + 506, + 390 + ], + "score": 1.0, + "content": "for VGG19 because under", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "this ratio the compression (or acceleration) ratio is about 10 times, neither too large nor too small", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 399, + 373, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 373, + 412 + ], + "score": 1.0, + "content": "(where the network can heal itself regardless of pruning methods).", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 16.5, + "bbox_fs": [ + 104, + 256, + 506, + 412 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 416, + 505, + 494 + ], + "lines": [ + { + "bbox": [ + 105, + 415, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 415, + 505, + 430 + ], + "score": 1.0, + "content": "The results are shown in Tab. 10. Here is a sanity check: Compared with Tab. 1, the mean accuracy", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 421, + 441 + ], + "score": 1.0, + "content": "of pruning randomly picked filters should be less than pruning those picked by", + "type": "text" + }, + { + "bbox": [ + 421, + 428, + 434, + 439 + ], + "score": 0.87, + "content": "L _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "-norm, confirmed", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 437, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 119, + 452 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 120, + 439, + 152, + 450 + ], + "score": 0.88, + "content": "8 6 . 8 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 437, + 168, + 452 + ], + "score": 1.0, + "content": "vs.", + "type": "text" + }, + { + "bbox": [ + 169, + 439, + 201, + 449 + ], + "score": 0.88, + "content": "8 7 . 3 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 437, + 278, + 452 + ], + "score": 1.0, + "content": "for ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 278, + 439, + 310, + 449 + ], + "score": 0.87, + "content": "6 5 . 0 4 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 437, + 327, + 452 + ], + "score": 1.0, + "content": "vs.", + "type": "text" + }, + { + "bbox": [ + 327, + 439, + 359, + 449 + ], + "score": 0.88, + "content": "6 6 . 0 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 437, + 506, + 452 + ], + "score": 1.0, + "content": "for VGG19. As seen, in each run,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 449, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 505, + 463 + ], + "score": 1.0, + "content": "the regularization-based way also significantly surpasses its one-shot counterpart. Although five", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 459, + 506, + 474 + ], + "score": 1.0, + "content": "random runs are still too few given the exploding potential combinations, yet as shown by the ac-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "curacy standard deviations, the results are stable and thus qualified to support our finding that the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 483, + 408, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 408, + 495 + ], + "score": 1.0, + "content": "regularization-based pruning schedule is better to the one-shot counterpart.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27, + "bbox_fs": [ + 104, + 415, + 506, + 495 + ] + }, + { + "type": "table", + "bbox": [ + 106, + 551, + 508, + 623 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 513, + 506, + 546 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 469, + 525 + ], + "score": 1.0, + "content": "Table 10: Comparison between pruning schedules: one-shot vs. GReg-1. Pruning ratio is", + "type": "text" + }, + { + "bbox": [ + 469, + 514, + 489, + 524 + ], + "score": 0.86, + "content": "90 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 165, + 537 + ], + "score": 1.0, + "content": "ResNet56 and", + "type": "text" + }, + { + "bbox": [ + 166, + 524, + 186, + 535 + ], + "score": 0.86, + "content": "70 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 524, + 506, + 537 + ], + "score": 1.0, + "content": "for VGG19. In each run, the weights to prune are picked randomly before the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 536, + 167, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 167, + 548 + ], + "score": 1.0, + "content": "training starts.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "table_body", + "bbox": [ + 106, + 551, + 508, + 623 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 551, + 508, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 508, + 623 + ], + "score": 0.979, + "html": "
ResNet56 + CIFAR10Run #1Run #2Run #3Run #4Run #5Mean±std
Acc. (%, one-shot)Acc. (%, GReg-1, ours)87.5789.2687.0088.9886.2788.7886.7589.4286.6788.9686.85±0.4389.08±0.23
VGG19 + CIFAR100Run #1Run #2Run #3Run #4Run #5Mean±std
Acc. (%,one-shot)Acc. (%, GReg-1, ours)64.5666.6365.0666.5765.0766.8065.0566.8065.4867.1665.04±0.2966.79±0.21
", + "type": "table", + "image_path": "cc24bcea8291b721861a734d53a0fd1a3a1c92c0bb1b0e8cee80e42150e4117a.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 106, + 551, + 508, + 575.0 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 106, + 575.0, + 508, + 599.0 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 106, + 599.0, + 508, + 623.0 + ], + "spans": [], + "index": 36 + } + ] + } + ], + "index": 33.5 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/o_V-MjyyGV_/o_V-MjyyGV_.md b/parse/train/o_V-MjyyGV_/o_V-MjyyGV_.md new file mode 100644 index 0000000000000000000000000000000000000000..c37a1619731a06484ee0c4b1b08280752c271524 --- /dev/null +++ b/parse/train/o_V-MjyyGV_/o_V-MjyyGV_.md @@ -0,0 +1,367 @@ +# SELF-SUPERVISED POLICY ADAPTATION DURING DEPLOYMENT + +Nicklas Hansen12, Rishabh Jangir13, Yu Sun4, Guillem Alenya\`3, Pieter Abbeel4, Alexei A Efros4, Lerrel Pinto5, Xiaolong Wang1 1UC San Diego 2Technical University of Denmark ${ } ^ { 3 } \mathrm { I R I }$ , CSIC-UPC 4UC Berkeley 5NYU + +# ABSTRACT + +In most real world scenarios, a policy trained by reinforcement learning in one environment needs to be deployed in another, potentially quite different environment. However, generalization across different environments is known to be hard. A natural solution would be to keep training after deployment in the new environment, but this cannot be done if the new environment offers no reward signal. Our work explores the use of self-supervision to allow the policy to continue training after deployment without using any rewards. While previous methods explicitly anticipate changes in the new environment, we assume no prior knowledge of those changes yet still obtain significant improvements. Empirical evaluations are performed on diverse simulation environments from DeepMind Control suite and ViZDoom, as well as real robotic manipulation tasks in continuously changing environments, taking observations from an uncalibrated camera. Our method improves generalization in 31 out of 36 environments across various tasks and outperforms domain randomization on a majority of environments. + +# 1 INTRODUCTION + +Deep reinforcement learning (RL) has achieved considerable success when combined with convolutional neural networks for deriving actions from image pixels (Mnih et al., 2013; Levine et al., 2016; Nair et al., 2018; Yan et al., 2020; Andrychowicz et al., 2020). However, one significant challenge for real-world deployment of vision-based RL remains: a policy trained in one environment might not generalize to other new environments not seen during training. Already hard for RL alone, the challenge is exacerbated when a policy faces high-dimensional visual inputs. + +A well explored class of solutions is to learn robust policies that are simply invariant to changes in the environment (Rajeswaran et al., 2016; Tobin et al., 2017; Sadeghi & Levine, 2016; Pinto et al., 2017b; Lee et al., 2019). For example, domain randomization (Tobin et al., 2017; Peng et al., 2018; Pinto et al., 2017a; Yang et al., 2019) applies data augmentation in a simulated environment to train a single robust policy, with the hope that the augmented environment covers enough factors of variation in the test environment. However, this hope may be difficult to realize when the test environment is truly unknown. With too much randomization, training a policy that can simultaneously fit numerous augmented environments requires much larger model and sample complexity. With too little randomization, the actual changes in the test environment might not be covered, and domain randomization may do more harm than good since the randomized factors are now irrelevant. Both phenomena have been observed in our experiments. In all cases, this class of solutions requires human experts to anticipate the changes before the test environment is seen. This cannot scale as more test environments are added with more diverse changes. + +Instead of learning a robust policy invariant to all possible environmental changes, we argue that it is better for a policy to keep learning during deployment and adapt to its actual new environment. A naive way to implement this in RL is to fine-tune the policy in the new environment using rewards as supervision (Rusu et al., 2016; Kalashnikov et al., 2018; Julian et al., 2020). However, while it is relatively easy to craft a dense reward function during training (Gu et al., 2017; Pinto & Gupta, 2016), during deployment it is often impractical and may require substantial engineering efforts. + +In this paper, we tackle an alternative problem setting in vision-based RL: adapting a pre-trained policy to an unknown environment without any reward. We do this by introducing self-supervision to obtain “free” training signal during deployment. Standard self-supervised learning employs auxiliary tasks designed to automatically create training labels using only the input data (see Section 2 for details). Inspired by this, our policy is jointly trained with two objectives: a standard RL objective and, additionally, a self-supervised objective applied on an intermediate representation of the policy network. During training, both objectives are active, maximizing expected reward and simultaneously constraining the intermediate representation through self-supervision. During testing / deployment, only the self-supervised objective (on the raw observational data) remains active, forcing the intermediate representation to adapt to the new environment. + +We perform experiments both in simulation and with a real robot. In simulation, we evaluate on two sets of environments: DeepMind Control suite (Tassa et al., 2018) and the CRLMaze ViZDoom (Lomonaco et al., 2019; Wydmuch et al., 2018) navigation task. We evaluate generalization by testing in new environments with visual changes unknown during training. Our method improves generalization in 19 out of 22 test environments across various tasks in DeepMind Control suite, and in all considered test environments on CRLMaze. Besides simulations, we also perform Sim2Real transfer on both reaching and pushing tasks with a Kinova Gen3 robot. After training in simulation, we successfully transfer and adapt policies to 6 different environments, including continuously changing disco lights, on a real robot operating solely from an uncalibrated camera. In both simulation and real experiments, our approach outperforms domain randomization in most environments. + +# 2 RELATED WORK + +Self-supervised learning is a powerful way to learn visual representations from unlabeled data (Vincent et al., 2008; Doersch et al., 2015; Wang & Gupta, 2015; Zhang et al., 2016; Pathak et al., 2016; Noroozi & Favaro, 2016; Zhang et al., 2017; Gidaris et al., 2018). Researchers have proposed to use auxiliary data prediction tasks, such as undoing rotation (Gidaris et al., 2018), solving a jigsaw puzzle (Noroozi & Favaro, 2016), tracking (Wang et al., 2019), etc. to provide supervision in lieu of labels. In RL, the idea of learning visual representations and action at the same time has been investigated (Lange & Riedmiller, 2010; Jaderberg et al., 2016; Pathak et al., 2017; Ha & Schmidhuber, 2018; Yarats et al., 2019; Srinivas et al., 2020; Laskin et al., 2020; Yan et al., 2020). For example, Srinivas et al. (2020) use self-supervised contrastive learning techniques (Chen et al., 2020; Henaff ´ et al., 2019; Wu et al., 2018; He et al., 2020) to improve sample efficiency in RL by jointly training the self-supervised objective and RL objective. However, this has not been shown to generalize to unseen environments. Other works have applied self-supervision for better generalization across environments (Pathak et al., 2017; Ebert et al., 2018; Sekar et al., 2020). For example, Pathak et al. (2017) use a self-supervised prediction task to provide dense rewards for exploration in novel environments. While results on environment exploration from scratch are encouraging, how to transfer a trained policy (with extrinsic reward) to a novel environment remains unclear. Hence, these methods are not directly applicable to the proposed problem in our paper. + +Generalization across different distributions is a central challenge in machine learning. In domain adaptation, target domain data is assumed to be accessible (Geirhos et al., 2018; Tzeng et al., 2017; Ganin et al., 2016; Gong et al., 2012; Long et al., 2016; Sun et al., 2019; Julian et al., 2020). For example, Tzeng et al. (2017) use adversarial learning to align the feature representations in both the source and target domain during training. Similarly, the setting of domain generalization (Ghifary et al., 2015; Li et al., 2018; Matsuura & Harada, 2019) assumes that all domains are sampled from the same meta distribution, but the same challenge remains and now becomes generalization across meta-distributions. Our work focuses instead on the setting of generalizing to truly unseen changes in the environment which cannot be anticipated at training time. + +There have been several recent benchmarks in our setting for image recognition (Hendrycks & Dietterich, 2018; Recht et al., 2018; 2019; Shankar et al., 2019). For example, in Hendrycks & Dietterich (2018), a classifier trained on regular images is tested on corrupted images, with corruption types unknown during training; the method of Hendrycks et al. (2019) is proposed to improve robustness on this benchmark. Following similar spirit, in the context of RL, domain randomization (Tobin et al., 2017; Pinto et al., 2017a; Peng et al., 2018; Ramos et al., 2019; Yang et al., 2019; James et al., 2019) helps a policy trained in simulation to generalize to real robots. For example, Tobin et al. (2017); Sadeghi & Levine (2016) propose to render the simulation environment with random textures and train the policy on top. The learned policy is shown to generalize to real robot manipulation tasks. Instead of deploying a fixed policy, we train and adapt the policy to the new environment with observational data that is naturally revealed during deployment. + +![](images/57b2c63b42fbd5db91f946cce8e82fe594fcd240b2336a571da5151324e65062.jpg) +Figure 1. Left: Training before deployment. Observations are sampled from a replay buffer for off-policy methods and are collected during roll-outs for on-policy methods. We optimize the RL and self-supervised objectives jointly. Right: Policy adaptation during deployment. Observations are collected from the test environment online, and we optimize only the self-supervised objective. + +Test-time adaptation for deep learning is starting to be used in computer vision (Shocher et al., 2017; 2018; Bau et al., 2019; Mullapudi et al., 2019; Sun et al., 2020; Wortsman et al., 2018). For example, Shocher et al. (2018) shows that image super-resolution can be learned at test time (from scratch) simply by trying to upsample a downsampled version of the input image. Bau et al. (2019) show that adapting the prior of a generative adversarial network to the statistics of the test image improves photo manipulation tasks. Our work is closely related to the test-time training method of Sun et al. (2020), which performs joint optimization of image recognition and self-supervised learning with rotation prediction (Gidaris et al., 2018), then uses the self-supervised objective to adapt the representation of individual images during testing. Instead of image recognition, we perform test-time adaptation for RL with visual inputs in an online fashion. As the agent interacts with an environment, we keep obtaining new observational data in a stream for training the visual representations. + +# 3 METHOD + +In this section, we describe our proposed Policy Adaptation during Deployment (PAD) approach. It can be implemented on top of any policy network and standard RL algorithm (both on-policy and off-policy) that can be described by minimizing some RL objective $J ( \theta )$ w.r.t. the collection of parameters $\theta$ using stochastic gradient descent. + +# 3.1 NETWORK ARCHITECTURE + +We design the network architecture to allow the policy and the self-supervised prediction to share features. For the collection of parameters $\theta$ of a given policy network $\pi$ , we split it sequentially into $\theta = \left( \theta _ { e } , \theta _ { a } \right)$ , where $\theta _ { e }$ collects the parameters of the feature extractor, and $\theta _ { a }$ is the head that outputs a distribution over actions. We define networks $\pi _ { e }$ with parameters $\theta _ { e }$ and $\pi _ { a }$ with parameters $\theta _ { a }$ such that $\pi ( \mathbf { s } ; \theta ) = \pi _ { a } ( \pi _ { e } ( \mathbf { s } ) )$ , where s represents an image observation. Intuitively, one can think of $\pi _ { e }$ as a feature extractor, and $\pi _ { a }$ as a controller based on these features. The goal of our method is to update $\pi _ { e }$ at test-time using gradients from a self-supervised task, such that $\pi _ { e }$ (and consequently $\pi _ { \theta }$ ) can generalize. Let $\pi _ { s }$ with parameters $\theta _ { s }$ be the self-supervised prediction head and its collection of parameters, and the input to $\pi _ { s }$ be the output of $\pi _ { e }$ (as illustrated in Figure 1). In this work, the self-supervised task is inverse dynamics prediction for control, and rotation prediction for navigation. + +# 3.2 INVERSE DYNAMICS PREDICTION AND ROTATION PREDICTION + +At each time step, we always observe a transition sequence in the form of $\left( \mathbf { s } _ { t } , \mathbf { a } _ { t } , \mathbf { s } _ { t + 1 } \right)$ , during both training and testing. Naturally, self-supervision can be derived from taking parts of the sequence and predicting the rest. An inverse dynamics model takes the states before and after transition, and predicts the action in between. In this work, the inverse dynamics model $\pi _ { s }$ operates on the feature space extracted by $\pi _ { e }$ . We can write the inverse dynamics prediction objective formally as + +$$ +L ( \theta _ { s } , \theta _ { e } ) = \ell \big ( \mathbf { a } _ { t } , \pi _ { s } ( \pi _ { e } ( \mathbf { s } _ { t } ) , \pi _ { e } ( \mathbf { s } _ { t + 1 } ) ) \big ) . +$$ + +For continuous actions, $\ell$ is the mean squared error between the ground truth and the model output. For discrete actions, the output is a soft-max distribution over the action space, and $\ell$ is the crossentropy loss. Empirically, we find this self-supervised task to be most effective with continuous actions, possibly because inverse dynamics prediction in a small space of discrete actions is not as challenging. Note that we predict the inverse dynamics instead of the forward dynamics, because when operating in feature space, the latter can produce trivial solutions such as the constant zero feature for every state2. If we instead performed prediction with forward dynamics in pixel space, the task would be extremely challenging given the large uncertainty in pixel prediction. + +As an alternative self-supervised task, we use rotation prediction (Gidaris et al., 2018). We rotate an image by one of 0, 90, 180 and 270 degrees as input to the network, and cast this as a four-way classification problem to determine which one of these four ways the image has been rotated. This task is shown to be effective for learning representations for object configuration and scene structure, which is beneficial for visual recognition (Hendrycks et al., 2019; Doersch & Zisserman, 2017). + +# 3.3 TRAINING AND TESTING + +Before deployment of the policy, because we have signals from both the reward and self-supervised auxiliary task, we can train with both in the fashion of multi-task learning. This corresponds to the following optimization problem during training $\begin{array} { r } { \operatorname* { m i n } _ { \theta _ { a } , \theta _ { s } , \theta _ { e } } J ( \theta _ { a } , \theta _ { e } ) + \alpha L ( \theta _ { s } , \theta _ { e } ) } \end{array}$ , where $\alpha > 0$ is a trade-off hyperparameter. During deployment, we cannot optimize $J$ anymore since the reward is unavailable, but we can still optimize $L$ to update both $\theta _ { s }$ and $\theta _ { e }$ . Empirically, we find only negligible difference with keeping $\theta _ { s }$ fixed at test-time, so we update both since the gradients have to be computed regardless; we ablate this decision in appendix C. As we obtain new images from the stream of visual inputs in the environment, $\theta$ keeps being updated until the episode ends. This corresponds to, for each iteration $t = 1 . . . T$ : + +$$ +\begin{array} { r l } & { \quad \mathbf s _ { t } \sim p ( \mathbf s _ { t } | \mathbf a _ { t - 1 } , \mathbf s _ { t - 1 } ) } \\ & { \quad \theta _ { s } ( t ) = \theta _ { s } ( t - 1 ) - \nabla _ { \theta _ { s } } L ( \mathbf s _ { t } ; \theta _ { s } ( t - 1 ) , \theta _ { e } ( t - 1 ) ) } \\ & { \quad \theta _ { e } ( t ) = \theta _ { e } ( t - 1 ) - \nabla _ { \theta _ { e } } L ( \mathbf s _ { t } ; \theta _ { s } ( t - 1 ) , \theta _ { e } ( t - 1 ) ) } \\ & { \quad \mathbf a _ { t } = \pi ( \mathbf s _ { t } ; \theta ( t ) ) \mathrm { ~ w i t h ~ } \theta ( t ) = ( \theta _ { e } ( t ) , \theta _ { a } ) , } \end{array} +$$ + +where $\theta _ { s } ( 0 ) = \theta _ { s } , \theta _ { e } ( 0 ) = \theta _ { e }$ , $\mathbf { s } _ { 0 }$ is the initial condition given by the environment, $\mathbf { a } _ { 0 } = \pi _ { \theta } ( \mathbf { s } _ { 0 } )$ , $p$ is the unknown environment transition, and $L$ is the self-supervised objective as previously introduced. + +# 4 EXPERIMENTS + +In this work, we investigate how well an agent trained in one environment (denoted the training environment) generalizes to unseen and diverse test environments. During evaluation, agents have no access to reward signals and are expected to generalize without trials nor prior knowledge about the test environments. In simulation, we evaluate our method (PAD) and baselines extensively on continuous control tasks from DeepMind Control (DMControl) suite (Tassa et al., 2018) as well as the CRLMaze (Lomonaco et al., 2019) navigation task, and experiment with both stationary (colors, objects, textures, lighting) and non-stationary (videos) environment changes. We further show that PAD transfers from simulation to a real robot and successfully adapts to environmental differences during deployment in two robotic manipulation tasks. Samples from DMControl and CRLMaze environments are shown in Figure 2, and samples from the robot experiments are shown in Figure 4. Implementation is available at https://nicklashansen.github.io/PAD/. + +Network details. For DMControl and the robotic manipulation tasks we implement PAD on top of Soft Actor-Critic (SAC) (Haarnoja et al., 2018), and adopt both network architecture and hyperparameters from Yarats et al. (2019), with minor modifications: the feature extractor $\pi _ { e }$ has 8 convolutional layers shared between the RL head $\pi _ { a }$ and self-supervised head $\pi _ { s }$ , and we split the network into architecturally identical heads following $\pi _ { e }$ . Each head consists of 3 convolutional layers followed by 4 fully connected layers. For CRLMaze, we use Advantage Actor-Critic (A2C) as base algorithm (Mnih et al., 2016) and apply the same architecture as for the other experiments, but implement $\pi _ { e }$ with only 6 convolutional layers. Observations are stacks of $k$ colored frames $k = 3$ on DMControl and CRLMaze; $k = 1$ in robotic manipulation) of size $1 0 0 \times 1 0 0$ and time-consistent random crop is applied as in Srinivas et al. (2020). During deployment, we optimize the self-supervised objective online w.r.t. $\theta _ { e } , \theta _ { s }$ for one gradient step per time iteration. See appendix F for implementation details. + +![](images/bc62cee880a17c8b0b2832092fcc074bd1b01dcd8fb62086e20850e09ae21b15.jpg) +Figure 2. Left: Training environments of DMControl (top) and CRLMaze (bottom). Right: Test environments of DMControl (top) and CRLMaze (bottom). Changes to DMControl include randomized colors, video backgrounds, and distractors; changes to CRLMaze include textures and lighting. + +Table 1. Episodic return in test environments with randomized colors, mean and std. dev. for 10 seeds. Best method on each task is in bold and blue compares $\mathrm { S A C + I D M }$ with and without PAD. + +10x episode length + +
Random colorsSAC+DR+IDM+IDM (PAD)+IDM+IDM (PAD)
Walker, walk414±74594±104406±29468±473830±5475505±592
Walker, stand719±74715±96743±37797±467832±2098566±121
Cartpole, swingup592±50647±48585±73630±636528±5397093±592
Cartpole,balance857±60867±37835±40848±297746±5267670±293
Ball in cup,catch411±183470±252471±75563±50
Finger, spin626±163465±314757±62803±727249±6427496±655
Finger, turn_easy270±43167±26283±51304±461
Cheetah, run154±41145±29121±38159±281117±5301208±487
Reacher, easy163±45105±37201±32214±441788±4412152±506
+ +# 4.1 DEEPMIND CONTROL + +DeepMind Control (DMControl) (Tassa et al., 2018) is a collection of continuous control tasks where agents only observe raw pixels. Generalization benchmarks on DMControl represent diverse real-world tasks for motor control, and contain distracting surroundings not correlated with the reward signals. + +Experimental setup. We experiment with 9 tasks from DMControl and measure generalization to four types of test environments: (i) randomized colors; (ii) natural videos as background; (iii) distracting objects placed in the scene; and (iv) the unmodified training environment. For each test environment, we evaluate methods across 10 seeds and 100 random initializations. If a given test environment is not applicable to certain tasks, e.g. if a task has no background for the video background setting, they are excluded. Tasks are selected on the basis of diversity, as well as the success of vision-based RL in prior work (Yarats et al., 2019; Srinivas et al., 2020; Laskin et al., 2020; Kostrikov et al., 2020). We implement PAD on top of SAC and use an Inverse Dynamics Model (IDM) for self-supervision, as we find that learning a model of the dynamics works well for motor control. For completeness, we ablate the choice of self-supervision. Learning curves are provided in appendix B. + +![](images/1d57abcc32301ede5d2b8455a03059fd30b9cd73bdc63abef544626395d0fffc.jpg) +Figure 3. Relative improvement in instantaneous reward over time for PAD on the random color env. + +We compare our method to the following baselines: (i) SAC with no changes (denoted $S A C$ ); (ii) SAC trained with domain randomization on a fixed set of 100 colors (denoted $+ D R$ ); and (iii) SAC trained jointly with an IDM but without PAD (denoted $+ I D M )$ ). Our method using an IDM with PAD is denoted by $+ I D M \left( P A D \right)$ . For domain randomization, colors are sampled from the same distribution as in evaluation, but with lower variance, as we find that training directly on the test distribution does not converge. + +Random perturbation of color. Robustness to subtle changes such as color is essential to realworld deployment of RL policies. We evaluate generalization on a fixed set of 100 colors of foreground, background and the agent itself, and report the results in Table 1 (first 4 columns). We find PAD to improve generalization in all tasks considered, outperforming SAC trained with domain randomization in 6 out of 9 tasks. Surprisingly, despite a substantial overlap between training and test domains of domain randomization, it generalizes no better than vanilla SAC on a majority of tasks. + +Long-term stability. We find the relative improvement of PAD to improve over time, as shown in Figure 3. To examine the long-term stability of PAD, we further evaluate on $1 0 \mathrm { x }$ episode lengths and summarize the results in the last two columns in Table 1 (goal-oriented tasks excluded). While we do not explicitly prevent the embedding from drifting away from the RL task, we find empirically that PAD does not degrade the performance of the policy, even over long horizons, and when PAD does not improve, we find it to hurt minimally. We conjecture this is because we are not learning a new task, but simply continue to optimize the same (self-supervised) objective as during joint training, where both two tasks are compatible. In this setting, PAD still improves generalization in 6 out of 7 tasks, and thus naturally extends beyond episodic deployment. For completeness, we also evaluate methods in the environment in which they were trained, and report the results in appendix A. We find that, while PAD improves generalization to novel environments, performance is virtually unchanged on the training environment. We conjecture this is because the self-supervised task is already fully learned and any continued training on the same data distribution thus has little impact. + +Non-stationary environments. To investigate whether PAD can adapt in non-stationary environments, we evaluate generalization to diverse video backgrounds (refer to Figure 2). We find PAD to outperform all baselines on 7 out of 8 tasks, as shown in Table 2, by as much as $104 \%$ over domain randomization on Finger, spin. Domain randomization generalizes comparably worse to videos, which we conjecture is not because the environments are non-stationary, but rather because the image statistics of videos are not covered by its training domain of randomized colors. In fact, domain randomization is outperformed by the vanilla SAC in most tasks with video back + +Table 2. Episodic return in test environments with video backgrounds (top) and distracting objects (bottom), mean and std. dev. for 10 seeds. Best method on each task is in bold and blue compares $\mathrm { S A C + I D M }$ with and without PAD. + +
Video backgroundsSAC+DR+IDM+IDM (PAD)
Walker, walk616±80655±55694±85717±79
Walker, stand899±53869±60902±51935±20
Cartpole, swingup375±90485±67487±90521±76
Cartpole, balance693±109766±92691±76687±58
Ball in cup, catch393±175271±189362±69436±55
Finger, spin447±102338±207605±61691±80
Finger, turn_easy355±108223±91355±110362±101
Cheetah, run194±30150±34164±42206±34
Distracting objectsSAC+DR+IDM+IDM (PAD)
Cartpole, swingup815±60809±24776±58771±64
Cartpole,balance969±20938±35964±26960±29
Ball in cup, catch177±111331±189482±128545±173
Finger, spin652±184564±288836±62867±72
Finger, turn_easy302±68165±12326±101347±48
+ +grounds, which is in line with the findings of Packer et al. (2018). + +Scene content. We hypothesize that: (i) an agent trained with an IDM is comparably less distracted by scene content since objects uncorrelated to actions yield no predictive power; and (ii) that PAD can adapt to unexpected objects in the scene. We test these hypotheses by measuring robustness to colored shapes at a variety of positions in both the foreground and background of the scene (no physical interaction). Results are summarized in Table 2. PAD outperforms all baselines in 3 out of 5 tasks, with a relative improvement of $20 \%$ over SAC on Ball in cup, catch. In the two cartpole tasks in which PAD does not improve, all methods are already relatively unaffected by the distractors. + +Choice of self-supervised task. We investigate how much the choice of self-supervised task contributes to the overall success of our method, and consider the following ablations: (i) replacing inverse dynamics with the rotation prediction task described in Section 3.2; and (ii) replacing it with the recently proposed CURL (Srinivas et al., 2020) contrastive learning algorithm for RL. As shown in Table 3, PAD improves generalization of CURL in a majority of tasks on the randomized color benchmark, and in 4 out of 9 tasks using rotation prediction. However, inverse dynamics as auxiliary task produces more consistent results and offers better generalization overall. We argue that learning an IDM produces better representations for motor control since it connects observations directly to actions, whereas CURL and rotation prediction operates purely on observations. In general, we find the improvement of PAD to be bigger in tasks that benefit significantly from visual information (see appendix A), and conjecture that selecting a self-supervised task that learns features useful to the RL task is crucial to the success of PAD, which we discuss further in Section 4.2. + +Table 3. Ablations on the randomized color domain of DMC. All methods use SAC. CURL represents RL with a contrastive learning task (Srinivas et al., 2020) and Rot represents the rotation prediction (Gidaris et al., 2018). Offline PAD is here denoted O-PAD for brevity, whereas the default usage of PAD is in an online setting. Best method is in bold and blue compares $+ \mathrm { I D M }$ w/ and w/o PAD. + +
Random colorsCURLCURL (PAD)RotRot (PAD)IDMIDM (O-PAD)IDM (PAD)
Walker, walk445±99495±70335±7330±30406±29441±16468±47
Walker, stand662±54753±49673±4653±27743±37727±21797±46
Cartpole, swingup454±110413±67493±52477±38585±73578±69630±63
Cartpole,balance782±13763±5710±72734±81835±40796±37848±29
Ball in cup, catch231±92332±78291±54314±60471±75490±16563±50
Finger, spin691±12588±22695±36689±20757±62767±43803±72
Finger, turn_easy202±32186±2283±68230±53283±51321±10304±46
Cheetah, run202±22211±20127±3135±12121±38112±35159±28
Reacher, easy325±32378±6299±29120±7201±32241±24214±44
+ +Table 4. Episodic return of PAD and baselines in CRLMaze environments. PAD improves generalization in all considered environments and outperforms both A2C and domain randomization by a large margin. All methods use A2C. We report mean and std. error of 10 seeds. Best method in each environment is in bold and blue compares rotation prediction with and without PAD. + +
CRLMazeRandomA2C+DR+IDM+IDM (PAD)+Rot+Rot (PAD)
Walls-870±30-380±145-260±137-302±150-428±135-206±166-74±116
Floor-868±23-320±167-438±59-47±198-530±106-294±123-209±94
Ceiling-872±30-171±175-400±74166±215-508±104128±196281±83
Lights-900±29-30±213-310±106239±270-460±114-84±53312±104
+ +Offline versus online learning. Observations that arrive sequentially are highly correlated, and we thus hypothesize that our method benefits significantly from learning online. To test this hypothesis, we run an offline variant of our method in which network updates are forgotten after each step. In this setting, our method can only adapt to single observations and does not benefit from learning over time. Results are shown in Table 3. We find that our method benefits substantially from online learning, but learning offline still improves generalization on select tasks. + +# 4.2 CRLMAZE + +CRLMaze (Lomonaco et al., 2019) is a time-constrained, discrete-action 3D navigation task for ViZDoom (Wydmuch et al., 2018), in which an agent is to navigate a maze and collect objects. There is a positive reward associated with green columns, and a negative reward for lanterns as well as for living. Readers are referred to the respective papers for details on the task and environment. + +Experimental setup. We train agents on a single environment and measure generalization to environments with novel textures for walls, floor, and ceiling, as well as lighting, as shown in Figure 2. We implement PAD on top of A2C (Mnih et al., 2016) and use rotation prediction (see Section 3.2) as self-supervised task. Learning to navigate novel scenes requires a generalized scene understanding, and we find that rotation prediction facilitates that more so than an IDM. We compare to the following baselines: (i) a random agent (denoted Random); (ii) A2C with no changes (denoted $A 2 C$ ); (iii) A2C trained with domain randomization (denoted $+ D R$ ); (iv) A2C with an IDM as auxiliary task (denoted $+ I D M )$ ; and (v) A2C with rotation prediction as auxiliary task (denoted $+ R o t )$ . We denote Rot with PAD as $+ R o t \ ( P A D )$ . Domain randomization uses 56 combinations of diverse textures, partially overlapping with the test distribution, and we find it necessary to train domain randomization for twice as many episodes in order to converge. We closely follow the evaluation procedure of (Lomonaco et al., 2019) and evaluate methods across 20 starting positions and 10 random seeds. + +Results. We report performance on the CRLMaze environments in Table 4. PAD improves generalization in all considered test environments, outperforming both A2C and domain randomization by a large margin. Domain randomization performs consistently across all environments but is less successful overall. We further examine the importance of selecting appropriate auxiliary tasks by a simple ablation: replacing rotation prediction with an IDM for the navigation task. We conjecture that, while an auxiliary task can enforce structure in the learned representations, its features (and consequently gradients) need to be sufficiently correlated with the primary RL task for PAD to be + +![](images/7a75facacf5c2ac9f0591865730aa213a149b2aae09f6d5a1610fc3b0f899d74.jpg) +(a) Simulation. (b) Default transfer. (c) Table cloth. (d) Disco lights. + +Figure 4. Samples from the push robotic manipulation task. The task is to push the yellow cube to the location of the red disc. Agents are trained in setting (a) and evaluated in settings (b-d). + +successful during deployment. While PAD with rotation prediction improves generalization across all test environments considered, IDM does not, which suggests that rotation prediction is more suitable for tasks that require scene understanding, whereas IDM is useful for tasks that require motor control. We leave it to future work to automate the process of selecting appropriate auxiliary tasks. + +# 4.3 ROBOTIC MANIPULATION TASKS + +We deploy our method and baselines on a real Kinova Gen3 robot and evaluate on two manipulation tasks: (i) reach, a task in which the robot reaches for a goal marked by a red disc; and (ii) push, a task in which the robot pushes a cube to the location of the red disc. Both tasks use an XY action space, where the Z position of the actuator is fixed. Agents operate purely from pixel observations with no access to state information. During deployment, we make no effort to calibrate camera, lighting, or + +Table 5. Success rate of PAD and baselines on a real robotic arm. Best method in each environment is in bold and blue compares $+ \mathrm { I D M }$ with and without PAD. + +
Real robotSAC+DR+IDM+IDM (PAD)
Reach (default)100%100%100%100%
Reach (cloth)48%80%56%80%
Reach (disco)72%76%88%92%
Push (default)88%88%92%100%
Push (cloth)60%64%64%88%
Push (disco)60%68%72%84%
+ +physical properties such as dimensions, mass, and friction, and policies are expected to generalize with no prior knowledge of the test environment. Samples from the push task are shown in Figure 4, and samples from reach are shown in appendix E. + +Experimental setup. We implement PAD on top of SAC (Haarnoja et al., 2018) and apply the same experimental setup as in Section 4.1 using an Inverse Dynamics Model (IDM) for self-supervision, but without frame-stacking (i.e. $k = 1$ ). Agents are trained in simulation with dense rewards and randomized initial configurations of arm, goal, and box, and we measure generalization to 3 novel environments in the real-world: (i) default environment with pixel observations that roughly mimic the simulation; (ii) a patterned table cloth that + +Table 6. Success rate of PAD and baselines for the push task on a simulated robotic arm in test environments with changes to dynamics. Changes include object mass, size, and friction, arm mount position, and end effector velocity. Best method in each environment is in bold and blue compares $+ \mathrm { I D M }$ with and without PAD. + +
Simulated robotSAC+DR+IDM+IDM (PAD)
Push (object)66%64%72%82%
Push (mount)68%58%86%84%
Push (velocity)70%68%70%78%
Push (all)56%50%48%76%
+ +distracts visually and greatly increases friction; and (iii) disco, an environment with non-stationary visual disco light distractions. Notably, all 3 environments also feature subtle differences in dynamics compared to the training environment, such as object dimensions, mass, friction, and uncalibrated actions. In each setting, we evaluate the success rate across 25 test runs spanning across 5 pre-defined goal locations throughout the table. The goal locations vary between the two tasks, and the robot is reset after each run. We perform comparison against direct transfer and domain randomization baselines as in Section 4.1. We further evaluate generalization to changes in dynamics by considering a variant of the simulated environment in which object mass, size, and friction, arm mount position, and end effector velocity is modified. We consider each setting both individually and jointly, and evaluate success rate across 50 unique configurations with the robot reset after each run. + +Results. We report transfer results in Table 5. While all methods transfer successfully to reach (default), we observe PAD to improve generalization in all settings in which the baselines show sub-optimal performance. We find PAD to be especially powerful for the push task that involves dynamics, improving by as much as $24 \%$ in push (cloth). While domain randomization proves highly effective in reach (cloth), we observe no significant benefit in the other settings, which suggests that PAD can be more suitable in challenging tasks like push. To isolate the effect of dynamics, we further evaluate generalization to a number of simulated changes in dynamics on the push task. Results are shown in Table 6. We find PAD to improve generalization to changes in the physical properties of the object and end effector, whereas both $S A C { + } I D M$ and PAD are relatively unaffected by changes to the mount position. Consistent with the real robot results in Section 5, PAD is found to be most effective when changes in dynamics are non-trivial, improving by as much as $28 \%$ in the push (all) setting, where all 3 environmental changes are considered jointly. These results suggest that PAD can be a simple, yet effective method for generalization to diverse, unseen environments that vary in both visuals and dynamics. + +# 5 CONCLUSION + +While previous work addresses generalization in RL by learning policies that are invariant to any environment changes that can be anticipated, we formulate an alternative problem setting in visionbased RL: can we instead adapt a pretrained-policy to new environments without any reward. We propose Policy Adaptation during Deployment, a self-supervised framework for online adaptation at test-time, and show empirically that our method improves generalization of policies to diverse simulated and real-world environmental changes across a variety of tasks. We find our approach benefits greatly from learning online, and we systematically evaluate how the choice of self-supervised task impacts performance. While the current framework relies on prior knowledge on selecting selfsupervised tasks for policy adaptation, we see our work as the initial step in addressing the problem of adapting vision-based policies to unknown environments. We ultimately envision embodied agents in the future to be learning all the time, with the flexibility to learn both with and without rewards, before and during deployment. + +Acknowledgements. This work was supported, in part, by grants from DARPA, NSF 1730158 CI-New: Cognitive Hardware and Software Ecosystem Community Infrastructure (CHASE-CI), NSF ACI-1541349 CC\*DNI Pacific Research Platform, and gifts from Qualcomm and TuSimple. This work was also funded, in part, by grants from Berkeley DeepDrive, SAP and European Research Council (ERC) from the European Union Horizon 2020 Programme under grant agreement no. 741930 (CLOTHILDE). We would like to thank Fenglu Hong and Joey Hejna for helpful discussions. + +# REFERENCES + +OpenAI: Marcin Andrychowicz, Bowen Baker, Maciek Chociej, Rafal Jozefowicz, Bob McGrew, Jakub Pachocki, Arthur Petron, Matthias Plappert, Glenn Powell, Alex Ray, et al. Learning dexterous in-hand manipulation. The International Journal of Robotics Research, 39(1):3–20, 2020. 1 +David Bau, Hendrik Strobelt, William Peebles, Jonas Wulff, Bolei Zhou, Jun-Yan Zhu, and Antonio Torralba. Semantic photo manipulation with a generative image prior. ACM Trans. Graph., 38(4), 2019. ISSN 0730-0301. 3 +Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations, 2020. 2 +Carl Doersch and Andrew Zisserman. Multi-task self-supervised visual learning. In Proceedings of the IEEE International Conference on Computer Vision, pp. 2051–2060, 2017. 4 +Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by context prediction. In Proceedings of the IEEE International Conference on Computer Vision, pp. 1422–1430, 2015. 2 +Frederik Ebert, Chelsea Finn, Sudeep Dasari, Annie Xie, Alex Lee, and Sergey Levine. Visual foresight: Model-based deep reinforcement learning for vision-based robotic control, 2018. 2 + +Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, Franc¸ois Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks. The Journal of Machine Learning Research, 17(1):2096–2030, 2016. 2 + +Robert Geirhos, Carlos R. Medina Temme, Jonas Rauber, Heiko H. Schutt, Matthias Bethge, and ¨ Felix A. Wichmann. Generalisation in humans and deep neural networks. In NeurIPS, 2018. 2 + +Muhammad Ghifary, W. Bastiaan Kleijn, Mengjie Zhang, and David Balduzzi. Domain generalization for object recognition with multi-task autoencoders. In Proceedings of the 2015 IEEE International Conference on Computer Vision (ICCV), ICCV ’15, pp. 2551–2559. IEEE Computer Society, 2015. ISBN 9781467383912. 2 + +Spyros Gidaris, Praveer Singh, and Nikos Komodakis. Unsupervised representation learning by predicting image rotations, 2018. 2, 3, 4, 7 + +Boqing Gong, Yuan Shi, Fei Sha, and Kristen Grauman. Geodesic flow kernel for unsupervised domain adaptation. In 2012 IEEE Conference on Computer Vision and Pattern Recognition, pp. 2066–2073. IEEE, 2012. 2 + +Shixiang Gu, Ethan Holly, Timothy Lillicrap, and Sergey Levine. Deep reinforcement learning for robotic manipulation with asynchronous off-policy updates. In 2017 IEEE international conference on robotics and automation (ICRA), pp. 3389–3396. IEEE, 2017. 1 + +David Ha and Jurgen Schmidhuber. Recurrent world models facilitate policy evolution. In ¨ Advances in Neural Information Processing Systems 31, pp. 2451–2463. Curran Associates, Inc., 2018. 2 + +Tuomas Haarnoja, Aurick Zhou, Kristian Hartikainen, George Tucker, Sehoon Ha, Jie Tan, Vikash Kumar, Henry Zhu, Abhishek Gupta, Pieter Abbeel, and Sergey Levine. Soft actor-critic algorithms and applications, 2018. 4, 8, 17 + +Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, 2020. 2 + +Dan Hendrycks and Thomas G. Dietterich. Benchmarking neural network robustness to common corruptions and surface variations. arXiv: Learning, 2018. 2 + +Dan Hendrycks, Mantas Mazeika, Saurav Kadavath, and Dawn Song. Using self-supervised learning can improve model robustness and uncertainty. ArXiv, abs/1906.12340, 2019. 2, 4 + +Olivier J. Henaff, Aravind Srinivas, Jeffrey De Fauw, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and ´ Aaron van den Oord. Data-efficient image recognition with contrastive predictive coding, 2019. 2 + +Max Jaderberg, Volodymyr Mnih, Wojciech Marian Czarnecki, Tom Schaul, Joel Z Leibo, David Silver, and Koray Kavukcuoglu. Reinforcement learning with unsupervised auxiliary tasks, 2016. 2 + +Stephen James, Paul Wohlhart, Mrinal Kalakrishnan, D. Kalashnikov, A. Irpan, J. Ibarz, S. Levine, Raia Hadsell, and Konstantinos Bousmalis. Sim-to-real via sim-to-sim: Data-efficient robotic grasping via randomized-to-canonical adaptation networks. 2019 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pp. 12619–12629, 2019. 2 + +R. Julian, B. Swanson, G. Sukhatme, Sergey Levine, Chelsea Finn, and Karol Hausman. Never stop learning: The effectiveness of fine-tuning in robotic reinforcement learning. arXiv: Learning, 2020. 1, 2, 15 + +D. Kalashnikov, A. Irpan, P. Pastor, J. Ibarz, A. Herzog, Eric Jang, Deirdre Quillen, Ethan Holly, Mrinal Kalakrishnan, V. Vanhoucke, and S. Levine. Qt-opt: Scalable deep reinforcement learning for vision-based robotic manipulation. ArXiv, abs/1806.10293, 2018. 1 + +Ilya Kostrikov, Denis Yarats, and Rob Fergus. Image augmentation is all you need: Regularizing deep reinforcement learning from pixels. 2020. 5, 17 + +Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton. Imagenet classification with deep convolutional neural networks. In NIPS, 2012. 17 + +Sascha Lange and Martin A. Riedmiller. Deep auto-encoder neural networks in reinforcement learning. In The 2010 International Joint Conference on Neural Networks (IJCNN), pp. 1–8, 2010. 2 + +Michael Laskin, Kimin Lee, Adam Stooke, Lerrel Pinto, Pieter Abbeel, and Aravind Srinivas. Reinforcement learning with augmented data. arXiv preprint arXiv:2004.14990, 2020. 2, 5, 17 + +Kimin Lee, Kibok Lee, Jinwoo Shin, and Honglak Lee. A simple randomization technique for generalization in deep reinforcement learning. ArXiv, abs/1910.05396, 2019. 1 + +Sergey Levine, Chelsea Finn, Trevor Darrell, and Pieter Abbeel. End-to-end training of deep visuomotor policies. The Journal of Machine Learning Research, 17(1):1334–1373, 2016. + +Ya Feng Li, Mingming Gong, Xinmei Tian, Tongliang Liu, and Dacheng Tao. Domain generalization via conditional invariant representations. In AAAI, 2018. 2 + +Vincenzo Lomonaco, Karen Desai, Eugenio Culurciello, and Davide Maltoni. Continual reinforcement learning in 3d non-stationary environments. arXiv preprint arXiv:1905.10112, 2019. 2, 4, 7, 16, 17 + +Mingsheng Long, Han Zhu, Jianmin Wang, and Michael I Jordan. Unsupervised domain adaptation with residual transfer networks. In Advances in Neural Information Processing Systems, pp. 136–144, 2016. 2 + +Toshihiko Matsuura and Tatsuya Harada. Domain generalization using a mixture of multiple latent domains, 2019. 2 + +Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan Wierstra, and Martin Riedmiller. Playing atari with deep reinforcement learning. arXiv preprint arXiv:1312.5602, 2013. 1 + +Volodymyr Mnih, Adria Puigdom \` enech Badia, Mehdi Mirza, Alex Graves, Timothy P. Lillicrap, Tim \` Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement learning, 2016. 4, 7, 17 + +Ravi Teja Mullapudi, Steven Chen, Keyi Zhang, Deva Ramanan, and Kayvon Fatahalian. Online model distillation for efficient video inference. 2019 IEEE/CVF International Conference on Computer Vision (ICCV), Oct 2019. doi: 10.1109/iccv.2019.00367. 3 + +Ashvin V Nair, Vitchyr Pong, Murtaza Dalal, Shikhar Bahl, Steven Lin, and Sergey Levine. Visual reinforcement learning with imagined goals. In Advances in Neural Information Processing Systems, pp. 9191–9200, 2018. 1 + +Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw puzzles. In European Conference on Computer Vision, pp. 69–84. Springer, 2016. 2 + +Charles Packer, Katelyn Gao, Jernej Kos, Philipp Krahenb ¨ uhl, Vladlen Koltun, and Dawn Song. ¨ Assessing generalization in deep reinforcement learning, 2018. 6 + +Deepak Pathak, Philipp Krahenbuhl, Jeff Donahue, Trevor Darrell, and Alexei A Efros. Context encoders: Feature learning by inpainting. In Proceedings of the IEEE conference on computer vision and pattern recognition, pp. 2536–2544, 2016. 2 + +Deepak Pathak, Pulkit Agrawal, Alexei A. Efros, and Trevor Darrell. Curiosity-driven exploration by self-supervised prediction. In ICML, 2017. 2 + +Xue Bin Peng, Marcin Andrychowicz, Wojciech Zaremba, and Pieter Abbeel. Sim-to-real transfer of robotic control with dynamics randomization. 2018 IEEE International Conference on Robotics and Automation (ICRA), May 2018. 1, 2 + +Lerrel Pinto and Abhinav Gupta. Supersizing self-supervision: Learning to grasp from 50k tries and 700 robot hours. In 2016 IEEE international conference on robotics and automation (ICRA), pp. 3406–3413. IEEE, 2016. 1 + +Lerrel Pinto, Marcin Andrychowicz, Peter Welinder, Wojciech Zaremba, and Pieter Abbeel. Asymmetric actor critic for image-based robot learning. arXiv preprint arXiv:1710.06542, 2017a. 1, 2 + +Lerrel Pinto, James Davidson, Rahul Sukthankar, and Abhinav Gupta. Robust adversarial reinforcement learning. In Proceedings of the 34th International Conference on Machine Learning-Volume 70, pp. 2817–2826. JMLR. org, 2017b. 1 + +Aravind Rajeswaran, Sarvjeet Ghotra, Balaraman Ravindran, and Sergey Levine. Epopt: Learning robust neural network policies using model ensembles. arXiv preprint arXiv:1610.01283, 2016. 1 + +Fabio Ramos, Rafael Possas, and Dieter Fox. Bayessim: Adaptive domain randomization via probabilistic inference for robotics simulators. Robotics: Science and Systems XV, Jun 2019. 2 + +Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do cifar-10 classifiers generalize to cifar-10? arXiv preprint arXiv:1806.00451, 2018. 2 + +Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do imagenet classifiers generalize to imagenet? arXiv preprint arXiv:1902.10811, 2019. 2 + +Andrei A Rusu, Neil C Rabinowitz, Guillaume Desjardins, Hubert Soyer, James Kirkpatrick, Koray Kavukcuoglu, Razvan Pascanu, and Raia Hadsell. Progressive neural networks. arXiv preprint arXiv:1606.04671, 2016. 1 + +Fereshteh Sadeghi and Sergey Levine. Cad2rl: Real single-image flight without a single real image. arXiv preprint arXiv:1611.04201, 2016. 1, 2 + +Ramanan Sekar, Oleh Rybkin, Kostas Daniilidis, Pieter Abbeel, Danijar Hafner, and Deepak Pathak. Planning to explore via self-supervised world models, 2020. 2 + +Vaishaal Shankar, Achal Dave, Rebecca Roelofs, Deva Ramanan, Benjamin Recht, and Ludwig Schmidt. A systematic framework for natural perturbations from videos. arXiv preprint arXiv:1906.02168, 2019. 2 + +Assaf Shocher, Nadav Cohen, and Michal Irani. Zero-shot super-resolution using deep internal learning, 2017. 3 + +Assaf Shocher, Shai Bagon, Phillip Isola, and Michal Irani. Ingan: Capturing and remapping the ”dna” of a natural image, 2018. 3 + +Aravind Srinivas, Michael Laskin, and Pieter Abbeel. Curl: Contrastive unsupervised representations for reinforcement learning. arXiv preprint arXiv:2004.04136, 2020. 2, 4, 5, 6, 7, 17 + +Yu Sun, Eric Tzeng, Trevor Darrell, and Alexei A Efros. Unsupervised domain adaptation through self-supervision. arXiv preprint, 2019. 2 + +Yu Sun, Xiaolong Wang, Zhuang Liu, John Miller, Alexei A. Efros, and Moritz Hardt. Test-time training with self-supervision for generalization under distribution shifts. ICML, 2020. 3 + +Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions. 2015 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pp. 1–9, 2015. 17 + +Yuval Tassa, Yotam Doron, Alistair Muldal, Tom Erez, Yazhe Li, Diego de Las Casas, David Budden, Abbas Abdolmaleki, Josh Merel, Andrew Lefrancq, Timothy Lillicrap, and Martin Riedmiller. DeepMind control suite. Technical report, DeepMind, January 2018. 2, 4, 5, 16, 17 + +Josh Tobin, Rachel Fong, Alex Ray, Jonas Schneider, Wojciech Zaremba, and Pieter Abbeel. Domain randomization for transferring deep neural networks from simulation to the real world. 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Sep 2017. 1, 2 + +Eric Tzeng, Judy Hoffman, Kate Saenko, and Trevor Darrell. Adversarial discriminative domain adaptation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 7167–7176, 2017. 2 + +Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and composing robust features with denoising autoencoders. In Proceedings of the 25th international conference on Machine learning, pp. 1096–1103. ACM, 2008. 2 + +Xiaolong Wang and Abhinav Gupta. Unsupervised learning of visual representations using videos. In ICCV, 2015. 2 + +Xiaolong Wang, Allan Jabri, and Alexei A. Efros. Learning correspondence from the cycleconsistency of time. In CVPR, 2019. 2 + +Mitchell Wortsman, Kiana Ehsani, Mohammad Rastegari, Ali Farhadi, and Roozbeh Mottaghi. Learning to learn how to learn: Self-adaptive visual navigation using meta-learning, 2018. 3 + +Zhirong Wu, Yuanjun Xiong, Stella X Yu, and Dahua Lin. Unsupervised feature learning via nonparametric instance discrimination. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 3733–3742, 2018. 2 + +Marek Wydmuch, Michał Kempka, and Wojciech Jaskowski. Vizdoom competitions: Playing doom ´ from pixels. IEEE Transactions on Games, 2018. 2, 7, 16 + +Wilson Yan, Ashwin Vangipuram, Pieter Abbeel, and Lerrel Pinto. Learning predictive representations for deformable objects using contrastive estimation. arXiv preprint arXiv:2003.05436, 2020. 1, 2 + +Jiachen Yang, Brenden Petersen, Hongyuan Zha, and Daniel Faissol. Single episode policy transfer in reinforcement learning, 2019. 1, 2 + +Denis Yarats, Amy Zhang, Ilya Kostrikov, Brandon Amos, Joelle Pineau, and Rob Fergus. Improving sample efficiency in model-free reinforcement learning from images, 2019. 2, 4, 5, 17 + +Richard Zhang, Phillip Isola, and Alexei A Efros. Colorful image colorization. In European conference on computer vision, pp. 649–666. Springer, 2016. 2 + +Richard Zhang, Phillip Isola, and Alexei A Efros. Split-brain autoencoders: Unsupervised learning by cross-channel prediction. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp. 1058–1067, 2017. 2 + +# A PERFORMANCE ON THE TRAINING ENVIRONMENT + +Historically, agents have commonly been trained and evaluated in the same environment when benchmarking RL algorithms exclusively in simulation. Although such an evaluation procedure does not consider generalization, it is still a useful metric for comparison of sample efficiency and stability of algorithms. For completeness, we also evaluate our method and baselines in this setting on both DMControl and CRLMaze. DMControl results are reported in Table 7 and results on the CRLMaze environment are shown in Table 8. In this setting, we also compare to an additional baseline on DMControl: a blind SAC agent that operates purely on its previous actions. The performance of a blind agent indicates to which degree a given task benefits from visual information. We find that, while PAD improves generalization to novel environments, performance is virtually unchanged when evaluated on the same environment as in training. We conjecture that this is because the algorithm already is adapted to the training environment and any continued training on the same data distribution thus has little influence. We further emphasize that, even when evaluated on the training environment, PAD still outperforms baselines on most tasks. For example, we observe a $15 \%$ relative improvement over SAC on the Finger, spin task. We hypothesize that this gain in performance is because the selfsupervised objective improves learning by constraining the intermediate representation of policies. A blind agent is no better than random on this particular task, which would suggest that agents benefit substantially from visual information in Finger, spin. Therefore, learning a good intermediate representation of that information is highly beneficial to the RL objective, which we find PAD to facilitate through its self-supervised learning framework. Likewise, the SAC baseline only achieves a $51 \%$ improvement over the blind agent on Cartpole, balance, which indicates that extracting visual information from observations is not as crucial on this task. Consequently, both PAD and baselines achieve similar performance on this task. + +Table 7. Episodic return on the training environment for each of the 9 tasks considered in DMControl, mean and std. dev. for 10 seeds. Best method on each task is in bold and blue compares $+ \mathrm { I D M }$ with and without PAD. It is shown that PAD hurts minimally when the environment is unchanged. + +
Training env.BlindSAC+DR+IDM+IDM (PAD)
Walker, walk235±17847±71756±71911±24895±28
Walker, stand388±10959±11928±36966±8956±20
Cartpole, swingup132±41850±28807±36849±30845±34
Cartpole,balance646±131978±22971±30982±20979±21
Ball in cup, catch150±96725±355469±339919±118910±129
Finger, spin3±2809±138686±295928±45927±45
Finger, turn_easy172±27462±146243±124462±152455±160
Cheetah, run264±75387±74195±46384±88380±91
Reacher, easy107±11264±11392±45390±126365±114
+ +Table 8. Episodic return of PAD and baselines in the CRLMaze training environment. All methods use A2C. We report mean and std. error of 10 seeds. Best method is in bold and blue compares rotation prediction with and without PAD. + +
CRLMazeRandomA2C+DR+IDM+IDM (PAD)+Rot+Rot (PAD)
Training env.-868±34371±198-355±93585±246-416±135729±148681±99
+ +# B LEARNING CURVES ON DEEPMIND CONTROL + +All methods are trained until convergence (500,000 frames) on DMControl. While we do not consider the sample efficiency of our method and baselines in this study, we report learning curves for SAC, $\mathrm { S A C + I D M }$ and SAC trained with domain randomization on three tasks in Figure 5 for completeness. SAC trained with and without an IDM are similar in terms of sample efficiency and final performance, whereas domain randomization consistently displays worse sample efficiency, larger variation between seeds, and converges to sub-optimal performance in two out of the three tasks shown. + +![](images/9988caa8b9a55fc3afee7ef0f724429fd455ed6f365e57a9ccd860a250478099.jpg) +Figure 5. Learning curves for SAC, SAC trained with domain randomization (denoted $S A C ( D R )$ here), and $\mathrm { S A C + I D M }$ on three tasks from the DeepMind Control suite (DMControl). Episodic return is averaged across 10 seeds and the $9 5 \%$ confidence intervals are visualized as shaded regions. SAC and $\mathrm { S A C + I D M }$ exhibit similar sample efficiency and final performance, whereas domain randomization consistently displays worse sample efficiency, larger variation between seeds, and converges to sub-optimal performance in two out of the three tasks shown. + +# C KEEPING $\pi _ { s }$ FIXED DURING POLICY ADAPTATION + +We now consider a variant of PAD where the self-supervised task head $\pi _ { s }$ is fixed at test-time such that the self-supervised objective $L$ is optimized only wrt $\pi _ { e }$ , as discussed in Section 3.3. We measure generalization to test environments with randomized colors and report the results in Table 9 for three tasks from the DeepMind Control suite. We empirically find the difference between updating $\pi _ { s }$ and keeping it fixed negligible, and we choose to update $\pi _ { s }$ by default since its gradients are computed by back-propagation regardless. + +Table 9. Episodic return in test environments with randomized colors, mean and std. dev. for 10 seeds. All methods use SAC. IDM (PAD, fixed $\pi _ { s . }$ ) considers a variant of PAD where $\pi _ { s }$ is fixed at test-time, whereas $I D M \left( P A D \right)$ denotes the default usage of PAD in which both $\pi _ { e }$ and $\pi _ { s }$ are optimized at test-time using the self-supervised objective. + +
Random colorsIDMIDM (PAD, fixed π s)IDM (PAD)
Walker, walk406±29452±38468±47
Walker, stand743±37802±41797±46
Cartpole, swingup585±73623±57630±63
+ +# D COMPARISON TO ADAPTATION WITH REWARDS + +While our method does not require data collected prior to deployment and does not assume access to a reward signal, we additionally compare our method to a na¨ıve fine-tuning approach using transitions and rewards collected from the target environment prior to deployment. To fine-tune the pre-trained policy using rewards, we collect datasets consisting of 1, 10, and 100 episodes in each target environment using the learned policy while keeping its parameters fixed, and then subsequently fine-tune both $\pi _ { e }$ and $\pi _ { a }$ on the collected data, following the same training procedure as during the training phase. This fine-tuning approach is analogous to Julian et al. (2020) but does not use data from the original environment during adaptation. Results are shown in Table 10. We find that na¨ıvely fine-tuning the policy using data collected prior to deployment can improve generalization but requires comparably more data than PAD, as well as access to a reward signal in the target environment. This finding suggests that PAD may be a more suitable method for settings where data from the target environment is scarce and not easily accessible prior to deployment. + +# E ADDITIONAL ROBOTIC MANIPULATION SAMPLES + +Figure 6 provides samples from the training and test environments for the reach robotic manipulation task. Agents are trained in simulation and deployed on a real robot. Samples from the push task are shown in Figure 4. + +Table 10. Episodic return in test environments with randomized colors, mean and std. dev. for 10 seeds. All methods use SAC trained with an inverse dynamics model (IDM) as auxiliary task. Our method is denoted IDM (PAD), and we compare to a na¨ıve fine-tuning approach that assumes access to transitions and rewards collected from 1, 10, and 100 episodes, respectively, from target environments prior to deployment. + +Fine-tuning w/ rewards + +
Random colorsIDMIDM (PAD)1 episode10 episodes100 episodes
Walker, walk406±29468±47395±78489±104561±62
Walker, stand743±37797±46661±65728±44784±31
Cartpole, swingup585±73630±63538±53605±51650±58
+ +![](images/bb8251dc060f2862ca990a7216bf7fd39204605009caf6d0e9e8d640e1c1e5a1.jpg) +Figure 6. Samples from the reach robotic manipulation task. The task is to move the robot gripper to the location of the red disc. Agents are trained in setting (a) and evaluated in settings (b-d) on a real robot, taking observations from an uncalibrated camera. + +# F IMPLEMENTATION DETAILS + +In this section, we elaborate on implementation details for our experiments on DeepMind Control (DMControl) suite (Tassa et al., 2018) and CRLMaze (Lomonaco et al., 2019) for ViZDoom (Wydmuch et al., 2018). Our implementation for the robotic manipulation experiments closely follows that of DMControl. Code is available at https://nicklashansen.github.io/PAD/. + +![](images/9e0be3b5d460fc2992f725ba0dd7adde3d5e70bc06c843e908bf8d4d2266f9a5.jpg) +Figure 7. Network architecture for the DMControl, CRLMaze, and robotic manipulation experiments. $\pi ^ { s }$ and $\pi ^ { a }$ uses a shared feature extractor $\pi ^ { e }$ . Observations are stacks of $1 0 0 \times 1 0 0$ colored frames. Implementation of policy and value function depends on the learning algorithm. + +Architecture. Our network architecture is illustrated in Figure 7. Observations are stacked frames $k = 3 ,$ ) rendered at $1 0 0 \times 1 0 0$ and cropped to $8 4 \times 8 4$ , i.e. inputs to the network are of dimensions $9 \times 8 4 \times 8 4$ , where the first dimension indicates the channel numbers and the following ones represent spatial dimensions. The same crop is applied to all frames in a stack. The shared feature extractor $\pi ^ { e }$ consists of 8 (DMControl, robotic manipulation) or 6 (CRLMaze) convolutional layers and outputs features of size $3 2 \times 2 1 \times 2 1$ in DMControl and robotic manipulation, and size $3 2 \times 2 5 \times 2 5$ in CRLMaze. The output from $\pi ^ { e }$ is used as input to both the self-supervised head $\pi ^ { s }$ and RL head $\pi ^ { a }$ , both of which consist of 3 convolutional layers followed by 3 fully-connected layers. All convolutional layers use 32 filters and all fully connected layers use a hidden size of 1024, as in Yarats et al. (2019). + +Table 11. Hyperparameters used for the DMControl (Tassa et al., 2018) tasks. + +
HyperparameterValue
Frame rendering3 ×100×100
Frame after crop3×84×84
Stacked frames3
Action repeat2 (finger)
8 (cartpole) 4(otherwise)
Discount factor y0.99
Episode length1,000
Learning algorithmSoft Actor-Critic
Self-supervised taskInverse Dynamics Model
Number of training steps500,000
Replay buffer size500,000
Optimizer(πe,πä,π)Adam (β=0.9,β=0.999)
Optimizer (α)Adam(β=0.5,β=0.999)
Learning rate (πe,π,π$)3e-4 (cheetah)
Learning rate (α)le-3 (otherwise) 1e-4
Batch size128
Batch size (test-time)32
πe,π update freq.2
πe,π update freq. (test-time)1
+ +Table 12. Hyperparameters used for the CRLMaze (Lomonaco et al., 2019) navigation task. + +
HyperparameterValue
Frame rendering3×100×100
Frame after crop3×84×84
Stacked frames3
Action repeat4
Discount factor y0.99
Episode length1,000
Learning algorithmAdvantage Actor-Critic
Self-supervised taskRotation Prediction
Number of training episodes1,000 (dom. rand.) 500 (otherwise)
Number of processes20
OptimizerAdam (β=0.9,β=0.999)
Learning rate1e-4
Learning rate (test-time)1e-5
Batch size20
32
Batch size (test-time) π,πloss coefficient0.5
1
πe,πloss coefficient (test-time)1
πe,π update freq. πe,π update freq.(test-time)1
+ +Learning algorithm. We use Soft Actor-Critic (SAC) (Haarnoja et al., 2018) for DMControl and robotic manipulation, and Advantage Actor-Critic (A2C) for CRLMaze. Network outputs depend on the task and learning algorithm. As the action spaces of both DMControl and robotic manipulation are continuous, the policy learned by SAC outputs the mean and variance of a Gaussian distribution over actions. CRLMaze has a discrete action space and the policy learned by A2C thus learns a soft-max distribution over actions. For details on the critics learned by SAC and A2C, the reader is referred to Haarnoja et al. (2018) and Mnih et al. (2016), respectively. + +Hyperparameters. When applicable, we adopt our hyperparameters from Yarats et al. (2019) (DMControl, robotic manipulation) and Lomonaco et al. (2019) (CRLMaze). For the robotic manipulation experiments, our implementation closely follows that of DMControl, only differing by number of frames in an observation. We use a frame stack of $k = 3$ frames for DMControl and CRLMaze, and only $k = 1$ frame for robotic manipulation. For completeness, we detail all hyperparameters used for the DMControl and CRLMaze environments in Table 11 and Table 12. + +Data augmentation. Random cropping is a commonly used data augmentation used in computer vision systems (Krizhevsky et al., 2012; Szegedy et al., 2015) but has only recently gained interest as a stochastic regularization technique in the RL literature (Srinivas et al., 2020; Kostrikov et al., 2020; Laskin et al., 2020). We adopt the random crop proposed in Srinivas et al. (2020): crop rendered observations of size $1 0 0 \times 1 0 0$ to $8 4 \times 8 4$ , applying the same crop to all frames in a stacked observation. This has the added benefits of regularization while still preserving spatio-temporal patterns between frames. When learning an inverse dynamics model, we apply the same crop to all frames of a given observation but apply two different crops to the consecutive observations $\left( \mathbf { s } _ { t } , \mathbf { s } _ { t + 1 } \right)$ used to predict action $\mathbf { a } _ { t }$ . + +Policy Adaptation during Deployment. We evaluate our method and baselines by episodic return of an agent trained in a single environment and tested in a collection of test environments, each with distinct changes from the training environment. We assume no reward signal at test-time and agents are expected to generalize without pre-training or resetting in the new environment. Therefore, we make updates to the policy using a self-supervised objective, and we train using observations from the environment in an online manner without memory, i.e. we make one update per step using the most-recent observation. + +Empirically, we find that: (i) the random crop data augmentation used during training helps regularize learning at test-time; and (ii) our algorithm benefits from learning from a batch of randomly cropped observations rather than single observations, even when all observations in the batch are augmented copies of the most-recent observation. As such, we apply both of these techniques when performing Policy Adaptation during Deployment and use a batch size of 32. When using the policy to take actions, however, inputs to the policy are simply center-cropped. \ No newline at end of file diff --git a/parse/train/o_V-MjyyGV_/o_V-MjyyGV__middle.json b/parse/train/o_V-MjyyGV_/o_V-MjyyGV__middle.json new file mode 100644 index 0000000000000000000000000000000000000000..a617d878b9216120d7571c3a5dc9191a80e32db5 --- /dev/null +++ b/parse/train/o_V-MjyyGV_/o_V-MjyyGV__middle.json @@ -0,0 +1,47290 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 406, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 408, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 408, + 97 + ], + "score": 1.0, + "content": "SELF-SUPERVISED POLICY ADAPTATION", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 99, + 275, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 275, + 117 + ], + "score": 1.0, + "content": "DURING DEPLOYMENT", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 113, + 134, + 386, + 181 + ], + "lines": [ + { + "bbox": [ + 111, + 134, + 387, + 148 + ], + "spans": [ + { + "bbox": [ + 111, + 134, + 387, + 148 + ], + "score": 1.0, + "content": "Nicklas Hansen12, Rishabh Jangir13, Yu Sun4, Guillem Alenya`3,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 145, + 383, + 160 + ], + "spans": [ + { + "bbox": [ + 111, + 145, + 383, + 160 + ], + "score": 1.0, + "content": "Pieter Abbeel4, Alexei A Efros4, Lerrel Pinto5, Xiaolong Wang1", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 111, + 155, + 324, + 172 + ], + "spans": [ + { + "bbox": [ + 111, + 155, + 324, + 172 + ], + "score": 1.0, + "content": "1UC San Diego 2Technical University of Denmark", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 113, + 167, + 281, + 183 + ], + "spans": [ + { + "bbox": [ + 113, + 169, + 132, + 180 + ], + "score": 0.3, + "content": "{ } ^ { 3 } \\mathrm { I R I }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 167, + 281, + 183 + ], + "score": 1.0, + "content": ", CSIC-UPC 4UC Berkeley 5NYU", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "title", + "bbox": [ + 278, + 210, + 333, + 222 + ], + "lines": [ + { + "bbox": [ + 276, + 208, + 336, + 224 + ], + "spans": [ + { + "bbox": [ + 276, + 208, + 336, + 224 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 143, + 231, + 469, + 384 + ], + "lines": [ + { + "bbox": [ + 141, + 231, + 470, + 243 + ], + "spans": [ + { + "bbox": [ + 141, + 231, + 470, + 243 + ], + "score": 1.0, + "content": "In most real world scenarios, a policy trained by reinforcement learning in one en-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 242, + 471, + 254 + ], + "spans": [ + { + "bbox": [ + 142, + 242, + 471, + 254 + ], + "score": 1.0, + "content": "vironment needs to be deployed in another, potentially quite different environment.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 253, + 470, + 264 + ], + "spans": [ + { + "bbox": [ + 141, + 253, + 470, + 264 + ], + "score": 1.0, + "content": "However, generalization across different environments is known to be hard. A", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 264, + 470, + 276 + ], + "spans": [ + { + "bbox": [ + 141, + 264, + 470, + 276 + ], + "score": 1.0, + "content": "natural solution would be to keep training after deployment in the new environment,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 275, + 470, + 287 + ], + "spans": [ + { + "bbox": [ + 141, + 275, + 470, + 287 + ], + "score": 1.0, + "content": "but this cannot be done if the new environment offers no reward signal. Our work", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 286, + 470, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 286, + 470, + 298 + ], + "score": 1.0, + "content": "explores the use of self-supervision to allow the policy to continue training after de-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 297, + 470, + 310 + ], + "spans": [ + { + "bbox": [ + 141, + 297, + 470, + 310 + ], + "score": 1.0, + "content": "ployment without using any rewards. While previous methods explicitly anticipate", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 308, + 469, + 320 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 469, + 320 + ], + "score": 1.0, + "content": "changes in the new environment, we assume no prior knowledge of those changes", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 319, + 470, + 331 + ], + "spans": [ + { + "bbox": [ + 141, + 319, + 470, + 331 + ], + "score": 1.0, + "content": "yet still obtain significant improvements. Empirical evaluations are performed on", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 329, + 470, + 342 + ], + "spans": [ + { + "bbox": [ + 141, + 329, + 470, + 342 + ], + "score": 1.0, + "content": "diverse simulation environments from DeepMind Control suite and ViZDoom, as", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 340, + 471, + 353 + ], + "spans": [ + { + "bbox": [ + 141, + 340, + 471, + 353 + ], + "score": 1.0, + "content": "well as real robotic manipulation tasks in continuously changing environments,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 352, + 471, + 364 + ], + "spans": [ + { + "bbox": [ + 141, + 352, + 471, + 364 + ], + "score": 1.0, + "content": "taking observations from an uncalibrated camera. Our method improves general-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 362, + 469, + 375 + ], + "spans": [ + { + "bbox": [ + 141, + 362, + 469, + 375 + ], + "score": 1.0, + "content": "ization in 31 out of 36 environments across various tasks and outperforms domain", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 374, + 328, + 386 + ], + "spans": [ + { + "bbox": [ + 141, + 374, + 328, + 386 + ], + "score": 1.0, + "content": "randomization on a majority of environments.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5 + }, + { + "type": "title", + "bbox": [ + 108, + 406, + 206, + 418 + ], + "lines": [ + { + "bbox": [ + 105, + 404, + 208, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 208, + 421 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 426, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 106, + 427, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 427, + 506, + 438 + ], + "score": 1.0, + "content": "Deep reinforcement learning (RL) has achieved considerable success when combined with convolu-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "score": 1.0, + "content": "tional neural networks for deriving actions from image pixels (Mnih et al., 2013; Levine et al., 2016;", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 447, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 505, + 461 + ], + "score": 1.0, + "content": "Nair et al., 2018; Yan et al., 2020; Andrychowicz et al., 2020). However, one significant challenge", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "for real-world deployment of vision-based RL remains: a policy trained in one environment might", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 471, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 482 + ], + "score": 1.0, + "content": "not generalize to other new environments not seen during training. Already hard for RL alone, the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 482, + 415, + 494 + ], + "spans": [ + { + "bbox": [ + 106, + 482, + 415, + 494 + ], + "score": 1.0, + "content": "challenge is exacerbated when a policy faces high-dimensional visual inputs.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 107, + 499, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "A well explored class of solutions is to learn robust policies that are simply invariant to changes in", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 508, + 506, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 506, + 522 + ], + "score": 1.0, + "content": "the environment (Rajeswaran et al., 2016; Tobin et al., 2017; Sadeghi & Levine, 2016; Pinto et al.,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "2017b; Lee et al., 2019). For example, domain randomization (Tobin et al., 2017; Peng et al., 2018;", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 529, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 545 + ], + "score": 1.0, + "content": "Pinto et al., 2017a; Yang et al., 2019) applies data augmentation in a simulated environment to train a", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "single robust policy, with the hope that the augmented environment covers enough factors of variation", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 554, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 505, + 565 + ], + "score": 1.0, + "content": "in the test environment. However, this hope may be difficult to realize when the test environment", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "score": 1.0, + "content": "is truly unknown. With too much randomization, training a policy that can simultaneously fit", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 574, + 506, + 588 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 506, + 588 + ], + "score": 1.0, + "content": "numerous augmented environments requires much larger model and sample complexity. With too", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 587, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 505, + 598 + ], + "score": 1.0, + "content": "little randomization, the actual changes in the test environment might not be covered, and domain", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 597, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 597, + 505, + 609 + ], + "score": 1.0, + "content": "randomization may do more harm than good since the randomized factors are now irrelevant. Both", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 608, + 504, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 504, + 620 + ], + "score": 1.0, + "content": "phenomena have been observed in our experiments. In all cases, this class of solutions requires", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "score": 1.0, + "content": "human experts to anticipate the changes before the test environment is seen. This cannot scale as", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 630, + 354, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 354, + 643 + ], + "score": 1.0, + "content": "more test environments are added with more diverse changes.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 647, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 647, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 647, + 505, + 659 + ], + "score": 1.0, + "content": "Instead of learning a robust policy invariant to all possible environmental changes, we argue that it is", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 659, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 506, + 670 + ], + "score": 1.0, + "content": "better for a policy to keep learning during deployment and adapt to its actual new environment. A", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "naive way to implement this in RL is to fine-tune the policy in the new environment using rewards", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 679, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 506, + 691 + ], + "score": 1.0, + "content": "as supervision (Rusu et al., 2016; Kalashnikov et al., 2018; Julian et al., 2020). However, while it", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 690, + 507, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 507, + 703 + ], + "score": 1.0, + "content": "is relatively easy to craft a dense reward function during training (Gu et al., 2017; Pinto & Gupta,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 701, + 493, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 493, + 714 + ], + "score": 1.0, + "content": "2016), during deployment it is often impractical and may require substantial engineering efforts.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 43.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 722, + 429, + 731 + ], + "lines": [ + { + "bbox": [ + 119, + 720, + 430, + 733 + ], + "spans": [ + { + "bbox": [ + 119, + 720, + 430, + 733 + ], + "score": 1.0, + "content": "1Webpage and implementation: https://nicklashansen.github.io/PAD/", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 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": [ + 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, + 78, + 406, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 408, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 408, + 97 + ], + "score": 1.0, + "content": "SELF-SUPERVISED POLICY ADAPTATION", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 99, + 275, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 275, + 117 + ], + "score": 1.0, + "content": "DURING DEPLOYMENT", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 113, + 134, + 386, + 181 + ], + "lines": [ + { + "bbox": [ + 111, + 134, + 387, + 148 + ], + "spans": [ + { + "bbox": [ + 111, + 134, + 387, + 148 + ], + "score": 1.0, + "content": "Nicklas Hansen12, Rishabh Jangir13, Yu Sun4, Guillem Alenya`3,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 145, + 383, + 160 + ], + "spans": [ + { + "bbox": [ + 111, + 145, + 383, + 160 + ], + "score": 1.0, + "content": "Pieter Abbeel4, Alexei A Efros4, Lerrel Pinto5, Xiaolong Wang1", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 111, + 155, + 324, + 172 + ], + "spans": [ + { + "bbox": [ + 111, + 155, + 324, + 172 + ], + "score": 1.0, + "content": "1UC San Diego 2Technical University of Denmark", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 113, + 167, + 281, + 183 + ], + "spans": [ + { + "bbox": [ + 113, + 169, + 132, + 180 + ], + "score": 0.3, + "content": "{ } ^ { 3 } \\mathrm { I R I }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 167, + 281, + 183 + ], + "score": 1.0, + "content": ", CSIC-UPC 4UC Berkeley 5NYU", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5, + "bbox_fs": [ + 111, + 134, + 387, + 183 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 210, + 333, + 222 + ], + "lines": [ + { + "bbox": [ + 276, + 208, + 336, + 224 + ], + "spans": [ + { + "bbox": [ + 276, + 208, + 336, + 224 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 143, + 231, + 469, + 384 + ], + "lines": [ + { + "bbox": [ + 141, + 231, + 470, + 243 + ], + "spans": [ + { + "bbox": [ + 141, + 231, + 470, + 243 + ], + "score": 1.0, + "content": "In most real world scenarios, a policy trained by reinforcement learning in one en-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 142, + 242, + 471, + 254 + ], + "spans": [ + { + "bbox": [ + 142, + 242, + 471, + 254 + ], + "score": 1.0, + "content": "vironment needs to be deployed in another, potentially quite different environment.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 253, + 470, + 264 + ], + "spans": [ + { + "bbox": [ + 141, + 253, + 470, + 264 + ], + "score": 1.0, + "content": "However, generalization across different environments is known to be hard. A", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 264, + 470, + 276 + ], + "spans": [ + { + "bbox": [ + 141, + 264, + 470, + 276 + ], + "score": 1.0, + "content": "natural solution would be to keep training after deployment in the new environment,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 275, + 470, + 287 + ], + "spans": [ + { + "bbox": [ + 141, + 275, + 470, + 287 + ], + "score": 1.0, + "content": "but this cannot be done if the new environment offers no reward signal. Our work", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 286, + 470, + 298 + ], + "spans": [ + { + "bbox": [ + 141, + 286, + 470, + 298 + ], + "score": 1.0, + "content": "explores the use of self-supervision to allow the policy to continue training after de-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 297, + 470, + 310 + ], + "spans": [ + { + "bbox": [ + 141, + 297, + 470, + 310 + ], + "score": 1.0, + "content": "ployment without using any rewards. While previous methods explicitly anticipate", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 308, + 469, + 320 + ], + "spans": [ + { + "bbox": [ + 141, + 308, + 469, + 320 + ], + "score": 1.0, + "content": "changes in the new environment, we assume no prior knowledge of those changes", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 319, + 470, + 331 + ], + "spans": [ + { + "bbox": [ + 141, + 319, + 470, + 331 + ], + "score": 1.0, + "content": "yet still obtain significant improvements. Empirical evaluations are performed on", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 329, + 470, + 342 + ], + "spans": [ + { + "bbox": [ + 141, + 329, + 470, + 342 + ], + "score": 1.0, + "content": "diverse simulation environments from DeepMind Control suite and ViZDoom, as", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 340, + 471, + 353 + ], + "spans": [ + { + "bbox": [ + 141, + 340, + 471, + 353 + ], + "score": 1.0, + "content": "well as real robotic manipulation tasks in continuously changing environments,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 352, + 471, + 364 + ], + "spans": [ + { + "bbox": [ + 141, + 352, + 471, + 364 + ], + "score": 1.0, + "content": "taking observations from an uncalibrated camera. Our method improves general-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 362, + 469, + 375 + ], + "spans": [ + { + "bbox": [ + 141, + 362, + 469, + 375 + ], + "score": 1.0, + "content": "ization in 31 out of 36 environments across various tasks and outperforms domain", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 374, + 328, + 386 + ], + "spans": [ + { + "bbox": [ + 141, + 374, + 328, + 386 + ], + "score": 1.0, + "content": "randomization on a majority of environments.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 13.5, + "bbox_fs": [ + 141, + 231, + 471, + 386 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 406, + 206, + 418 + ], + "lines": [ + { + "bbox": [ + 105, + 404, + 208, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 208, + 421 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 426, + 505, + 493 + ], + "lines": [ + { + "bbox": [ + 106, + 427, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 427, + 506, + 438 + ], + "score": 1.0, + "content": "Deep reinforcement learning (RL) has achieved considerable success when combined with convolu-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "score": 1.0, + "content": "tional neural networks for deriving actions from image pixels (Mnih et al., 2013; Levine et al., 2016;", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 447, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 505, + 461 + ], + "score": 1.0, + "content": "Nair et al., 2018; Yan et al., 2020; Andrychowicz et al., 2020). However, one significant challenge", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "for real-world deployment of vision-based RL remains: a policy trained in one environment might", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 471, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 482 + ], + "score": 1.0, + "content": "not generalize to other new environments not seen during training. Already hard for RL alone, the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 482, + 415, + 494 + ], + "spans": [ + { + "bbox": [ + 106, + 482, + 415, + 494 + ], + "score": 1.0, + "content": "challenge is exacerbated when a policy faces high-dimensional visual inputs.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 427, + 506, + 494 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 499, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 498, + 505, + 511 + ], + "score": 1.0, + "content": "A well explored class of solutions is to learn robust policies that are simply invariant to changes in", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 508, + 506, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 506, + 522 + ], + "score": 1.0, + "content": "the environment (Rajeswaran et al., 2016; Tobin et al., 2017; Sadeghi & Levine, 2016; Pinto et al.,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "2017b; Lee et al., 2019). For example, domain randomization (Tobin et al., 2017; Peng et al., 2018;", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 529, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 545 + ], + "score": 1.0, + "content": "Pinto et al., 2017a; Yang et al., 2019) applies data augmentation in a simulated environment to train a", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "single robust policy, with the hope that the augmented environment covers enough factors of variation", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 554, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 554, + 505, + 565 + ], + "score": 1.0, + "content": "in the test environment. However, this hope may be difficult to realize when the test environment", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 576 + ], + "score": 1.0, + "content": "is truly unknown. With too much randomization, training a policy that can simultaneously fit", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 574, + 506, + 588 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 506, + 588 + ], + "score": 1.0, + "content": "numerous augmented environments requires much larger model and sample complexity. With too", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 587, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 505, + 598 + ], + "score": 1.0, + "content": "little randomization, the actual changes in the test environment might not be covered, and domain", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 597, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 597, + 505, + 609 + ], + "score": 1.0, + "content": "randomization may do more harm than good since the randomized factors are now irrelevant. Both", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 608, + 504, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 504, + 620 + ], + "score": 1.0, + "content": "phenomena have been observed in our experiments. In all cases, this class of solutions requires", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 505, + 631 + ], + "score": 1.0, + "content": "human experts to anticipate the changes before the test environment is seen. This cannot scale as", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 630, + 354, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 354, + 643 + ], + "score": 1.0, + "content": "more test environments are added with more diverse changes.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 34, + "bbox_fs": [ + 104, + 498, + 506, + 643 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 647, + 505, + 713 + ], + "lines": [ + { + "bbox": [ + 106, + 647, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 647, + 505, + 659 + ], + "score": 1.0, + "content": "Instead of learning a robust policy invariant to all possible environmental changes, we argue that it is", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 659, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 106, + 659, + 506, + 670 + ], + "score": 1.0, + "content": "better for a policy to keep learning during deployment and adapt to its actual new environment. A", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "naive way to implement this in RL is to fine-tune the policy in the new environment using rewards", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 679, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 506, + 691 + ], + "score": 1.0, + "content": "as supervision (Rusu et al., 2016; Kalashnikov et al., 2018; Julian et al., 2020). However, while it", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 690, + 507, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 507, + 703 + ], + "score": 1.0, + "content": "is relatively easy to craft a dense reward function during training (Gu et al., 2017; Pinto & Gupta,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 701, + 493, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 493, + 714 + ], + "score": 1.0, + "content": "2016), during deployment it is often impractical and may require substantial engineering efforts.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 647, + 507, + 714 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 192 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "In this paper, we tackle an alternative problem setting in vision-based RL: adapting a pre-trained", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "policy to an unknown environment without any reward. We do this by introducing self-supervision", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "score": 1.0, + "content": "to obtain “free” training signal during deployment. Standard self-supervised learning employs", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "auxiliary tasks designed to automatically create training labels using only the input data (see Section", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "2 for details). Inspired by this, our policy is jointly trained with two objectives: a standard RL", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "objective and, additionally, a self-supervised objective applied on an intermediate representation of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "the policy network. During training, both objectives are active, maximizing expected reward and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 506, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 506, + 172 + ], + "score": 1.0, + "content": "simultaneously constraining the intermediate representation through self-supervision. During testing /", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 168, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 506, + 185 + ], + "score": 1.0, + "content": "deployment, only the self-supervised objective (on the raw observational data) remains active, forcing", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 182, + 365, + 193 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 365, + 193 + ], + "score": 1.0, + "content": "the intermediate representation to adapt to the new environment.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 198, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "score": 1.0, + "content": "We perform experiments both in simulation and with a real robot. In simulation, we evaluate", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "score": 1.0, + "content": "on two sets of environments: DeepMind Control suite (Tassa et al., 2018) and the CRLMaze", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "ViZDoom (Lomonaco et al., 2019; Wydmuch et al., 2018) navigation task. We evaluate generalization", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 231, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 505, + 243 + ], + "score": 1.0, + "content": "by testing in new environments with visual changes unknown during training. Our method improves", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "generalization in 19 out of 22 test environments across various tasks in DeepMind Control suite, and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 253, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 505, + 264 + ], + "score": 1.0, + "content": "in all considered test environments on CRLMaze. Besides simulations, we also perform Sim2Real", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "transfer on both reaching and pushing tasks with a Kinova Gen3 robot. After training in simulation, we", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 273, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 506, + 289 + ], + "score": 1.0, + "content": "successfully transfer and adapt policies to 6 different environments, including continuously changing", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 298 + ], + "score": 1.0, + "content": "disco lights, on a real robot operating solely from an uncalibrated camera. In both simulation and real", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 450, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 450, + 309 + ], + "score": 1.0, + "content": "experiments, our approach outperforms domain randomization in most environments.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14.5 + }, + { + "type": "title", + "bbox": [ + 108, + 317, + 211, + 330 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 213, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 213, + 332 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 336, + 506, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 506, + 348 + ], + "score": 1.0, + "content": "Self-supervised learning is a powerful way to learn visual representations from unlabeled data (Vin-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 347, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 506, + 358 + ], + "score": 1.0, + "content": "cent et al., 2008; Doersch et al., 2015; Wang & Gupta, 2015; Zhang et al., 2016; Pathak et al., 2016;", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "Noroozi & Favaro, 2016; Zhang et al., 2017; Gidaris et al., 2018). Researchers have proposed to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 367, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 506, + 382 + ], + "score": 1.0, + "content": "use auxiliary data prediction tasks, such as undoing rotation (Gidaris et al., 2018), solving a jigsaw", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "puzzle (Noroozi & Favaro, 2016), tracking (Wang et al., 2019), etc. to provide supervision in lieu of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 390, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 506, + 402 + ], + "score": 1.0, + "content": "labels. In RL, the idea of learning visual representations and action at the same time has been investi-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 401, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 414 + ], + "score": 1.0, + "content": "gated (Lange & Riedmiller, 2010; Jaderberg et al., 2016; Pathak et al., 2017; Ha & Schmidhuber,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "score": 1.0, + "content": "2018; Yarats et al., 2019; Srinivas et al., 2020; Laskin et al., 2020; Yan et al., 2020). For example,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 424, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 506, + 435 + ], + "score": 1.0, + "content": "Srinivas et al. (2020) use self-supervised contrastive learning techniques (Chen et al., 2020; Henaff ´", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 433, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 505, + 448 + ], + "score": 1.0, + "content": "et al., 2019; Wu et al., 2018; He et al., 2020) to improve sample efficiency in RL by jointly training", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 446, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 457 + ], + "score": 1.0, + "content": "the self-supervised objective and RL objective. However, this has not been shown to generalize to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 457, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 506, + 468 + ], + "score": 1.0, + "content": "unseen environments. Other works have applied self-supervision for better generalization across envi-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 467, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 479 + ], + "score": 1.0, + "content": "ronments (Pathak et al., 2017; Ebert et al., 2018; Sekar et al., 2020). For example, Pathak et al. (2017)", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "use a self-supervised prediction task to provide dense rewards for exploration in novel environments.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "score": 1.0, + "content": "While results on environment exploration from scratch are encouraging, how to transfer a trained", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 501, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 505, + 512 + ], + "score": 1.0, + "content": "policy (with extrinsic reward) to a novel environment remains unclear. Hence, these methods are not", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 510, + 335, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 335, + 524 + ], + "score": 1.0, + "content": "directly applicable to the proposed problem in our paper.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 106, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "Generalization across different distributions is a central challenge in machine learning. In domain", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "score": 1.0, + "content": "adaptation, target domain data is assumed to be accessible (Geirhos et al., 2018; Tzeng et al., 2017;", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 549, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 506, + 562 + ], + "score": 1.0, + "content": "Ganin et al., 2016; Gong et al., 2012; Long et al., 2016; Sun et al., 2019; Julian et al., 2020). For", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 561, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 573 + ], + "score": 1.0, + "content": "example, Tzeng et al. (2017) use adversarial learning to align the feature representations in both the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "source and target domain during training. Similarly, the setting of domain generalization (Ghifary", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 583, + 504, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 504, + 595 + ], + "score": 1.0, + "content": "et al., 2015; Li et al., 2018; Matsuura & Harada, 2019) assumes that all domains are sampled from", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "the same meta distribution, but the same challenge remains and now becomes generalization across", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "meta-distributions. Our work focuses instead on the setting of generalizing to truly unseen changes in", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 615, + 353, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 353, + 628 + ], + "score": 1.0, + "content": "the environment which cannot be anticipated at training time.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 633, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "There have been several recent benchmarks in our setting for image recognition (Hendrycks &", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "Dietterich, 2018; Recht et al., 2018; 2019; Shankar et al., 2019). For example, in Hendrycks", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "& Dietterich (2018), a classifier trained on regular images is tested on corrupted images, with", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "corruption types unknown during training; the method of Hendrycks et al. (2019) is proposed to", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "improve robustness on this benchmark. Following similar spirit, in the context of RL, domain", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "randomization (Tobin et al., 2017; Pinto et al., 2017a; Peng et al., 2018; Ramos et al., 2019; Yang", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "et al., 2019; James et al., 2019) helps a policy trained in simulation to generalize to real robots. For", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "example, Tobin et al. (2017); Sadeghi & Levine (2016) propose to render the simulation environment", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "score": 1.0, + "content": "with random textures and train the policy on top. The learned policy is shown to generalize to real", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 51 + } + ], + "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, + 192 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "In this paper, we tackle an alternative problem setting in vision-based RL: adapting a pre-trained", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "policy to an unknown environment without any reward. We do this by introducing self-supervision", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "score": 1.0, + "content": "to obtain “free” training signal during deployment. Standard self-supervised learning employs", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "auxiliary tasks designed to automatically create training labels using only the input data (see Section", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "2 for details). Inspired by this, our policy is jointly trained with two objectives: a standard RL", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 506, + 150 + ], + "score": 1.0, + "content": "objective and, additionally, a self-supervised objective applied on an intermediate representation of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "the policy network. During training, both objectives are active, maximizing expected reward and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 506, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 506, + 172 + ], + "score": 1.0, + "content": "simultaneously constraining the intermediate representation through self-supervision. During testing /", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 168, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 506, + 185 + ], + "score": 1.0, + "content": "deployment, only the self-supervised objective (on the raw observational data) remains active, forcing", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 182, + 365, + 193 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 365, + 193 + ], + "score": 1.0, + "content": "the intermediate representation to adapt to the new environment.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 82, + 506, + 193 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 198, + 505, + 308 + ], + "lines": [ + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 505, + 210 + ], + "score": 1.0, + "content": "We perform experiments both in simulation and with a real robot. In simulation, we evaluate", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "score": 1.0, + "content": "on two sets of environments: DeepMind Control suite (Tassa et al., 2018) and the CRLMaze", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "ViZDoom (Lomonaco et al., 2019; Wydmuch et al., 2018) navigation task. We evaluate generalization", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 231, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 505, + 243 + ], + "score": 1.0, + "content": "by testing in new environments with visual changes unknown during training. Our method improves", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 506, + 255 + ], + "score": 1.0, + "content": "generalization in 19 out of 22 test environments across various tasks in DeepMind Control suite, and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 253, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 505, + 264 + ], + "score": 1.0, + "content": "in all considered test environments on CRLMaze. Besides simulations, we also perform Sim2Real", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 505, + 277 + ], + "score": 1.0, + "content": "transfer on both reaching and pushing tasks with a Kinova Gen3 robot. After training in simulation, we", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 273, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 506, + 289 + ], + "score": 1.0, + "content": "successfully transfer and adapt policies to 6 different environments, including continuously changing", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 285, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 285, + 505, + 298 + ], + "score": 1.0, + "content": "disco lights, on a real robot operating solely from an uncalibrated camera. In both simulation and real", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 297, + 450, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 450, + 309 + ], + "score": 1.0, + "content": "experiments, our approach outperforms domain randomization in most environments.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 197, + 506, + 309 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 317, + 211, + 330 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 213, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 213, + 332 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 336, + 506, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 336, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 506, + 348 + ], + "score": 1.0, + "content": "Self-supervised learning is a powerful way to learn visual representations from unlabeled data (Vin-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 347, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 506, + 358 + ], + "score": 1.0, + "content": "cent et al., 2008; Doersch et al., 2015; Wang & Gupta, 2015; Zhang et al., 2016; Pathak et al., 2016;", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "Noroozi & Favaro, 2016; Zhang et al., 2017; Gidaris et al., 2018). Researchers have proposed to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 367, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 506, + 382 + ], + "score": 1.0, + "content": "use auxiliary data prediction tasks, such as undoing rotation (Gidaris et al., 2018), solving a jigsaw", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "puzzle (Noroozi & Favaro, 2016), tracking (Wang et al., 2019), etc. to provide supervision in lieu of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 390, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 506, + 402 + ], + "score": 1.0, + "content": "labels. In RL, the idea of learning visual representations and action at the same time has been investi-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 401, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 414 + ], + "score": 1.0, + "content": "gated (Lange & Riedmiller, 2010; Jaderberg et al., 2016; Pathak et al., 2017; Ha & Schmidhuber,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 506, + 425 + ], + "score": 1.0, + "content": "2018; Yarats et al., 2019; Srinivas et al., 2020; Laskin et al., 2020; Yan et al., 2020). For example,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 424, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 506, + 435 + ], + "score": 1.0, + "content": "Srinivas et al. (2020) use self-supervised contrastive learning techniques (Chen et al., 2020; Henaff ´", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 433, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 505, + 448 + ], + "score": 1.0, + "content": "et al., 2019; Wu et al., 2018; He et al., 2020) to improve sample efficiency in RL by jointly training", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 446, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 505, + 457 + ], + "score": 1.0, + "content": "the self-supervised objective and RL objective. However, this has not been shown to generalize to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 457, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 506, + 468 + ], + "score": 1.0, + "content": "unseen environments. Other works have applied self-supervision for better generalization across envi-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 467, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 479 + ], + "score": 1.0, + "content": "ronments (Pathak et al., 2017; Ebert et al., 2018; Sekar et al., 2020). For example, Pathak et al. (2017)", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "use a self-supervised prediction task to provide dense rewards for exploration in novel environments.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "score": 1.0, + "content": "While results on environment exploration from scratch are encouraging, how to transfer a trained", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 501, + 505, + 512 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 505, + 512 + ], + "score": 1.0, + "content": "policy (with extrinsic reward) to a novel environment remains unclear. Hence, these methods are not", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 510, + 335, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 335, + 524 + ], + "score": 1.0, + "content": "directly applicable to the proposed problem in our paper.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 336, + 506, + 524 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 528, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 106, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "Generalization across different distributions is a central challenge in machine learning. In domain", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "score": 1.0, + "content": "adaptation, target domain data is assumed to be accessible (Geirhos et al., 2018; Tzeng et al., 2017;", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 549, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 506, + 562 + ], + "score": 1.0, + "content": "Ganin et al., 2016; Gong et al., 2012; Long et al., 2016; Sun et al., 2019; Julian et al., 2020). For", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 561, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 573 + ], + "score": 1.0, + "content": "example, Tzeng et al. (2017) use adversarial learning to align the feature representations in both the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 505, + 585 + ], + "score": 1.0, + "content": "source and target domain during training. Similarly, the setting of domain generalization (Ghifary", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 583, + 504, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 504, + 595 + ], + "score": 1.0, + "content": "et al., 2015; Li et al., 2018; Matsuura & Harada, 2019) assumes that all domains are sampled from", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "the same meta distribution, but the same challenge remains and now becomes generalization across", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "meta-distributions. Our work focuses instead on the setting of generalizing to truly unseen changes in", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 615, + 353, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 353, + 628 + ], + "score": 1.0, + "content": "the environment which cannot be anticipated at training time.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 528, + 506, + 628 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 633, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "There have been several recent benchmarks in our setting for image recognition (Hendrycks &", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "Dietterich, 2018; Recht et al., 2018; 2019; Shankar et al., 2019). For example, in Hendrycks", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "& Dietterich (2018), a classifier trained on regular images is tested on corrupted images, with", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "corruption types unknown during training; the method of Hendrycks et al. (2019) is proposed to", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "improve robustness on this benchmark. Following similar spirit, in the context of RL, domain", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "randomization (Tobin et al., 2017; Pinto et al., 2017a; Peng et al., 2018; Ramos et al., 2019; Yang", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "et al., 2019; James et al., 2019) helps a policy trained in simulation to generalize to real robots. For", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "example, Tobin et al. (2017); Sadeghi & Levine (2016) propose to render the simulation environment", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "score": 1.0, + "content": "with random textures and train the policy on top. The learned policy is shown to generalize to real", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 243, + 505, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 256 + ], + "score": 1.0, + "content": "robot manipulation tasks. Instead of deploying a fixed policy, we train and adapt the policy to the", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 254, + 454, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 454, + 267 + ], + "score": 1.0, + "content": "new environment with observational data that is naturally revealed during deployment.", + "type": "text", + "cross_page": true + } + ], + "index": 8 + } + ], + "index": 51, + "bbox_fs": [ + 105, + 632, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 70, + 498, + 183 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 70, + 498, + 183 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 70, + 498, + 183 + ], + "spans": [ + { + "bbox": [ + 110, + 70, + 498, + 183 + ], + "score": 0.967, + "type": "image", + "image_path": "57b2c63b42fbd5db91f946cce8e82fe594fcd240b2336a571da5151324e65062.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 70, + 498, + 107.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 107.66666666666666, + 498, + 145.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 145.33333333333331, + 498, + 182.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 189, + 505, + 234 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 189, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 506, + 201 + ], + "score": 1.0, + "content": "Figure 1. Left: Training before deployment. Observations are sampled from a replay buffer for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 200, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 506, + 213 + ], + "score": 1.0, + "content": "off-policy methods and are collected during roll-outs for on-policy methods. We optimize the RL and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 212, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 505, + 223 + ], + "score": 1.0, + "content": "self-supervised objectives jointly. Right: Policy adaptation during deployment. Observations are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 222, + 487, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 487, + 235 + ], + "score": 1.0, + "content": "collected from the test environment online, and we optimize only the self-supervised objective.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 106, + 244, + 504, + 266 + ], + "lines": [ + { + "bbox": [ + 106, + 243, + 505, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 256 + ], + "score": 1.0, + "content": "robot manipulation tasks. Instead of deploying a fixed policy, we train and adapt the policy to the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 254, + 454, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 454, + 267 + ], + "score": 1.0, + "content": "new environment with observational data that is naturally revealed during deployment.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 271, + 505, + 393 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 506, + 283 + ], + "score": 1.0, + "content": "Test-time adaptation for deep learning is starting to be used in computer vision (Shocher et al.,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 282, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 505, + 294 + ], + "score": 1.0, + "content": "2017; 2018; Bau et al., 2019; Mullapudi et al., 2019; Sun et al., 2020; Wortsman et al., 2018). For", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 293, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 106, + 293, + 505, + 306 + ], + "score": 1.0, + "content": "example, Shocher et al. (2018) shows that image super-resolution can be learned at test time (from", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 304, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 505, + 317 + ], + "score": 1.0, + "content": "scratch) simply by trying to upsample a downsampled version of the input image. Bau et al. (2019)", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 314, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 506, + 329 + ], + "score": 1.0, + "content": "show that adapting the prior of a generative adversarial network to the statistics of the test image", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 327, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 505, + 338 + ], + "score": 1.0, + "content": "improves photo manipulation tasks. Our work is closely related to the test-time training method of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "score": 1.0, + "content": "Sun et al. (2020), which performs joint optimization of image recognition and self-supervised learning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 349, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 505, + 360 + ], + "score": 1.0, + "content": "with rotation prediction (Gidaris et al., 2018), then uses the self-supervised objective to adapt the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 358, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 104, + 358, + 506, + 372 + ], + "score": 1.0, + "content": "representation of individual images during testing. Instead of image recognition, we perform test-time", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 371, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 506, + 382 + ], + "score": 1.0, + "content": "adaptation for RL with visual inputs in an online fashion. As the agent interacts with an environment,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 382, + 475, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 382, + 475, + 393 + ], + "score": 1.0, + "content": "we keep obtaining new observational data in a stream for training the visual representations.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 107, + 404, + 173, + 417 + ], + "lines": [ + { + "bbox": [ + 104, + 402, + 175, + 420 + ], + "spans": [ + { + "bbox": [ + 104, + 402, + 175, + 420 + ], + "score": 1.0, + "content": "3 METHOD", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 505, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "score": 1.0, + "content": "In this section, we describe our proposed Policy Adaptation during Deployment (PAD) approach.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "It can be implemented on top of any policy network and standard RL algorithm (both on-policy", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 393, + 456 + ], + "score": 1.0, + "content": "and off-policy) that can be described by minimizing some RL objective", + "type": "text" + }, + { + "bbox": [ + 394, + 444, + 414, + 456 + ], + "score": 0.92, + "content": "J ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 444, + 505, + 456 + ], + "score": 1.0, + "content": "w.r.t. the collection of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 455, + 295, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 153, + 467 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 153, + 455, + 159, + 465 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 456, + 295, + 467 + ], + "score": 1.0, + "content": "using stochastic gradient descent.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5 + }, + { + "type": "title", + "bbox": [ + 108, + 479, + 247, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 479, + 248, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 248, + 491 + ], + "score": 1.0, + "content": "3.1 NETWORK ARCHITECTURE", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 496, + 505, + 606 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "score": 1.0, + "content": "We design the network architecture to allow the policy and the self-supervised prediction to share", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 506, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 272, + 520 + ], + "score": 1.0, + "content": "features. For the collection of parameters", + "type": "text" + }, + { + "bbox": [ + 273, + 507, + 279, + 517 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 506, + 384, + 520 + ], + "score": 1.0, + "content": "of a given policy network", + "type": "text" + }, + { + "bbox": [ + 384, + 509, + 391, + 517 + ], + "score": 0.75, + "content": "\\pi", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 506, + 505, + 520 + ], + "score": 1.0, + "content": ", we split it sequentially into", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 516, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 107, + 518, + 156, + 530 + ], + "score": 0.92, + "content": "\\theta = \\left( \\theta _ { e } , \\theta _ { a } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 516, + 186, + 532 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 186, + 518, + 197, + 529 + ], + "score": 0.88, + "content": "\\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 516, + 400, + 532 + ], + "score": 1.0, + "content": "collects the parameters of the feature extractor, and", + "type": "text" + }, + { + "bbox": [ + 400, + 518, + 411, + 529 + ], + "score": 0.88, + "content": "\\theta _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 516, + 506, + 532 + ], + "score": 1.0, + "content": "is the head that outputs", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 528, + 504, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 302, + 542 + ], + "score": 1.0, + "content": "a distribution over actions. We define networks", + "type": "text" + }, + { + "bbox": [ + 302, + 531, + 313, + 540 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 528, + 382, + 542 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 383, + 529, + 393, + 540 + ], + "score": 0.88, + "content": "\\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 528, + 411, + 542 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 412, + 530, + 424, + 540 + ], + "score": 0.87, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 528, + 493, + 542 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 493, + 529, + 504, + 540 + ], + "score": 0.87, + "content": "\\theta _ { a }", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 144, + 552 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 145, + 540, + 226, + 552 + ], + "score": 0.93, + "content": "\\pi ( \\mathbf { s } ; \\theta ) = \\pi _ { a } ( \\pi _ { e } ( \\mathbf { s } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 540, + 506, + 552 + ], + "score": 1.0, + "content": ", where s represents an image observation. Intuitively, one can think of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 551, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 107, + 553, + 118, + 562 + ], + "score": 0.83, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 551, + 222, + 563 + ], + "score": 1.0, + "content": "as a feature extractor, and", + "type": "text" + }, + { + "bbox": [ + 222, + 553, + 234, + 562 + ], + "score": 0.87, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 551, + 506, + 563 + ], + "score": 1.0, + "content": "as a controller based on these features. The goal of our method is to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 562, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 135, + 575 + ], + "score": 1.0, + "content": "update", + "type": "text" + }, + { + "bbox": [ + 135, + 564, + 146, + 573 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 562, + 403, + 575 + ], + "score": 1.0, + "content": "at test-time using gradients from a self-supervised task, such that", + "type": "text" + }, + { + "bbox": [ + 403, + 563, + 415, + 573 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 562, + 489, + 575 + ], + "score": 1.0, + "content": "(and consequently", + "type": "text" + }, + { + "bbox": [ + 490, + 563, + 501, + 573 + ], + "score": 0.79, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 562, + 506, + 575 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 573, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 186, + 585 + ], + "score": 1.0, + "content": "can generalize. Let", + "type": "text" + }, + { + "bbox": [ + 186, + 574, + 198, + 584 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 573, + 266, + 585 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 266, + 573, + 276, + 584 + ], + "score": 0.89, + "content": "\\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 573, + 506, + 585 + ], + "score": 1.0, + "content": "be the self-supervised prediction head and its collection", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 584, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 233, + 596 + ], + "score": 1.0, + "content": "of parameters, and the input to", + "type": "text" + }, + { + "bbox": [ + 233, + 585, + 244, + 595 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 584, + 312, + 596 + ], + "score": 1.0, + "content": "be the output of", + "type": "text" + }, + { + "bbox": [ + 312, + 585, + 324, + 595 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 584, + 506, + 596 + ], + "score": 1.0, + "content": "(as illustrated in Figure 1). In this work, the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 595, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 506, + 608 + ], + "score": 1.0, + "content": "self-supervised task is inverse dynamics prediction for control, and rotation prediction for navigation.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 30.5 + }, + { + "type": "title", + "bbox": [ + 108, + 619, + 398, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 618, + 400, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 400, + 632 + ], + "score": 1.0, + "content": "3.2 INVERSE DYNAMICS PREDICTION AND ROTATION PREDICTION", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 636, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 400, + 649 + ], + "score": 1.0, + "content": "At each time step, we always observe a transition sequence in the form of", + "type": "text" + }, + { + "bbox": [ + 401, + 636, + 452, + 648 + ], + "score": 0.91, + "content": "\\left( \\mathbf { s } _ { t } , \\mathbf { a } _ { t } , \\mathbf { s } _ { t + 1 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 635, + 506, + 649 + ], + "score": 1.0, + "content": ", during both", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 505, + 660 + ], + "score": 1.0, + "content": "training and testing. Naturally, self-supervision can be derived from taking parts of the sequence", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "score": 1.0, + "content": "and predicting the rest. An inverse dynamics model takes the states before and after transition, and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 399, + 682 + ], + "score": 1.0, + "content": "predicts the action in between. In this work, the inverse dynamics model", + "type": "text" + }, + { + "bbox": [ + 399, + 670, + 410, + 680 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "operates on the feature", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 679, + 469, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 182, + 694 + ], + "score": 1.0, + "content": "space extracted by", + "type": "text" + }, + { + "bbox": [ + 182, + 681, + 193, + 691 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 679, + 469, + 694 + ], + "score": 1.0, + "content": ". We can write the inverse dynamics prediction objective formally as", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39 + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 693, + 392, + 708 + ], + "lines": [ + { + "bbox": [ + 219, + 693, + 392, + 708 + ], + "spans": [ + { + "bbox": [ + 219, + 693, + 392, + 708 + ], + "score": 0.93, + "content": "L ( \\theta _ { s } , \\theta _ { e } ) = \\ell \\big ( \\mathbf { a } _ { t } , \\pi _ { s } ( \\pi _ { e } ( \\mathbf { s } _ { t } ) , \\pi _ { e } ( \\mathbf { s } _ { t + 1 } ) ) \\big ) .", + "type": "interline_equation", + "image_path": "7468b6ceb4f801113991097451372b16a2bf35641902476ec43690677aa145b5.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 219, + 693, + 392, + 708 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 508, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 203, + 722 + ], + "score": 1.0, + "content": "For continuous actions,", + "type": "text" + }, + { + "bbox": [ + 203, + 710, + 209, + 720 + ], + "score": 0.79, + "content": "\\ell", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "is the mean squared error between the ground truth and the model output.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 507, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 448, + 733 + ], + "score": 1.0, + "content": "For discrete actions, the output is a soft-max distribution over the action space, and", + "type": "text" + }, + { + "bbox": [ + 448, + 721, + 454, + 730 + ], + "score": 0.78, + "content": "\\ell", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 720, + 507, + 733 + ], + "score": 1.0, + "content": "is the cross-", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5 + } + ], + "page_idx": 2, + "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, + 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": [ + 110, + 70, + 498, + 183 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 70, + 498, + 183 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 70, + 498, + 183 + ], + "spans": [ + { + "bbox": [ + 110, + 70, + 498, + 183 + ], + "score": 0.967, + "type": "image", + "image_path": "57b2c63b42fbd5db91f946cce8e82fe594fcd240b2336a571da5151324e65062.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 110, + 70, + 498, + 107.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 107.66666666666666, + 498, + 145.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 110, + 145.33333333333331, + 498, + 182.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 189, + 505, + 234 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 189, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 506, + 201 + ], + "score": 1.0, + "content": "Figure 1. Left: Training before deployment. Observations are sampled from a replay buffer for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 200, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 506, + 213 + ], + "score": 1.0, + "content": "off-policy methods and are collected during roll-outs for on-policy methods. We optimize the RL and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 212, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 505, + 223 + ], + "score": 1.0, + "content": "self-supervised objectives jointly. Right: Policy adaptation during deployment. Observations are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 222, + 487, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 487, + 235 + ], + "score": 1.0, + "content": "collected from the test environment online, and we optimize only the self-supervised objective.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 106, + 244, + 504, + 266 + ], + "lines": [], + "index": 7.5, + "bbox_fs": [ + 106, + 243, + 505, + 267 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 271, + 505, + 393 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 506, + 283 + ], + "score": 1.0, + "content": "Test-time adaptation for deep learning is starting to be used in computer vision (Shocher et al.,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 282, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 505, + 294 + ], + "score": 1.0, + "content": "2017; 2018; Bau et al., 2019; Mullapudi et al., 2019; Sun et al., 2020; Wortsman et al., 2018). For", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 293, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 106, + 293, + 505, + 306 + ], + "score": 1.0, + "content": "example, Shocher et al. (2018) shows that image super-resolution can be learned at test time (from", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 304, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 505, + 317 + ], + "score": 1.0, + "content": "scratch) simply by trying to upsample a downsampled version of the input image. Bau et al. (2019)", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 314, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 506, + 329 + ], + "score": 1.0, + "content": "show that adapting the prior of a generative adversarial network to the statistics of the test image", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 327, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 505, + 338 + ], + "score": 1.0, + "content": "improves photo manipulation tasks. Our work is closely related to the test-time training method of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "score": 1.0, + "content": "Sun et al. (2020), which performs joint optimization of image recognition and self-supervised learning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 349, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 349, + 505, + 360 + ], + "score": 1.0, + "content": "with rotation prediction (Gidaris et al., 2018), then uses the self-supervised objective to adapt the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 358, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 104, + 358, + 506, + 372 + ], + "score": 1.0, + "content": "representation of individual images during testing. Instead of image recognition, we perform test-time", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 371, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 506, + 382 + ], + "score": 1.0, + "content": "adaptation for RL with visual inputs in an online fashion. As the agent interacts with an environment,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 382, + 475, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 382, + 475, + 393 + ], + "score": 1.0, + "content": "we keep obtaining new observational data in a stream for training the visual representations.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 270, + 506, + 393 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 404, + 173, + 417 + ], + "lines": [ + { + "bbox": [ + 104, + 402, + 175, + 420 + ], + "spans": [ + { + "bbox": [ + 104, + 402, + 175, + 420 + ], + "score": 1.0, + "content": "3 METHOD", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 505, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "score": 1.0, + "content": "In this section, we describe our proposed Policy Adaptation during Deployment (PAD) approach.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "It can be implemented on top of any policy network and standard RL algorithm (both on-policy", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 393, + 456 + ], + "score": 1.0, + "content": "and off-policy) that can be described by minimizing some RL objective", + "type": "text" + }, + { + "bbox": [ + 394, + 444, + 414, + 456 + ], + "score": 0.92, + "content": "J ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 444, + 505, + 456 + ], + "score": 1.0, + "content": "w.r.t. the collection of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 455, + 295, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 153, + 467 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + }, + { + "bbox": [ + 153, + 455, + 159, + 465 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 456, + 295, + 467 + ], + "score": 1.0, + "content": "using stochastic gradient descent.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 422, + 506, + 467 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 479, + 247, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 479, + 248, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 248, + 491 + ], + "score": 1.0, + "content": "3.1 NETWORK ARCHITECTURE", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 496, + 505, + 606 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 508 + ], + "score": 1.0, + "content": "We design the network architecture to allow the policy and the self-supervised prediction to share", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 506, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 272, + 520 + ], + "score": 1.0, + "content": "features. For the collection of parameters", + "type": "text" + }, + { + "bbox": [ + 273, + 507, + 279, + 517 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 506, + 384, + 520 + ], + "score": 1.0, + "content": "of a given policy network", + "type": "text" + }, + { + "bbox": [ + 384, + 509, + 391, + 517 + ], + "score": 0.75, + "content": "\\pi", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 506, + 505, + 520 + ], + "score": 1.0, + "content": ", we split it sequentially into", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 516, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 107, + 518, + 156, + 530 + ], + "score": 0.92, + "content": "\\theta = \\left( \\theta _ { e } , \\theta _ { a } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 516, + 186, + 532 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 186, + 518, + 197, + 529 + ], + "score": 0.88, + "content": "\\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 516, + 400, + 532 + ], + "score": 1.0, + "content": "collects the parameters of the feature extractor, and", + "type": "text" + }, + { + "bbox": [ + 400, + 518, + 411, + 529 + ], + "score": 0.88, + "content": "\\theta _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 516, + 506, + 532 + ], + "score": 1.0, + "content": "is the head that outputs", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 528, + 504, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 302, + 542 + ], + "score": 1.0, + "content": "a distribution over actions. We define networks", + "type": "text" + }, + { + "bbox": [ + 302, + 531, + 313, + 540 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 528, + 382, + 542 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 383, + 529, + 393, + 540 + ], + "score": 0.88, + "content": "\\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 528, + 411, + 542 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 412, + 530, + 424, + 540 + ], + "score": 0.87, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 528, + 493, + 542 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 493, + 529, + 504, + 540 + ], + "score": 0.87, + "content": "\\theta _ { a }", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 144, + 552 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 145, + 540, + 226, + 552 + ], + "score": 0.93, + "content": "\\pi ( \\mathbf { s } ; \\theta ) = \\pi _ { a } ( \\pi _ { e } ( \\mathbf { s } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 540, + 506, + 552 + ], + "score": 1.0, + "content": ", where s represents an image observation. Intuitively, one can think of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 551, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 107, + 553, + 118, + 562 + ], + "score": 0.83, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 551, + 222, + 563 + ], + "score": 1.0, + "content": "as a feature extractor, and", + "type": "text" + }, + { + "bbox": [ + 222, + 553, + 234, + 562 + ], + "score": 0.87, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 551, + 506, + 563 + ], + "score": 1.0, + "content": "as a controller based on these features. The goal of our method is to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 562, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 106, + 562, + 135, + 575 + ], + "score": 1.0, + "content": "update", + "type": "text" + }, + { + "bbox": [ + 135, + 564, + 146, + 573 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 562, + 403, + 575 + ], + "score": 1.0, + "content": "at test-time using gradients from a self-supervised task, such that", + "type": "text" + }, + { + "bbox": [ + 403, + 563, + 415, + 573 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 562, + 489, + 575 + ], + "score": 1.0, + "content": "(and consequently", + "type": "text" + }, + { + "bbox": [ + 490, + 563, + 501, + 573 + ], + "score": 0.79, + "content": "\\pi _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 562, + 506, + 575 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 573, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 186, + 585 + ], + "score": 1.0, + "content": "can generalize. Let", + "type": "text" + }, + { + "bbox": [ + 186, + 574, + 198, + 584 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 573, + 266, + 585 + ], + "score": 1.0, + "content": "with parameters", + "type": "text" + }, + { + "bbox": [ + 266, + 573, + 276, + 584 + ], + "score": 0.89, + "content": "\\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 573, + 506, + 585 + ], + "score": 1.0, + "content": "be the self-supervised prediction head and its collection", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 584, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 233, + 596 + ], + "score": 1.0, + "content": "of parameters, and the input to", + "type": "text" + }, + { + "bbox": [ + 233, + 585, + 244, + 595 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 584, + 312, + 596 + ], + "score": 1.0, + "content": "be the output of", + "type": "text" + }, + { + "bbox": [ + 312, + 585, + 324, + 595 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 584, + 506, + 596 + ], + "score": 1.0, + "content": "(as illustrated in Figure 1). In this work, the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 595, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 506, + 608 + ], + "score": 1.0, + "content": "self-supervised task is inverse dynamics prediction for control, and rotation prediction for navigation.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 495, + 506, + 608 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 619, + 398, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 618, + 400, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 400, + 632 + ], + "score": 1.0, + "content": "3.2 INVERSE DYNAMICS PREDICTION AND ROTATION PREDICTION", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 636, + 505, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 400, + 649 + ], + "score": 1.0, + "content": "At each time step, we always observe a transition sequence in the form of", + "type": "text" + }, + { + "bbox": [ + 401, + 636, + 452, + 648 + ], + "score": 0.91, + "content": "\\left( \\mathbf { s } _ { t } , \\mathbf { a } _ { t } , \\mathbf { s } _ { t + 1 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 635, + 506, + 649 + ], + "score": 1.0, + "content": ", during both", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 646, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 505, + 660 + ], + "score": 1.0, + "content": "training and testing. Naturally, self-supervision can be derived from taking parts of the sequence", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 670 + ], + "score": 1.0, + "content": "and predicting the rest. An inverse dynamics model takes the states before and after transition, and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 399, + 682 + ], + "score": 1.0, + "content": "predicts the action in between. In this work, the inverse dynamics model", + "type": "text" + }, + { + "bbox": [ + 399, + 670, + 410, + 680 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "operates on the feature", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 679, + 469, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 679, + 182, + 694 + ], + "score": 1.0, + "content": "space extracted by", + "type": "text" + }, + { + "bbox": [ + 182, + 681, + 193, + 691 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 679, + 469, + 694 + ], + "score": 1.0, + "content": ". We can write the inverse dynamics prediction objective formally as", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 635, + 506, + 694 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 693, + 392, + 708 + ], + "lines": [ + { + "bbox": [ + 219, + 693, + 392, + 708 + ], + "spans": [ + { + "bbox": [ + 219, + 693, + 392, + 708 + ], + "score": 0.93, + "content": "L ( \\theta _ { s } , \\theta _ { e } ) = \\ell \\big ( \\mathbf { a } _ { t } , \\pi _ { s } ( \\pi _ { e } ( \\mathbf { s } _ { t } ) , \\pi _ { e } ( \\mathbf { s } _ { t + 1 } ) ) \\big ) .", + "type": "interline_equation", + "image_path": "7468b6ceb4f801113991097451372b16a2bf35641902476ec43690677aa145b5.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 219, + 693, + 392, + 708 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 508, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 203, + 722 + ], + "score": 1.0, + "content": "For continuous actions,", + "type": "text" + }, + { + "bbox": [ + 203, + 710, + 209, + 720 + ], + "score": 0.79, + "content": "\\ell", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "is the mean squared error between the ground truth and the model output.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 507, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 448, + 733 + ], + "score": 1.0, + "content": "For discrete actions, the output is a soft-max distribution over the action space, and", + "type": "text" + }, + { + "bbox": [ + 448, + 721, + 454, + 730 + ], + "score": 0.78, + "content": "\\ell", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 720, + 507, + 733 + ], + "score": 1.0, + "content": "is the cross-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "entropy loss. Empirically, we find this self-supervised task to be most effective with continuous", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "actions, possibly because inverse dynamics prediction in a small space of discrete actions is not as", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "challenging. Note that we predict the inverse dynamics instead of the forward dynamics, because", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "when operating in feature space, the latter can produce trivial solutions such as the constant zero", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "feature for every state2. If we instead performed prediction with forward dynamics in pixel space, the", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 441, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 441, + 149 + ], + "score": 1.0, + "content": "task would be extremely challenging given the large uncertainty in pixel prediction.", + "type": "text", + "cross_page": true + } + ], + "index": 5 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 709, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "entropy loss. Empirically, we find this self-supervised task to be most effective with continuous", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "actions, possibly because inverse dynamics prediction in a small space of discrete actions is not as", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "challenging. Note that we predict the inverse dynamics instead of the forward dynamics, because", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 127 + ], + "score": 1.0, + "content": "when operating in feature space, the latter can produce trivial solutions such as the constant zero", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "feature for every state2. If we instead performed prediction with forward dynamics in pixel space, the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 441, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 441, + 149 + ], + "score": 1.0, + "content": "task would be extremely challenging given the large uncertainty in pixel prediction.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 505, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "As an alternative self-supervised task, we use rotation prediction (Gidaris et al., 2018). We rotate", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 505, + 178 + ], + "score": 1.0, + "content": "an image by one of 0, 90, 180 and 270 degrees as input to the network, and cast this as a four-way", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "classification problem to determine which one of these four ways the image has been rotated. This", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 186, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 507, + 200 + ], + "score": 1.0, + "content": "task is shown to be effective for learning representations for object configuration and scene structure,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 490, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 490, + 210 + ], + "score": 1.0, + "content": "which is beneficial for visual recognition (Hendrycks et al., 2019; Doersch & Zisserman, 2017).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8 + }, + { + "type": "title", + "bbox": [ + 108, + 222, + 237, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 238, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 238, + 235 + ], + "score": 1.0, + "content": "3.3 TRAINING AND TESTING", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 239, + 505, + 338 + ], + "lines": [ + { + "bbox": [ + 106, + 239, + 505, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 505, + 252 + ], + "score": 1.0, + "content": "Before deployment of the policy, because we have signals from both the reward and self-supervised", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 250, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 505, + 262 + ], + "score": 1.0, + "content": "auxiliary task, we can train with both in the fashion of multi-task learning. This corresponds to the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 260, + 507, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 298, + 276 + ], + "score": 1.0, + "content": "following optimization problem during training", + "type": "text" + }, + { + "bbox": [ + 298, + 261, + 438, + 273 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\operatorname* { m i n } _ { \\theta _ { a } , \\theta _ { s } , \\theta _ { e } } J ( \\theta _ { a } , \\theta _ { e } ) + \\alpha L ( \\theta _ { s } , \\theta _ { e } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 260, + 469, + 276 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 469, + 262, + 495, + 272 + ], + "score": 0.9, + "content": "\\alpha > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 260, + 507, + 276 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 388, + 285 + ], + "score": 1.0, + "content": "a trade-off hyperparameter. During deployment, we cannot optimize", + "type": "text" + }, + { + "bbox": [ + 389, + 273, + 397, + 282 + ], + "score": 0.81, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "anymore since the reward", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 284, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 275, + 295 + ], + "score": 1.0, + "content": "is unavailable, but we can still optimize", + "type": "text" + }, + { + "bbox": [ + 276, + 284, + 284, + 293 + ], + "score": 0.78, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 284, + 349, + 295 + ], + "score": 1.0, + "content": "to update both", + "type": "text" + }, + { + "bbox": [ + 349, + 284, + 359, + 294 + ], + "score": 0.88, + "content": "\\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 284, + 379, + 295 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 379, + 284, + 389, + 294 + ], + "score": 0.88, + "content": "\\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 284, + 505, + 295 + ], + "score": 1.0, + "content": ". Empirically, we find only", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 294, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 246, + 307 + ], + "score": 1.0, + "content": "negligible difference with keeping", + "type": "text" + }, + { + "bbox": [ + 247, + 295, + 257, + 305 + ], + "score": 0.87, + "content": "\\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 294, + 505, + 307 + ], + "score": 1.0, + "content": "fixed at test-time, so we update both since the gradients have", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "score": 1.0, + "content": "to be computed regardless; we ablate this decision in appendix C. As we obtain new images from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 297, + 329 + ], + "score": 1.0, + "content": "the stream of visual inputs in the environment,", + "type": "text" + }, + { + "bbox": [ + 298, + 317, + 304, + 326 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "keeps being updated until the episode ends. This", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 327, + 282, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 240, + 339 + ], + "score": 1.0, + "content": "corresponds to, for each iteration", + "type": "text" + }, + { + "bbox": [ + 240, + 327, + 279, + 337 + ], + "score": 0.89, + "content": "t = 1 . . . T", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 327, + 282, + 339 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 340, + 410, + 397 + ], + "lines": [ + { + "bbox": [ + 200, + 340, + 410, + 397 + ], + "spans": [ + { + "bbox": [ + 200, + 340, + 410, + 397 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\quad \\mathbf s _ { t } \\sim p ( \\mathbf s _ { t } | \\mathbf a _ { t - 1 } , \\mathbf s _ { t - 1 } ) } \\\\ & { \\quad \\theta _ { s } ( t ) = \\theta _ { s } ( t - 1 ) - \\nabla _ { \\theta _ { s } } L ( \\mathbf s _ { t } ; \\theta _ { s } ( t - 1 ) , \\theta _ { e } ( t - 1 ) ) } \\\\ & { \\quad \\theta _ { e } ( t ) = \\theta _ { e } ( t - 1 ) - \\nabla _ { \\theta _ { e } } L ( \\mathbf s _ { t } ; \\theta _ { s } ( t - 1 ) , \\theta _ { e } ( t - 1 ) ) } \\\\ & { \\quad \\mathbf a _ { t } = \\pi ( \\mathbf s _ { t } ; \\theta ( t ) ) \\mathrm { ~ w i t h ~ } \\theta ( t ) = ( \\theta _ { e } ( t ) , \\theta _ { a } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "09a2d43c370c6c00533a9ad2763599d0bd064ebf1e85936b3031644a0c616642.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 340, + 410, + 354.25 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 200, + 354.25, + 410, + 368.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 200, + 368.5, + 410, + 382.75 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 200, + 382.75, + 410, + 397.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 398, + 505, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 396, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 132, + 411 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 398, + 225, + 410 + ], + "score": 0.88, + "content": "\\theta _ { s } ( 0 ) = \\theta _ { s } , \\theta _ { e } ( 0 ) = \\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 396, + 229, + 411 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 229, + 399, + 240, + 410 + ], + "score": 0.8, + "content": "\\mathbf { s } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 396, + 433, + 411 + ], + "score": 1.0, + "content": "is the initial condition given by the environment,", + "type": "text" + }, + { + "bbox": [ + 434, + 398, + 485, + 410 + ], + "score": 0.87, + "content": "\\mathbf { a } _ { 0 } = \\pi _ { \\theta } ( \\mathbf { s } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 396, + 488, + 411 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 488, + 400, + 495, + 410 + ], + "score": 0.48, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 396, + 506, + 411 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 408, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 271, + 421 + ], + "score": 1.0, + "content": "the unknown environment transition, and", + "type": "text" + }, + { + "bbox": [ + 271, + 410, + 279, + 419 + ], + "score": 0.83, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 408, + 506, + 421 + ], + "score": 1.0, + "content": "is the self-supervised objective as previously introduced.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "title", + "bbox": [ + 108, + 443, + 200, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 201, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 201, + 457 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 460, + 505, + 581 + ], + "lines": [ + { + "bbox": [ + 105, + 459, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 505, + 474 + ], + "score": 1.0, + "content": "In this work, we investigate how well an agent trained in one environment (denoted the training", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "environment) generalizes to unseen and diverse test environments. During evaluation, agents have", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "score": 1.0, + "content": "no access to reward signals and are expected to generalize without trials nor prior knowledge about", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "score": 1.0, + "content": "the test environments. In simulation, we evaluate our method (PAD) and baselines extensively on", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 504, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 517 + ], + "score": 1.0, + "content": "continuous control tasks from DeepMind Control (DMControl) suite (Tassa et al., 2018) as well as", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 515, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 506, + 528 + ], + "score": 1.0, + "content": "the CRLMaze (Lomonaco et al., 2019) navigation task, and experiment with both stationary (colors,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 527, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 505, + 538 + ], + "score": 1.0, + "content": "objects, textures, lighting) and non-stationary (videos) environment changes. We further show that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 537, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 505, + 549 + ], + "score": 1.0, + "content": "PAD transfers from simulation to a real robot and successfully adapts to environmental differences", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "score": 1.0, + "content": "during deployment in two robotic manipulation tasks. Samples from DMControl and CRLMaze", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 559, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 506, + 572 + ], + "score": 1.0, + "content": "environments are shown in Figure 2, and samples from the robot experiments are shown in Figure 4.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 570, + 449, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 449, + 582 + ], + "score": 1.0, + "content": "Implementation is available at https://nicklashansen.github.io/PAD/.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 586, + 505, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "score": 1.0, + "content": "Network details. For DMControl and the robotic manipulation tasks we implement PAD on top of", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 597, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 610 + ], + "score": 1.0, + "content": "Soft Actor-Critic (SAC) (Haarnoja et al., 2018), and adopt both network architecture and hyperparam-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 609, + 504, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 414, + 620 + ], + "score": 1.0, + "content": "eters from Yarats et al. (2019), with minor modifications: the feature extractor", + "type": "text" + }, + { + "bbox": [ + 414, + 610, + 425, + 620 + ], + "score": 0.87, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 609, + 504, + 620 + ], + "score": 1.0, + "content": "has 8 convolutional", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 620, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 251, + 632 + ], + "score": 1.0, + "content": "layers shared between the RL head", + "type": "text" + }, + { + "bbox": [ + 252, + 621, + 263, + 631 + ], + "score": 0.87, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 620, + 368, + 632 + ], + "score": 1.0, + "content": "and self-supervised head", + "type": "text" + }, + { + "bbox": [ + 368, + 621, + 379, + 631 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 620, + 505, + 632 + ], + "score": 1.0, + "content": ", and we split the network into", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 631, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 271, + 643 + ], + "score": 1.0, + "content": "architecturally identical heads following", + "type": "text" + }, + { + "bbox": [ + 271, + 632, + 282, + 642 + ], + "score": 0.85, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 631, + 505, + 643 + ], + "score": 1.0, + "content": ". Each head consists of 3 convolutional layers followed", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 641, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 106, + 641, + 505, + 653 + ], + "score": 1.0, + "content": "by 4 fully connected layers. For CRLMaze, we use Advantage Actor-Critic (A2C) as base algorithm", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 651, + 504, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 492, + 666 + ], + "score": 1.0, + "content": "(Mnih et al., 2016) and apply the same architecture as for the other experiments, but implement", + "type": "text" + }, + { + "bbox": [ + 493, + 654, + 504, + 664 + ], + "score": 0.83, + "content": "\\pi _ { e }", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 663, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 345, + 675 + ], + "score": 1.0, + "content": "with only 6 convolutional layers. Observations are stacks of", + "type": "text" + }, + { + "bbox": [ + 345, + 664, + 352, + 673 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 663, + 417, + 675 + ], + "score": 1.0, + "content": "colored frames", + "type": "text" + }, + { + "bbox": [ + 418, + 664, + 443, + 674 + ], + "score": 0.88, + "content": "k = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 663, + 505, + 675 + ], + "score": 1.0, + "content": "on DMControl", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 675, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 675, + 169, + 687 + ], + "score": 1.0, + "content": "and CRLMaze;", + "type": "text" + }, + { + "bbox": [ + 169, + 675, + 194, + 685 + ], + "score": 0.9, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 675, + 321, + 687 + ], + "score": 1.0, + "content": "in robotic manipulation) of size", + "type": "text" + }, + { + "bbox": [ + 321, + 675, + 364, + 685 + ], + "score": 0.91, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 675, + 505, + 687 + ], + "score": 1.0, + "content": "and time-consistent random crop is", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 685, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 506, + 699 + ], + "score": 1.0, + "content": "applied as in Srinivas et al. (2020). During deployment, we optimize the self-supervised objective", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 695, + 507, + 710 + ], + "spans": [ + { + "bbox": [ + 105, + 695, + 155, + 710 + ], + "score": 1.0, + "content": "online w.r.t.", + "type": "text" + }, + { + "bbox": [ + 155, + 697, + 179, + 708 + ], + "score": 0.9, + "content": "\\theta _ { e } , \\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 695, + 507, + 710 + ], + "score": 1.0, + "content": "for one gradient step per time iteration. See appendix F for implementation details.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 44 + } + ], + "page_idx": 3, + "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": [ + 106, + 712, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 710, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 118, + 710, + 505, + 724 + ], + "score": 1.0, + "content": "2A forward dynamics model operating in feature space can trivially achieve a loss of 0 by learning to map", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "every state to a constant vector, e.g. 0. An inverse dynamics model, however, does not have such trivial solutions.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [], + "index": 2.5, + "bbox_fs": [ + 105, + 82, + 505, + 149 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 154, + 505, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "As an alternative self-supervised task, we use rotation prediction (Gidaris et al., 2018). We rotate", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 505, + 178 + ], + "score": 1.0, + "content": "an image by one of 0, 90, 180 and 270 degrees as input to the network, and cast this as a four-way", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "classification problem to determine which one of these four ways the image has been rotated. This", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 186, + 507, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 507, + 200 + ], + "score": 1.0, + "content": "task is shown to be effective for learning representations for object configuration and scene structure,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 490, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 490, + 210 + ], + "score": 1.0, + "content": "which is beneficial for visual recognition (Hendrycks et al., 2019; Doersch & Zisserman, 2017).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 154, + 507, + 210 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 222, + 237, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 222, + 238, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 238, + 235 + ], + "score": 1.0, + "content": "3.3 TRAINING AND TESTING", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 239, + 505, + 338 + ], + "lines": [ + { + "bbox": [ + 106, + 239, + 505, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 505, + 252 + ], + "score": 1.0, + "content": "Before deployment of the policy, because we have signals from both the reward and self-supervised", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 250, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 505, + 262 + ], + "score": 1.0, + "content": "auxiliary task, we can train with both in the fashion of multi-task learning. This corresponds to the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 260, + 507, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 298, + 276 + ], + "score": 1.0, + "content": "following optimization problem during training", + "type": "text" + }, + { + "bbox": [ + 298, + 261, + 438, + 273 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\operatorname* { m i n } _ { \\theta _ { a } , \\theta _ { s } , \\theta _ { e } } J ( \\theta _ { a } , \\theta _ { e } ) + \\alpha L ( \\theta _ { s } , \\theta _ { e } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 260, + 469, + 276 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 469, + 262, + 495, + 272 + ], + "score": 0.9, + "content": "\\alpha > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 260, + 507, + 276 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 388, + 285 + ], + "score": 1.0, + "content": "a trade-off hyperparameter. During deployment, we cannot optimize", + "type": "text" + }, + { + "bbox": [ + 389, + 273, + 397, + 282 + ], + "score": 0.81, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "anymore since the reward", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 284, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 275, + 295 + ], + "score": 1.0, + "content": "is unavailable, but we can still optimize", + "type": "text" + }, + { + "bbox": [ + 276, + 284, + 284, + 293 + ], + "score": 0.78, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 284, + 349, + 295 + ], + "score": 1.0, + "content": "to update both", + "type": "text" + }, + { + "bbox": [ + 349, + 284, + 359, + 294 + ], + "score": 0.88, + "content": "\\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 284, + 379, + 295 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 379, + 284, + 389, + 294 + ], + "score": 0.88, + "content": "\\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 284, + 505, + 295 + ], + "score": 1.0, + "content": ". Empirically, we find only", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 294, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 246, + 307 + ], + "score": 1.0, + "content": "negligible difference with keeping", + "type": "text" + }, + { + "bbox": [ + 247, + 295, + 257, + 305 + ], + "score": 0.87, + "content": "\\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 294, + 505, + 307 + ], + "score": 1.0, + "content": "fixed at test-time, so we update both since the gradients have", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 306, + 505, + 317 + ], + "score": 1.0, + "content": "to be computed regardless; we ablate this decision in appendix C. As we obtain new images from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 297, + 329 + ], + "score": 1.0, + "content": "the stream of visual inputs in the environment,", + "type": "text" + }, + { + "bbox": [ + 298, + 317, + 304, + 326 + ], + "score": 0.79, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "keeps being updated until the episode ends. This", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 327, + 282, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 240, + 339 + ], + "score": 1.0, + "content": "corresponds to, for each iteration", + "type": "text" + }, + { + "bbox": [ + 240, + 327, + 279, + 337 + ], + "score": 0.89, + "content": "t = 1 . . . T", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 327, + 282, + 339 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 239, + 507, + 339 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 340, + 410, + 397 + ], + "lines": [ + { + "bbox": [ + 200, + 340, + 410, + 397 + ], + "spans": [ + { + "bbox": [ + 200, + 340, + 410, + 397 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { \\quad \\mathbf s _ { t } \\sim p ( \\mathbf s _ { t } | \\mathbf a _ { t - 1 } , \\mathbf s _ { t - 1 } ) } \\\\ & { \\quad \\theta _ { s } ( t ) = \\theta _ { s } ( t - 1 ) - \\nabla _ { \\theta _ { s } } L ( \\mathbf s _ { t } ; \\theta _ { s } ( t - 1 ) , \\theta _ { e } ( t - 1 ) ) } \\\\ & { \\quad \\theta _ { e } ( t ) = \\theta _ { e } ( t - 1 ) - \\nabla _ { \\theta _ { e } } L ( \\mathbf s _ { t } ; \\theta _ { s } ( t - 1 ) , \\theta _ { e } ( t - 1 ) ) } \\\\ & { \\quad \\mathbf a _ { t } = \\pi ( \\mathbf s _ { t } ; \\theta ( t ) ) \\mathrm { ~ w i t h ~ } \\theta ( t ) = ( \\theta _ { e } ( t ) , \\theta _ { a } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "09a2d43c370c6c00533a9ad2763599d0bd064ebf1e85936b3031644a0c616642.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 340, + 410, + 354.25 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 200, + 354.25, + 410, + 368.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 200, + 368.5, + 410, + 382.75 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 200, + 382.75, + 410, + 397.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 398, + 505, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 396, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 132, + 411 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 398, + 225, + 410 + ], + "score": 0.88, + "content": "\\theta _ { s } ( 0 ) = \\theta _ { s } , \\theta _ { e } ( 0 ) = \\theta _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 396, + 229, + 411 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 229, + 399, + 240, + 410 + ], + "score": 0.8, + "content": "\\mathbf { s } _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 396, + 433, + 411 + ], + "score": 1.0, + "content": "is the initial condition given by the environment,", + "type": "text" + }, + { + "bbox": [ + 434, + 398, + 485, + 410 + ], + "score": 0.87, + "content": "\\mathbf { a } _ { 0 } = \\pi _ { \\theta } ( \\mathbf { s } _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 396, + 488, + 411 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 488, + 400, + 495, + 410 + ], + "score": 0.48, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 396, + 506, + 411 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 408, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 271, + 421 + ], + "score": 1.0, + "content": "the unknown environment transition, and", + "type": "text" + }, + { + "bbox": [ + 271, + 410, + 279, + 419 + ], + "score": 0.83, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 408, + 506, + 421 + ], + "score": 1.0, + "content": "is the self-supervised objective as previously introduced.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 396, + 506, + 421 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 443, + 200, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 201, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 201, + 457 + ], + "score": 1.0, + "content": "4 EXPERIMENTS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 460, + 505, + 581 + ], + "lines": [ + { + "bbox": [ + 105, + 459, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 505, + 474 + ], + "score": 1.0, + "content": "In this work, we investigate how well an agent trained in one environment (denoted the training", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "environment) generalizes to unseen and diverse test environments. During evaluation, agents have", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 495 + ], + "score": 1.0, + "content": "no access to reward signals and are expected to generalize without trials nor prior knowledge about", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "score": 1.0, + "content": "the test environments. In simulation, we evaluate our method (PAD) and baselines extensively on", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 504, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 517 + ], + "score": 1.0, + "content": "continuous control tasks from DeepMind Control (DMControl) suite (Tassa et al., 2018) as well as", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 515, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 506, + 528 + ], + "score": 1.0, + "content": "the CRLMaze (Lomonaco et al., 2019) navigation task, and experiment with both stationary (colors,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 527, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 505, + 538 + ], + "score": 1.0, + "content": "objects, textures, lighting) and non-stationary (videos) environment changes. We further show that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 537, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 505, + 549 + ], + "score": 1.0, + "content": "PAD transfers from simulation to a real robot and successfully adapts to environmental differences", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 505, + 560 + ], + "score": 1.0, + "content": "during deployment in two robotic manipulation tasks. Samples from DMControl and CRLMaze", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 559, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 506, + 572 + ], + "score": 1.0, + "content": "environments are shown in Figure 2, and samples from the robot experiments are shown in Figure 4.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 570, + 449, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 449, + 582 + ], + "score": 1.0, + "content": "Implementation is available at https://nicklashansen.github.io/PAD/.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 459, + 506, + 582 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 586, + 505, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 506, + 599 + ], + "score": 1.0, + "content": "Network details. For DMControl and the robotic manipulation tasks we implement PAD on top of", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 597, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 610 + ], + "score": 1.0, + "content": "Soft Actor-Critic (SAC) (Haarnoja et al., 2018), and adopt both network architecture and hyperparam-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 609, + 504, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 609, + 414, + 620 + ], + "score": 1.0, + "content": "eters from Yarats et al. (2019), with minor modifications: the feature extractor", + "type": "text" + }, + { + "bbox": [ + 414, + 610, + 425, + 620 + ], + "score": 0.87, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 609, + 504, + 620 + ], + "score": 1.0, + "content": "has 8 convolutional", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 620, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 251, + 632 + ], + "score": 1.0, + "content": "layers shared between the RL head", + "type": "text" + }, + { + "bbox": [ + 252, + 621, + 263, + 631 + ], + "score": 0.87, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 620, + 368, + 632 + ], + "score": 1.0, + "content": "and self-supervised head", + "type": "text" + }, + { + "bbox": [ + 368, + 621, + 379, + 631 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 620, + 505, + 632 + ], + "score": 1.0, + "content": ", and we split the network into", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 631, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 271, + 643 + ], + "score": 1.0, + "content": "architecturally identical heads following", + "type": "text" + }, + { + "bbox": [ + 271, + 632, + 282, + 642 + ], + "score": 0.85, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 631, + 505, + 643 + ], + "score": 1.0, + "content": ". Each head consists of 3 convolutional layers followed", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 641, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 106, + 641, + 505, + 653 + ], + "score": 1.0, + "content": "by 4 fully connected layers. For CRLMaze, we use Advantage Actor-Critic (A2C) as base algorithm", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 651, + 504, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 651, + 492, + 666 + ], + "score": 1.0, + "content": "(Mnih et al., 2016) and apply the same architecture as for the other experiments, but implement", + "type": "text" + }, + { + "bbox": [ + 493, + 654, + 504, + 664 + ], + "score": 0.83, + "content": "\\pi _ { e }", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 663, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 345, + 675 + ], + "score": 1.0, + "content": "with only 6 convolutional layers. Observations are stacks of", + "type": "text" + }, + { + "bbox": [ + 345, + 664, + 352, + 673 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 663, + 417, + 675 + ], + "score": 1.0, + "content": "colored frames", + "type": "text" + }, + { + "bbox": [ + 418, + 664, + 443, + 674 + ], + "score": 0.88, + "content": "k = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 663, + 505, + 675 + ], + "score": 1.0, + "content": "on DMControl", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 675, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 675, + 169, + 687 + ], + "score": 1.0, + "content": "and CRLMaze;", + "type": "text" + }, + { + "bbox": [ + 169, + 675, + 194, + 685 + ], + "score": 0.9, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 675, + 321, + 687 + ], + "score": 1.0, + "content": "in robotic manipulation) of size", + "type": "text" + }, + { + "bbox": [ + 321, + 675, + 364, + 685 + ], + "score": 0.91, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 675, + 505, + 687 + ], + "score": 1.0, + "content": "and time-consistent random crop is", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 685, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 506, + 699 + ], + "score": 1.0, + "content": "applied as in Srinivas et al. (2020). During deployment, we optimize the self-supervised objective", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 695, + 507, + 710 + ], + "spans": [ + { + "bbox": [ + 105, + 695, + 155, + 710 + ], + "score": 1.0, + "content": "online w.r.t.", + "type": "text" + }, + { + "bbox": [ + 155, + 697, + 179, + 708 + ], + "score": 0.9, + "content": "\\theta _ { e } , \\theta _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 695, + 507, + 710 + ], + "score": 1.0, + "content": "for one gradient step per time iteration. See appendix F for implementation details.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 586, + 507, + 710 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 116, + 80, + 495, + 166 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 116, + 80, + 495, + 166 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 116, + 80, + 495, + 166 + ], + "spans": [ + { + "bbox": [ + 116, + 80, + 495, + 166 + ], + "score": 0.953, + "type": "image", + "image_path": "bc62cee880a17c8b0b2832092fcc074bd1b01dcd8fb62086e20850e09ae21b15.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 116, + 80, + 495, + 108.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 116, + 108.66666666666667, + 495, + 137.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 116, + 137.33333333333334, + 495, + 166.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 108, + 170, + 504, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 170, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 505, + 184 + ], + "score": 1.0, + "content": "Figure 2. Left: Training environments of DMControl (top) and CRLMaze (bottom). Right: Test en-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "score": 1.0, + "content": "vironments of DMControl (top) and CRLMaze (bottom). Changes to DMControl include randomized", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 192, + 487, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 487, + 207 + ], + "score": 1.0, + "content": "colors, video backgrounds, and distractors; changes to CRLMaze include textures and lighting.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 211, + 505, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "score": 1.0, + "content": "Table 1. Episodic return in test environments with randomized colors, mean and std. dev. for 10", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 223, + 495, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 354, + 234 + ], + "score": 1.0, + "content": "seeds. Best method on each task is in bold and blue compares", + "type": "text" + }, + { + "bbox": [ + 355, + 223, + 401, + 233 + ], + "score": 0.64, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 223, + 495, + 234 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "table", + "bbox": [ + 127, + 246, + 482, + 356 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 395, + 240, + 462, + 250 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 394, + 239, + 462, + 251 + ], + "spans": [ + { + "bbox": [ + 394, + 239, + 462, + 251 + ], + "score": 1.0, + "content": "10x episode length", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "table_body", + "bbox": [ + 127, + 246, + 482, + 356 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 127, + 246, + 482, + 356 + ], + "spans": [ + { + "bbox": [ + 127, + 246, + 482, + 356 + ], + "score": 0.98, + "html": "
Random colorsSAC+DR+IDM+IDM (PAD)+IDM+IDM (PAD)
Walker, walk414±74594±104406±29468±473830±5475505±592
Walker, stand719±74715±96743±37797±467832±2098566±121
Cartpole, swingup592±50647±48585±73630±636528±5397093±592
Cartpole,balance857±60867±37835±40848±297746±5267670±293
Ball in cup,catch411±183470±252471±75563±50
Finger, spin626±163465±314757±62803±727249±6427496±655
Finger, turn_easy270±43167±26283±51304±461
Cheetah, run154±41145±29121±38159±281117±5301208±487
Reacher, easy163±45105±37201±32214±441788±4412152±506
", + "type": "table", + "image_path": "4c3f63f639cec5d2c3bd77b6d9bbea9f1e2c7a8f87d55cc055dbf22a706060c4.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 127, + 246, + 482, + 282.6666666666667 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 127, + 282.6666666666667, + 482, + 319.33333333333337 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 127, + 319.33333333333337, + 482, + 356.00000000000006 + ], + "spans": [], + "index": 11 + } + ] + } + ], + "index": 9.0 + }, + { + "type": "title", + "bbox": [ + 107, + 372, + 224, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 370, + 226, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 226, + 385 + ], + "score": 1.0, + "content": "4.1 DEEPMIND CONTROL", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 390, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "score": 1.0, + "content": "DeepMind Control (DMControl) (Tassa et al., 2018) is a collection of continuous control tasks", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "where agents only observe raw pixels. Generalization benchmarks on DMControl represent diverse", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 413, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 505, + 424 + ], + "score": 1.0, + "content": "real-world tasks for motor control, and contain distracting surroundings not correlated with the reward", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 423, + 140, + 437 + ], + "spans": [ + { + "bbox": [ + 104, + 423, + 140, + 437 + ], + "score": 1.0, + "content": "signals.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 357, + 615 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 357, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 357, + 452 + ], + "score": 1.0, + "content": "Experimental setup. We experiment with 9 tasks from DM-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 451, + 358, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 358, + 464 + ], + "score": 1.0, + "content": "Control and measure generalization to four types of test environ-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 462, + 357, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 357, + 475 + ], + "score": 1.0, + "content": "ments: (i) randomized colors; (ii) natural videos as background;", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 473, + 358, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 358, + 486 + ], + "score": 1.0, + "content": "(iii) distracting objects placed in the scene; and (iv) the un-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 485, + 356, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 356, + 496 + ], + "score": 1.0, + "content": "modified training environment. For each test environment, we", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 496, + 357, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 357, + 507 + ], + "score": 1.0, + "content": "evaluate methods across 10 seeds and 100 random initializa-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 506, + 356, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 356, + 518 + ], + "score": 1.0, + "content": "tions. If a given test environment is not applicable to certain", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 518, + 357, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 357, + 529 + ], + "score": 1.0, + "content": "tasks, e.g. if a task has no background for the video background", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 528, + 358, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 358, + 539 + ], + "score": 1.0, + "content": "setting, they are excluded. Tasks are selected on the basis of di-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 540, + 357, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 357, + 551 + ], + "score": 1.0, + "content": "versity, as well as the success of vision-based RL in prior work", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 550, + 357, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 357, + 561 + ], + "score": 1.0, + "content": "(Yarats et al., 2019; Srinivas et al., 2020; Laskin et al., 2020;", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 561, + 356, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 356, + 573 + ], + "score": 1.0, + "content": "Kostrikov et al., 2020). We implement PAD on top of SAC and", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 572, + 357, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 357, + 584 + ], + "score": 1.0, + "content": "use an Inverse Dynamics Model (IDM) for self-supervision,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 583, + 356, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 356, + 595 + ], + "score": 1.0, + "content": "as we find that learning a model of the dynamics works well", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 594, + 357, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 357, + 605 + ], + "score": 1.0, + "content": "for motor control. For completeness, we ablate the choice of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 605, + 357, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 357, + 616 + ], + "score": 1.0, + "content": "self-supervision. Learning curves are provided in appendix B.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 24.5 + }, + { + "type": "image", + "bbox": [ + 363, + 446, + 502, + 571 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 363, + 446, + 502, + 571 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 363, + 446, + 502, + 571 + ], + "spans": [ + { + "bbox": [ + 363, + 446, + 502, + 571 + ], + "score": 0.96, + "type": "image", + "image_path": "1d57abcc32301ede5d2b8455a03059fd30b9cd73bdc63abef544626395d0fffc.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 363, + 446, + 502, + 508.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 363, + 508.5, + 502, + 571.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 576, + 505, + 609 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 363, + 575, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 363, + 575, + 505, + 588 + ], + "score": 1.0, + "content": "Figure 3. Relative improvement in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 363, + 587, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 363, + 587, + 505, + 598 + ], + "score": 1.0, + "content": "instantaneous reward over time for", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 363, + 597, + 487, + 609 + ], + "spans": [ + { + "bbox": [ + 363, + 597, + 487, + 609 + ], + "score": 1.0, + "content": "PAD on the random color env.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + } + ], + "index": 34.75 + }, + { + "type": "text", + "bbox": [ + 106, + 616, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 106, + 615, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 444, + 628 + ], + "score": 1.0, + "content": "We compare our method to the following baselines: (i) SAC with no changes (denoted", + "type": "text" + }, + { + "bbox": [ + 444, + 616, + 463, + 627 + ], + "score": 0.41, + "content": "S A C", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 615, + 506, + 628 + ], + "score": 1.0, + "content": "); (ii) SAC", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 392, + 639 + ], + "score": 1.0, + "content": "trained with domain randomization on a fixed set of 100 colors (denoted", + "type": "text" + }, + { + "bbox": [ + 392, + 627, + 414, + 637 + ], + "score": 0.86, + "content": "+ D R", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "); and (iii) SAC trained", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 304, + 650 + ], + "score": 1.0, + "content": "jointly with an IDM but without PAD (denoted", + "type": "text" + }, + { + "bbox": [ + 304, + 639, + 333, + 649 + ], + "score": 0.85, + "content": "+ I D M )", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 638, + 506, + 650 + ], + "score": 1.0, + "content": "). Our method using an IDM with PAD is", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 153, + 661 + ], + "score": 1.0, + "content": "denoted by", + "type": "text" + }, + { + "bbox": [ + 153, + 649, + 207, + 660 + ], + "score": 0.76, + "content": "+ I D M \\left( P A D \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 649, + 505, + 661 + ], + "score": 1.0, + "content": ". For domain randomization, colors are sampled from the same distribution", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "as in evaluation, but with lower variance, as we find that training directly on the test distribution does", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 671, + 162, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 162, + 685 + ], + "score": 1.0, + "content": "not converge.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "score": 1.0, + "content": "Random perturbation of color. Robustness to subtle changes such as color is essential to real-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "world deployment of RL policies. We evaluate generalization on a fixed set of 100 colors of", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "foreground, background and the agent itself, and report the results in Table 1 (first 4 columns). We", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "find PAD to improve generalization in all tasks considered, outperforming SAC trained with domain", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45.5 + } + ], + "page_idx": 4, + "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": [ + 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": [ + 116, + 80, + 495, + 166 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 116, + 80, + 495, + 166 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 116, + 80, + 495, + 166 + ], + "spans": [ + { + "bbox": [ + 116, + 80, + 495, + 166 + ], + "score": 0.953, + "type": "image", + "image_path": "bc62cee880a17c8b0b2832092fcc074bd1b01dcd8fb62086e20850e09ae21b15.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 116, + 80, + 495, + 108.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 116, + 108.66666666666667, + 495, + 137.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 116, + 137.33333333333334, + 495, + 166.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 108, + 170, + 504, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 170, + 505, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 505, + 184 + ], + "score": 1.0, + "content": "Figure 2. Left: Training environments of DMControl (top) and CRLMaze (bottom). Right: Test en-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 505, + 194 + ], + "score": 1.0, + "content": "vironments of DMControl (top) and CRLMaze (bottom). Changes to DMControl include randomized", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 192, + 487, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 487, + 207 + ], + "score": 1.0, + "content": "colors, video backgrounds, and distractors; changes to CRLMaze include textures and lighting.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 211, + 505, + 234 + ], + "lines": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 224 + ], + "score": 1.0, + "content": "Table 1. Episodic return in test environments with randomized colors, mean and std. dev. for 10", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 223, + 495, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 354, + 234 + ], + "score": 1.0, + "content": "seeds. Best method on each task is in bold and blue compares", + "type": "text" + }, + { + "bbox": [ + 355, + 223, + 401, + 233 + ], + "score": 0.64, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 223, + 495, + 234 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 211, + 505, + 234 + ] + }, + { + "type": "table", + "bbox": [ + 127, + 246, + 482, + 356 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 395, + 240, + 462, + 250 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 394, + 239, + 462, + 251 + ], + "spans": [ + { + "bbox": [ + 394, + 239, + 462, + 251 + ], + "score": 1.0, + "content": "10x episode length", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "table_body", + "bbox": [ + 127, + 246, + 482, + 356 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 127, + 246, + 482, + 356 + ], + "spans": [ + { + "bbox": [ + 127, + 246, + 482, + 356 + ], + "score": 0.98, + "html": "
Random colorsSAC+DR+IDM+IDM (PAD)+IDM+IDM (PAD)
Walker, walk414±74594±104406±29468±473830±5475505±592
Walker, stand719±74715±96743±37797±467832±2098566±121
Cartpole, swingup592±50647±48585±73630±636528±5397093±592
Cartpole,balance857±60867±37835±40848±297746±5267670±293
Ball in cup,catch411±183470±252471±75563±50
Finger, spin626±163465±314757±62803±727249±6427496±655
Finger, turn_easy270±43167±26283±51304±461
Cheetah, run154±41145±29121±38159±281117±5301208±487
Reacher, easy163±45105±37201±32214±441788±4412152±506
", + "type": "table", + "image_path": "4c3f63f639cec5d2c3bd77b6d9bbea9f1e2c7a8f87d55cc055dbf22a706060c4.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 127, + 246, + 482, + 282.6666666666667 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 127, + 282.6666666666667, + 482, + 319.33333333333337 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 127, + 319.33333333333337, + 482, + 356.00000000000006 + ], + "spans": [], + "index": 11 + } + ] + } + ], + "index": 9.0 + }, + { + "type": "title", + "bbox": [ + 107, + 372, + 224, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 370, + 226, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 226, + 385 + ], + "score": 1.0, + "content": "4.1 DEEPMIND CONTROL", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 106, + 390, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "score": 1.0, + "content": "DeepMind Control (DMControl) (Tassa et al., 2018) is a collection of continuous control tasks", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 414 + ], + "score": 1.0, + "content": "where agents only observe raw pixels. Generalization benchmarks on DMControl represent diverse", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 413, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 413, + 505, + 424 + ], + "score": 1.0, + "content": "real-world tasks for motor control, and contain distracting surroundings not correlated with the reward", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 423, + 140, + 437 + ], + "spans": [ + { + "bbox": [ + 104, + 423, + 140, + 437 + ], + "score": 1.0, + "content": "signals.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 390, + 505, + 437 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 441, + 357, + 615 + ], + "lines": [ + { + "bbox": [ + 106, + 441, + 357, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 357, + 452 + ], + "score": 1.0, + "content": "Experimental setup. We experiment with 9 tasks from DM-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 451, + 358, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 358, + 464 + ], + "score": 1.0, + "content": "Control and measure generalization to four types of test environ-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 462, + 357, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 357, + 475 + ], + "score": 1.0, + "content": "ments: (i) randomized colors; (ii) natural videos as background;", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 473, + 358, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 358, + 486 + ], + "score": 1.0, + "content": "(iii) distracting objects placed in the scene; and (iv) the un-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 485, + 356, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 356, + 496 + ], + "score": 1.0, + "content": "modified training environment. For each test environment, we", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 496, + 357, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 357, + 507 + ], + "score": 1.0, + "content": "evaluate methods across 10 seeds and 100 random initializa-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 506, + 356, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 356, + 518 + ], + "score": 1.0, + "content": "tions. If a given test environment is not applicable to certain", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 518, + 357, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 357, + 529 + ], + "score": 1.0, + "content": "tasks, e.g. if a task has no background for the video background", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 528, + 358, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 358, + 539 + ], + "score": 1.0, + "content": "setting, they are excluded. Tasks are selected on the basis of di-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 540, + 357, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 357, + 551 + ], + "score": 1.0, + "content": "versity, as well as the success of vision-based RL in prior work", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 550, + 357, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 357, + 561 + ], + "score": 1.0, + "content": "(Yarats et al., 2019; Srinivas et al., 2020; Laskin et al., 2020;", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 561, + 356, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 356, + 573 + ], + "score": 1.0, + "content": "Kostrikov et al., 2020). We implement PAD on top of SAC and", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 572, + 357, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 357, + 584 + ], + "score": 1.0, + "content": "use an Inverse Dynamics Model (IDM) for self-supervision,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 583, + 356, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 356, + 595 + ], + "score": 1.0, + "content": "as we find that learning a model of the dynamics works well", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 594, + 357, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 357, + 605 + ], + "score": 1.0, + "content": "for motor control. For completeness, we ablate the choice of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 605, + 357, + 616 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 357, + 616 + ], + "score": 1.0, + "content": "self-supervision. Learning curves are provided in appendix B.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 24.5, + "bbox_fs": [ + 106, + 441, + 358, + 616 + ] + }, + { + "type": "image", + "bbox": [ + 363, + 446, + 502, + 571 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 363, + 446, + 502, + 571 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 363, + 446, + 502, + 571 + ], + "spans": [ + { + "bbox": [ + 363, + 446, + 502, + 571 + ], + "score": 0.96, + "type": "image", + "image_path": "1d57abcc32301ede5d2b8455a03059fd30b9cd73bdc63abef544626395d0fffc.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 363, + 446, + 502, + 508.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 363, + 508.5, + 502, + 571.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 576, + 505, + 609 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 363, + 575, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 363, + 575, + 505, + 588 + ], + "score": 1.0, + "content": "Figure 3. Relative improvement in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 363, + 587, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 363, + 587, + 505, + 598 + ], + "score": 1.0, + "content": "instantaneous reward over time for", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 363, + 597, + 487, + 609 + ], + "spans": [ + { + "bbox": [ + 363, + 597, + 487, + 609 + ], + "score": 1.0, + "content": "PAD on the random color env.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + } + ], + "index": 34.75 + }, + { + "type": "text", + "bbox": [ + 106, + 616, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 106, + 615, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 444, + 628 + ], + "score": 1.0, + "content": "We compare our method to the following baselines: (i) SAC with no changes (denoted", + "type": "text" + }, + { + "bbox": [ + 444, + 616, + 463, + 627 + ], + "score": 0.41, + "content": "S A C", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 615, + 506, + 628 + ], + "score": 1.0, + "content": "); (ii) SAC", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 392, + 639 + ], + "score": 1.0, + "content": "trained with domain randomization on a fixed set of 100 colors (denoted", + "type": "text" + }, + { + "bbox": [ + 392, + 627, + 414, + 637 + ], + "score": 0.86, + "content": "+ D R", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "); and (iii) SAC trained", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 304, + 650 + ], + "score": 1.0, + "content": "jointly with an IDM but without PAD (denoted", + "type": "text" + }, + { + "bbox": [ + 304, + 639, + 333, + 649 + ], + "score": 0.85, + "content": "+ I D M )", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 638, + 506, + 650 + ], + "score": 1.0, + "content": "). Our method using an IDM with PAD is", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 153, + 661 + ], + "score": 1.0, + "content": "denoted by", + "type": "text" + }, + { + "bbox": [ + 153, + 649, + 207, + 660 + ], + "score": 0.76, + "content": "+ I D M \\left( P A D \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 649, + 505, + 661 + ], + "score": 1.0, + "content": ". For domain randomization, colors are sampled from the same distribution", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "as in evaluation, but with lower variance, as we find that training directly on the test distribution does", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 671, + 162, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 162, + 685 + ], + "score": 1.0, + "content": "not converge.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 615, + 506, + 685 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "score": 1.0, + "content": "Random perturbation of color. Robustness to subtle changes such as color is essential to real-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "world deployment of RL policies. We evaluate generalization on a fixed set of 100 colors of", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "foreground, background and the agent itself, and report the results in Table 1 (first 4 columns). We", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "find PAD to improve generalization in all tasks considered, outperforming SAC trained with domain", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "randomization in 6 out of 9 tasks. Surprisingly, despite a substantial overlap between training and test", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 504, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 504, + 106 + ], + "score": 1.0, + "content": "domains of domain randomization, it generalizes no better than vanilla SAC on a majority of tasks.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 687, + 506, + 732 + ] + } + ] + }, + { + "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": "randomization in 6 out of 9 tasks. Surprisingly, despite a substantial overlap between training and test", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 504, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 504, + 106 + ], + "score": 1.0, + "content": "domains of domain randomization, it generalizes no better than vanilla SAC on a majority of tasks.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 106, + 111, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 505, + 123 + ], + "score": 1.0, + "content": "Long-term stability. We find the relative improvement of PAD to improve over time, as shown in", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 408, + 133 + ], + "score": 1.0, + "content": "Figure 3. To examine the long-term stability of PAD, we further evaluate on", + "type": "text" + }, + { + "bbox": [ + 408, + 122, + 424, + 132 + ], + "score": 0.33, + "content": "1 0 \\mathrm { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 122, + 505, + 133 + ], + "score": 1.0, + "content": "episode lengths and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "score": 1.0, + "content": "summarize the results in the last two columns in Table 1 (goal-oriented tasks excluded). While we do", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "not explicitly prevent the embedding from drifting away from the RL task, we find empirically that", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "PAD does not degrade the performance of the policy, even over long horizons, and when PAD does", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "not improve, we find it to hurt minimally. We conjecture this is because we are not learning a new", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "task, but simply continue to optimize the same (self-supervised) objective as during joint training,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 104, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "where both two tasks are compatible. In this setting, PAD still improves generalization in 6 out of 7", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "score": 1.0, + "content": "tasks, and thus naturally extends beyond episodic deployment. For completeness, we also evaluate", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "methods in the environment in which they were trained, and report the results in appendix A. We find", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "score": 1.0, + "content": "that, while PAD improves generalization to novel environments, performance is virtually unchanged", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "on the training environment. We conjecture this is because the self-supervised task is already fully", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 452, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 452, + 254 + ], + "score": 1.0, + "content": "learned and any continued training on the same data distribution thus has little impact.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 259, + 237, + 500 + ], + "lines": [ + { + "bbox": [ + 106, + 259, + 239, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 259, + 239, + 271 + ], + "score": 1.0, + "content": "Non-stationary environments.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 269, + 237, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 237, + 281 + ], + "score": 1.0, + "content": "To investigate whether PAD can", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 281, + 239, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 239, + 293 + ], + "score": 1.0, + "content": "adapt in non-stationary envi-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 292, + 239, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 239, + 303 + ], + "score": 1.0, + "content": "ronments, we evaluate general-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 302, + 239, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 239, + 314 + ], + "score": 1.0, + "content": "ization to diverse video back-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 238, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 238, + 325 + ], + "score": 1.0, + "content": "grounds (refer to Figure 2). We", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 324, + 239, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 239, + 336 + ], + "score": 1.0, + "content": "find PAD to outperform all base-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 335, + 238, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 238, + 347 + ], + "score": 1.0, + "content": "lines on 7 out of 8 tasks, as", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 345, + 238, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 238, + 359 + ], + "score": 1.0, + "content": "shown in Table 2, by as much", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 357, + 239, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 118, + 369 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 357, + 144, + 368 + ], + "score": 0.85, + "content": "104 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 357, + 239, + 369 + ], + "score": 1.0, + "content": "over domain random-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 368, + 238, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 238, + 380 + ], + "score": 1.0, + "content": "ization on Finger, spin. Domain", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 380, + 239, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 239, + 391 + ], + "score": 1.0, + "content": "randomization generalizes com-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 390, + 238, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 238, + 401 + ], + "score": 1.0, + "content": "parably worse to videos, which", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 402, + 237, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 237, + 412 + ], + "score": 1.0, + "content": "we conjecture is not because the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 411, + 239, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 239, + 425 + ], + "score": 1.0, + "content": "environments are non-stationary,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 422, + 238, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 238, + 436 + ], + "score": 1.0, + "content": "but rather because the image", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 434, + 239, + 445 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 239, + 445 + ], + "score": 1.0, + "content": "statistics of videos are not cov-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 446, + 239, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 239, + 457 + ], + "score": 1.0, + "content": "ered by its training domain of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 456, + 239, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 239, + 467 + ], + "score": 1.0, + "content": "randomized colors. In fact, do-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 467, + 239, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 239, + 479 + ], + "score": 1.0, + "content": "main randomization is outper-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 478, + 238, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 238, + 489 + ], + "score": 1.0, + "content": "formed by the vanilla SAC in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 489, + 238, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 238, + 500 + ], + "score": 1.0, + "content": "most tasks with video back-", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 25.5 + }, + { + "type": "table", + "bbox": [ + 245, + 309, + 509, + 486 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 245, + 259, + 504, + 303 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 244, + 259, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 244, + 259, + 506, + 271 + ], + "score": 1.0, + "content": "Table 2. Episodic return in test environments with video back-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 244, + 270, + 507, + 282 + ], + "spans": [ + { + "bbox": [ + 244, + 270, + 507, + 282 + ], + "score": 1.0, + "content": "grounds (top) and distracting objects (bottom), mean and std.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 244, + 281, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 244, + 281, + 506, + 293 + ], + "score": 1.0, + "content": "dev. for 10 seeds. Best method on each task is in bold and blue", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 244, + 293, + 426, + 304 + ], + "spans": [ + { + "bbox": [ + 244, + 293, + 285, + 304 + ], + "score": 1.0, + "content": "compares", + "type": "text" + }, + { + "bbox": [ + 286, + 293, + 331, + 303 + ], + "score": 0.69, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 293, + 426, + 304 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5 + }, + { + "type": "table_body", + "bbox": [ + 245, + 309, + 509, + 486 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 245, + 309, + 509, + 486 + ], + "spans": [ + { + "bbox": [ + 245, + 309, + 509, + 486 + ], + "score": 0.981, + "html": "
Video backgroundsSAC+DR+IDM+IDM (PAD)
Walker, walk616±80655±55694±85717±79
Walker, stand899±53869±60902±51935±20
Cartpole, swingup375±90485±67487±90521±76
Cartpole, balance693±109766±92691±76687±58
Ball in cup, catch393±175271±189362±69436±55
Finger, spin447±102338±207605±61691±80
Finger, turn_easy355±108223±91355±110362±101
Cheetah, run194±30150±34164±42206±34
Distracting objectsSAC+DR+IDM+IDM (PAD)
Cartpole, swingup815±60809±24776±58771±64
Cartpole,balance969±20938±35964±26960±29
Ball in cup, catch177±111331±189482±128545±173
Finger, spin652±184564±288836±62867±72
Finger, turn_easy302±68165±12326±101347±48
", + "type": "table", + "image_path": "4bc66c9ffdfda4de28170ce557a14b812efeda8a00f84a592bc63390067c438f.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 245, + 309, + 509, + 368.0 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 245, + 368.0, + 509, + 427.0 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 245, + 427.0, + 509, + 486.0 + ], + "spans": [], + "index": 43 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 108, + 500, + 369, + 511 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 499, + 371, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 371, + 513 + ], + "score": 1.0, + "content": "grounds, which is in line with the findings of Packer et al. (2018).", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 516, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "score": 1.0, + "content": "Scene content. We hypothesize that: (i) an agent trained with an IDM is comparably less distracted", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 528, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 541 + ], + "score": 1.0, + "content": "by scene content since objects uncorrelated to actions yield no predictive power; and (ii) that PAD", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "can adapt to unexpected objects in the scene. We test these hypotheses by measuring robustness", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "score": 1.0, + "content": "to colored shapes at a variety of positions in both the foreground and background of the scene (no", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "physical interaction). Results are summarized in Table 2. PAD outperforms all baselines in 3 out of 5", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 572, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 253, + 583 + ], + "score": 1.0, + "content": "tasks, with a relative improvement of", + "type": "text" + }, + { + "bbox": [ + 253, + 572, + 279, + 582 + ], + "score": 0.87, + "content": "20 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 572, + 505, + 583 + ], + "score": 1.0, + "content": "over SAC on Ball in cup, catch. In the two cartpole tasks", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 582, + 492, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 492, + 596 + ], + "score": 1.0, + "content": "in which PAD does not improve, all methods are already relatively unaffected by the distractors.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 48 + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "score": 1.0, + "content": "Choice of self-supervised task. We investigate how much the choice of self-supervised task con-", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 609, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 624 + ], + "score": 1.0, + "content": "tributes to the overall success of our method, and consider the following ablations: (i) replacing", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "inverse dynamics with the rotation prediction task described in Section 3.2; and (ii) replacing it with", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "the recently proposed CURL (Srinivas et al., 2020) contrastive learning algorithm for RL. As shown", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "in Table 3, PAD improves generalization of CURL in a majority of tasks on the randomized color", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "benchmark, and in 4 out of 9 tasks using rotation prediction. However, inverse dynamics as auxiliary", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "task produces more consistent results and offers better generalization overall. We argue that learning", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 676, + 506, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 688 + ], + "score": 1.0, + "content": "an IDM produces better representations for motor control since it connects observations directly to", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "actions, whereas CURL and rotation prediction operates purely on observations. In general, we find", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "the improvement of PAD to be bigger in tasks that benefit significantly from visual information (see", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "appendix A), and conjecture that selecting a self-supervised task that learns features useful to the RL", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 106, + 721, + 417, + 731 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 417, + 731 + ], + "score": 1.0, + "content": "task is crucial to the success of PAD, which we discuss further in Section 4.2.", + "type": "text" + } + ], + "index": 63 + } + ], + "index": 57.5 + } + ], + "page_idx": 5, + "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, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 106 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 106, + 111, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 505, + 123 + ], + "score": 1.0, + "content": "Long-term stability. We find the relative improvement of PAD to improve over time, as shown in", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 122, + 505, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 408, + 133 + ], + "score": 1.0, + "content": "Figure 3. To examine the long-term stability of PAD, we further evaluate on", + "type": "text" + }, + { + "bbox": [ + 408, + 122, + 424, + 132 + ], + "score": 0.33, + "content": "1 0 \\mathrm { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 122, + 505, + 133 + ], + "score": 1.0, + "content": "episode lengths and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 145 + ], + "score": 1.0, + "content": "summarize the results in the last two columns in Table 1 (goal-oriented tasks excluded). While we do", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "not explicitly prevent the embedding from drifting away from the RL task, we find empirically that", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "PAD does not degrade the performance of the policy, even over long horizons, and when PAD does", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "not improve, we find it to hurt minimally. We conjecture this is because we are not learning a new", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "task, but simply continue to optimize the same (self-supervised) objective as during joint training,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 186, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 104, + 186, + 506, + 200 + ], + "score": 1.0, + "content": "where both two tasks are compatible. In this setting, PAD still improves generalization in 6 out of 7", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 212 + ], + "score": 1.0, + "content": "tasks, and thus naturally extends beyond episodic deployment. For completeness, we also evaluate", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "methods in the environment in which they were trained, and report the results in appendix A. We find", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "score": 1.0, + "content": "that, while PAD improves generalization to novel environments, performance is virtually unchanged", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 506, + 244 + ], + "score": 1.0, + "content": "on the training environment. We conjecture this is because the self-supervised task is already fully", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 452, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 452, + 254 + ], + "score": 1.0, + "content": "learned and any continued training on the same data distribution thus has little impact.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 111, + 506, + 254 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 259, + 237, + 500 + ], + "lines": [ + { + "bbox": [ + 106, + 259, + 239, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 259, + 239, + 271 + ], + "score": 1.0, + "content": "Non-stationary environments.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 269, + 237, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 237, + 281 + ], + "score": 1.0, + "content": "To investigate whether PAD can", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 281, + 239, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 239, + 293 + ], + "score": 1.0, + "content": "adapt in non-stationary envi-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 292, + 239, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 239, + 303 + ], + "score": 1.0, + "content": "ronments, we evaluate general-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 302, + 239, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 239, + 314 + ], + "score": 1.0, + "content": "ization to diverse video back-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 238, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 238, + 325 + ], + "score": 1.0, + "content": "grounds (refer to Figure 2). We", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 324, + 239, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 239, + 336 + ], + "score": 1.0, + "content": "find PAD to outperform all base-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 335, + 238, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 238, + 347 + ], + "score": 1.0, + "content": "lines on 7 out of 8 tasks, as", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 345, + 238, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 238, + 359 + ], + "score": 1.0, + "content": "shown in Table 2, by as much", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 357, + 239, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 118, + 369 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 357, + 144, + 368 + ], + "score": 0.85, + "content": "104 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 357, + 239, + 369 + ], + "score": 1.0, + "content": "over domain random-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 368, + 238, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 238, + 380 + ], + "score": 1.0, + "content": "ization on Finger, spin. Domain", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 380, + 239, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 239, + 391 + ], + "score": 1.0, + "content": "randomization generalizes com-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 390, + 238, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 238, + 401 + ], + "score": 1.0, + "content": "parably worse to videos, which", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 402, + 237, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 237, + 412 + ], + "score": 1.0, + "content": "we conjecture is not because the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 411, + 239, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 239, + 425 + ], + "score": 1.0, + "content": "environments are non-stationary,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 422, + 238, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 238, + 436 + ], + "score": 1.0, + "content": "but rather because the image", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 434, + 239, + 445 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 239, + 445 + ], + "score": 1.0, + "content": "statistics of videos are not cov-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 446, + 239, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 239, + 457 + ], + "score": 1.0, + "content": "ered by its training domain of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 456, + 239, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 239, + 467 + ], + "score": 1.0, + "content": "randomized colors. In fact, do-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 467, + 239, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 239, + 479 + ], + "score": 1.0, + "content": "main randomization is outper-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 478, + 238, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 238, + 489 + ], + "score": 1.0, + "content": "formed by the vanilla SAC in", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 489, + 238, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 238, + 500 + ], + "score": 1.0, + "content": "most tasks with video back-", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 259, + 239, + 500 + ] + }, + { + "type": "table", + "bbox": [ + 245, + 309, + 509, + 486 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 245, + 259, + 504, + 303 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 244, + 259, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 244, + 259, + 506, + 271 + ], + "score": 1.0, + "content": "Table 2. Episodic return in test environments with video back-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 244, + 270, + 507, + 282 + ], + "spans": [ + { + "bbox": [ + 244, + 270, + 507, + 282 + ], + "score": 1.0, + "content": "grounds (top) and distracting objects (bottom), mean and std.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 244, + 281, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 244, + 281, + 506, + 293 + ], + "score": 1.0, + "content": "dev. for 10 seeds. Best method on each task is in bold and blue", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 244, + 293, + 426, + 304 + ], + "spans": [ + { + "bbox": [ + 244, + 293, + 285, + 304 + ], + "score": 1.0, + "content": "compares", + "type": "text" + }, + { + "bbox": [ + 286, + 293, + 331, + 303 + ], + "score": 0.69, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 293, + 426, + 304 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5 + }, + { + "type": "table_body", + "bbox": [ + 245, + 309, + 509, + 486 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 245, + 309, + 509, + 486 + ], + "spans": [ + { + "bbox": [ + 245, + 309, + 509, + 486 + ], + "score": 0.981, + "html": "
Video backgroundsSAC+DR+IDM+IDM (PAD)
Walker, walk616±80655±55694±85717±79
Walker, stand899±53869±60902±51935±20
Cartpole, swingup375±90485±67487±90521±76
Cartpole, balance693±109766±92691±76687±58
Ball in cup, catch393±175271±189362±69436±55
Finger, spin447±102338±207605±61691±80
Finger, turn_easy355±108223±91355±110362±101
Cheetah, run194±30150±34164±42206±34
Distracting objectsSAC+DR+IDM+IDM (PAD)
Cartpole, swingup815±60809±24776±58771±64
Cartpole,balance969±20938±35964±26960±29
Ball in cup, catch177±111331±189482±128545±173
Finger, spin652±184564±288836±62867±72
Finger, turn_easy302±68165±12326±101347±48
", + "type": "table", + "image_path": "4bc66c9ffdfda4de28170ce557a14b812efeda8a00f84a592bc63390067c438f.jpg" + } + ] + } + ], + "index": 42, + "virtual_lines": [ + { + "bbox": [ + 245, + 309, + 509, + 368.0 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 245, + 368.0, + 509, + 427.0 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 245, + 427.0, + 509, + 486.0 + ], + "spans": [], + "index": 43 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 108, + 500, + 369, + 511 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 499, + 371, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 371, + 513 + ], + "score": 1.0, + "content": "grounds, which is in line with the findings of Packer et al. (2018).", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 516, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 505, + 529 + ], + "score": 1.0, + "content": "Scene content. We hypothesize that: (i) an agent trained with an IDM is comparably less distracted", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 528, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 505, + 541 + ], + "score": 1.0, + "content": "by scene content since objects uncorrelated to actions yield no predictive power; and (ii) that PAD", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "can adapt to unexpected objects in the scene. We test these hypotheses by measuring robustness", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 562 + ], + "score": 1.0, + "content": "to colored shapes at a variety of positions in both the foreground and background of the scene (no", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "physical interaction). Results are summarized in Table 2. PAD outperforms all baselines in 3 out of 5", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 572, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 253, + 583 + ], + "score": 1.0, + "content": "tasks, with a relative improvement of", + "type": "text" + }, + { + "bbox": [ + 253, + 572, + 279, + 582 + ], + "score": 0.87, + "content": "20 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 572, + 505, + 583 + ], + "score": 1.0, + "content": "over SAC on Ball in cup, catch. In the two cartpole tasks", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 582, + 492, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 492, + 596 + ], + "score": 1.0, + "content": "in which PAD does not improve, all methods are already relatively unaffected by the distractors.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 517, + 506, + 596 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 506, + 612 + ], + "score": 1.0, + "content": "Choice of self-supervised task. We investigate how much the choice of self-supervised task con-", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 609, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 505, + 624 + ], + "score": 1.0, + "content": "tributes to the overall success of our method, and consider the following ablations: (i) replacing", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "inverse dynamics with the rotation prediction task described in Section 3.2; and (ii) replacing it with", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "the recently proposed CURL (Srinivas et al., 2020) contrastive learning algorithm for RL. As shown", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 655 + ], + "score": 1.0, + "content": "in Table 3, PAD improves generalization of CURL in a majority of tasks on the randomized color", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "benchmark, and in 4 out of 9 tasks using rotation prediction. However, inverse dynamics as auxiliary", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "task produces more consistent results and offers better generalization overall. We argue that learning", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 676, + 506, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 688 + ], + "score": 1.0, + "content": "an IDM produces better representations for motor control since it connects observations directly to", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "actions, whereas CURL and rotation prediction operates purely on observations. In general, we find", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "the improvement of PAD to be bigger in tasks that benefit significantly from visual information (see", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "appendix A), and conjecture that selecting a self-supervised task that learns features useful to the RL", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 106, + 721, + 417, + 731 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 417, + 731 + ], + "score": 1.0, + "content": "task is crucial to the success of PAD, which we discuss further in Section 4.2.", + "type": "text" + } + ], + "index": 63 + } + ], + "index": 57.5, + "bbox_fs": [ + 105, + 600, + 506, + 731 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 130, + 507, + 237 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 506, + 125 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 79, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 506, + 93 + ], + "score": 1.0, + "content": "Table 3. Ablations on the randomized color domain of DMC. All methods use SAC. CURL represents", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 91, + 506, + 103 + ], + "spans": [ + { + "bbox": [ + 105, + 91, + 506, + 103 + ], + "score": 1.0, + "content": "RL with a contrastive learning task (Srinivas et al., 2020) and Rot represents the rotation predic-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 101, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 506, + 115 + ], + "score": 1.0, + "content": "tion (Gidaris et al., 2018). Offline PAD is here denoted O-PAD for brevity, whereas the default usage", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 112, + 498, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 112, + 398, + 126 + ], + "score": 1.0, + "content": "of PAD is in an online setting. Best method is in bold and blue compares", + "type": "text" + }, + { + "bbox": [ + 399, + 113, + 426, + 124 + ], + "score": 0.86, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 112, + 498, + 126 + ], + "score": 1.0, + "content": "w/ and w/o PAD.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 130, + 507, + 237 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 130, + 507, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 507, + 237 + ], + "score": 0.983, + "html": "
Random colorsCURLCURL (PAD)RotRot (PAD)IDMIDM (O-PAD)IDM (PAD)
Walker, walk445±99495±70335±7330±30406±29441±16468±47
Walker, stand662±54753±49673±4653±27743±37727±21797±46
Cartpole, swingup454±110413±67493±52477±38585±73578±69630±63
Cartpole,balance782±13763±5710±72734±81835±40796±37848±29
Ball in cup, catch231±92332±78291±54314±60471±75490±16563±50
Finger, spin691±12588±22695±36689±20757±62767±43803±72
Finger, turn_easy202±32186±2283±68230±53283±51321±10304±46
Cheetah, run202±22211±20127±3135±12121±38112±35159±28
Reacher, easy325±32378±6299±29120±7201±32241±24214±44
", + "type": "table", + "image_path": "bf344df1e165df56c80486d7f51964bb5b74eb3e2e0b8e22fc58b0af02a686ee.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 106, + 130, + 507, + 165.66666666666666 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 165.66666666666666, + 507, + 201.33333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 106, + 201.33333333333331, + 507, + 236.99999999999997 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 3.25 + }, + { + "type": "table", + "bbox": [ + 106, + 295, + 503, + 358 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 245, + 505, + 290 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 245, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 506, + 258 + ], + "score": 1.0, + "content": "Table 4. Episodic return of PAD and baselines in CRLMaze environments. PAD improves general-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 257, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 506, + 268 + ], + "score": 1.0, + "content": "ization in all considered environments and outperforms both A2C and domain randomization by a", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 267, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 505, + 279 + ], + "score": 1.0, + "content": "large margin. All methods use A2C. We report mean and std. error of 10 seeds. Best method in each", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 279, + 446, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 446, + 290 + ], + "score": 1.0, + "content": "environment is in bold and blue compares rotation prediction with and without PAD.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 295, + 503, + 358 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 295, + 503, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 503, + 358 + ], + "score": 0.977, + "html": "
CRLMazeRandomA2C+DR+IDM+IDM (PAD)+Rot+Rot (PAD)
Walls-870±30-380±145-260±137-302±150-428±135-206±166-74±116
Floor-868±23-320±167-438±59-47±198-530±106-294±123-209±94
Ceiling-872±30-171±175-400±74166±215-508±104128±196281±83
Lights-900±29-30±213-310±106239±270-460±114-84±53312±104
", + "type": "table", + "image_path": "15c39b22f8aeb5f17c614888a12e0481844a65b7a4bca0ef09518735e3dd9696.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 106, + 295, + 503, + 316.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 106, + 316.0, + 503, + 337.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 106, + 337.0, + 503, + 358.0 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 10.25 + }, + { + "type": "text", + "bbox": [ + 106, + 372, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 373, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 505, + 384 + ], + "score": 1.0, + "content": "Offline versus online learning. Observations that arrive sequentially are highly correlated, and we", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 383, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 506, + 397 + ], + "score": 1.0, + "content": "thus hypothesize that our method benefits significantly from learning online. To test this hypothesis,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "score": 1.0, + "content": "we run an offline variant of our method in which network updates are forgotten after each step. In", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 404, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 506, + 419 + ], + "score": 1.0, + "content": "this setting, our method can only adapt to single observations and does not benefit from learning", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "over time. Results are shown in Table 3. We find that our method benefits substantially from online", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 428, + 401, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 401, + 440 + ], + "score": 1.0, + "content": "learning, but learning offline still improves generalization on select tasks.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16.5 + }, + { + "type": "title", + "bbox": [ + 107, + 450, + 179, + 461 + ], + "lines": [ + { + "bbox": [ + 105, + 448, + 181, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 181, + 464 + ], + "score": 1.0, + "content": "4.2 CRLMAZE", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 467, + 505, + 511 + ], + "lines": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "CRLMaze (Lomonaco et al., 2019) is a time-constrained, discrete-action 3D navigation task for", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 477, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 506, + 491 + ], + "score": 1.0, + "content": "ViZDoom (Wydmuch et al., 2018), in which an agent is to navigate a maze and collect objects. There", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "is a positive reward associated with green columns, and a negative reward for lanterns as well as for", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 500, + 474, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 474, + 513 + ], + "score": 1.0, + "content": "living. Readers are referred to the respective papers for details on the task and environment.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 505, + 649 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "score": 1.0, + "content": "Experimental setup. We train agents on a single environment and measure generalization to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "score": 1.0, + "content": "environments with novel textures for walls, floor, and ceiling, as well as lighting, as shown in Figure 2.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "We implement PAD on top of A2C (Mnih et al., 2016) and use rotation prediction (see Section 3.2) as", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 549, + 507, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 507, + 563 + ], + "score": 1.0, + "content": "self-supervised task. Learning to navigate novel scenes requires a generalized scene understanding,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "score": 1.0, + "content": "and we find that rotation prediction facilitates that more so than an IDM. We compare to the following", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 459, + 585 + ], + "score": 1.0, + "content": "baselines: (i) a random agent (denoted Random); (ii) A2C with no changes (denoted", + "type": "text" + }, + { + "bbox": [ + 460, + 573, + 480, + 583 + ], + "score": 0.5, + "content": "A 2 C", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "); (iii)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 582, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 312, + 595 + ], + "score": 1.0, + "content": "A2C trained with domain randomization (denoted", + "type": "text" + }, + { + "bbox": [ + 313, + 583, + 335, + 594 + ], + "score": 0.87, + "content": "+ D R", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 582, + 506, + 595 + ], + "score": 1.0, + "content": "); (iv) A2C with an IDM as auxiliary task", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 144, + 606 + ], + "score": 1.0, + "content": "(denoted", + "type": "text" + }, + { + "bbox": [ + 144, + 594, + 172, + 605 + ], + "score": 0.86, + "content": "+ I D M )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 594, + 431, + 606 + ], + "score": 1.0, + "content": "; and (v) A2C with rotation prediction as auxiliary task (denoted", + "type": "text" + }, + { + "bbox": [ + 431, + 595, + 454, + 605 + ], + "score": 0.83, + "content": "+ R o t )", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 594, + 506, + 606 + ], + "score": 1.0, + "content": ". We denote", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 180, + 618 + ], + "score": 1.0, + "content": "Rot with PAD as", + "type": "text" + }, + { + "bbox": [ + 180, + 605, + 231, + 616 + ], + "score": 0.63, + "content": "+ R o t \\ ( P A D )", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 604, + 506, + 618 + ], + "score": 1.0, + "content": ". Domain randomization uses 56 combinations of diverse textures,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "score": 1.0, + "content": "partially overlapping with the test distribution, and we find it necessary to train domain randomization", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "score": 1.0, + "content": "for twice as many episodes in order to converge. We closely follow the evaluation procedure of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 638, + 492, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 492, + 650 + ], + "score": 1.0, + "content": "(Lomonaco et al., 2019) and evaluate methods across 20 starting positions and 10 random seeds.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "Results. We report performance on the CRLMaze environments in Table 4. PAD improves gener-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "alization in all considered test environments, outperforming both A2C and domain randomization", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "by a large margin. Domain randomization performs consistently across all environments but is less", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "successful overall. We further examine the importance of selecting appropriate auxiliary tasks by a", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "simple ablation: replacing rotation prediction with an IDM for the navigation task. We conjecture", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "that, while an auxiliary task can enforce structure in the learned representations, its features (and", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "consequently gradients) need to be sufficiently correlated with the primary RL task for PAD to be", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40 + } + ], + "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, + 763 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 763 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 130, + 507, + 237 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 80, + 506, + 125 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 79, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 506, + 93 + ], + "score": 1.0, + "content": "Table 3. Ablations on the randomized color domain of DMC. All methods use SAC. CURL represents", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 91, + 506, + 103 + ], + "spans": [ + { + "bbox": [ + 105, + 91, + 506, + 103 + ], + "score": 1.0, + "content": "RL with a contrastive learning task (Srinivas et al., 2020) and Rot represents the rotation predic-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 101, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 506, + 115 + ], + "score": 1.0, + "content": "tion (Gidaris et al., 2018). Offline PAD is here denoted O-PAD for brevity, whereas the default usage", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 112, + 498, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 112, + 398, + 126 + ], + "score": 1.0, + "content": "of PAD is in an online setting. Best method is in bold and blue compares", + "type": "text" + }, + { + "bbox": [ + 399, + 113, + 426, + 124 + ], + "score": 0.86, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 112, + 498, + 126 + ], + "score": 1.0, + "content": "w/ and w/o PAD.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 130, + 507, + 237 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 130, + 507, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 507, + 237 + ], + "score": 0.983, + "html": "
Random colorsCURLCURL (PAD)RotRot (PAD)IDMIDM (O-PAD)IDM (PAD)
Walker, walk445±99495±70335±7330±30406±29441±16468±47
Walker, stand662±54753±49673±4653±27743±37727±21797±46
Cartpole, swingup454±110413±67493±52477±38585±73578±69630±63
Cartpole,balance782±13763±5710±72734±81835±40796±37848±29
Ball in cup, catch231±92332±78291±54314±60471±75490±16563±50
Finger, spin691±12588±22695±36689±20757±62767±43803±72
Finger, turn_easy202±32186±2283±68230±53283±51321±10304±46
Cheetah, run202±22211±20127±3135±12121±38112±35159±28
Reacher, easy325±32378±6299±29120±7201±32241±24214±44
", + "type": "table", + "image_path": "bf344df1e165df56c80486d7f51964bb5b74eb3e2e0b8e22fc58b0af02a686ee.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 106, + 130, + 507, + 165.66666666666666 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 165.66666666666666, + 507, + 201.33333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 106, + 201.33333333333331, + 507, + 236.99999999999997 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 3.25 + }, + { + "type": "table", + "bbox": [ + 106, + 295, + 503, + 358 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 245, + 505, + 290 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 245, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 506, + 258 + ], + "score": 1.0, + "content": "Table 4. Episodic return of PAD and baselines in CRLMaze environments. PAD improves general-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 257, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 506, + 268 + ], + "score": 1.0, + "content": "ization in all considered environments and outperforms both A2C and domain randomization by a", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 267, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 505, + 279 + ], + "score": 1.0, + "content": "large margin. All methods use A2C. We report mean and std. error of 10 seeds. Best method in each", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 279, + 446, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 446, + 290 + ], + "score": 1.0, + "content": "environment is in bold and blue compares rotation prediction with and without PAD.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 295, + 503, + 358 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 295, + 503, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 503, + 358 + ], + "score": 0.977, + "html": "
CRLMazeRandomA2C+DR+IDM+IDM (PAD)+Rot+Rot (PAD)
Walls-870±30-380±145-260±137-302±150-428±135-206±166-74±116
Floor-868±23-320±167-438±59-47±198-530±106-294±123-209±94
Ceiling-872±30-171±175-400±74166±215-508±104128±196281±83
Lights-900±29-30±213-310±106239±270-460±114-84±53312±104
", + "type": "table", + "image_path": "15c39b22f8aeb5f17c614888a12e0481844a65b7a4bca0ef09518735e3dd9696.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 106, + 295, + 503, + 316.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 106, + 316.0, + 503, + 337.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 106, + 337.0, + 503, + 358.0 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 10.25 + }, + { + "type": "text", + "bbox": [ + 106, + 372, + 505, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 373, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 505, + 384 + ], + "score": 1.0, + "content": "Offline versus online learning. Observations that arrive sequentially are highly correlated, and we", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 383, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 506, + 397 + ], + "score": 1.0, + "content": "thus hypothesize that our method benefits significantly from learning online. To test this hypothesis,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "score": 1.0, + "content": "we run an offline variant of our method in which network updates are forgotten after each step. In", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 404, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 404, + 506, + 419 + ], + "score": 1.0, + "content": "this setting, our method can only adapt to single observations and does not benefit from learning", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 429 + ], + "score": 1.0, + "content": "over time. Results are shown in Table 3. We find that our method benefits substantially from online", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 428, + 401, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 401, + 440 + ], + "score": 1.0, + "content": "learning, but learning offline still improves generalization on select tasks.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 373, + 506, + 440 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 450, + 179, + 461 + ], + "lines": [ + { + "bbox": [ + 105, + 448, + 181, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 181, + 464 + ], + "score": 1.0, + "content": "4.2 CRLMAZE", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 467, + 505, + 511 + ], + "lines": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "CRLMaze (Lomonaco et al., 2019) is a time-constrained, discrete-action 3D navigation task for", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 477, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 506, + 491 + ], + "score": 1.0, + "content": "ViZDoom (Wydmuch et al., 2018), in which an agent is to navigate a maze and collect objects. There", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "is a positive reward associated with green columns, and a negative reward for lanterns as well as for", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 500, + 474, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 474, + 513 + ], + "score": 1.0, + "content": "living. Readers are referred to the respective papers for details on the task and environment.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 466, + 506, + 513 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 505, + 649 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 505, + 530 + ], + "score": 1.0, + "content": "Experimental setup. We train agents on a single environment and measure generalization to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 541 + ], + "score": 1.0, + "content": "environments with novel textures for walls, floor, and ceiling, as well as lighting, as shown in Figure 2.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "We implement PAD on top of A2C (Mnih et al., 2016) and use rotation prediction (see Section 3.2) as", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 549, + 507, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 507, + 563 + ], + "score": 1.0, + "content": "self-supervised task. Learning to navigate novel scenes requires a generalized scene understanding,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "score": 1.0, + "content": "and we find that rotation prediction facilitates that more so than an IDM. We compare to the following", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 459, + 585 + ], + "score": 1.0, + "content": "baselines: (i) a random agent (denoted Random); (ii) A2C with no changes (denoted", + "type": "text" + }, + { + "bbox": [ + 460, + 573, + 480, + 583 + ], + "score": 0.5, + "content": "A 2 C", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "); (iii)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 582, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 312, + 595 + ], + "score": 1.0, + "content": "A2C trained with domain randomization (denoted", + "type": "text" + }, + { + "bbox": [ + 313, + 583, + 335, + 594 + ], + "score": 0.87, + "content": "+ D R", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 582, + 506, + 595 + ], + "score": 1.0, + "content": "); (iv) A2C with an IDM as auxiliary task", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 144, + 606 + ], + "score": 1.0, + "content": "(denoted", + "type": "text" + }, + { + "bbox": [ + 144, + 594, + 172, + 605 + ], + "score": 0.86, + "content": "+ I D M )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 594, + 431, + 606 + ], + "score": 1.0, + "content": "; and (v) A2C with rotation prediction as auxiliary task (denoted", + "type": "text" + }, + { + "bbox": [ + 431, + 595, + 454, + 605 + ], + "score": 0.83, + "content": "+ R o t )", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 594, + 506, + 606 + ], + "score": 1.0, + "content": ". We denote", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 180, + 618 + ], + "score": 1.0, + "content": "Rot with PAD as", + "type": "text" + }, + { + "bbox": [ + 180, + 605, + 231, + 616 + ], + "score": 0.63, + "content": "+ R o t \\ ( P A D )", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 604, + 506, + 618 + ], + "score": 1.0, + "content": ". Domain randomization uses 56 combinations of diverse textures,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "score": 1.0, + "content": "partially overlapping with the test distribution, and we find it necessary to train domain randomization", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "score": 1.0, + "content": "for twice as many episodes in order to converge. We closely follow the evaluation procedure of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 638, + 492, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 492, + 650 + ], + "score": 1.0, + "content": "(Lomonaco et al., 2019) and evaluate methods across 20 starting positions and 10 random seeds.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 518, + 507, + 650 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "Results. We report performance on the CRLMaze environments in Table 4. PAD improves gener-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "alization in all considered test environments, outperforming both A2C and domain randomization", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "by a large margin. Domain randomization performs consistently across all environments but is less", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "successful overall. We further examine the importance of selecting appropriate auxiliary tasks by a", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "simple ablation: replacing rotation prediction with an IDM for the navigation task. We conjecture", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "that, while an auxiliary task can enforce structure in the learned representations, its features (and", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "consequently gradients) need to be sufficiently correlated with the primary RL task for PAD to be", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 655, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 76, + 502, + 154 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 76, + 502, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 76, + 502, + 154 + ], + "spans": [ + { + "bbox": [ + 109, + 76, + 502, + 154 + ], + "score": 0.901, + "type": "image", + "image_path": "7a75facacf5c2ac9f0591865730aa213a149b2aae09f6d5a1610fc3b0f899d74.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 76, + 502, + 102.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 102.0, + 502, + 128.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 128.0, + 502, + 154.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 111, + 157, + 456, + 168 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 156, + 455, + 170 + ], + "spans": [ + { + "bbox": [ + 117, + 156, + 334, + 170 + ], + "score": 1.0, + "content": "(a) Simulation. (b) Default transfer. (c) Table cloth.", + "type": "text" + }, + { + "bbox": [ + 392, + 156, + 455, + 170 + ], + "score": 1.0, + "content": "(d) Disco lights.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 171, + 504, + 193 + ], + "lines": [ + { + "bbox": [ + 106, + 170, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 505, + 183 + ], + "score": 1.0, + "content": "Figure 4. Samples from the push robotic manipulation task. The task is to push the yellow cube to", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 181, + 471, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 471, + 194 + ], + "score": 1.0, + "content": "the location of the red disc. Agents are trained in setting (a) and evaluated in settings (b-d).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 204, + 505, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 205, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 505, + 217 + ], + "score": 1.0, + "content": "successful during deployment. While PAD with rotation prediction improves generalization across all", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "test environments considered, IDM does not, which suggests that rotation prediction is more suitable", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 226, + 507, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 507, + 240 + ], + "score": 1.0, + "content": "for tasks that require scene understanding, whereas IDM is useful for tasks that require motor control.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 237, + 468, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 468, + 250 + ], + "score": 1.0, + "content": "We leave it to future work to automate the process of selecting appropriate auxiliary tasks.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "title", + "bbox": [ + 108, + 264, + 268, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 263, + 270, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 270, + 276 + ], + "score": 1.0, + "content": "4.3 ROBOTIC MANIPULATION TASKS", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 276, + 413 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 277, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 277, + 293 + ], + "score": 1.0, + "content": "We deploy our method and baselines on", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 291, + 277, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 277, + 303 + ], + "score": 1.0, + "content": "a real Kinova Gen3 robot and evaluate on", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 303, + 277, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 277, + 314 + ], + "score": 1.0, + "content": "two manipulation tasks: (i) reach, a task in", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 314, + 277, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 314, + 277, + 325 + ], + "score": 1.0, + "content": "which the robot reaches for a goal marked", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 325, + 277, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 277, + 336 + ], + "score": 1.0, + "content": "by a red disc; and (ii) push, a task in which", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 336, + 277, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 277, + 347 + ], + "score": 1.0, + "content": "the robot pushes a cube to the location of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 347, + 277, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 277, + 358 + ], + "score": 1.0, + "content": "the red disc. Both tasks use an XY action", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 358, + 278, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 278, + 370 + ], + "score": 1.0, + "content": "space, where the Z position of the actua-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 369, + 277, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 277, + 381 + ], + "score": 1.0, + "content": "tor is fixed. Agents operate purely from", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 380, + 277, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 277, + 392 + ], + "score": 1.0, + "content": "pixel observations with no access to state", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 391, + 277, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 277, + 403 + ], + "score": 1.0, + "content": "information. During deployment, we make", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 401, + 277, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 277, + 415 + ], + "score": 1.0, + "content": "no effort to calibrate camera, lighting, or", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 16.5 + }, + { + "type": "table", + "bbox": [ + 284, + 322, + 502, + 406 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 284, + 282, + 504, + 315 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 284, + 281, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 284, + 281, + 505, + 293 + ], + "score": 1.0, + "content": "Table 5. Success rate of PAD and baselines on a real", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 284, + 293, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 284, + 293, + 505, + 304 + ], + "score": 1.0, + "content": "robotic arm. Best method in each environment is in bold", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 284, + 304, + 484, + 315 + ], + "spans": [ + { + "bbox": [ + 284, + 304, + 361, + 315 + ], + "score": 1.0, + "content": "and blue compares", + "type": "text" + }, + { + "bbox": [ + 362, + 304, + 389, + 314 + ], + "score": 0.86, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 304, + 484, + 315 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "table_body", + "bbox": [ + 284, + 322, + 502, + 406 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 284, + 322, + 502, + 406 + ], + "spans": [ + { + "bbox": [ + 284, + 322, + 502, + 406 + ], + "score": 0.979, + "html": "
Real robotSAC+DR+IDM+IDM (PAD)
Reach (default)100%100%100%100%
Reach (cloth)48%80%56%80%
Reach (disco)72%76%88%92%
Push (default)88%88%92%100%
Push (cloth)60%64%64%88%
Push (disco)60%68%72%84%
", + "type": "table", + "image_path": "6d9f88483285c3d154ac3b567adc05a0f37c1c4a8436c19262f4605b0d8b8d8b.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 284, + 322, + 502, + 334.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 284, + 334.0, + 502, + 346.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 284, + 346.0, + 502, + 358.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 284, + 358.0, + 502, + 370.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 284, + 370.0, + 502, + 382.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 284, + 382.0, + 502, + 394.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 284, + 394.0, + 502, + 406.0 + ], + "spans": [], + "index": 32 + } + ] + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 414, + 506, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "physical properties such as dimensions, mass, and friction, and policies are expected to generalize", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 424, + 507, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 507, + 436 + ], + "score": 1.0, + "content": "with no prior knowledge of the test environment. Samples from the push task are shown in Figure 4,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 434, + 307, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 307, + 446 + ], + "score": 1.0, + "content": "and samples from reach are shown in appendix E.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 452, + 276, + 594 + ], + "lines": [ + { + "bbox": [ + 106, + 451, + 277, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 277, + 464 + ], + "score": 1.0, + "content": "Experimental setup. We implement PAD", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 462, + 277, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 277, + 474 + ], + "score": 1.0, + "content": "on top of SAC (Haarnoja et al., 2018) and", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 473, + 277, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 277, + 486 + ], + "score": 1.0, + "content": "apply the same experimental setup as in", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 484, + 277, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 277, + 497 + ], + "score": 1.0, + "content": "Section 4.1 using an Inverse Dynamics", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 496, + 278, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 278, + 507 + ], + "score": 1.0, + "content": "Model (IDM) for self-supervision, but with-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 506, + 277, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 200, + 518 + ], + "score": 1.0, + "content": "out frame-stacking (i.e.", + "type": "text" + }, + { + "bbox": [ + 200, + 506, + 226, + 517 + ], + "score": 0.89, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 506, + 277, + 518 + ], + "score": 1.0, + "content": "). Agents are", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 518, + 277, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 277, + 528 + ], + "score": 1.0, + "content": "trained in simulation with dense rewards", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 528, + 278, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 278, + 540 + ], + "score": 1.0, + "content": "and randomized initial configurations of", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 539, + 278, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 278, + 551 + ], + "score": 1.0, + "content": "arm, goal, and box, and we measure gen-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 551, + 277, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 277, + 561 + ], + "score": 1.0, + "content": "eralization to 3 novel environments in the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 561, + 277, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 277, + 573 + ], + "score": 1.0, + "content": "real-world: (i) default environment with", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 572, + 277, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 277, + 584 + ], + "score": 1.0, + "content": "pixel observations that roughly mimic the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 583, + 277, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 277, + 595 + ], + "score": 1.0, + "content": "simulation; (ii) a patterned table cloth that", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 285, + 452, + 504, + 518 + ], + "lines": [ + { + "bbox": [ + 284, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 284, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "Table 6. Success rate of PAD and baselines for the push", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 284, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 284, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "task on a simulated robotic arm in test environments", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 283, + 473, + 507, + 487 + ], + "spans": [ + { + "bbox": [ + 283, + 473, + 507, + 487 + ], + "score": 1.0, + "content": "with changes to dynamics. Changes include object mass,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 284, + 486, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 284, + 486, + 505, + 497 + ], + "score": 1.0, + "content": "size, and friction, arm mount position, and end effector", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 284, + 496, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 284, + 496, + 506, + 507 + ], + "score": 1.0, + "content": "velocity. Best method in each environment is in bold", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 284, + 507, + 484, + 519 + ], + "spans": [ + { + "bbox": [ + 284, + 507, + 361, + 519 + ], + "score": 1.0, + "content": "and blue compares", + "type": "text" + }, + { + "bbox": [ + 362, + 507, + 389, + 518 + ], + "score": 0.83, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 507, + 484, + 519 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 54 + } + ], + "index": 51.5 + }, + { + "type": "table", + "bbox": [ + 284, + 526, + 502, + 586 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 284, + 526, + 502, + 586 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 284, + 526, + 502, + 586 + ], + "spans": [ + { + "bbox": [ + 284, + 526, + 502, + 586 + ], + "score": 0.977, + "html": "
Simulated robotSAC+DR+IDM+IDM (PAD)
Push (object)66%64%72%82%
Push (mount)68%58%86%84%
Push (velocity)70%68%70%78%
Push (all)56%50%48%76%
", + "type": "table", + "image_path": "893e85f9cde46ec61efaa4988ff881556760c85e430326592a734820a3ce89f0.jpg" + } + ] + } + ], + "index": 57, + "virtual_lines": [ + { + "bbox": [ + 284, + 526, + 502, + 538.0 + ], + "spans": [], + "index": 55 + }, + { + "bbox": [ + 284, + 538.0, + 502, + 550.0 + ], + "spans": [], + "index": 56 + }, + { + "bbox": [ + 284, + 550.0, + 502, + 562.0 + ], + "spans": [], + "index": 57 + }, + { + "bbox": [ + 284, + 562.0, + 502, + 574.0 + ], + "spans": [], + "index": 58 + }, + { + "bbox": [ + 284, + 574.0, + 502, + 586.0 + ], + "spans": [], + "index": 59 + } + ] + } + ], + "index": 57 + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "score": 1.0, + "content": "distracts visually and greatly increases friction; and (iii) disco, an environment with non-stationary", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "visual disco light distractions. Notably, all 3 environments also feature subtle differences in dynamics", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "score": 1.0, + "content": "compared to the training environment, such as object dimensions, mass, friction, and uncalibrated", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "score": 1.0, + "content": "actions. In each setting, we evaluate the success rate across 25 test runs spanning across 5 pre-defined", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "score": 1.0, + "content": "goal locations throughout the table. The goal locations vary between the two tasks, and the robot", + "type": "text" + } + ], + "index": 64 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "is reset after each run. We perform comparison against direct transfer and domain randomization", + "type": "text" + } + ], + "index": 65 + }, + { + "bbox": [ + 104, + 658, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 506, + 674 + ], + "score": 1.0, + "content": "baselines as in Section 4.1. We further evaluate generalization to changes in dynamics by considering", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 104, + 671, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 104, + 671, + 506, + 684 + ], + "score": 1.0, + "content": "a variant of the simulated environment in which object mass, size, and friction, arm mount position,", + "type": "text" + } + ], + "index": 67 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "and end effector velocity is modified. We consider each setting both individually and jointly, and", + "type": "text" + } + ], + "index": 68 + }, + { + "bbox": [ + 106, + 693, + 459, + 705 + ], + "spans": [ + { + "bbox": [ + 106, + 693, + 459, + 705 + ], + "score": 1.0, + "content": "evaluate success rate across 50 unique configurations with the robot reset after each run.", + "type": "text" + } + ], + "index": 69 + } + ], + "index": 64.5 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "Results. We report transfer results in Table 5. While all methods transfer successfully to reach", + "type": "text" + } + ], + "index": 70 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "(default), we observe PAD to improve generalization in all settings in which the baselines show", + "type": "text" + } + ], + "index": 71 + } + ], + "index": 70.5 + } + ], + "page_idx": 7, + "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": [ + 300, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 300, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 76, + 502, + 154 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 76, + 502, + 154 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 76, + 502, + 154 + ], + "spans": [ + { + "bbox": [ + 109, + 76, + 502, + 154 + ], + "score": 0.901, + "type": "image", + "image_path": "7a75facacf5c2ac9f0591865730aa213a149b2aae09f6d5a1610fc3b0f899d74.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 76, + 502, + 102.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 102.0, + 502, + 128.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 128.0, + 502, + 154.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 111, + 157, + 456, + 168 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 156, + 455, + 170 + ], + "spans": [ + { + "bbox": [ + 117, + 156, + 334, + 170 + ], + "score": 1.0, + "content": "(a) Simulation. (b) Default transfer. (c) Table cloth.", + "type": "text" + }, + { + "bbox": [ + 392, + 156, + 455, + 170 + ], + "score": 1.0, + "content": "(d) Disco lights.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 171, + 504, + 193 + ], + "lines": [ + { + "bbox": [ + 106, + 170, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 505, + 183 + ], + "score": 1.0, + "content": "Figure 4. Samples from the push robotic manipulation task. The task is to push the yellow cube to", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 181, + 471, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 471, + 194 + ], + "score": 1.0, + "content": "the location of the red disc. Agents are trained in setting (a) and evaluated in settings (b-d).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 170, + 505, + 194 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 204, + 505, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 205, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 505, + 217 + ], + "score": 1.0, + "content": "successful during deployment. While PAD with rotation prediction improves generalization across all", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "test environments considered, IDM does not, which suggests that rotation prediction is more suitable", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 226, + 507, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 507, + 240 + ], + "score": 1.0, + "content": "for tasks that require scene understanding, whereas IDM is useful for tasks that require motor control.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 237, + 468, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 237, + 468, + 250 + ], + "score": 1.0, + "content": "We leave it to future work to automate the process of selecting appropriate auxiliary tasks.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5, + "bbox_fs": [ + 105, + 205, + 507, + 250 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 264, + 268, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 263, + 270, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 263, + 270, + 276 + ], + "score": 1.0, + "content": "4.3 ROBOTIC MANIPULATION TASKS", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 281, + 276, + 413 + ], + "lines": [ + { + "bbox": [ + 106, + 281, + 277, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 277, + 293 + ], + "score": 1.0, + "content": "We deploy our method and baselines on", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 291, + 277, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 277, + 303 + ], + "score": 1.0, + "content": "a real Kinova Gen3 robot and evaluate on", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 303, + 277, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 277, + 314 + ], + "score": 1.0, + "content": "two manipulation tasks: (i) reach, a task in", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 314, + 277, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 314, + 277, + 325 + ], + "score": 1.0, + "content": "which the robot reaches for a goal marked", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 325, + 277, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 277, + 336 + ], + "score": 1.0, + "content": "by a red disc; and (ii) push, a task in which", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 336, + 277, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 277, + 347 + ], + "score": 1.0, + "content": "the robot pushes a cube to the location of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 347, + 277, + 358 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 277, + 358 + ], + "score": 1.0, + "content": "the red disc. Both tasks use an XY action", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 358, + 278, + 370 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 278, + 370 + ], + "score": 1.0, + "content": "space, where the Z position of the actua-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 369, + 277, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 277, + 381 + ], + "score": 1.0, + "content": "tor is fixed. Agents operate purely from", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 380, + 277, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 277, + 392 + ], + "score": 1.0, + "content": "pixel observations with no access to state", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 391, + 277, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 277, + 403 + ], + "score": 1.0, + "content": "information. During deployment, we make", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 401, + 277, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 277, + 415 + ], + "score": 1.0, + "content": "no effort to calibrate camera, lighting, or", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 281, + 278, + 415 + ] + }, + { + "type": "table", + "bbox": [ + 284, + 322, + 502, + 406 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 284, + 282, + 504, + 315 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 284, + 281, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 284, + 281, + 505, + 293 + ], + "score": 1.0, + "content": "Table 5. Success rate of PAD and baselines on a real", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 284, + 293, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 284, + 293, + 505, + 304 + ], + "score": 1.0, + "content": "robotic arm. Best method in each environment is in bold", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 284, + 304, + 484, + 315 + ], + "spans": [ + { + "bbox": [ + 284, + 304, + 361, + 315 + ], + "score": 1.0, + "content": "and blue compares", + "type": "text" + }, + { + "bbox": [ + 362, + 304, + 389, + 314 + ], + "score": 0.86, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 304, + 484, + 315 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "table_body", + "bbox": [ + 284, + 322, + 502, + 406 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 284, + 322, + 502, + 406 + ], + "spans": [ + { + "bbox": [ + 284, + 322, + 502, + 406 + ], + "score": 0.979, + "html": "
Real robotSAC+DR+IDM+IDM (PAD)
Reach (default)100%100%100%100%
Reach (cloth)48%80%56%80%
Reach (disco)72%76%88%92%
Push (default)88%88%92%100%
Push (cloth)60%64%64%88%
Push (disco)60%68%72%84%
", + "type": "table", + "image_path": "6d9f88483285c3d154ac3b567adc05a0f37c1c4a8436c19262f4605b0d8b8d8b.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 284, + 322, + 502, + 334.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 284, + 334.0, + 502, + 346.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 284, + 346.0, + 502, + 358.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 284, + 358.0, + 502, + 370.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 284, + 370.0, + 502, + 382.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 284, + 382.0, + 502, + 394.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 284, + 394.0, + 502, + 406.0 + ], + "spans": [], + "index": 32 + } + ] + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 414, + 506, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "physical properties such as dimensions, mass, and friction, and policies are expected to generalize", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 424, + 507, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 507, + 436 + ], + "score": 1.0, + "content": "with no prior knowledge of the test environment. Samples from the push task are shown in Figure 4,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 434, + 307, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 307, + 446 + ], + "score": 1.0, + "content": "and samples from reach are shown in appendix E.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 412, + 507, + 446 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 452, + 276, + 594 + ], + "lines": [ + { + "bbox": [ + 106, + 451, + 277, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 277, + 464 + ], + "score": 1.0, + "content": "Experimental setup. We implement PAD", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 462, + 277, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 462, + 277, + 474 + ], + "score": 1.0, + "content": "on top of SAC (Haarnoja et al., 2018) and", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 473, + 277, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 277, + 486 + ], + "score": 1.0, + "content": "apply the same experimental setup as in", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 484, + 277, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 277, + 497 + ], + "score": 1.0, + "content": "Section 4.1 using an Inverse Dynamics", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 496, + 278, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 496, + 278, + 507 + ], + "score": 1.0, + "content": "Model (IDM) for self-supervision, but with-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 506, + 277, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 200, + 518 + ], + "score": 1.0, + "content": "out frame-stacking (i.e.", + "type": "text" + }, + { + "bbox": [ + 200, + 506, + 226, + 517 + ], + "score": 0.89, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 506, + 277, + 518 + ], + "score": 1.0, + "content": "). Agents are", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 518, + 277, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 277, + 528 + ], + "score": 1.0, + "content": "trained in simulation with dense rewards", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 528, + 278, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 278, + 540 + ], + "score": 1.0, + "content": "and randomized initial configurations of", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 539, + 278, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 278, + 551 + ], + "score": 1.0, + "content": "arm, goal, and box, and we measure gen-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 551, + 277, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 277, + 561 + ], + "score": 1.0, + "content": "eralization to 3 novel environments in the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 561, + 277, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 277, + 573 + ], + "score": 1.0, + "content": "real-world: (i) default environment with", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 572, + 277, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 277, + 584 + ], + "score": 1.0, + "content": "pixel observations that roughly mimic the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 583, + 277, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 277, + 595 + ], + "score": 1.0, + "content": "simulation; (ii) a patterned table cloth that", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 451, + 278, + 595 + ] + }, + { + "type": "text", + "bbox": [ + 285, + 452, + 504, + 518 + ], + "lines": [ + { + "bbox": [ + 284, + 451, + 505, + 464 + ], + "spans": [ + { + "bbox": [ + 284, + 451, + 505, + 464 + ], + "score": 1.0, + "content": "Table 6. Success rate of PAD and baselines for the push", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 284, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 284, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "task on a simulated robotic arm in test environments", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 283, + 473, + 507, + 487 + ], + "spans": [ + { + "bbox": [ + 283, + 473, + 507, + 487 + ], + "score": 1.0, + "content": "with changes to dynamics. Changes include object mass,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 284, + 486, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 284, + 486, + 505, + 497 + ], + "score": 1.0, + "content": "size, and friction, arm mount position, and end effector", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 284, + 496, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 284, + 496, + 506, + 507 + ], + "score": 1.0, + "content": "velocity. Best method in each environment is in bold", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 284, + 507, + 484, + 519 + ], + "spans": [ + { + "bbox": [ + 284, + 507, + 361, + 519 + ], + "score": 1.0, + "content": "and blue compares", + "type": "text" + }, + { + "bbox": [ + 362, + 507, + 389, + 518 + ], + "score": 0.83, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 507, + 484, + 519 + ], + "score": 1.0, + "content": "with and without PAD.", + "type": "text" + } + ], + "index": 54 + } + ], + "index": 51.5, + "bbox_fs": [ + 283, + 451, + 507, + 519 + ] + }, + { + "type": "table", + "bbox": [ + 284, + 526, + 502, + 586 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 284, + 526, + 502, + 586 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 284, + 526, + 502, + 586 + ], + "spans": [ + { + "bbox": [ + 284, + 526, + 502, + 586 + ], + "score": 0.977, + "html": "
Simulated robotSAC+DR+IDM+IDM (PAD)
Push (object)66%64%72%82%
Push (mount)68%58%86%84%
Push (velocity)70%68%70%78%
Push (all)56%50%48%76%
", + "type": "table", + "image_path": "893e85f9cde46ec61efaa4988ff881556760c85e430326592a734820a3ce89f0.jpg" + } + ] + } + ], + "index": 57, + "virtual_lines": [ + { + "bbox": [ + 284, + 526, + 502, + 538.0 + ], + "spans": [], + "index": 55 + }, + { + "bbox": [ + 284, + 538.0, + 502, + 550.0 + ], + "spans": [], + "index": 56 + }, + { + "bbox": [ + 284, + 550.0, + 502, + 562.0 + ], + "spans": [], + "index": 57 + }, + { + "bbox": [ + 284, + 562.0, + 502, + 574.0 + ], + "spans": [], + "index": 58 + }, + { + "bbox": [ + 284, + 574.0, + 502, + 586.0 + ], + "spans": [], + "index": 59 + } + ] + } + ], + "index": 57 + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 505, + 607 + ], + "score": 1.0, + "content": "distracts visually and greatly increases friction; and (iii) disco, an environment with non-stationary", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "visual disco light distractions. Notably, all 3 environments also feature subtle differences in dynamics", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 628 + ], + "score": 1.0, + "content": "compared to the training environment, such as object dimensions, mass, friction, and uncalibrated", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "score": 1.0, + "content": "actions. In each setting, we evaluate the success rate across 25 test runs spanning across 5 pre-defined", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 650 + ], + "score": 1.0, + "content": "goal locations throughout the table. The goal locations vary between the two tasks, and the robot", + "type": "text" + } + ], + "index": 64 + }, + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "is reset after each run. We perform comparison against direct transfer and domain randomization", + "type": "text" + } + ], + "index": 65 + }, + { + "bbox": [ + 104, + 658, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 104, + 658, + 506, + 674 + ], + "score": 1.0, + "content": "baselines as in Section 4.1. We further evaluate generalization to changes in dynamics by considering", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 104, + 671, + 506, + 684 + ], + "spans": [ + { + "bbox": [ + 104, + 671, + 506, + 684 + ], + "score": 1.0, + "content": "a variant of the simulated environment in which object mass, size, and friction, arm mount position,", + "type": "text" + } + ], + "index": 67 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "and end effector velocity is modified. We consider each setting both individually and jointly, and", + "type": "text" + } + ], + "index": 68 + }, + { + "bbox": [ + 106, + 693, + 459, + 705 + ], + "spans": [ + { + "bbox": [ + 106, + 693, + 459, + 705 + ], + "score": 1.0, + "content": "evaluate success rate across 50 unique configurations with the robot reset after each run.", + "type": "text" + } + ], + "index": 69 + } + ], + "index": 64.5, + "bbox_fs": [ + 104, + 593, + 506, + 705 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "Results. We report transfer results in Table 5. While all methods transfer successfully to reach", + "type": "text" + } + ], + "index": 70 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "(default), we observe PAD to improve generalization in all settings in which the baselines show", + "type": "text" + } + ], + "index": 71 + }, + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "sub-optimal performance. We find PAD to be especially powerful for the push task that involves", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 248, + 106 + ], + "score": 1.0, + "content": "dynamics, improving by as much as", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 249, + 94, + 270, + 104 + ], + "score": 0.87, + "content": "24 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 270, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "in push (cloth). While domain randomization proves highly", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "effective in reach (cloth), we observe no significant benefit in the other settings, which suggests that", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "PAD can be more suitable in challenging tasks like push. To isolate the effect of dynamics, we further", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 139 + ], + "score": 1.0, + "content": "evaluate generalization to a number of simulated changes in dynamics on the push task. Results are", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "score": 1.0, + "content": "shown in Table 6. We find PAD to improve generalization to changes in the physical properties of", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 147, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 273, + 161 + ], + "score": 1.0, + "content": "the object and end effector, whereas both", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 273, + 149, + 319, + 159 + ], + "score": 0.83, + "content": "S A C { + } I D M", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 319, + 147, + 505, + 161 + ], + "score": 1.0, + "content": "and PAD are relatively unaffected by changes", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "score": 1.0, + "content": "to the mount position. Consistent with the real robot results in Section 5, PAD is found to be most", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 417, + 183 + ], + "score": 1.0, + "content": "effective when changes in dynamics are non-trivial, improving by as much as", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 417, + 171, + 438, + 181 + ], + "score": 0.87, + "content": "28 \\%", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 438, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "in the push (all)", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 180, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 194 + ], + "score": 1.0, + "content": "setting, where all 3 environmental changes are considered jointly. These results suggest that PAD can", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 192, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 505, + 204 + ], + "score": 1.0, + "content": "be a simple, yet effective method for generalization to diverse, unseen environments that vary in both", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 203, + 196, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 196, + 216 + ], + "score": 1.0, + "content": "visuals and dynamics.", + "type": "text", + "cross_page": true + } + ], + "index": 11 + } + ], + "index": 70.5, + "bbox_fs": [ + 105, + 709, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 214 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "sub-optimal performance. We find PAD to be especially powerful for the push task that involves", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 248, + 106 + ], + "score": 1.0, + "content": "dynamics, improving by as much as", + "type": "text" + }, + { + "bbox": [ + 249, + 94, + 270, + 104 + ], + "score": 0.87, + "content": "24 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "in push (cloth). While domain randomization proves highly", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "effective in reach (cloth), we observe no significant benefit in the other settings, which suggests that", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "PAD can be more suitable in challenging tasks like push. To isolate the effect of dynamics, we further", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 139 + ], + "score": 1.0, + "content": "evaluate generalization to a number of simulated changes in dynamics on the push task. Results are", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 506, + 150 + ], + "score": 1.0, + "content": "shown in Table 6. We find PAD to improve generalization to changes in the physical properties of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 147, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 273, + 161 + ], + "score": 1.0, + "content": "the object and end effector, whereas both", + "type": "text" + }, + { + "bbox": [ + 273, + 149, + 319, + 159 + ], + "score": 0.83, + "content": "S A C { + } I D M", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 147, + 505, + 161 + ], + "score": 1.0, + "content": "and PAD are relatively unaffected by changes", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 505, + 171 + ], + "score": 1.0, + "content": "to the mount position. Consistent with the real robot results in Section 5, PAD is found to be most", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 417, + 183 + ], + "score": 1.0, + "content": "effective when changes in dynamics are non-trivial, improving by as much as", + "type": "text" + }, + { + "bbox": [ + 417, + 171, + 438, + 181 + ], + "score": 0.87, + "content": "28 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "in the push (all)", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 180, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 505, + 194 + ], + "score": 1.0, + "content": "setting, where all 3 environmental changes are considered jointly. These results suggest that PAD can", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 192, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 505, + 204 + ], + "score": 1.0, + "content": "be a simple, yet effective method for generalization to diverse, unseen environments that vary in both", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 203, + 196, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 196, + 216 + ], + "score": 1.0, + "content": "visuals and dynamics.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 5.5 + }, + { + "type": "title", + "bbox": [ + 108, + 231, + 195, + 244 + ], + "lines": [ + { + "bbox": [ + 104, + 230, + 197, + 247 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 197, + 247 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 253, + 505, + 384 + ], + "lines": [ + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "score": 1.0, + "content": "While previous work addresses generalization in RL by learning policies that are invariant to any", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "score": 1.0, + "content": "environment changes that can be anticipated, we formulate an alternative problem setting in vision-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 275, + 505, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 505, + 287 + ], + "score": 1.0, + "content": "based RL: can we instead adapt a pretrained-policy to new environments without any reward. We", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 286, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 506, + 299 + ], + "score": 1.0, + "content": "propose Policy Adaptation during Deployment, a self-supervised framework for online adaptation", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 297, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 505, + 309 + ], + "score": 1.0, + "content": "at test-time, and show empirically that our method improves generalization of policies to diverse", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 308, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 505, + 320 + ], + "score": 1.0, + "content": "simulated and real-world environmental changes across a variety of tasks. We find our approach", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 319, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 506, + 331 + ], + "score": 1.0, + "content": "benefits greatly from learning online, and we systematically evaluate how the choice of self-supervised", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 330, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 506, + 342 + ], + "score": 1.0, + "content": "task impacts performance. While the current framework relies on prior knowledge on selecting self-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "score": 1.0, + "content": "supervised tasks for policy adaptation, we see our work as the initial step in addressing the problem", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "score": 1.0, + "content": "of adapting vision-based policies to unknown environments. We ultimately envision embodied agents", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 362, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 506, + 374 + ], + "score": 1.0, + "content": "in the future to be learning all the time, with the flexibility to learn both with and without rewards,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 373, + 231, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 231, + 387 + ], + "score": 1.0, + "content": "before and during deployment.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 107, + 398, + 505, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "Acknowledgements. This work was supported, in part, by grants from DARPA, NSF 1730158", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "score": 1.0, + "content": "CI-New: Cognitive Hardware and Software Ecosystem Community Infrastructure (CHASE-CI), NSF", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "score": 1.0, + "content": "ACI-1541349 CC*DNI Pacific Research Platform, and gifts from Qualcomm and TuSimple. This", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "score": 1.0, + "content": "work was also funded, in part, by grants from Berkeley DeepDrive, SAP and European Research", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 441, + 507, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 507, + 455 + ], + "score": 1.0, + "content": "Council (ERC) from the European Union Horizon 2020 Programme under grant agreement no.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 451, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 466 + ], + "score": 1.0, + "content": "741930 (CLOTHILDE). We would like to thank Fenglu Hong and Joey Hejna for helpful discus-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 464, + 133, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 133, + 476 + ], + "score": 1.0, + "content": "sions.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 108, + 492, + 175, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 177, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 177, + 506 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 105, + 510, + 507, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 510, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 506, + 525 + ], + "score": 1.0, + "content": "OpenAI: Marcin Andrychowicz, Bowen Baker, Maciek Chociej, Rafal Jozefowicz, Bob McGrew,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 114, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 114, + 522, + 506, + 536 + ], + "score": 1.0, + "content": "Jakub Pachocki, Arthur Petron, Matthias Plappert, Glenn Powell, Alex Ray, et al. Learning", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 533, + 506, + 546 + ], + "score": 1.0, + "content": "dexterous in-hand manipulation. The International Journal of Robotics Research, 39(1):3–20,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 544, + 150, + 556 + ], + "spans": [ + { + "bbox": [ + 116, + 544, + 150, + 556 + ], + "score": 1.0, + "content": "2020. 1", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "score": 1.0, + "content": "David Bau, Hendrik Strobelt, William Peebles, Jonas Wulff, Bolei Zhou, Jun-Yan Zhu, and Antonio", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 114, + 574, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 114, + 574, + 506, + 589 + ], + "score": 1.0, + "content": "Torralba. Semantic photo manipulation with a generative image prior. ACM Trans. Graph., 38(4),", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 586, + 224, + 599 + ], + "spans": [ + { + "bbox": [ + 116, + 586, + 224, + 599 + ], + "score": 1.0, + "content": "2019. ISSN 0730-0301. 3", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "score": 1.0, + "content": "Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 618, + 334, + 630 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 334, + 630 + ], + "score": 1.0, + "content": "contrastive learning of visual representations, 2020. 2", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "score": 1.0, + "content": "Carl Doersch and Andrew Zisserman. Multi-task self-supervised visual learning. In Proceedings of", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 648, + 443, + 661 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 443, + 661 + ], + "score": 1.0, + "content": "the IEEE International Conference on Computer Vision, pp. 2051–2060, 2017. 4", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 667, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 682 + ], + "score": 1.0, + "content": "Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 678, + 506, + 694 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 506, + 694 + ], + "score": 1.0, + "content": "context prediction. In Proceedings of the IEEE International Conference on Computer Vision, pp.", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 690, + 200, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 200, + 702 + ], + "score": 1.0, + "content": "1422–1430, 2015. 2", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "Frederik Ebert, Chelsea Finn, Sudeep Dasari, Annie Xie, Alex Lee, and Sergey Levine. Visual", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 115, + 720, + 492, + 734 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 492, + 734 + ], + "score": 1.0, + "content": "foresight: Model-based deep reinforcement learning for vision-based robotic control, 2018. 2", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 40.5 + } + ], + "page_idx": 8, + "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, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 214 + ], + "lines": [], + "index": 5.5, + "bbox_fs": [ + 105, + 83, + 506, + 216 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 231, + 195, + 244 + ], + "lines": [ + { + "bbox": [ + 104, + 230, + 197, + 247 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 197, + 247 + ], + "score": 1.0, + "content": "5 CONCLUSION", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 253, + 505, + 384 + ], + "lines": [ + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 267 + ], + "score": 1.0, + "content": "While previous work addresses generalization in RL by learning policies that are invariant to any", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 506, + 276 + ], + "score": 1.0, + "content": "environment changes that can be anticipated, we formulate an alternative problem setting in vision-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 275, + 505, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 505, + 287 + ], + "score": 1.0, + "content": "based RL: can we instead adapt a pretrained-policy to new environments without any reward. We", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 286, + 506, + 299 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 506, + 299 + ], + "score": 1.0, + "content": "propose Policy Adaptation during Deployment, a self-supervised framework for online adaptation", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 297, + 505, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 505, + 309 + ], + "score": 1.0, + "content": "at test-time, and show empirically that our method improves generalization of policies to diverse", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 308, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 106, + 308, + 505, + 320 + ], + "score": 1.0, + "content": "simulated and real-world environmental changes across a variety of tasks. We find our approach", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 319, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 506, + 331 + ], + "score": 1.0, + "content": "benefits greatly from learning online, and we systematically evaluate how the choice of self-supervised", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 330, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 506, + 342 + ], + "score": 1.0, + "content": "task impacts performance. While the current framework relies on prior knowledge on selecting self-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 506, + 353 + ], + "score": 1.0, + "content": "supervised tasks for policy adaptation, we see our work as the initial step in addressing the problem", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "score": 1.0, + "content": "of adapting vision-based policies to unknown environments. We ultimately envision embodied agents", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 362, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 506, + 374 + ], + "score": 1.0, + "content": "in the future to be learning all the time, with the flexibility to learn both with and without rewards,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 373, + 231, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 231, + 387 + ], + "score": 1.0, + "content": "before and during deployment.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 252, + 506, + 387 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 398, + 505, + 474 + ], + "lines": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "Acknowledgements. This work was supported, in part, by grants from DARPA, NSF 1730158", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "spans": [ + { + "bbox": [ + 106, + 409, + 505, + 421 + ], + "score": 1.0, + "content": "CI-New: Cognitive Hardware and Software Ecosystem Community Infrastructure (CHASE-CI), NSF", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "score": 1.0, + "content": "ACI-1541349 CC*DNI Pacific Research Platform, and gifts from Qualcomm and TuSimple. This", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 506, + 444 + ], + "score": 1.0, + "content": "work was also funded, in part, by grants from Berkeley DeepDrive, SAP and European Research", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 441, + 507, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 507, + 455 + ], + "score": 1.0, + "content": "Council (ERC) from the European Union Horizon 2020 Programme under grant agreement no.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 451, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 466 + ], + "score": 1.0, + "content": "741930 (CLOTHILDE). We would like to thank Fenglu Hong and Joey Hejna for helpful discus-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 464, + 133, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 133, + 476 + ], + "score": 1.0, + "content": "sions.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 397, + 507, + 476 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 492, + 175, + 504 + ], + "lines": [ + { + "bbox": [ + 106, + 492, + 177, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 177, + 506 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "list", + "bbox": [ + 105, + 510, + 507, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 510, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 506, + 525 + ], + "score": 1.0, + "content": "OpenAI: Marcin Andrychowicz, Bowen Baker, Maciek Chociej, Rafal Jozefowicz, Bob McGrew,", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 522, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 114, + 522, + 506, + 536 + ], + "score": 1.0, + "content": "Jakub Pachocki, Arthur Petron, Matthias Plappert, Glenn Powell, Alex Ray, et al. Learning", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 533, + 506, + 546 + ], + "score": 1.0, + "content": "dexterous in-hand manipulation. The International Journal of Robotics Research, 39(1):3–20,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 544, + 150, + 556 + ], + "spans": [ + { + "bbox": [ + 116, + 544, + 150, + 556 + ], + "score": 1.0, + "content": "2020. 1", + "type": "text" + } + ], + "index": 36, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 577 + ], + "score": 1.0, + "content": "David Bau, Hendrik Strobelt, William Peebles, Jonas Wulff, Bolei Zhou, Jun-Yan Zhu, and Antonio", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 574, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 114, + 574, + 506, + 589 + ], + "score": 1.0, + "content": "Torralba. Semantic photo manipulation with a generative image prior. ACM Trans. Graph., 38(4),", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 586, + 224, + 599 + ], + "spans": [ + { + "bbox": [ + 116, + 586, + 224, + 599 + ], + "score": 1.0, + "content": "2019. ISSN 0730-0301. 3", + "type": "text" + } + ], + "index": 39, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "score": 1.0, + "content": "Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 618, + 334, + 630 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 334, + 630 + ], + "score": 1.0, + "content": "contrastive learning of visual representations, 2020. 2", + "type": "text" + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 506, + 651 + ], + "score": 1.0, + "content": "Carl Doersch and Andrew Zisserman. Multi-task self-supervised visual learning. In Proceedings of", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 648, + 443, + 661 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 443, + 661 + ], + "score": 1.0, + "content": "the IEEE International Conference on Computer Vision, pp. 2051–2060, 2017. 4", + "type": "text" + } + ], + "index": 43, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 667, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 682 + ], + "score": 1.0, + "content": "Carl Doersch, Abhinav Gupta, and Alexei A Efros. Unsupervised visual representation learning by", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 678, + 506, + 694 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 506, + 694 + ], + "score": 1.0, + "content": "context prediction. In Proceedings of the IEEE International Conference on Computer Vision, pp.", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 116, + 690, + 200, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 690, + 200, + 702 + ], + "score": 1.0, + "content": "1422–1430, 2015. 2", + "type": "text" + } + ], + "index": 46, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "Frederik Ebert, Chelsea Finn, Sudeep Dasari, Annie Xie, Alex Lee, and Sergey Levine. Visual", + "type": "text" + } + ], + "index": 47, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 720, + 492, + 734 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 492, + 734 + ], + "score": 1.0, + "content": "foresight: Model-based deep reinforcement learning for vision-based robotic control, 2018. 2", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 510, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 109, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, Franc¸ois", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 403, + 118 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 403, + 118 + ], + "score": 1.0, + "content": "The Journal of Machine Learning Research, 17(1):2096–2030, 2016. 2", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 124, + 504, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 505, + 137 + ], + "score": 1.0, + "content": "Robert Geirhos, Carlos R. Medina Temme, Jonas Rauber, Heiko H. Schutt, Matthias Bethge, and ¨", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 136, + 497, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 136, + 497, + 147 + ], + "score": 1.0, + "content": "Felix A. Wichmann. Generalisation in humans and deep neural networks. In NeurIPS, 2018. 2", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 155, + 506, + 199 + ], + "lines": [ + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "score": 1.0, + "content": "Muhammad Ghifary, W. Bastiaan Kleijn, Mengjie Zhang, and David Balduzzi. Domain generalization", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 166, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 115, + 166, + 506, + 179 + ], + "score": 1.0, + "content": "for object recognition with multi-task autoencoders. In Proceedings of the 2015 IEEE International", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 177, + 507, + 190 + ], + "spans": [ + { + "bbox": [ + 116, + 177, + 507, + 190 + ], + "score": 1.0, + "content": "Conference on Computer Vision (ICCV), ICCV ’15, pp. 2551–2559. IEEE Computer Society, 2015.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 189, + 221, + 200 + ], + "spans": [ + { + "bbox": [ + 116, + 189, + 221, + 200 + ], + "score": 1.0, + "content": "ISBN 9781467383912. 2", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 208, + 504, + 231 + ], + "lines": [ + { + "bbox": [ + 105, + 206, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 506, + 223 + ], + "score": 1.0, + "content": "Spyros Gidaris, Praveer Singh, and Nikos Komodakis. Unsupervised representation learning by", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 219, + 289, + 231 + ], + "spans": [ + { + "bbox": [ + 115, + 219, + 289, + 231 + ], + "score": 1.0, + "content": "predicting image rotations, 2018. 2, 3, 4, 7", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 239, + 504, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 239, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 506, + 252 + ], + "score": 1.0, + "content": "Boqing Gong, Yuan Shi, Fei Sha, and Kristen Grauman. Geodesic flow kernel for unsupervised", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 248, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 115, + 248, + 506, + 264 + ], + "score": 1.0, + "content": "domain adaptation. In 2012 IEEE Conference on Computer Vision and Pattern Recognition, pp.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 261, + 228, + 273 + ], + "spans": [ + { + "bbox": [ + 115, + 261, + 228, + 273 + ], + "score": 1.0, + "content": "2066–2073. IEEE, 2012. 2", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 281, + 504, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "Shixiang Gu, Ethan Holly, Timothy Lillicrap, and Sergey Levine. Deep reinforcement learning for", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 292, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 292, + 505, + 304 + ], + "score": 1.0, + "content": "robotic manipulation with asynchronous off-policy updates. In 2017 IEEE international conference", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 303, + 388, + 316 + ], + "spans": [ + { + "bbox": [ + 116, + 303, + 388, + 316 + ], + "score": 1.0, + "content": "on robotics and automation (ICRA), pp. 3389–3396. IEEE, 2017. 1", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 322, + 504, + 346 + ], + "lines": [ + { + "bbox": [ + 105, + 322, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 505, + 336 + ], + "score": 1.0, + "content": "David Ha and Jurgen Schmidhuber. Recurrent world models facilitate policy evolution. In ¨ Advances", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 334, + 499, + 346 + ], + "spans": [ + { + "bbox": [ + 115, + 334, + 499, + 346 + ], + "score": 1.0, + "content": "in Neural Information Processing Systems 31, pp. 2451–2463. Curran Associates, Inc., 2018. 2", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 353, + 505, + 387 + ], + "lines": [ + { + "bbox": [ + 106, + 354, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 505, + 366 + ], + "score": 1.0, + "content": "Tuomas Haarnoja, Aurick Zhou, Kristian Hartikainen, George Tucker, Sehoon Ha, Jie Tan, Vikash", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 365, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 116, + 365, + 505, + 377 + ], + "score": 1.0, + "content": "Kumar, Henry Zhu, Abhishek Gupta, Pieter Abbeel, and Sergey Levine. Soft actor-critic algorithms", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 376, + 245, + 388 + ], + "spans": [ + { + "bbox": [ + 116, + 376, + 245, + 388 + ], + "score": 1.0, + "content": "and applications, 2018. 4, 8, 17", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 506, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 407, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 116, + 407, + 506, + 419 + ], + "score": 1.0, + "content": "unsupervised visual representation learning. In Proceedings of the IEEE Conference on Computer", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 418, + 279, + 430 + ], + "spans": [ + { + "bbox": [ + 116, + 418, + 279, + 430 + ], + "score": 1.0, + "content": "Vision and Pattern Recognition, 2020. 2", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 103, + 437, + 504, + 461 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 450 + ], + "score": 1.0, + "content": "Dan Hendrycks and Thomas G. Dietterich. Benchmarking neural network robustness to common", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 449, + 362, + 461 + ], + "spans": [ + { + "bbox": [ + 116, + 449, + 362, + 461 + ], + "score": 1.0, + "content": "corruptions and surface variations. arXiv: Learning, 2018. 2", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 469, + 504, + 492 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 483 + ], + "score": 1.0, + "content": "Dan Hendrycks, Mantas Mazeika, Saurav Kadavath, and Dawn Song. Using self-supervised learning", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 480, + 448, + 492 + ], + "spans": [ + { + "bbox": [ + 116, + 480, + 448, + 492 + ], + "score": 1.0, + "content": "can improve model robustness and uncertainty. ArXiv, abs/1906.12340, 2019. 2, 4", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 105, + 500, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "score": 1.0, + "content": "Olivier J. Henaff, Aravind Srinivas, Jeffrey De Fauw, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and ´", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "Aaron van den Oord. Data-efficient image recognition with contrastive predictive coding, 2019. 2", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 107, + 530, + 505, + 563 + ], + "lines": [ + { + "bbox": [ + 106, + 530, + 505, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 505, + 544 + ], + "score": 1.0, + "content": "Max Jaderberg, Volodymyr Mnih, Wojciech Marian Czarnecki, Tom Schaul, Joel Z Leibo, David", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 542, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 116, + 542, + 506, + 554 + ], + "score": 1.0, + "content": "Silver, and Koray Kavukcuoglu. Reinforcement learning with unsupervised auxiliary tasks, 2016.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 553, + 124, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 553, + 124, + 564 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 505, + 618 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 507, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 507, + 586 + ], + "score": 1.0, + "content": "Stephen James, Paul Wohlhart, Mrinal Kalakrishnan, D. Kalashnikov, A. Irpan, J. Ibarz, S. Levine,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 115, + 583, + 505, + 596 + ], + "score": 1.0, + "content": "Raia Hadsell, and Konstantinos Bousmalis. Sim-to-real via sim-to-sim: Data-efficient robotic", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 115, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "grasping via randomized-to-canonical adaptation networks. 2019 IEEE/CVF Conference on", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 605, + 432, + 618 + ], + "spans": [ + { + "bbox": [ + 115, + 605, + 432, + 618 + ], + "score": 1.0, + "content": "Computer Vision and Pattern Recognition (CVPR), pp. 12619–12629, 2019. 2", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 625, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 505, + 639 + ], + "score": 1.0, + "content": "R. Julian, B. Swanson, G. Sukhatme, Sergey Levine, Chelsea Finn, and Karol Hausman. Never stop", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 636, + 507, + 650 + ], + "spans": [ + { + "bbox": [ + 114, + 636, + 507, + 650 + ], + "score": 1.0, + "content": "learning: The effectiveness of fine-tuning in robotic reinforcement learning. arXiv: Learning,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 647, + 176, + 660 + ], + "spans": [ + { + "bbox": [ + 115, + 647, + 176, + 660 + ], + "score": 1.0, + "content": "2020. 1, 2, 15", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 108, + 667, + 505, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "score": 1.0, + "content": "D. Kalashnikov, A. Irpan, P. Pastor, J. Ibarz, A. Herzog, Eric Jang, Deirdre Quillen, Ethan Holly,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 677, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 677, + 505, + 692 + ], + "score": 1.0, + "content": "Mrinal Kalakrishnan, V. Vanhoucke, and S. Levine. Qt-opt: Scalable deep reinforcement learning", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 689, + 402, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 689, + 402, + 702 + ], + "score": 1.0, + "content": "for vision-based robotic manipulation. ArXiv, abs/1806.10293, 2018. 1", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "score": 1.0, + "content": "Ilya Kostrikov, Denis Yarats, and Rob Fergus. Image augmentation is all you need: Regularizing", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 720, + 332, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 332, + 732 + ], + "score": 1.0, + "content": "deep reinforcement learning from pixels. 2020. 5, 17", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5 + } + ], + "page_idx": 9, + "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": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 109, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 505, + 96 + ], + "score": 1.0, + "content": "Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, Franc¸ois", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 403, + 118 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 403, + 118 + ], + "score": 1.0, + "content": "The Journal of Machine Learning Research, 17(1):2096–2030, 2016. 2", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 81, + 506, + 118 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 124, + 504, + 147 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 505, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 505, + 137 + ], + "score": 1.0, + "content": "Robert Geirhos, Carlos R. Medina Temme, Jonas Rauber, Heiko H. Schutt, Matthias Bethge, and ¨", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 136, + 497, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 136, + 497, + 147 + ], + "score": 1.0, + "content": "Felix A. Wichmann. Generalisation in humans and deep neural networks. In NeurIPS, 2018. 2", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 123, + 505, + 147 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 155, + 506, + 199 + ], + "lines": [ + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 506, + 169 + ], + "score": 1.0, + "content": "Muhammad Ghifary, W. Bastiaan Kleijn, Mengjie Zhang, and David Balduzzi. Domain generalization", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 166, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 115, + 166, + 506, + 179 + ], + "score": 1.0, + "content": "for object recognition with multi-task autoencoders. In Proceedings of the 2015 IEEE International", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 177, + 507, + 190 + ], + "spans": [ + { + "bbox": [ + 116, + 177, + 507, + 190 + ], + "score": 1.0, + "content": "Conference on Computer Vision (ICCV), ICCV ’15, pp. 2551–2559. IEEE Computer Society, 2015.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 189, + 221, + 200 + ], + "spans": [ + { + "bbox": [ + 116, + 189, + 221, + 200 + ], + "score": 1.0, + "content": "ISBN 9781467383912. 2", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 155, + 507, + 200 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 208, + 504, + 231 + ], + "lines": [ + { + "bbox": [ + 105, + 206, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 506, + 223 + ], + "score": 1.0, + "content": "Spyros Gidaris, Praveer Singh, and Nikos Komodakis. Unsupervised representation learning by", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 219, + 289, + 231 + ], + "spans": [ + { + "bbox": [ + 115, + 219, + 289, + 231 + ], + "score": 1.0, + "content": "predicting image rotations, 2018. 2, 3, 4, 7", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 206, + 506, + 231 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 239, + 504, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 239, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 506, + 252 + ], + "score": 1.0, + "content": "Boqing Gong, Yuan Shi, Fei Sha, and Kristen Grauman. Geodesic flow kernel for unsupervised", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 248, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 115, + 248, + 506, + 264 + ], + "score": 1.0, + "content": "domain adaptation. In 2012 IEEE Conference on Computer Vision and Pattern Recognition, pp.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 261, + 228, + 273 + ], + "spans": [ + { + "bbox": [ + 115, + 261, + 228, + 273 + ], + "score": 1.0, + "content": "2066–2073. IEEE, 2012. 2", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 106, + 239, + 506, + 273 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 281, + 504, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "Shixiang Gu, Ethan Holly, Timothy Lillicrap, and Sergey Levine. Deep reinforcement learning for", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 292, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 116, + 292, + 505, + 304 + ], + "score": 1.0, + "content": "robotic manipulation with asynchronous off-policy updates. In 2017 IEEE international conference", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 303, + 388, + 316 + ], + "spans": [ + { + "bbox": [ + 116, + 303, + 388, + 316 + ], + "score": 1.0, + "content": "on robotics and automation (ICRA), pp. 3389–3396. IEEE, 2017. 1", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 281, + 506, + 316 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 322, + 504, + 346 + ], + "lines": [ + { + "bbox": [ + 105, + 322, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 505, + 336 + ], + "score": 1.0, + "content": "David Ha and Jurgen Schmidhuber. Recurrent world models facilitate policy evolution. In ¨ Advances", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 334, + 499, + 346 + ], + "spans": [ + { + "bbox": [ + 115, + 334, + 499, + 346 + ], + "score": 1.0, + "content": "in Neural Information Processing Systems 31, pp. 2451–2463. Curran Associates, Inc., 2018. 2", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 322, + 505, + 346 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 353, + 505, + 387 + ], + "lines": [ + { + "bbox": [ + 106, + 354, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 505, + 366 + ], + "score": 1.0, + "content": "Tuomas Haarnoja, Aurick Zhou, Kristian Hartikainen, George Tucker, Sehoon Ha, Jie Tan, Vikash", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 365, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 116, + 365, + 505, + 377 + ], + "score": 1.0, + "content": "Kumar, Henry Zhu, Abhishek Gupta, Pieter Abbeel, and Sergey Levine. Soft actor-critic algorithms", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 376, + 245, + 388 + ], + "spans": [ + { + "bbox": [ + 116, + 376, + 245, + 388 + ], + "score": 1.0, + "content": "and applications, 2018. 4, 8, 17", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 106, + 354, + 505, + 388 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 506, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 407, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 116, + 407, + 506, + 419 + ], + "score": 1.0, + "content": "unsupervised visual representation learning. In Proceedings of the IEEE Conference on Computer", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 418, + 279, + 430 + ], + "spans": [ + { + "bbox": [ + 116, + 418, + 279, + 430 + ], + "score": 1.0, + "content": "Vision and Pattern Recognition, 2020. 2", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 106, + 396, + 506, + 430 + ] + }, + { + "type": "text", + "bbox": [ + 103, + 437, + 504, + 461 + ], + "lines": [ + { + "bbox": [ + 105, + 437, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 450 + ], + "score": 1.0, + "content": "Dan Hendrycks and Thomas G. Dietterich. Benchmarking neural network robustness to common", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 449, + 362, + 461 + ], + "spans": [ + { + "bbox": [ + 116, + 449, + 362, + 461 + ], + "score": 1.0, + "content": "corruptions and surface variations. arXiv: Learning, 2018. 2", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 437, + 505, + 461 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 469, + 504, + 492 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 483 + ], + "score": 1.0, + "content": "Dan Hendrycks, Mantas Mazeika, Saurav Kadavath, and Dawn Song. Using self-supervised learning", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 480, + 448, + 492 + ], + "spans": [ + { + "bbox": [ + 116, + 480, + 448, + 492 + ], + "score": 1.0, + "content": "can improve model robustness and uncertainty. ArXiv, abs/1906.12340, 2019. 2, 4", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 467, + 506, + 492 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 500, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "score": 1.0, + "content": "Olivier J. Henaff, Aravind Srinivas, Jeffrey De Fauw, Ali Razavi, Carl Doersch, S. M. Ali Eslami, and ´", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "Aaron van den Oord. Data-efficient image recognition with contrastive predictive coding, 2019. 2", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 106, + 500, + 505, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 530, + 505, + 563 + ], + "lines": [ + { + "bbox": [ + 106, + 530, + 505, + 544 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 505, + 544 + ], + "score": 1.0, + "content": "Max Jaderberg, Volodymyr Mnih, Wojciech Marian Czarnecki, Tom Schaul, Joel Z Leibo, David", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 542, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 116, + 542, + 506, + 554 + ], + "score": 1.0, + "content": "Silver, and Koray Kavukcuoglu. Reinforcement learning with unsupervised auxiliary tasks, 2016.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 553, + 124, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 553, + 124, + 564 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 106, + 530, + 506, + 564 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 505, + 618 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 507, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 507, + 586 + ], + "score": 1.0, + "content": "Stephen James, Paul Wohlhart, Mrinal Kalakrishnan, D. Kalashnikov, A. Irpan, J. Ibarz, S. Levine,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 115, + 583, + 505, + 596 + ], + "score": 1.0, + "content": "Raia Hadsell, and Konstantinos Bousmalis. Sim-to-real via sim-to-sim: Data-efficient robotic", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 595, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 115, + 595, + 505, + 608 + ], + "score": 1.0, + "content": "grasping via randomized-to-canonical adaptation networks. 2019 IEEE/CVF Conference on", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 605, + 432, + 618 + ], + "spans": [ + { + "bbox": [ + 115, + 605, + 432, + 618 + ], + "score": 1.0, + "content": "Computer Vision and Pattern Recognition (CVPR), pp. 12619–12629, 2019. 2", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 572, + 507, + 618 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 625, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 505, + 639 + ], + "score": 1.0, + "content": "R. Julian, B. Swanson, G. Sukhatme, Sergey Levine, Chelsea Finn, and Karol Hausman. Never stop", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 636, + 507, + 650 + ], + "spans": [ + { + "bbox": [ + 114, + 636, + 507, + 650 + ], + "score": 1.0, + "content": "learning: The effectiveness of fine-tuning in robotic reinforcement learning. arXiv: Learning,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 647, + 176, + 660 + ], + "spans": [ + { + "bbox": [ + 115, + 647, + 176, + 660 + ], + "score": 1.0, + "content": "2020. 1, 2, 15", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 624, + 507, + 660 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 667, + 505, + 701 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "score": 1.0, + "content": "D. Kalashnikov, A. Irpan, P. Pastor, J. Ibarz, A. Herzog, Eric Jang, Deirdre Quillen, Ethan Holly,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 677, + 505, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 677, + 505, + 692 + ], + "score": 1.0, + "content": "Mrinal Kalakrishnan, V. Vanhoucke, and S. Levine. Qt-opt: Scalable deep reinforcement learning", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 689, + 402, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 689, + 402, + 702 + ], + "score": 1.0, + "content": "for vision-based robotic manipulation. ArXiv, abs/1806.10293, 2018. 1", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 666, + 506, + 702 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 505, + 723 + ], + "score": 1.0, + "content": "Ilya Kostrikov, Denis Yarats, and Rob Fergus. Image augmentation is all you need: Regularizing", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 720, + 332, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 332, + 732 + ], + "score": 1.0, + "content": "deep reinforcement learning from pixels. 2020. 5, 17", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 707, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton. Imagenet classification with deep convolu-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 286, + 105 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 286, + 105 + ], + "score": 1.0, + "content": "tional neural networks. In NIPS, 2012. 17", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 108, + 113, + 505, + 147 + ], + "lines": [ + { + "bbox": [ + 106, + 113, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 113, + 506, + 126 + ], + "score": 1.0, + "content": "Sascha Lange and Martin A. Riedmiller. Deep auto-encoder neural networks in reinforcement", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 124, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 124, + 506, + 137 + ], + "score": 1.0, + "content": "learning. In The 2010 International Joint Conference on Neural Networks (IJCNN), pp. 1–8, 2010.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 136, + 124, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 136, + 124, + 146 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 108, + 155, + 505, + 178 + ], + "lines": [ + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "Michael Laskin, Kimin Lee, Adam Stooke, Lerrel Pinto, Pieter Abbeel, and Aravind Srinivas.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 166, + 498, + 179 + ], + "spans": [ + { + "bbox": [ + 115, + 166, + 498, + 179 + ], + "score": 1.0, + "content": "Reinforcement learning with augmented data. arXiv preprint arXiv:2004.14990, 2020. 2, 5, 17", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 107, + 186, + 503, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "Kimin Lee, Kibok Lee, Jinwoo Shin, and Honglak Lee. A simple randomization technique for", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 197, + 433, + 210 + ], + "spans": [ + { + "bbox": [ + 115, + 197, + 433, + 210 + ], + "score": 1.0, + "content": "generalization in deep reinforcement learning. ArXiv, abs/1910.05396, 2019. 1", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 217, + 505, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "score": 1.0, + "content": "Sergey Levine, Chelsea Finn, Trevor Darrell, and Pieter Abbeel. End-to-end training of deep", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 228, + 481, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 481, + 241 + ], + "score": 1.0, + "content": "visuomotor policies. The Journal of Machine Learning Research, 17(1):1334–1373, 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 505, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 248, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 505, + 262 + ], + "score": 1.0, + "content": "Ya Feng Li, Mingming Gong, Xinmei Tian, Tongliang Liu, and Dacheng Tao. Domain generalization", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 259, + 354, + 272 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 354, + 272 + ], + "score": 1.0, + "content": "via conditional invariant representations. In AAAI, 2018. 2", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 108, + 279, + 504, + 313 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 506, + 292 + ], + "score": 1.0, + "content": "Vincenzo Lomonaco, Karen Desai, Eugenio Culurciello, and Davide Maltoni. Continual reinforce-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 291, + 507, + 303 + ], + "spans": [ + { + "bbox": [ + 115, + 291, + 507, + 303 + ], + "score": 1.0, + "content": "ment learning in 3d non-stationary environments. arXiv preprint arXiv:1905.10112, 2019. 2, 4, 7,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 144, + 314 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 144, + 314 + ], + "score": 1.0, + "content": "16, 17", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 106, + 322, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 505, + 334 + ], + "score": 1.0, + "content": "Mingsheng Long, Han Zhu, Jianmin Wang, and Michael I Jordan. Unsupervised domain adaptation", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 331, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 115, + 331, + 507, + 347 + ], + "score": 1.0, + "content": "with residual transfer networks. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 344, + 190, + 355 + ], + "spans": [ + { + "bbox": [ + 115, + 344, + 190, + 355 + ], + "score": 1.0, + "content": "136–144, 2016. 2", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 363, + 503, + 387 + ], + "lines": [ + { + "bbox": [ + 106, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 505, + 376 + ], + "score": 1.0, + "content": "Toshihiko Matsuura and Tatsuya Harada. Domain generalization using a mixture of multiple latent", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 375, + 190, + 387 + ], + "spans": [ + { + "bbox": [ + 116, + 375, + 190, + 387 + ], + "score": 1.0, + "content": "domains, 2019. 2", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 394, + 505, + 428 + ], + "lines": [ + { + "bbox": [ + 106, + 394, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 394, + 505, + 408 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 405, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 115, + 405, + 505, + 419 + ], + "score": 1.0, + "content": "Wierstra, and Martin Riedmiller. Playing atari with deep reinforcement learning. arXiv preprint", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 417, + 222, + 428 + ], + "spans": [ + { + "bbox": [ + 115, + 417, + 222, + 428 + ], + "score": 1.0, + "content": "arXiv:1312.5602, 2013. 1", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 436, + 504, + 471 + ], + "lines": [ + { + "bbox": [ + 106, + 435, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 505, + 450 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Adria Puigdom ` enech Badia, Mehdi Mirza, Alex Graves, Timothy P. Lillicrap, Tim `", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 447, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 115, + 447, + 505, + 461 + ], + "score": 1.0, + "content": "Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 459, + 213, + 471 + ], + "spans": [ + { + "bbox": [ + 116, + 459, + 213, + 471 + ], + "score": 1.0, + "content": "learning, 2016. 4, 7, 17", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 504, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "Ravi Teja Mullapudi, Steven Chen, Keyi Zhang, Deva Ramanan, and Kayvon Fatahalian. Online", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 490, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 115, + 490, + 505, + 503 + ], + "score": 1.0, + "content": "model distillation for efficient video inference. 2019 IEEE/CVF International Conference on", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 501, + 397, + 513 + ], + "spans": [ + { + "bbox": [ + 116, + 501, + 397, + 513 + ], + "score": 1.0, + "content": "Computer Vision (ICCV), Oct 2019. doi: 10.1109/iccv.2019.00367. 3", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 520, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 106, + 521, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 505, + 533 + ], + "score": 1.0, + "content": "Ashvin V Nair, Vitchyr Pong, Murtaza Dalal, Shikhar Bahl, Steven Lin, and Sergey Levine. Visual", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 531, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 531, + 505, + 546 + ], + "score": 1.0, + "content": "reinforcement learning with imagined goals. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 543, + 250, + 555 + ], + "spans": [ + { + "bbox": [ + 115, + 543, + 250, + 555 + ], + "score": 1.0, + "content": "Systems, pp. 9191–9200, 2018. 1", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 563, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 577 + ], + "score": 1.0, + "content": "Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 573, + 456, + 587 + ], + "spans": [ + { + "bbox": [ + 115, + 573, + 456, + 587 + ], + "score": 1.0, + "content": "puzzles. In European Conference on Computer Vision, pp. 69–84. Springer, 2016. 2", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 505, + 617 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 507, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 507, + 609 + ], + "score": 1.0, + "content": "Charles Packer, Katelyn Gao, Jernej Kos, Philipp Krahenb ¨ uhl, Vladlen Koltun, and Dawn Song. ¨", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 605, + 380, + 618 + ], + "spans": [ + { + "bbox": [ + 116, + 605, + 380, + 618 + ], + "score": 1.0, + "content": "Assessing generalization in deep reinforcement learning, 2018. 6", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 107, + 624, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "score": 1.0, + "content": "Deepak Pathak, Philipp Krahenbuhl, Jeff Donahue, Trevor Darrell, and Alexei A Efros. Context", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 636, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 116, + 636, + 505, + 649 + ], + "score": 1.0, + "content": "encoders: Feature learning by inpainting. In Proceedings of the IEEE conference on computer", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 117, + 648, + 341, + 660 + ], + "spans": [ + { + "bbox": [ + 117, + 648, + 341, + 660 + ], + "score": 1.0, + "content": "vision and pattern recognition, pp. 2536–2544, 2016. 2", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 104, + 667, + 505, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "score": 1.0, + "content": "Deepak Pathak, Pulkit Agrawal, Alexei A. Efros, and Trevor Darrell. Curiosity-driven exploration by", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 679, + 300, + 690 + ], + "spans": [ + { + "bbox": [ + 116, + 679, + 300, + 690 + ], + "score": 1.0, + "content": "self-supervised prediction. In ICML, 2017. 2", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "Xue Bin Peng, Marcin Andrychowicz, Wojciech Zaremba, and Pieter Abbeel. Sim-to-real transfer of", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "robotic control with dynamics randomization. 2018 IEEE International Conference on Robotics", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 720, + 281, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 281, + 732 + ], + "score": 1.0, + "content": "and Automation (ICRA), May 2018. 1, 2", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + } + ], + "page_idx": 10, + "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, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton. Imagenet classification with deep convolu-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 286, + 105 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 286, + 105 + ], + "score": 1.0, + "content": "tional neural networks. In NIPS, 2012. 17", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 506, + 105 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 113, + 505, + 147 + ], + "lines": [ + { + "bbox": [ + 106, + 113, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 113, + 506, + 126 + ], + "score": 1.0, + "content": "Sascha Lange and Martin A. Riedmiller. Deep auto-encoder neural networks in reinforcement", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 124, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 124, + 506, + 137 + ], + "score": 1.0, + "content": "learning. In The 2010 International Joint Conference on Neural Networks (IJCNN), pp. 1–8, 2010.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 136, + 124, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 136, + 124, + 146 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3, + "bbox_fs": [ + 106, + 113, + 506, + 146 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 155, + 505, + 178 + ], + "lines": [ + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "Michael Laskin, Kimin Lee, Adam Stooke, Lerrel Pinto, Pieter Abbeel, and Aravind Srinivas.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 166, + 498, + 179 + ], + "spans": [ + { + "bbox": [ + 115, + 166, + 498, + 179 + ], + "score": 1.0, + "content": "Reinforcement learning with augmented data. arXiv preprint arXiv:2004.14990, 2020. 2, 5, 17", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 154, + 506, + 179 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 186, + 503, + 209 + ], + "lines": [ + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "Kimin Lee, Kibok Lee, Jinwoo Shin, and Honglak Lee. A simple randomization technique for", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 197, + 433, + 210 + ], + "spans": [ + { + "bbox": [ + 115, + 197, + 433, + 210 + ], + "score": 1.0, + "content": "generalization in deep reinforcement learning. ArXiv, abs/1910.05396, 2019. 1", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 187, + 505, + 210 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 217, + 505, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 505, + 231 + ], + "score": 1.0, + "content": "Sergey Levine, Chelsea Finn, Trevor Darrell, and Pieter Abbeel. End-to-end training of deep", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 228, + 481, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 481, + 241 + ], + "score": 1.0, + "content": "visuomotor policies. The Journal of Machine Learning Research, 17(1):1334–1373, 2016.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 217, + 505, + 241 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 505, + 272 + ], + "lines": [ + { + "bbox": [ + 106, + 248, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 505, + 262 + ], + "score": 1.0, + "content": "Ya Feng Li, Mingming Gong, Xinmei Tian, Tongliang Liu, and Dacheng Tao. Domain generalization", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 259, + 354, + 272 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 354, + 272 + ], + "score": 1.0, + "content": "via conditional invariant representations. In AAAI, 2018. 2", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 106, + 248, + 505, + 272 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 279, + 504, + 313 + ], + "lines": [ + { + "bbox": [ + 106, + 280, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 280, + 506, + 292 + ], + "score": 1.0, + "content": "Vincenzo Lomonaco, Karen Desai, Eugenio Culurciello, and Davide Maltoni. Continual reinforce-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 291, + 507, + 303 + ], + "spans": [ + { + "bbox": [ + 115, + 291, + 507, + 303 + ], + "score": 1.0, + "content": "ment learning in 3d non-stationary environments. arXiv preprint arXiv:1905.10112, 2019. 2, 4, 7,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 144, + 314 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 144, + 314 + ], + "score": 1.0, + "content": "16, 17", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 106, + 280, + 507, + 314 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 321, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 106, + 322, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 505, + 334 + ], + "score": 1.0, + "content": "Mingsheng Long, Han Zhu, Jianmin Wang, and Michael I Jordan. Unsupervised domain adaptation", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 331, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 115, + 331, + 507, + 347 + ], + "score": 1.0, + "content": "with residual transfer networks. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 344, + 190, + 355 + ], + "spans": [ + { + "bbox": [ + 115, + 344, + 190, + 355 + ], + "score": 1.0, + "content": "136–144, 2016. 2", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 106, + 322, + 507, + 355 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 363, + 503, + 387 + ], + "lines": [ + { + "bbox": [ + 106, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 505, + 376 + ], + "score": 1.0, + "content": "Toshihiko Matsuura and Tatsuya Harada. Domain generalization using a mixture of multiple latent", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 375, + 190, + 387 + ], + "spans": [ + { + "bbox": [ + 116, + 375, + 190, + 387 + ], + "score": 1.0, + "content": "domains, 2019. 2", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 106, + 363, + 505, + 387 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 394, + 505, + 428 + ], + "lines": [ + { + "bbox": [ + 106, + 394, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 394, + 505, + 408 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Alex Graves, Ioannis Antonoglou, Daan", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 405, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 115, + 405, + 505, + 419 + ], + "score": 1.0, + "content": "Wierstra, and Martin Riedmiller. Playing atari with deep reinforcement learning. arXiv preprint", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 417, + 222, + 428 + ], + "spans": [ + { + "bbox": [ + 115, + 417, + 222, + 428 + ], + "score": 1.0, + "content": "arXiv:1312.5602, 2013. 1", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 394, + 505, + 428 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 436, + 504, + 471 + ], + "lines": [ + { + "bbox": [ + 106, + 435, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 505, + 450 + ], + "score": 1.0, + "content": "Volodymyr Mnih, Adria Puigdom ` enech Badia, Mehdi Mirza, Alex Graves, Timothy P. Lillicrap, Tim `", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 447, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 115, + 447, + 505, + 461 + ], + "score": 1.0, + "content": "Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 459, + 213, + 471 + ], + "spans": [ + { + "bbox": [ + 116, + 459, + 213, + 471 + ], + "score": 1.0, + "content": "learning, 2016. 4, 7, 17", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 106, + 435, + 505, + 471 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 504, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 492 + ], + "score": 1.0, + "content": "Ravi Teja Mullapudi, Steven Chen, Keyi Zhang, Deva Ramanan, and Kayvon Fatahalian. Online", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 490, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 115, + 490, + 505, + 503 + ], + "score": 1.0, + "content": "model distillation for efficient video inference. 2019 IEEE/CVF International Conference on", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 501, + 397, + 513 + ], + "spans": [ + { + "bbox": [ + 116, + 501, + 397, + 513 + ], + "score": 1.0, + "content": "Computer Vision (ICCV), Oct 2019. doi: 10.1109/iccv.2019.00367. 3", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 478, + 506, + 513 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 520, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 106, + 521, + 505, + 533 + ], + "spans": [ + { + "bbox": [ + 106, + 521, + 505, + 533 + ], + "score": 1.0, + "content": "Ashvin V Nair, Vitchyr Pong, Murtaza Dalal, Shikhar Bahl, Steven Lin, and Sergey Levine. Visual", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 531, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 115, + 531, + 505, + 546 + ], + "score": 1.0, + "content": "reinforcement learning with imagined goals. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 543, + 250, + 555 + ], + "spans": [ + { + "bbox": [ + 115, + 543, + 250, + 555 + ], + "score": 1.0, + "content": "Systems, pp. 9191–9200, 2018. 1", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 521, + 505, + 555 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 563, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 505, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 577 + ], + "score": 1.0, + "content": "Mehdi Noroozi and Paolo Favaro. Unsupervised learning of visual representations by solving jigsaw", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 573, + 456, + 587 + ], + "spans": [ + { + "bbox": [ + 115, + 573, + 456, + 587 + ], + "score": 1.0, + "content": "puzzles. In European Conference on Computer Vision, pp. 69–84. Springer, 2016. 2", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 561, + 505, + 587 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 594, + 505, + 617 + ], + "lines": [ + { + "bbox": [ + 106, + 592, + 507, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 507, + 609 + ], + "score": 1.0, + "content": "Charles Packer, Katelyn Gao, Jernej Kos, Philipp Krahenb ¨ uhl, Vladlen Koltun, and Dawn Song. ¨", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 605, + 380, + 618 + ], + "spans": [ + { + "bbox": [ + 116, + 605, + 380, + 618 + ], + "score": 1.0, + "content": "Assessing generalization in deep reinforcement learning, 2018. 6", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 592, + 507, + 618 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 624, + 505, + 659 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 506, + 638 + ], + "score": 1.0, + "content": "Deepak Pathak, Philipp Krahenbuhl, Jeff Donahue, Trevor Darrell, and Alexei A Efros. Context", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 636, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 116, + 636, + 505, + 649 + ], + "score": 1.0, + "content": "encoders: Feature learning by inpainting. In Proceedings of the IEEE conference on computer", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 117, + 648, + 341, + 660 + ], + "spans": [ + { + "bbox": [ + 117, + 648, + 341, + 660 + ], + "score": 1.0, + "content": "vision and pattern recognition, pp. 2536–2544, 2016. 2", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 624, + 506, + 660 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 667, + 505, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 681 + ], + "score": 1.0, + "content": "Deepak Pathak, Pulkit Agrawal, Alexei A. Efros, and Trevor Darrell. Curiosity-driven exploration by", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 679, + 300, + 690 + ], + "spans": [ + { + "bbox": [ + 116, + 679, + 300, + 690 + ], + "score": 1.0, + "content": "self-supervised prediction. In ICML, 2017. 2", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 666, + 505, + 690 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "Xue Bin Peng, Marcin Andrychowicz, Wojciech Zaremba, and Pieter Abbeel. Sim-to-real transfer of", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "robotic control with dynamics randomization. 2018 IEEE International Conference on Robotics", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 720, + 281, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 281, + 732 + ], + "score": 1.0, + "content": "and Automation (ICRA), May 2018. 1, 2", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 698, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Lerrel Pinto and Abhinav Gupta. Supersizing self-supervision: Learning to grasp from 50k tries and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 92, + 507, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 92, + 507, + 107 + ], + "score": 1.0, + "content": "700 robot hours. In 2016 IEEE international conference on robotics and automation (ICRA), pp.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 103, + 227, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 103, + 227, + 117 + ], + "score": 1.0, + "content": "3406–3413. IEEE, 2016. 1", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 108, + 123, + 504, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 506, + 136 + ], + "score": 1.0, + "content": "Lerrel Pinto, Marcin Andrychowicz, Peter Welinder, Wojciech Zaremba, and Pieter Abbeel. Asym-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "score": 1.0, + "content": "metric actor critic for image-based robot learning. arXiv preprint arXiv:1710.06542, 2017a. 1,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 146, + 124, + 156 + ], + "spans": [ + { + "bbox": [ + 115, + 146, + 124, + 156 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 164, + 505, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "score": 1.0, + "content": "Lerrel Pinto, James Davidson, Rahul Sukthankar, and Abhinav Gupta. Robust adversarial reinforce-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 116, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "ment learning. In Proceedings of the 34th International Conference on Machine Learning-Volume", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 185, + 284, + 199 + ], + "spans": [ + { + "bbox": [ + 115, + 185, + 284, + 199 + ], + "score": 1.0, + "content": "70, pp. 2817–2826. JMLR. org, 2017b. 1", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 105, + 205, + 504, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 203, + 506, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 506, + 219 + ], + "score": 1.0, + "content": "Aravind Rajeswaran, Sarvjeet Ghotra, Balaraman Ravindran, and Sergey Levine. Epopt: Learning", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 115, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "robust neural network policies using model ensembles. arXiv preprint arXiv:1610.01283, 2016. 1", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 235, + 505, + 258 + ], + "lines": [ + { + "bbox": [ + 105, + 234, + 506, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 506, + 248 + ], + "score": 1.0, + "content": "Fabio Ramos, Rafael Possas, and Dieter Fox. Bayessim: Adaptive domain randomization via", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 246, + 498, + 259 + ], + "spans": [ + { + "bbox": [ + 115, + 246, + 498, + 259 + ], + "score": 1.0, + "content": "probabilistic inference for robotics simulators. Robotics: Science and Systems XV, Jun 2019. 2", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 107, + 264, + 504, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 266, + 504, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 504, + 277 + ], + "score": 1.0, + "content": "Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do cifar-10 classifiers", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 276, + 382, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 276, + 382, + 288 + ], + "score": 1.0, + "content": "generalize to cifar-10? arXiv preprint arXiv:1806.00451, 2018. 2", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 504, + 318 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do imagenet classifiers", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 306, + 387, + 318 + ], + "spans": [ + { + "bbox": [ + 115, + 306, + 387, + 318 + ], + "score": 1.0, + "content": "generalize to imagenet? arXiv preprint arXiv:1902.10811, 2019. 2", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 505, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 324, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 505, + 338 + ], + "score": 1.0, + "content": "Andrei A Rusu, Neil C Rabinowitz, Guillaume Desjardins, Hubert Soyer, James Kirkpatrick, Koray", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 336, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 336, + 505, + 348 + ], + "score": 1.0, + "content": "Kavukcuoglu, Razvan Pascanu, and Raia Hadsell. Progressive neural networks. arXiv preprint", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 348, + 227, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 348, + 227, + 358 + ], + "score": 1.0, + "content": "arXiv:1606.04671, 2016. 1", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 366, + 504, + 388 + ], + "lines": [ + { + "bbox": [ + 105, + 364, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 506, + 380 + ], + "score": 1.0, + "content": "Fereshteh Sadeghi and Sergey Levine. Cad2rl: Real single-image flight without a single real image.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 376, + 298, + 389 + ], + "spans": [ + { + "bbox": [ + 116, + 376, + 298, + 389 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1611.04201, 2016. 1, 2", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 504, + 419 + ], + "lines": [ + { + "bbox": [ + 106, + 396, + 506, + 409 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 506, + 409 + ], + "score": 1.0, + "content": "Ramanan Sekar, Oleh Rybkin, Kostas Daniilidis, Pieter Abbeel, Danijar Hafner, and Deepak Pathak.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 407, + 368, + 419 + ], + "spans": [ + { + "bbox": [ + 116, + 407, + 368, + 419 + ], + "score": 1.0, + "content": "Planning to explore via self-supervised world models, 2020. 2", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 425, + 505, + 459 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "score": 1.0, + "content": "Vaishaal Shankar, Achal Dave, Rebecca Roelofs, Deva Ramanan, Benjamin Recht, and Lud-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 116, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "wig Schmidt. A systematic framework for natural perturbations from videos. arXiv preprint", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 448, + 228, + 459 + ], + "spans": [ + { + "bbox": [ + 115, + 448, + 228, + 459 + ], + "score": 1.0, + "content": "arXiv:1906.02168, 2019. 2", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 105, + 466, + 505, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 480 + ], + "score": 1.0, + "content": "Assaf Shocher, Nadav Cohen, and Michal Irani. Zero-shot super-resolution using deep internal", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 478, + 189, + 489 + ], + "spans": [ + { + "bbox": [ + 115, + 478, + 189, + 489 + ], + "score": 1.0, + "content": "learning, 2017. 3", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 107, + 496, + 505, + 520 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 510 + ], + "score": 1.0, + "content": "Assaf Shocher, Shai Bagon, Phillip Isola, and Michal Irani. Ingan: Capturing and remapping the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 507, + 253, + 520 + ], + "spans": [ + { + "bbox": [ + 115, + 507, + 253, + 520 + ], + "score": 1.0, + "content": "”dna” of a natural image, 2018. 3", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "Aravind Srinivas, Michael Laskin, and Pieter Abbeel. Curl: Contrastive unsupervised representations", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 537, + 454, + 550 + ], + "spans": [ + { + "bbox": [ + 115, + 537, + 454, + 550 + ], + "score": 1.0, + "content": "for reinforcement learning. arXiv preprint arXiv:2004.04136, 2020. 2, 4, 5, 6, 7, 17", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 504, + 579 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 570 + ], + "score": 1.0, + "content": "Yu Sun, Eric Tzeng, Trevor Darrell, and Alexei A Efros. Unsupervised domain adaptation through", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 568, + 282, + 579 + ], + "spans": [ + { + "bbox": [ + 116, + 568, + 282, + 579 + ], + "score": 1.0, + "content": "self-supervision. arXiv preprint, 2019. 2", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 586, + 504, + 609 + ], + "lines": [ + { + "bbox": [ + 106, + 586, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 505, + 599 + ], + "score": 1.0, + "content": "Yu Sun, Xiaolong Wang, Zhuang Liu, John Miller, Alexei A. Efros, and Moritz Hardt. Test-time", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 598, + 474, + 610 + ], + "spans": [ + { + "bbox": [ + 115, + 598, + 474, + 610 + ], + "score": 1.0, + "content": "training with self-supervision for generalization under distribution shifts. ICML, 2020. 3", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 109, + 616, + 506, + 651 + ], + "lines": [ + { + "bbox": [ + 108, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 108, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 116, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions. 2015 IEEE", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 638, + 456, + 652 + ], + "spans": [ + { + "bbox": [ + 116, + 638, + 456, + 652 + ], + "score": 1.0, + "content": "Conference on Computer Vision and Pattern Recognition (CVPR), pp. 1–9, 2015. 17", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 110, + 657, + 506, + 691 + ], + "lines": [ + { + "bbox": [ + 107, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 107, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "Yuval Tassa, Yotam Doron, Alistair Muldal, Tom Erez, Yazhe Li, Diego de Las Casas, David Budden,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 669, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 506, + 681 + ], + "score": 1.0, + "content": "Abbas Abdolmaleki, Josh Merel, Andrew Lefrancq, Timothy Lillicrap, and Martin Riedmiller.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 680, + 451, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 451, + 692 + ], + "score": 1.0, + "content": "DeepMind control suite. Technical report, DeepMind, January 2018. 2, 4, 5, 16, 17", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Josh Tobin, Rachel Fong, Alex Ray, Jonas Schneider, Wojciech Zaremba, and Pieter Abbeel. Domain", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "randomization for transferring deep neural networks from simulation to the real world. 2017", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 720, + 493, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 493, + 733 + ], + "score": 1.0, + "content": "IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Sep 2017. 1, 2", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44 + } + ], + "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": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "Lerrel Pinto and Abhinav Gupta. Supersizing self-supervision: Learning to grasp from 50k tries and", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 92, + 507, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 92, + 507, + 107 + ], + "score": 1.0, + "content": "700 robot hours. In 2016 IEEE international conference on robotics and automation (ICRA), pp.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 103, + 227, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 103, + 227, + 117 + ], + "score": 1.0, + "content": "3406–3413. IEEE, 2016. 1", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 81, + 507, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 123, + 504, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 506, + 136 + ], + "score": 1.0, + "content": "Lerrel Pinto, Marcin Andrychowicz, Peter Welinder, Wojciech Zaremba, and Pieter Abbeel. Asym-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 507, + 147 + ], + "score": 1.0, + "content": "metric actor critic for image-based robot learning. arXiv preprint arXiv:1710.06542, 2017a. 1,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 146, + 124, + 156 + ], + "spans": [ + { + "bbox": [ + 115, + 146, + 124, + 156 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 122, + 507, + 156 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 164, + 505, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "score": 1.0, + "content": "Lerrel Pinto, James Davidson, Rahul Sukthankar, and Abhinav Gupta. Robust adversarial reinforce-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 116, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "ment learning. In Proceedings of the 34th International Conference on Machine Learning-Volume", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 185, + 284, + 199 + ], + "spans": [ + { + "bbox": [ + 115, + 185, + 284, + 199 + ], + "score": 1.0, + "content": "70, pp. 2817–2826. JMLR. org, 2017b. 1", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 163, + 506, + 199 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 205, + 504, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 203, + 506, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 506, + 219 + ], + "score": 1.0, + "content": "Aravind Rajeswaran, Sarvjeet Ghotra, Balaraman Ravindran, and Sergey Levine. Epopt: Learning", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 216, + 505, + 228 + ], + "spans": [ + { + "bbox": [ + 115, + 216, + 505, + 228 + ], + "score": 1.0, + "content": "robust neural network policies using model ensembles. arXiv preprint arXiv:1610.01283, 2016. 1", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 203, + 506, + 228 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 235, + 505, + 258 + ], + "lines": [ + { + "bbox": [ + 105, + 234, + 506, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 506, + 248 + ], + "score": 1.0, + "content": "Fabio Ramos, Rafael Possas, and Dieter Fox. Bayessim: Adaptive domain randomization via", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 246, + 498, + 259 + ], + "spans": [ + { + "bbox": [ + 115, + 246, + 498, + 259 + ], + "score": 1.0, + "content": "probabilistic inference for robotics simulators. Robotics: Science and Systems XV, Jun 2019. 2", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 234, + 506, + 259 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 264, + 504, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 266, + 504, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 504, + 277 + ], + "score": 1.0, + "content": "Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do cifar-10 classifiers", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 276, + 382, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 276, + 382, + 288 + ], + "score": 1.0, + "content": "generalize to cifar-10? arXiv preprint arXiv:1806.00451, 2018. 2", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 106, + 266, + 504, + 288 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 504, + 318 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "Benjamin Recht, Rebecca Roelofs, Ludwig Schmidt, and Vaishaal Shankar. Do imagenet classifiers", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 306, + 387, + 318 + ], + "spans": [ + { + "bbox": [ + 115, + 306, + 387, + 318 + ], + "score": 1.0, + "content": "generalize to imagenet? arXiv preprint arXiv:1902.10811, 2019. 2", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 294, + 505, + 318 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 505, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 324, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 505, + 338 + ], + "score": 1.0, + "content": "Andrei A Rusu, Neil C Rabinowitz, Guillaume Desjardins, Hubert Soyer, James Kirkpatrick, Koray", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 336, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 336, + 505, + 348 + ], + "score": 1.0, + "content": "Kavukcuoglu, Razvan Pascanu, and Raia Hadsell. Progressive neural networks. arXiv preprint", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 348, + 227, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 348, + 227, + 358 + ], + "score": 1.0, + "content": "arXiv:1606.04671, 2016. 1", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 324, + 505, + 358 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 366, + 504, + 388 + ], + "lines": [ + { + "bbox": [ + 105, + 364, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 506, + 380 + ], + "score": 1.0, + "content": "Fereshteh Sadeghi and Sergey Levine. Cad2rl: Real single-image flight without a single real image.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 376, + 298, + 389 + ], + "spans": [ + { + "bbox": [ + 116, + 376, + 298, + 389 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1611.04201, 2016. 1, 2", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 364, + 506, + 389 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 504, + 419 + ], + "lines": [ + { + "bbox": [ + 106, + 396, + 506, + 409 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 506, + 409 + ], + "score": 1.0, + "content": "Ramanan Sekar, Oleh Rybkin, Kostas Daniilidis, Pieter Abbeel, Danijar Hafner, and Deepak Pathak.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 407, + 368, + 419 + ], + "spans": [ + { + "bbox": [ + 116, + 407, + 368, + 419 + ], + "score": 1.0, + "content": "Planning to explore via self-supervised world models, 2020. 2", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 396, + 506, + 419 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 425, + 505, + 459 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "score": 1.0, + "content": "Vaishaal Shankar, Achal Dave, Rebecca Roelofs, Deva Ramanan, Benjamin Recht, and Lud-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 116, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "wig Schmidt. A systematic framework for natural perturbations from videos. arXiv preprint", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 448, + 228, + 459 + ], + "spans": [ + { + "bbox": [ + 115, + 448, + 228, + 459 + ], + "score": 1.0, + "content": "arXiv:1906.02168, 2019. 2", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 106, + 425, + 506, + 459 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 466, + 505, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 465, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 480 + ], + "score": 1.0, + "content": "Assaf Shocher, Nadav Cohen, and Michal Irani. Zero-shot super-resolution using deep internal", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 478, + 189, + 489 + ], + "spans": [ + { + "bbox": [ + 115, + 478, + 189, + 489 + ], + "score": 1.0, + "content": "learning, 2017. 3", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 465, + 505, + 489 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 496, + 505, + 520 + ], + "lines": [ + { + "bbox": [ + 105, + 495, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 510 + ], + "score": 1.0, + "content": "Assaf Shocher, Shai Bagon, Phillip Isola, and Michal Irani. Ingan: Capturing and remapping the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 507, + 253, + 520 + ], + "spans": [ + { + "bbox": [ + 115, + 507, + 253, + 520 + ], + "score": 1.0, + "content": "”dna” of a natural image, 2018. 3", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 495, + 505, + 520 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 505, + 550 + ], + "lines": [ + { + "bbox": [ + 106, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "Aravind Srinivas, Michael Laskin, and Pieter Abbeel. Curl: Contrastive unsupervised representations", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 537, + 454, + 550 + ], + "spans": [ + { + "bbox": [ + 115, + 537, + 454, + 550 + ], + "score": 1.0, + "content": "for reinforcement learning. arXiv preprint arXiv:2004.04136, 2020. 2, 4, 5, 6, 7, 17", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 106, + 526, + 505, + 550 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 504, + 579 + ], + "lines": [ + { + "bbox": [ + 106, + 555, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 106, + 555, + 505, + 570 + ], + "score": 1.0, + "content": "Yu Sun, Eric Tzeng, Trevor Darrell, and Alexei A Efros. Unsupervised domain adaptation through", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 568, + 282, + 579 + ], + "spans": [ + { + "bbox": [ + 116, + 568, + 282, + 579 + ], + "score": 1.0, + "content": "self-supervision. arXiv preprint, 2019. 2", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 555, + 505, + 579 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 586, + 504, + 609 + ], + "lines": [ + { + "bbox": [ + 106, + 586, + 505, + 599 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 505, + 599 + ], + "score": 1.0, + "content": "Yu Sun, Xiaolong Wang, Zhuang Liu, John Miller, Alexei A. Efros, and Moritz Hardt. Test-time", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 115, + 598, + 474, + 610 + ], + "spans": [ + { + "bbox": [ + 115, + 598, + 474, + 610 + ], + "score": 1.0, + "content": "training with self-supervision for generalization under distribution shifts. ICML, 2020. 3", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 586, + 505, + 610 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 616, + 506, + 651 + ], + "lines": [ + { + "bbox": [ + 108, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 108, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "Christian Szegedy, Wei Liu, Yangqing Jia, Pierre Sermanet, Scott Reed, Dragomir Anguelov, Dumitru", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 116, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 116, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "Erhan, Vincent Vanhoucke, and Andrew Rabinovich. Going deeper with convolutions. 2015 IEEE", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 638, + 456, + 652 + ], + "spans": [ + { + "bbox": [ + 116, + 638, + 456, + 652 + ], + "score": 1.0, + "content": "Conference on Computer Vision and Pattern Recognition (CVPR), pp. 1–9, 2015. 17", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 108, + 615, + 505, + 652 + ] + }, + { + "type": "text", + "bbox": [ + 110, + 657, + 506, + 691 + ], + "lines": [ + { + "bbox": [ + 107, + 656, + 506, + 671 + ], + "spans": [ + { + "bbox": [ + 107, + 656, + 506, + 671 + ], + "score": 1.0, + "content": "Yuval Tassa, Yotam Doron, Alistair Muldal, Tom Erez, Yazhe Li, Diego de Las Casas, David Budden,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 669, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 506, + 681 + ], + "score": 1.0, + "content": "Abbas Abdolmaleki, Josh Merel, Andrew Lefrancq, Timothy Lillicrap, and Martin Riedmiller.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 680, + 451, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 451, + 692 + ], + "score": 1.0, + "content": "DeepMind control suite. Technical report, DeepMind, January 2018. 2, 4, 5, 16, 17", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 107, + 656, + 506, + 692 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "Josh Tobin, Rachel Fong, Alex Ray, Jonas Schneider, Wojciech Zaremba, and Pieter Abbeel. Domain", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "randomization for transferring deep neural networks from simulation to the real world. 2017", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 720, + 493, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 493, + 733 + ], + "score": 1.0, + "content": "IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Sep 2017. 1, 2", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 698, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Eric Tzeng, Judy Hoffman, Kate Saenko, and Trevor Darrell. Adversarial discriminative domain", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "adaptation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 216, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 216, + 117 + ], + "score": 1.0, + "content": "pp. 7167–7176, 2017. 2", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 108, + 123, + 503, + 156 + ], + "lines": [ + { + "bbox": [ + 106, + 123, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 123, + 505, + 136 + ], + "score": 1.0, + "content": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 135, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 135, + 505, + 147 + ], + "score": 1.0, + "content": "composing robust features with denoising autoencoders. In Proceedings of the 25th international", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 378, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 378, + 158 + ], + "score": 1.0, + "content": "conference on Machine learning, pp. 1096–1103. ACM, 2008. 2", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 164, + 504, + 186 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "score": 1.0, + "content": "Xiaolong Wang and Abhinav Gupta. Unsupervised learning of visual representations using videos.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 174, + 190, + 186 + ], + "spans": [ + { + "bbox": [ + 116, + 174, + 190, + 186 + ], + "score": 1.0, + "content": "In ICCV, 2015. 2", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 105, + 194, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 105, + 193, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 506, + 207 + ], + "score": 1.0, + "content": "Xiaolong Wang, Allan Jabri, and Alexei A. Efros. Learning correspondence from the cycle-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 205, + 275, + 216 + ], + "spans": [ + { + "bbox": [ + 115, + 205, + 275, + 216 + ], + "score": 1.0, + "content": "consistency of time. In CVPR, 2019. 2", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 504, + 246 + ], + "lines": [ + { + "bbox": [ + 106, + 223, + 504, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 504, + 236 + ], + "score": 1.0, + "content": "Mitchell Wortsman, Kiana Ehsani, Mohammad Rastegari, Ali Farhadi, and Roozbeh Mottaghi.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 235, + 487, + 247 + ], + "spans": [ + { + "bbox": [ + 115, + 235, + 487, + 247 + ], + "score": 1.0, + "content": "Learning to learn how to learn: Self-adaptive visual navigation using meta-learning, 2018. 3", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 253, + 505, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "score": 1.0, + "content": "Zhirong Wu, Yuanjun Xiong, Stella X Yu, and Dahua Lin. Unsupervised feature learning via non-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 265, + 505, + 278 + ], + "spans": [ + { + "bbox": [ + 115, + 265, + 505, + 278 + ], + "score": 1.0, + "content": "parametric instance discrimination. In Proceedings of the IEEE Conference on Computer Vision", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 276, + 318, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 276, + 318, + 288 + ], + "score": 1.0, + "content": "and Pattern Recognition, pp. 3733–3742, 2018. 2", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 105, + 294, + 504, + 317 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "Marek Wydmuch, Michał Kempka, and Wojciech Jaskowski. Vizdoom competitions: Playing doom ´", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 305, + 351, + 318 + ], + "spans": [ + { + "bbox": [ + 115, + 305, + 351, + 318 + ], + "score": 1.0, + "content": "from pixels. IEEE Transactions on Games, 2018. 2, 7, 16", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 504, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "Wilson Yan, Ashwin Vangipuram, Pieter Abbeel, and Lerrel Pinto. Learning predictive representations", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "for deformable objects using contrastive estimation. arXiv preprint arXiv:2003.05436, 2020. 1, 2", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 354, + 505, + 377 + ], + "lines": [ + { + "bbox": [ + 106, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "Jiachen Yang, Brenden Petersen, Hongyuan Zha, and Daniel Faissol. Single episode policy transfer", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 366, + 267, + 376 + ], + "spans": [ + { + "bbox": [ + 115, + 366, + 267, + 376 + ], + "score": 1.0, + "content": "in reinforcement learning, 2019. 1, 2", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 382, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 505, + 398 + ], + "score": 1.0, + "content": "Denis Yarats, Amy Zhang, Ilya Kostrikov, Brandon Amos, Joelle Pineau, and Rob Fergus. Improving", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 395, + 462, + 407 + ], + "spans": [ + { + "bbox": [ + 115, + 395, + 462, + 407 + ], + "score": 1.0, + "content": "sample efficiency in model-free reinforcement learning from images, 2019. 2, 4, 5, 17", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 504, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 428 + ], + "score": 1.0, + "content": "Richard Zhang, Phillip Isola, and Alexei A Efros. Colorful image colorization. In European", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 425, + 372, + 437 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 372, + 437 + ], + "score": 1.0, + "content": "conference on computer vision, pp. 649–666. Springer, 2016. 2", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 444, + 505, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 505, + 459 + ], + "score": 1.0, + "content": "Richard Zhang, Phillip Isola, and Alexei A Efros. Split-brain autoencoders: Unsupervised learning", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 455, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 115, + 455, + 506, + 468 + ], + "score": 1.0, + "content": "by cross-channel prediction. In Proceedings of the IEEE Conference on Computer Vision and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 466, + 300, + 478 + ], + "spans": [ + { + "bbox": [ + 115, + 466, + 300, + 478 + ], + "score": 1.0, + "content": "Pattern Recognition, pp. 1058–1067, 2017. 2", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + } + ], + "page_idx": 12, + "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 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": "13", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 108, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Eric Tzeng, Judy Hoffman, Kate Saenko, and Trevor Darrell. Adversarial discriminative domain", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "adaptation. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 216, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 216, + 117 + ], + "score": 1.0, + "content": "pp. 7167–7176, 2017. 2", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 81, + 506, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 123, + 503, + 156 + ], + "lines": [ + { + "bbox": [ + 106, + 123, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 123, + 505, + 136 + ], + "score": 1.0, + "content": "Pascal Vincent, Hugo Larochelle, Yoshua Bengio, and Pierre-Antoine Manzagol. Extracting and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 135, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 135, + 505, + 147 + ], + "score": 1.0, + "content": "composing robust features with denoising autoencoders. In Proceedings of the 25th international", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 378, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 378, + 158 + ], + "score": 1.0, + "content": "conference on Machine learning, pp. 1096–1103. ACM, 2008. 2", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 123, + 505, + 158 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 164, + 504, + 186 + ], + "lines": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 177 + ], + "score": 1.0, + "content": "Xiaolong Wang and Abhinav Gupta. Unsupervised learning of visual representations using videos.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 174, + 190, + 186 + ], + "spans": [ + { + "bbox": [ + 116, + 174, + 190, + 186 + ], + "score": 1.0, + "content": "In ICCV, 2015. 2", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 163, + 506, + 186 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 194, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 105, + 193, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 506, + 207 + ], + "score": 1.0, + "content": "Xiaolong Wang, Allan Jabri, and Alexei A. Efros. Learning correspondence from the cycle-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 205, + 275, + 216 + ], + "spans": [ + { + "bbox": [ + 115, + 205, + 275, + 216 + ], + "score": 1.0, + "content": "consistency of time. In CVPR, 2019. 2", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 193, + 506, + 216 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 504, + 246 + ], + "lines": [ + { + "bbox": [ + 106, + 223, + 504, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 504, + 236 + ], + "score": 1.0, + "content": "Mitchell Wortsman, Kiana Ehsani, Mohammad Rastegari, Ali Farhadi, and Roozbeh Mottaghi.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 235, + 487, + 247 + ], + "spans": [ + { + "bbox": [ + 115, + 235, + 487, + 247 + ], + "score": 1.0, + "content": "Learning to learn how to learn: Self-adaptive visual navigation using meta-learning, 2018. 3", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 223, + 504, + 247 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 253, + 505, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 506, + 267 + ], + "score": 1.0, + "content": "Zhirong Wu, Yuanjun Xiong, Stella X Yu, and Dahua Lin. Unsupervised feature learning via non-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 265, + 505, + 278 + ], + "spans": [ + { + "bbox": [ + 115, + 265, + 505, + 278 + ], + "score": 1.0, + "content": "parametric instance discrimination. In Proceedings of the IEEE Conference on Computer Vision", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 276, + 318, + 288 + ], + "spans": [ + { + "bbox": [ + 115, + 276, + 318, + 288 + ], + "score": 1.0, + "content": "and Pattern Recognition, pp. 3733–3742, 2018. 2", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 253, + 506, + 288 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 294, + 504, + 317 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "Marek Wydmuch, Michał Kempka, and Wojciech Jaskowski. Vizdoom competitions: Playing doom ´", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 305, + 351, + 318 + ], + "spans": [ + { + "bbox": [ + 115, + 305, + 351, + 318 + ], + "score": 1.0, + "content": "from pixels. IEEE Transactions on Games, 2018. 2, 7, 16", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 294, + 505, + 318 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 324, + 504, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 505, + 337 + ], + "score": 1.0, + "content": "Wilson Yan, Ashwin Vangipuram, Pieter Abbeel, and Lerrel Pinto. Learning predictive representations", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "for deformable objects using contrastive estimation. arXiv preprint arXiv:2003.05436, 2020. 1, 2", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 106, + 324, + 505, + 348 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 354, + 505, + 377 + ], + "lines": [ + { + "bbox": [ + 106, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "Jiachen Yang, Brenden Petersen, Hongyuan Zha, and Daniel Faissol. Single episode policy transfer", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 366, + 267, + 376 + ], + "spans": [ + { + "bbox": [ + 115, + 366, + 267, + 376 + ], + "score": 1.0, + "content": "in reinforcement learning, 2019. 1, 2", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 106, + 354, + 505, + 376 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 504, + 407 + ], + "lines": [ + { + "bbox": [ + 105, + 382, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 382, + 505, + 398 + ], + "score": 1.0, + "content": "Denis Yarats, Amy Zhang, Ilya Kostrikov, Brandon Amos, Joelle Pineau, and Rob Fergus. Improving", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 395, + 462, + 407 + ], + "spans": [ + { + "bbox": [ + 115, + 395, + 462, + 407 + ], + "score": 1.0, + "content": "sample efficiency in model-free reinforcement learning from images, 2019. 2, 4, 5, 17", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 382, + 505, + 407 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 414, + 504, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 412, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 428 + ], + "score": 1.0, + "content": "Richard Zhang, Phillip Isola, and Alexei A Efros. Colorful image colorization. In European", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 425, + 372, + 437 + ], + "spans": [ + { + "bbox": [ + 116, + 425, + 372, + 437 + ], + "score": 1.0, + "content": "conference on computer vision, pp. 649–666. Springer, 2016. 2", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 412, + 506, + 437 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 444, + 505, + 478 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 505, + 459 + ], + "score": 1.0, + "content": "Richard Zhang, Phillip Isola, and Alexei A Efros. Split-brain autoencoders: Unsupervised learning", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 455, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 115, + 455, + 506, + 468 + ], + "score": 1.0, + "content": "by cross-channel prediction. In Proceedings of the IEEE Conference on Computer Vision and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 466, + 300, + 478 + ], + "spans": [ + { + "bbox": [ + 115, + 466, + 300, + 478 + ], + "score": 1.0, + "content": "Pattern Recognition, pp. 1058–1067, 2017. 2", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 442, + 506, + 478 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 382, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 383, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 383, + 96 + ], + "score": 1.0, + "content": "A PERFORMANCE ON THE TRAINING ENVIRONMENT", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 107, + 506, + 349 + ], + "lines": [ + { + "bbox": [ + 106, + 108, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 108, + 505, + 119 + ], + "score": 1.0, + "content": "Historically, agents have commonly been trained and evaluated in the same environment when", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 505, + 130 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 505, + 130 + ], + "score": 1.0, + "content": "benchmarking RL algorithms exclusively in simulation. Although such an evaluation procedure does", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "score": 1.0, + "content": "not consider generalization, it is still a useful metric for comparison of sample efficiency and stability", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 140, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 505, + 153 + ], + "score": 1.0, + "content": "of algorithms. For completeness, we also evaluate our method and baselines in this setting on both", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 151, + 506, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 164 + ], + "score": 1.0, + "content": "DMControl and CRLMaze. DMControl results are reported in Table 7 and results on the CRLMaze", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 162, + 506, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 506, + 175 + ], + "score": 1.0, + "content": "environment are shown in Table 8. In this setting, we also compare to an additional baseline on", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "score": 1.0, + "content": "DMControl: a blind SAC agent that operates purely on its previous actions. The performance of a", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 184, + 506, + 197 + ], + "spans": [ + { + "bbox": [ + 106, + 184, + 506, + 197 + ], + "score": 1.0, + "content": "blind agent indicates to which degree a given task benefits from visual information. We find that,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 195, + 506, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 195, + 506, + 208 + ], + "score": 1.0, + "content": "while PAD improves generalization to novel environments, performance is virtually unchanged when", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 207, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 505, + 218 + ], + "score": 1.0, + "content": "evaluated on the same environment as in training. We conjecture that this is because the algorithm", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "already is adapted to the training environment and any continued training on the same data distribution", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 228, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 228, + 506, + 240 + ], + "score": 1.0, + "content": "thus has little influence. We further emphasize that, even when evaluated on the training environment,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 239, + 505, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 397, + 250 + ], + "score": 1.0, + "content": "PAD still outperforms baselines on most tasks. For example, we observe a", + "type": "text" + }, + { + "bbox": [ + 397, + 239, + 418, + 250 + ], + "score": 0.87, + "content": "15 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 239, + 505, + 250 + ], + "score": 1.0, + "content": "relative improvement", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 506, + 262 + ], + "score": 1.0, + "content": "over SAC on the Finger, spin task. We hypothesize that this gain in performance is because the self-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 261, + 507, + 274 + ], + "spans": [ + { + "bbox": [ + 104, + 261, + 507, + 274 + ], + "score": 1.0, + "content": "supervised objective improves learning by constraining the intermediate representation of policies.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "A blind agent is no better than random on this particular task, which would suggest that agents", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 283, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 505, + 296 + ], + "score": 1.0, + "content": "benefit substantially from visual information in Finger, spin. Therefore, learning a good intermediate", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 294, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 306 + ], + "score": 1.0, + "content": "representation of that information is highly beneficial to the RL objective, which we find PAD to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 304, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 506, + 318 + ], + "score": 1.0, + "content": "facilitate through its self-supervised learning framework. Likewise, the SAC baseline only achieves a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 315, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 126, + 326 + ], + "score": 0.86, + "content": "51 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 315, + 506, + 328 + ], + "score": 1.0, + "content": "improvement over the blind agent on Cartpole, balance, which indicates that extracting visual", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "score": 1.0, + "content": "information from observations is not as crucial on this task. Consequently, both PAD and baselines", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 338, + 272, + 350 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 272, + 350 + ], + "score": 1.0, + "content": "achieve similar performance on this task.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 11.5 + }, + { + "type": "table", + "bbox": [ + 155, + 405, + 453, + 515 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 362, + 505, + 396 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 361, + 506, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 506, + 375 + ], + "score": 1.0, + "content": "Table 7. Episodic return on the training environment for each of the 9 tasks considered in DMControl,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 457, + 385 + ], + "score": 1.0, + "content": "mean and std. dev. for 10 seeds. Best method on each task is in bold and blue compares", + "type": "text" + }, + { + "bbox": [ + 457, + 373, + 484, + 383 + ], + "score": 0.84, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 383, + 479, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 479, + 397 + ], + "score": 1.0, + "content": "and without PAD. It is shown that PAD hurts minimally when the environment is unchanged.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "table_body", + "bbox": [ + 155, + 405, + 453, + 515 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 155, + 405, + 453, + 515 + ], + "spans": [ + { + "bbox": [ + 155, + 405, + 453, + 515 + ], + "score": 0.983, + "html": "
Training env.BlindSAC+DR+IDM+IDM (PAD)
Walker, walk235±17847±71756±71911±24895±28
Walker, stand388±10959±11928±36966±8956±20
Cartpole, swingup132±41850±28807±36849±30845±34
Cartpole,balance646±131978±22971±30982±20979±21
Ball in cup, catch150±96725±355469±339919±118910±129
Finger, spin3±2809±138686±295928±45927±45
Finger, turn_easy172±27462±146243±124462±152455±160
Cheetah, run264±75387±74195±46384±88380±91
Reacher, easy107±11264±11392±45390±126365±114
", + "type": "table", + "image_path": "734c0aa38d45cf7a103d5f2800883fa0730f324456bec03a3f8898db190f4406.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 155, + 405, + 453, + 441.6666666666667 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 155, + 441.6666666666667, + 453, + 478.33333333333337 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 155, + 478.33333333333337, + 453, + 515.0 + ], + "spans": [], + "index": 28 + } + ] + } + ], + "index": 25.5 + }, + { + "type": "table", + "bbox": [ + 106, + 575, + 504, + 608 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 536, + 503, + 569 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "score": 1.0, + "content": "Table 8. Episodic return of PAD and baselines in the CRLMaze training environment. All methods", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 546, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 505, + 560 + ], + "score": 1.0, + "content": "use A2C. We report mean and std. error of 10 seeds. Best method is in bold and blue compares", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 558, + 277, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 277, + 570 + ], + "score": 1.0, + "content": "rotation prediction with and without PAD.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "table_body", + "bbox": [ + 106, + 575, + 504, + 608 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 575, + 504, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 504, + 608 + ], + "score": 0.969, + "html": "
CRLMazeRandomA2C+DR+IDM+IDM (PAD)+Rot+Rot (PAD)
Training env.-868±34371±198-355±93585±246-416±135729±148681±99
", + "type": "table", + "image_path": "19c0693ab395a83584be5ba43fa0acda3ed1d09f22e138b75faf8392ab844913.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 106, + 575, + 504, + 586.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 106, + 586.0, + 504, + 597.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 106, + 597.0, + 504, + 608.0 + ], + "spans": [], + "index": 34 + } + ] + } + ], + "index": 31.5 + }, + { + "type": "title", + "bbox": [ + 107, + 628, + 359, + 641 + ], + "lines": [ + { + "bbox": [ + 104, + 627, + 361, + 643 + ], + "spans": [ + { + "bbox": [ + 104, + 627, + 361, + 643 + ], + "score": 1.0, + "content": "B LEARNING CURVES ON DEEPMIND CONTROL", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "All methods are trained until convergence (500,000 frames) on DMControl. While we do not", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "consider the sample efficiency of our method and baselines in this study, we report learning curves", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 146, + 689 + ], + "score": 1.0, + "content": "for SAC,", + "type": "text" + }, + { + "bbox": [ + 147, + 677, + 193, + 687 + ], + "score": 0.67, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "and SAC trained with domain randomization on three tasks in Figure 5 for", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "completeness. SAC trained with and without an IDM are similar in terms of sample efficiency and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 698, + 507, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 507, + 713 + ], + "score": 1.0, + "content": "final performance, whereas domain randomization consistently displays worse sample efficiency,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "larger variation between seeds, and converges to sub-optimal performance in two out of the three", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 160, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 160, + 732 + ], + "score": 1.0, + "content": "tasks shown.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39 + } + ], + "page_idx": 13, + "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": [ + 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, + 82, + 382, + 93 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 383, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 383, + 96 + ], + "score": 1.0, + "content": "A PERFORMANCE ON THE TRAINING ENVIRONMENT", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 107, + 506, + 349 + ], + "lines": [ + { + "bbox": [ + 106, + 108, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 108, + 505, + 119 + ], + "score": 1.0, + "content": "Historically, agents have commonly been trained and evaluated in the same environment when", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 505, + 130 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 505, + 130 + ], + "score": 1.0, + "content": "benchmarking RL algorithms exclusively in simulation. Although such an evaluation procedure does", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "score": 1.0, + "content": "not consider generalization, it is still a useful metric for comparison of sample efficiency and stability", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 140, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 505, + 153 + ], + "score": 1.0, + "content": "of algorithms. For completeness, we also evaluate our method and baselines in this setting on both", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 151, + 506, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 164 + ], + "score": 1.0, + "content": "DMControl and CRLMaze. DMControl results are reported in Table 7 and results on the CRLMaze", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 162, + 506, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 506, + 175 + ], + "score": 1.0, + "content": "environment are shown in Table 8. In this setting, we also compare to an additional baseline on", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "score": 1.0, + "content": "DMControl: a blind SAC agent that operates purely on its previous actions. The performance of a", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 184, + 506, + 197 + ], + "spans": [ + { + "bbox": [ + 106, + 184, + 506, + 197 + ], + "score": 1.0, + "content": "blind agent indicates to which degree a given task benefits from visual information. We find that,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 195, + 506, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 195, + 506, + 208 + ], + "score": 1.0, + "content": "while PAD improves generalization to novel environments, performance is virtually unchanged when", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 207, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 505, + 218 + ], + "score": 1.0, + "content": "evaluated on the same environment as in training. We conjecture that this is because the algorithm", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "already is adapted to the training environment and any continued training on the same data distribution", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 228, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 228, + 506, + 240 + ], + "score": 1.0, + "content": "thus has little influence. We further emphasize that, even when evaluated on the training environment,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 239, + 505, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 239, + 397, + 250 + ], + "score": 1.0, + "content": "PAD still outperforms baselines on most tasks. For example, we observe a", + "type": "text" + }, + { + "bbox": [ + 397, + 239, + 418, + 250 + ], + "score": 0.87, + "content": "15 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 239, + 505, + 250 + ], + "score": 1.0, + "content": "relative improvement", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 506, + 262 + ], + "score": 1.0, + "content": "over SAC on the Finger, spin task. We hypothesize that this gain in performance is because the self-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 261, + 507, + 274 + ], + "spans": [ + { + "bbox": [ + 104, + 261, + 507, + 274 + ], + "score": 1.0, + "content": "supervised objective improves learning by constraining the intermediate representation of policies.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "A blind agent is no better than random on this particular task, which would suggest that agents", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 283, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 505, + 296 + ], + "score": 1.0, + "content": "benefit substantially from visual information in Finger, spin. Therefore, learning a good intermediate", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 294, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 306 + ], + "score": 1.0, + "content": "representation of that information is highly beneficial to the RL objective, which we find PAD to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 304, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 506, + 318 + ], + "score": 1.0, + "content": "facilitate through its self-supervised learning framework. Likewise, the SAC baseline only achieves a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 315, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 126, + 326 + ], + "score": 0.86, + "content": "51 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 315, + 506, + 328 + ], + "score": 1.0, + "content": "improvement over the blind agent on Cartpole, balance, which indicates that extracting visual", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "score": 1.0, + "content": "information from observations is not as crucial on this task. Consequently, both PAD and baselines", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 338, + 272, + 350 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 272, + 350 + ], + "score": 1.0, + "content": "achieve similar performance on this task.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 11.5, + "bbox_fs": [ + 104, + 108, + 507, + 350 + ] + }, + { + "type": "table", + "bbox": [ + 155, + 405, + 453, + 515 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 362, + 505, + 396 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 361, + 506, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 506, + 375 + ], + "score": 1.0, + "content": "Table 7. Episodic return on the training environment for each of the 9 tasks considered in DMControl,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 372, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 457, + 385 + ], + "score": 1.0, + "content": "mean and std. dev. for 10 seeds. Best method on each task is in bold and blue compares", + "type": "text" + }, + { + "bbox": [ + 457, + 373, + 484, + 383 + ], + "score": 0.84, + "content": "+ \\mathrm { I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 372, + 505, + 385 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 383, + 479, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 479, + 397 + ], + "score": 1.0, + "content": "and without PAD. It is shown that PAD hurts minimally when the environment is unchanged.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "table_body", + "bbox": [ + 155, + 405, + 453, + 515 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 155, + 405, + 453, + 515 + ], + "spans": [ + { + "bbox": [ + 155, + 405, + 453, + 515 + ], + "score": 0.983, + "html": "
Training env.BlindSAC+DR+IDM+IDM (PAD)
Walker, walk235±17847±71756±71911±24895±28
Walker, stand388±10959±11928±36966±8956±20
Cartpole, swingup132±41850±28807±36849±30845±34
Cartpole,balance646±131978±22971±30982±20979±21
Ball in cup, catch150±96725±355469±339919±118910±129
Finger, spin3±2809±138686±295928±45927±45
Finger, turn_easy172±27462±146243±124462±152455±160
Cheetah, run264±75387±74195±46384±88380±91
Reacher, easy107±11264±11392±45390±126365±114
", + "type": "table", + "image_path": "734c0aa38d45cf7a103d5f2800883fa0730f324456bec03a3f8898db190f4406.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 155, + 405, + 453, + 441.6666666666667 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 155, + 441.6666666666667, + 453, + 478.33333333333337 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 155, + 478.33333333333337, + 453, + 515.0 + ], + "spans": [], + "index": 28 + } + ] + } + ], + "index": 25.5 + }, + { + "type": "table", + "bbox": [ + 106, + 575, + 504, + 608 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 536, + 503, + 569 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "score": 1.0, + "content": "Table 8. Episodic return of PAD and baselines in the CRLMaze training environment. All methods", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 546, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 505, + 560 + ], + "score": 1.0, + "content": "use A2C. We report mean and std. error of 10 seeds. Best method is in bold and blue compares", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 558, + 277, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 277, + 570 + ], + "score": 1.0, + "content": "rotation prediction with and without PAD.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "table_body", + "bbox": [ + 106, + 575, + 504, + 608 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 575, + 504, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 504, + 608 + ], + "score": 0.969, + "html": "
CRLMazeRandomA2C+DR+IDM+IDM (PAD)+Rot+Rot (PAD)
Training env.-868±34371±198-355±93585±246-416±135729±148681±99
", + "type": "table", + "image_path": "19c0693ab395a83584be5ba43fa0acda3ed1d09f22e138b75faf8392ab844913.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 106, + 575, + 504, + 586.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 106, + 586.0, + 504, + 597.0 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 106, + 597.0, + 504, + 608.0 + ], + "spans": [], + "index": 34 + } + ] + } + ], + "index": 31.5 + }, + { + "type": "title", + "bbox": [ + 107, + 628, + 359, + 641 + ], + "lines": [ + { + "bbox": [ + 104, + 627, + 361, + 643 + ], + "spans": [ + { + "bbox": [ + 104, + 627, + 361, + 643 + ], + "score": 1.0, + "content": "B LEARNING CURVES ON DEEPMIND CONTROL", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 654, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "All methods are trained until convergence (500,000 frames) on DMControl. While we do not", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "consider the sample efficiency of our method and baselines in this study, we report learning curves", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 146, + 689 + ], + "score": 1.0, + "content": "for SAC,", + "type": "text" + }, + { + "bbox": [ + 147, + 677, + 193, + 687 + ], + "score": 0.67, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 676, + 506, + 689 + ], + "score": 1.0, + "content": "and SAC trained with domain randomization on three tasks in Figure 5 for", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "completeness. SAC trained with and without an IDM are similar in terms of sample efficiency and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 698, + 507, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 507, + 713 + ], + "score": 1.0, + "content": "final performance, whereas domain randomization consistently displays worse sample efficiency,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "larger variation between seeds, and converges to sub-optimal performance in two out of the three", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 720, + 160, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 160, + 732 + ], + "score": 1.0, + "content": "tasks shown.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 655, + 507, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 119, + 81, + 488, + 204 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 119, + 81, + 488, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 81, + 488, + 204 + ], + "spans": [ + { + "bbox": [ + 119, + 81, + 488, + 204 + ], + "score": 0.969, + "type": "image", + "image_path": "9988caa8b9a55fc3afee7ef0f724429fd455ed6f365e57a9ccd860a250478099.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 119, + 81, + 488, + 122.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 119, + 122.0, + 488, + 163.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 119, + 163.0, + 488, + 204.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 208, + 506, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 208, + 507, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 440, + 221 + ], + "score": 1.0, + "content": "Figure 5. Learning curves for SAC, SAC trained with domain randomization (denoted", + "type": "text" + }, + { + "bbox": [ + 441, + 209, + 480, + 220 + ], + "score": 0.5, + "content": "S A C ( D R )", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 208, + 507, + 221 + ], + "score": 1.0, + "content": "here),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 219, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 124, + 231 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 219, + 171, + 230 + ], + "score": 0.77, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 219, + 505, + 231 + ], + "score": 1.0, + "content": "on three tasks from the DeepMind Control suite (DMControl). Episodic return is", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 230, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 236, + 243 + ], + "score": 1.0, + "content": "averaged across 10 seeds and the", + "type": "text" + }, + { + "bbox": [ + 236, + 231, + 256, + 241 + ], + "score": 0.88, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 230, + 506, + 243 + ], + "score": 1.0, + "content": "confidence intervals are visualized as shaded regions. SAC and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 240, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 152, + 252 + ], + "score": 0.73, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 240, + 505, + 254 + ], + "score": 1.0, + "content": "exhibit similar sample efficiency and final performance, whereas domain randomization", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 252, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 505, + 264 + ], + "score": 1.0, + "content": "consistently displays worse sample efficiency, larger variation between seeds, and converges to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 263, + 353, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 353, + 276 + ], + "score": 1.0, + "content": "sub-optimal performance in two out of the three tasks shown.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "title", + "bbox": [ + 107, + 294, + 375, + 306 + ], + "lines": [ + { + "bbox": [ + 105, + 291, + 378, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 176, + 309 + ], + "score": 1.0, + "content": "C KEEPING", + "type": "text" + }, + { + "bbox": [ + 177, + 295, + 189, + 306 + ], + "score": 0.85, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 291, + 378, + 309 + ], + "score": 1.0, + "content": "FIXED DURING POLICY ADAPTATION", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 314, + 505, + 380 + ], + "lines": [ + { + "bbox": [ + 106, + 315, + 504, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 392, + 325 + ], + "score": 1.0, + "content": "We now consider a variant of PAD where the self-supervised task head", + "type": "text" + }, + { + "bbox": [ + 393, + 316, + 404, + 325 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 315, + 504, + 325 + ], + "score": 1.0, + "content": "is fixed at test-time such", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 236, + 338 + ], + "score": 1.0, + "content": "that the self-supervised objective", + "type": "text" + }, + { + "bbox": [ + 237, + 326, + 245, + 335 + ], + "score": 0.78, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 325, + 331, + 338 + ], + "score": 1.0, + "content": "is optimized only wrt", + "type": "text" + }, + { + "bbox": [ + 331, + 327, + 342, + 336 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 325, + 506, + 338 + ], + "score": 1.0, + "content": ", as discussed in Section 3.3. We measure", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "generalization to test environments with randomized colors and report the results in Table 9 for three", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 347, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 475, + 360 + ], + "score": 1.0, + "content": "tasks from the DeepMind Control suite. We empirically find the difference between updating", + "type": "text" + }, + { + "bbox": [ + 476, + 349, + 487, + 358 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 347, + 505, + 360 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 311, + 371 + ], + "score": 1.0, + "content": "keeping it fixed negligible, and we choose to update", + "type": "text" + }, + { + "bbox": [ + 311, + 360, + 322, + 369 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "by default since its gradients are computed by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 369, + 224, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 224, + 382 + ], + "score": 1.0, + "content": "back-propagation regardless.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5 + }, + { + "type": "table", + "bbox": [ + 178, + 440, + 428, + 492 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 389, + 506, + 434 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 390, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 506, + 401 + ], + "score": 1.0, + "content": "Table 9. Episodic return in test environments with randomized colors, mean and std. dev. for 10 seeds.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 401, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 264, + 413 + ], + "score": 1.0, + "content": "All methods use SAC. IDM (PAD, fixed", + "type": "text" + }, + { + "bbox": [ + 264, + 402, + 276, + 412 + ], + "score": 0.74, + "content": "\\pi _ { s . }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 401, + 414, + 413 + ], + "score": 1.0, + "content": ") considers a variant of PAD where", + "type": "text" + }, + { + "bbox": [ + 414, + 403, + 425, + 412 + ], + "score": 0.87, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 401, + 506, + 413 + ], + "score": 1.0, + "content": "is fixed at test-time,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 412, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 142, + 424 + ], + "score": 1.0, + "content": "whereas", + "type": "text" + }, + { + "bbox": [ + 142, + 412, + 191, + 423 + ], + "score": 0.4, + "content": "I D M \\left( P A D \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 412, + 392, + 424 + ], + "score": 1.0, + "content": "denotes the default usage of PAD in which both", + "type": "text" + }, + { + "bbox": [ + 393, + 414, + 404, + 423 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 412, + 423, + 424 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 423, + 414, + 434, + 423 + ], + "score": 0.87, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 412, + 506, + 424 + ], + "score": 1.0, + "content": "are optimized at", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 423, + 286, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 286, + 435 + ], + "score": 1.0, + "content": "test-time using the self-supervised objective.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "table_body", + "bbox": [ + 178, + 440, + 428, + 492 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 178, + 440, + 428, + 492 + ], + "spans": [ + { + "bbox": [ + 178, + 440, + 428, + 492 + ], + "score": 0.973, + "html": "
Random colorsIDMIDM (PAD, fixed π s)IDM (PAD)
Walker, walk406±29452±38468±47
Walker, stand743±37802±41797±46
Cartpole, swingup585±73623±57630±63
", + "type": "table", + "image_path": "c266f3001c177fdb22a13cff9448f751770c90dd9138aea3b9fd7faa826e8279.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 178, + 440, + 428, + 457.3333333333333 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 178, + 457.3333333333333, + 428, + 474.66666666666663 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 178, + 474.66666666666663, + 428, + 491.99999999999994 + ], + "spans": [], + "index": 22 + } + ] + } + ], + "index": 19.25 + }, + { + "type": "title", + "bbox": [ + 106, + 510, + 367, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 508, + 367, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 367, + 524 + ], + "score": 1.0, + "content": "D COMPARISON TO ADAPTATION WITH REWARDS", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 529, + 505, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "score": 1.0, + "content": "While our method does not require data collected prior to deployment and does not assume access", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 540, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 506, + 554 + ], + "score": 1.0, + "content": "to a reward signal, we additionally compare our method to a na¨ıve fine-tuning approach using", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 552, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 505, + 564 + ], + "score": 1.0, + "content": "transitions and rewards collected from the target environment prior to deployment. To fine-tune the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 563, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 575 + ], + "score": 1.0, + "content": "pre-trained policy using rewards, we collect datasets consisting of 1, 10, and 100 episodes in each", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 574, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 505, + 586 + ], + "score": 1.0, + "content": "target environment using the learned policy while keeping its parameters fixed, and then subsequently", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 583, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 167, + 598 + ], + "score": 1.0, + "content": "fine-tune both", + "type": "text" + }, + { + "bbox": [ + 167, + 586, + 178, + 596 + ], + "score": 0.85, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 583, + 198, + 598 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 198, + 586, + 210, + 596 + ], + "score": 0.86, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 583, + 506, + 598 + ], + "score": 1.0, + "content": "on the collected data, following the same training procedure as during", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "the training phase. This fine-tuning approach is analogous to Julian et al. (2020) but does not use", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "score": 1.0, + "content": "data from the original environment during adaptation. Results are shown in Table 10. We find that", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "score": 1.0, + "content": "na¨ıvely fine-tuning the policy using data collected prior to deployment can improve generalization", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "score": 1.0, + "content": "but requires comparably more data than PAD, as well as access to a reward signal in the target", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "environment. This finding suggests that PAD may be a more suitable method for settings where data", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 650, + 441, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 441, + 663 + ], + "score": 1.0, + "content": "from the target environment is scarce and not easily accessible prior to deployment.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 29.5 + }, + { + "type": "title", + "bbox": [ + 107, + 679, + 375, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 376, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 376, + 693 + ], + "score": 1.0, + "content": "E ADDITIONAL ROBOTIC MANIPULATION SAMPLES", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Figure 6 provides samples from the training and test environments for the reach robotic manipulation", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "task. Agents are trained in simulation and deployed on a real robot. Samples from the push task are", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 721, + 183, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 183, + 732 + ], + "score": 1.0, + "content": "shown in Figure 4.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + } + ], + "page_idx": 14, + "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, + 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": [ + 119, + 81, + 488, + 204 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 119, + 81, + 488, + 204 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 81, + 488, + 204 + ], + "spans": [ + { + "bbox": [ + 119, + 81, + 488, + 204 + ], + "score": 0.969, + "type": "image", + "image_path": "9988caa8b9a55fc3afee7ef0f724429fd455ed6f365e57a9ccd860a250478099.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 119, + 81, + 488, + 122.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 119, + 122.0, + 488, + 163.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 119, + 163.0, + 488, + 204.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 208, + 506, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 208, + 507, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 440, + 221 + ], + "score": 1.0, + "content": "Figure 5. Learning curves for SAC, SAC trained with domain randomization (denoted", + "type": "text" + }, + { + "bbox": [ + 441, + 209, + 480, + 220 + ], + "score": 0.5, + "content": "S A C ( D R )", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 208, + 507, + 221 + ], + "score": 1.0, + "content": "here),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 219, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 124, + 231 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 219, + 171, + 230 + ], + "score": 0.77, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 219, + 505, + 231 + ], + "score": 1.0, + "content": "on three tasks from the DeepMind Control suite (DMControl). Episodic return is", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 230, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 236, + 243 + ], + "score": 1.0, + "content": "averaged across 10 seeds and the", + "type": "text" + }, + { + "bbox": [ + 236, + 231, + 256, + 241 + ], + "score": 0.88, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 230, + 506, + 243 + ], + "score": 1.0, + "content": "confidence intervals are visualized as shaded regions. SAC and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 240, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 152, + 252 + ], + "score": 0.73, + "content": "\\mathrm { S A C + I D M }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 240, + 505, + 254 + ], + "score": 1.0, + "content": "exhibit similar sample efficiency and final performance, whereas domain randomization", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 252, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 252, + 505, + 264 + ], + "score": 1.0, + "content": "consistently displays worse sample efficiency, larger variation between seeds, and converges to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 263, + 353, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 353, + 276 + ], + "score": 1.0, + "content": "sub-optimal performance in two out of the three tasks shown.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "title", + "bbox": [ + 107, + 294, + 375, + 306 + ], + "lines": [ + { + "bbox": [ + 105, + 291, + 378, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 176, + 309 + ], + "score": 1.0, + "content": "C KEEPING", + "type": "text" + }, + { + "bbox": [ + 177, + 295, + 189, + 306 + ], + "score": 0.85, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 291, + 378, + 309 + ], + "score": 1.0, + "content": "FIXED DURING POLICY ADAPTATION", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 314, + 505, + 380 + ], + "lines": [ + { + "bbox": [ + 106, + 315, + 504, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 392, + 325 + ], + "score": 1.0, + "content": "We now consider a variant of PAD where the self-supervised task head", + "type": "text" + }, + { + "bbox": [ + 393, + 316, + 404, + 325 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 315, + 504, + 325 + ], + "score": 1.0, + "content": "is fixed at test-time such", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 236, + 338 + ], + "score": 1.0, + "content": "that the self-supervised objective", + "type": "text" + }, + { + "bbox": [ + 237, + 326, + 245, + 335 + ], + "score": 0.78, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 325, + 331, + 338 + ], + "score": 1.0, + "content": "is optimized only wrt", + "type": "text" + }, + { + "bbox": [ + 331, + 327, + 342, + 336 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 325, + 506, + 338 + ], + "score": 1.0, + "content": ", as discussed in Section 3.3. We measure", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 349 + ], + "score": 1.0, + "content": "generalization to test environments with randomized colors and report the results in Table 9 for three", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 347, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 347, + 475, + 360 + ], + "score": 1.0, + "content": "tasks from the DeepMind Control suite. We empirically find the difference between updating", + "type": "text" + }, + { + "bbox": [ + 476, + 349, + 487, + 358 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 347, + 505, + 360 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 311, + 371 + ], + "score": 1.0, + "content": "keeping it fixed negligible, and we choose to update", + "type": "text" + }, + { + "bbox": [ + 311, + 360, + 322, + 369 + ], + "score": 0.86, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "by default since its gradients are computed by", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 369, + 224, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 224, + 382 + ], + "score": 1.0, + "content": "back-propagation regardless.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 315, + 506, + 382 + ] + }, + { + "type": "table", + "bbox": [ + 178, + 440, + 428, + 492 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 108, + 389, + 506, + 434 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 390, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 506, + 401 + ], + "score": 1.0, + "content": "Table 9. Episodic return in test environments with randomized colors, mean and std. dev. for 10 seeds.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 401, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 264, + 413 + ], + "score": 1.0, + "content": "All methods use SAC. IDM (PAD, fixed", + "type": "text" + }, + { + "bbox": [ + 264, + 402, + 276, + 412 + ], + "score": 0.74, + "content": "\\pi _ { s . }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 401, + 414, + 413 + ], + "score": 1.0, + "content": ") considers a variant of PAD where", + "type": "text" + }, + { + "bbox": [ + 414, + 403, + 425, + 412 + ], + "score": 0.87, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 401, + 506, + 413 + ], + "score": 1.0, + "content": "is fixed at test-time,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 412, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 142, + 424 + ], + "score": 1.0, + "content": "whereas", + "type": "text" + }, + { + "bbox": [ + 142, + 412, + 191, + 423 + ], + "score": 0.4, + "content": "I D M \\left( P A D \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 412, + 392, + 424 + ], + "score": 1.0, + "content": "denotes the default usage of PAD in which both", + "type": "text" + }, + { + "bbox": [ + 393, + 414, + 404, + 423 + ], + "score": 0.86, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 412, + 423, + 424 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 423, + 414, + 434, + 423 + ], + "score": 0.87, + "content": "\\pi _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 412, + 506, + 424 + ], + "score": 1.0, + "content": "are optimized at", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 423, + 286, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 286, + 435 + ], + "score": 1.0, + "content": "test-time using the self-supervised objective.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "table_body", + "bbox": [ + 178, + 440, + 428, + 492 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 178, + 440, + 428, + 492 + ], + "spans": [ + { + "bbox": [ + 178, + 440, + 428, + 492 + ], + "score": 0.973, + "html": "
Random colorsIDMIDM (PAD, fixed π s)IDM (PAD)
Walker, walk406±29452±38468±47
Walker, stand743±37802±41797±46
Cartpole, swingup585±73623±57630±63
", + "type": "table", + "image_path": "c266f3001c177fdb22a13cff9448f751770c90dd9138aea3b9fd7faa826e8279.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 178, + 440, + 428, + 457.3333333333333 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 178, + 457.3333333333333, + 428, + 474.66666666666663 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 178, + 474.66666666666663, + 428, + 491.99999999999994 + ], + "spans": [], + "index": 22 + } + ] + } + ], + "index": 19.25 + }, + { + "type": "title", + "bbox": [ + 106, + 510, + 367, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 508, + 367, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 508, + 367, + 524 + ], + "score": 1.0, + "content": "D COMPARISON TO ADAPTATION WITH REWARDS", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 529, + 505, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 506, + 543 + ], + "score": 1.0, + "content": "While our method does not require data collected prior to deployment and does not assume access", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 540, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 506, + 554 + ], + "score": 1.0, + "content": "to a reward signal, we additionally compare our method to a na¨ıve fine-tuning approach using", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 552, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 505, + 564 + ], + "score": 1.0, + "content": "transitions and rewards collected from the target environment prior to deployment. To fine-tune the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 563, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 575 + ], + "score": 1.0, + "content": "pre-trained policy using rewards, we collect datasets consisting of 1, 10, and 100 episodes in each", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 574, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 505, + 586 + ], + "score": 1.0, + "content": "target environment using the learned policy while keeping its parameters fixed, and then subsequently", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 583, + 506, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 167, + 598 + ], + "score": 1.0, + "content": "fine-tune both", + "type": "text" + }, + { + "bbox": [ + 167, + 586, + 178, + 596 + ], + "score": 0.85, + "content": "\\pi _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 583, + 198, + 598 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 198, + 586, + 210, + 596 + ], + "score": 0.86, + "content": "\\pi _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 583, + 506, + 598 + ], + "score": 1.0, + "content": "on the collected data, following the same training procedure as during", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "the training phase. This fine-tuning approach is analogous to Julian et al. (2020) but does not use", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 506, + 619 + ], + "score": 1.0, + "content": "data from the original environment during adaptation. Results are shown in Table 10. We find that", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "score": 1.0, + "content": "na¨ıvely fine-tuning the policy using data collected prior to deployment can improve generalization", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 642 + ], + "score": 1.0, + "content": "but requires comparably more data than PAD, as well as access to a reward signal in the target", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "environment. This finding suggests that PAD may be a more suitable method for settings where data", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 650, + 441, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 441, + 663 + ], + "score": 1.0, + "content": "from the target environment is scarce and not easily accessible prior to deployment.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 29.5, + "bbox_fs": [ + 104, + 529, + 506, + 663 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 679, + 375, + 690 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 376, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 376, + 693 + ], + "score": 1.0, + "content": "E ADDITIONAL ROBOTIC MANIPULATION SAMPLES", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 699, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "Figure 6 provides samples from the training and test environments for the reach robotic manipulation", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "task. Agents are trained in simulation and deployed on a real robot. Samples from the push task are", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 721, + 183, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 183, + 732 + ], + "score": 1.0, + "content": "shown in Figure 4.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 699, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 506, + 135 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 92 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 92 + ], + "score": 1.0, + "content": "Table 10. Episodic return in test environments with randomized colors, mean and std. dev. for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 506, + 103 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 506, + 103 + ], + "score": 1.0, + "content": "10 seeds. All methods use SAC trained with an inverse dynamics model (IDM) as auxiliary task.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "score": 1.0, + "content": "Our method is denoted IDM (PAD), and we compare to a na¨ıve fine-tuning approach that assumes", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 112, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 112, + 506, + 127 + ], + "score": 1.0, + "content": "access to transitions and rewards collected from 1, 10, and 100 episodes, respectively, from target", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 125, + 248, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 125, + 248, + 137 + ], + "score": 1.0, + "content": "environments prior to deployment.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "table", + "bbox": [ + 144, + 152, + 462, + 203 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 342, + 142, + 428, + 151 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 341, + 141, + 429, + 153 + ], + "spans": [ + { + "bbox": [ + 341, + 141, + 429, + 153 + ], + "score": 1.0, + "content": "Fine-tuning w/ rewards", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table_body", + "bbox": [ + 144, + 152, + 462, + 203 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 152, + 462, + 203 + ], + "spans": [ + { + "bbox": [ + 144, + 152, + 462, + 203 + ], + "score": 0.968, + "html": "
Random colorsIDMIDM (PAD)1 episode10 episodes100 episodes
Walker, walk406±29468±47395±78489±104561±62
Walker, stand743±37797±46661±65728±44784±31
Cartpole, swingup585±73630±63538±53605±51650±58
", + "type": "table", + "image_path": "0957234fffc0806fae66ea15a6933a2dcfc79f987f199fd31739d280c420b83f.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 144, + 152, + 462, + 169.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 144, + 169.0, + 462, + 186.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 144, + 186.0, + 462, + 203.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 6.0 + }, + { + "type": "image", + "bbox": [ + 109, + 218, + 502, + 330 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 218, + 502, + 330 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 218, + 502, + 330 + ], + "spans": [ + { + "bbox": [ + 109, + 218, + 502, + 330 + ], + "score": 0.974, + "type": "image", + "image_path": "bb8251dc060f2862ca990a7216bf7fd39204605009caf6d0e9e8d640e1c1e5a1.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 109, + 218, + 502, + 255.33333333333334 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 109, + 255.33333333333334, + 502, + 292.6666666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 109, + 292.6666666666667, + 502, + 330.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 339, + 504, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 338, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 104, + 338, + 505, + 352 + ], + "score": 1.0, + "content": "Figure 6. Samples from the reach robotic manipulation task. The task is to move the robot gripper to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 362 + ], + "score": 1.0, + "content": "the location of the red disc. Agents are trained in setting (a) and evaluated in settings (b-d) on a real", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 361, + 332, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 332, + 373 + ], + "score": 1.0, + "content": "robot, taking observations from an uncalibrated camera.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 108, + 391, + 267, + 404 + ], + "lines": [ + { + "bbox": [ + 104, + 390, + 269, + 406 + ], + "spans": [ + { + "bbox": [ + 104, + 390, + 269, + 406 + ], + "score": 1.0, + "content": "F IMPLEMENTATION DETAILS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 506, + 462 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "score": 1.0, + "content": "In this section, we elaborate on implementation details for our experiments on DeepMind Control", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "(DMControl) suite (Tassa et al., 2018) and CRLMaze (Lomonaco et al., 2019) for ViZDoom (Wyd-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 440, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 506, + 452 + ], + "score": 1.0, + "content": "much et al., 2018). Our implementation for the robotic manipulation experiments closely follows that", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 450, + 469, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 469, + 463 + ], + "score": 1.0, + "content": "of DMControl. Code is available at https://nicklashansen.github.io/PAD/.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "image", + "bbox": [ + 165, + 473, + 446, + 578 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 165, + 473, + 446, + 578 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 165, + 473, + 446, + 578 + ], + "spans": [ + { + "bbox": [ + 165, + 473, + 446, + 578 + ], + "score": 0.964, + "type": "image", + "image_path": "9e0be3b5d460fc2992f725ba0dd7adde3d5e70bc06c843e908bf8d4d2266f9a5.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 165, + 473, + 446, + 508.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 165, + 508.0, + 446, + 543.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 165, + 543.0, + 446, + 578.0 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 586, + 505, + 620 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 585, + 507, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 507, + 599 + ], + "score": 1.0, + "content": "Figure 7. Network architecture for the DMControl, CRLMaze, and robotic manipulation experiments.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 598, + 118, + 607 + ], + "score": 0.85, + "content": "\\pi ^ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 596, + 136, + 609 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 136, + 597, + 148, + 607 + ], + "score": 0.86, + "content": "\\pi ^ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 596, + 273, + 609 + ], + "score": 1.0, + "content": "uses a shared feature extractor", + "type": "text" + }, + { + "bbox": [ + 273, + 598, + 285, + 607 + ], + "score": 0.86, + "content": "\\pi ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 596, + 397, + 609 + ], + "score": 1.0, + "content": ". Observations are stacks of", + "type": "text" + }, + { + "bbox": [ + 398, + 597, + 441, + 608 + ], + "score": 0.9, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "colored frames.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 608, + 427, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 427, + 621 + ], + "score": 1.0, + "content": "Implementation of policy and value function depends on the learning algorithm.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "score": 1.0, + "content": "Architecture. Our network architecture is illustrated in Figure 7. Observations are stacked frames", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 109, + 667 + ], + "score": 0.0, + "content": "", + "type": "text" + }, + { + "bbox": [ + 109, + 655, + 136, + 666 + ], + "score": 0.84, + "content": "k = 3 ,", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 654, + 186, + 667 + ], + "score": 1.0, + "content": ") rendered at", + "type": "text" + }, + { + "bbox": [ + 186, + 655, + 230, + 666 + ], + "score": 0.91, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 654, + 292, + 667 + ], + "score": 1.0, + "content": "and cropped to", + "type": "text" + }, + { + "bbox": [ + 292, + 655, + 326, + 666 + ], + "score": 0.9, + "content": "8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 654, + 505, + 667 + ], + "score": 1.0, + "content": ", i.e. inputs to the network are of dimensions", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 107, + 666, + 153, + 676 + ], + "score": 0.91, + "content": "9 \\times 8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 665, + 505, + 678 + ], + "score": 1.0, + "content": ", where the first dimension indicates the channel numbers and the following ones represent", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 677, + 504, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 492, + 689 + ], + "score": 1.0, + "content": "spatial dimensions. The same crop is applied to all frames in a stack. The shared feature extractor", + "type": "text" + }, + { + "bbox": [ + 492, + 677, + 504, + 687 + ], + "score": 0.85, + "content": "\\pi ^ { e }", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "consists of 8 (DMControl, robotic manipulation) or 6 (CRLMaze) convolutional layers and outputs", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 698, + 504, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 173, + 711 + ], + "score": 1.0, + "content": "features of size", + "type": "text" + }, + { + "bbox": [ + 173, + 699, + 232, + 709 + ], + "score": 0.91, + "content": "3 2 \\times 2 1 \\times 2 1", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 698, + 445, + 711 + ], + "score": 1.0, + "content": "in DMControl and robotic manipulation, and size", + "type": "text" + }, + { + "bbox": [ + 446, + 699, + 504, + 709 + ], + "score": 0.9, + "content": "3 2 \\times 2 5 \\times 2 5", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 240, + 721 + ], + "score": 1.0, + "content": "in CRLMaze. The output from", + "type": "text" + }, + { + "bbox": [ + 240, + 710, + 252, + 720 + ], + "score": 0.86, + "content": "\\pi ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 709, + 458, + 721 + ], + "score": 1.0, + "content": "is used as input to both the self-supervised head", + "type": "text" + }, + { + "bbox": [ + 458, + 711, + 470, + 720 + ], + "score": 0.86, + "content": "\\pi ^ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 709, + 506, + 721 + ], + "score": 1.0, + "content": "and RL", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 128, + 733 + ], + "score": 1.0, + "content": "head", + "type": "text" + }, + { + "bbox": [ + 128, + 721, + 140, + 731 + ], + "score": 0.86, + "content": "\\pi ^ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 721, + 505, + 733 + ], + "score": 1.0, + "content": ", both of which consist of 3 convolutional layers followed by 3 fully-connected layers. All", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29.5 + } + ], + "page_idx": 15, + "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": "16", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 80, + 506, + 135 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 506, + 92 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 506, + 92 + ], + "score": 1.0, + "content": "Table 10. Episodic return in test environments with randomized colors, mean and std. dev. for", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 506, + 103 + ], + "spans": [ + { + "bbox": [ + 106, + 91, + 506, + 103 + ], + "score": 1.0, + "content": "10 seeds. All methods use SAC trained with an inverse dynamics model (IDM) as auxiliary task.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 102, + 505, + 115 + ], + "score": 1.0, + "content": "Our method is denoted IDM (PAD), and we compare to a na¨ıve fine-tuning approach that assumes", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 112, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 112, + 506, + 127 + ], + "score": 1.0, + "content": "access to transitions and rewards collected from 1, 10, and 100 episodes, respectively, from target", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 125, + 248, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 125, + 248, + 137 + ], + "score": 1.0, + "content": "environments prior to deployment.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 81, + 506, + 137 + ] + }, + { + "type": "table", + "bbox": [ + 144, + 152, + 462, + 203 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 342, + 142, + 428, + 151 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 341, + 141, + 429, + 153 + ], + "spans": [ + { + "bbox": [ + 341, + 141, + 429, + 153 + ], + "score": 1.0, + "content": "Fine-tuning w/ rewards", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "table_body", + "bbox": [ + 144, + 152, + 462, + 203 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 152, + 462, + 203 + ], + "spans": [ + { + "bbox": [ + 144, + 152, + 462, + 203 + ], + "score": 0.968, + "html": "
Random colorsIDMIDM (PAD)1 episode10 episodes100 episodes
Walker, walk406±29468±47395±78489±104561±62
Walker, stand743±37797±46661±65728±44784±31
Cartpole, swingup585±73630±63538±53605±51650±58
", + "type": "table", + "image_path": "0957234fffc0806fae66ea15a6933a2dcfc79f987f199fd31739d280c420b83f.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 144, + 152, + 462, + 169.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 144, + 169.0, + 462, + 186.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 144, + 186.0, + 462, + 203.0 + ], + "spans": [], + "index": 8 + } + ] + } + ], + "index": 6.0 + }, + { + "type": "image", + "bbox": [ + 109, + 218, + 502, + 330 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 218, + 502, + 330 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 218, + 502, + 330 + ], + "spans": [ + { + "bbox": [ + 109, + 218, + 502, + 330 + ], + "score": 0.974, + "type": "image", + "image_path": "bb8251dc060f2862ca990a7216bf7fd39204605009caf6d0e9e8d640e1c1e5a1.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 109, + 218, + 502, + 255.33333333333334 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 109, + 255.33333333333334, + 502, + 292.6666666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 109, + 292.6666666666667, + 502, + 330.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 339, + 504, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 338, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 104, + 338, + 505, + 352 + ], + "score": 1.0, + "content": "Figure 6. Samples from the reach robotic manipulation task. The task is to move the robot gripper to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 505, + 362 + ], + "score": 1.0, + "content": "the location of the red disc. Agents are trained in setting (a) and evaluated in settings (b-d) on a real", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 361, + 332, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 332, + 373 + ], + "score": 1.0, + "content": "robot, taking observations from an uncalibrated camera.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 108, + 391, + 267, + 404 + ], + "lines": [ + { + "bbox": [ + 104, + 390, + 269, + 406 + ], + "spans": [ + { + "bbox": [ + 104, + 390, + 269, + 406 + ], + "score": 1.0, + "content": "F IMPLEMENTATION DETAILS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 506, + 462 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 506, + 429 + ], + "score": 1.0, + "content": "In this section, we elaborate on implementation details for our experiments on DeepMind Control", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 429, + 506, + 441 + ], + "score": 1.0, + "content": "(DMControl) suite (Tassa et al., 2018) and CRLMaze (Lomonaco et al., 2019) for ViZDoom (Wyd-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 440, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 506, + 452 + ], + "score": 1.0, + "content": "much et al., 2018). Our implementation for the robotic manipulation experiments closely follows that", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 450, + 469, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 469, + 463 + ], + "score": 1.0, + "content": "of DMControl. Code is available at https://nicklashansen.github.io/PAD/.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 417, + 506, + 463 + ] + }, + { + "type": "image", + "bbox": [ + 165, + 473, + 446, + 578 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 165, + 473, + 446, + 578 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 165, + 473, + 446, + 578 + ], + "spans": [ + { + "bbox": [ + 165, + 473, + 446, + 578 + ], + "score": 0.964, + "type": "image", + "image_path": "9e0be3b5d460fc2992f725ba0dd7adde3d5e70bc06c843e908bf8d4d2266f9a5.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 165, + 473, + 446, + 508.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 165, + 508.0, + 446, + 543.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 165, + 543.0, + 446, + 578.0 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 586, + 505, + 620 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 585, + 507, + 599 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 507, + 599 + ], + "score": 1.0, + "content": "Figure 7. Network architecture for the DMControl, CRLMaze, and robotic manipulation experiments.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 598, + 118, + 607 + ], + "score": 0.85, + "content": "\\pi ^ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 596, + 136, + 609 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 136, + 597, + 148, + 607 + ], + "score": 0.86, + "content": "\\pi ^ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 596, + 273, + 609 + ], + "score": 1.0, + "content": "uses a shared feature extractor", + "type": "text" + }, + { + "bbox": [ + 273, + 598, + 285, + 607 + ], + "score": 0.86, + "content": "\\pi ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 596, + 397, + 609 + ], + "score": 1.0, + "content": ". Observations are stacks of", + "type": "text" + }, + { + "bbox": [ + 398, + 597, + 441, + 608 + ], + "score": 0.9, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "colored frames.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 608, + 427, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 427, + 621 + ], + "score": 1.0, + "content": "Implementation of policy and value function depends on the learning algorithm.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "score": 1.0, + "content": "Architecture. Our network architecture is illustrated in Figure 7. Observations are stacked frames", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 109, + 667 + ], + "score": 0.0, + "content": "", + "type": "text" + }, + { + "bbox": [ + 109, + 655, + 136, + 666 + ], + "score": 0.84, + "content": "k = 3 ,", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 654, + 186, + 667 + ], + "score": 1.0, + "content": ") rendered at", + "type": "text" + }, + { + "bbox": [ + 186, + 655, + 230, + 666 + ], + "score": 0.91, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 654, + 292, + 667 + ], + "score": 1.0, + "content": "and cropped to", + "type": "text" + }, + { + "bbox": [ + 292, + 655, + 326, + 666 + ], + "score": 0.9, + "content": "8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 654, + 505, + 667 + ], + "score": 1.0, + "content": ", i.e. inputs to the network are of dimensions", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 107, + 666, + 153, + 676 + ], + "score": 0.91, + "content": "9 \\times 8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 665, + 505, + 678 + ], + "score": 1.0, + "content": ", where the first dimension indicates the channel numbers and the following ones represent", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 677, + 504, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 492, + 689 + ], + "score": 1.0, + "content": "spatial dimensions. The same crop is applied to all frames in a stack. The shared feature extractor", + "type": "text" + }, + { + "bbox": [ + 492, + 677, + 504, + 687 + ], + "score": 0.85, + "content": "\\pi ^ { e }", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "consists of 8 (DMControl, robotic manipulation) or 6 (CRLMaze) convolutional layers and outputs", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 698, + 504, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 173, + 711 + ], + "score": 1.0, + "content": "features of size", + "type": "text" + }, + { + "bbox": [ + 173, + 699, + 232, + 709 + ], + "score": 0.91, + "content": "3 2 \\times 2 1 \\times 2 1", + "type": "inline_equation" + }, + { + "bbox": [ + 233, + 698, + 445, + 711 + ], + "score": 1.0, + "content": "in DMControl and robotic manipulation, and size", + "type": "text" + }, + { + "bbox": [ + 446, + 699, + 504, + 709 + ], + "score": 0.9, + "content": "3 2 \\times 2 5 \\times 2 5", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 709, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 240, + 721 + ], + "score": 1.0, + "content": "in CRLMaze. The output from", + "type": "text" + }, + { + "bbox": [ + 240, + 710, + 252, + 720 + ], + "score": 0.86, + "content": "\\pi ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 709, + 458, + 721 + ], + "score": 1.0, + "content": "is used as input to both the self-supervised head", + "type": "text" + }, + { + "bbox": [ + 458, + 711, + 470, + 720 + ], + "score": 0.86, + "content": "\\pi ^ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 709, + 506, + 721 + ], + "score": 1.0, + "content": "and RL", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 128, + 733 + ], + "score": 1.0, + "content": "head", + "type": "text" + }, + { + "bbox": [ + 128, + 721, + 140, + 731 + ], + "score": 0.86, + "content": "\\pi ^ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 721, + 505, + 733 + ], + "score": 1.0, + "content": ", both of which consist of 3 convolutional layers followed by 3 fully-connected layers. All", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 324, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 506, + 336 + ], + "score": 1.0, + "content": "convolutional layers use 32 filters and all fully connected layers use a hidden size of 1024, as in", + "type": "text", + "cross_page": true + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 334, + 188, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 188, + 348 + ], + "score": 1.0, + "content": "Yarats et al. (2019).", + "type": "text", + "cross_page": true + } + ], + "index": 35 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 643, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 111, + 294, + 300 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 81, + 295, + 102 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 296, + 92 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 296, + 92 + ], + "score": 1.0, + "content": "Table 11. Hyperparameters used for the DM-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 91, + 242, + 102 + ], + "spans": [ + { + "bbox": [ + 107, + 91, + 242, + 102 + ], + "score": 1.0, + "content": "Control (Tassa et al., 2018) tasks.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 111, + 294, + 300 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 111, + 294, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 294, + 300 + ], + "score": 0.978, + "html": "
HyperparameterValue
Frame rendering3 ×100×100
Frame after crop3×84×84
Stacked frames3
Action repeat2 (finger)
8 (cartpole) 4(otherwise)
Discount factor y0.99
Episode length1,000
Learning algorithmSoft Actor-Critic
Self-supervised taskInverse Dynamics Model
Number of training steps500,000
Replay buffer size500,000
Optimizer(πe,πä,π)Adam (β=0.9,β=0.999)
Optimizer (α)Adam(β=0.5,β=0.999)
Learning rate (πe,π,π$)3e-4 (cheetah)
Learning rate (α)le-3 (otherwise) 1e-4
Batch size128
Batch size (test-time)32
πe,π update freq.2
πe,π update freq. (test-time)1
", + "type": "table", + "image_path": "11ba990557b719d83352d6a55c4c0449cee2dca489f14b541e4d7634ccc4b4a3.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 106, + 111, + 294, + 123.6 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 123.6, + 294, + 136.2 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 106, + 136.2, + 294, + 148.79999999999998 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 106, + 148.79999999999998, + 294, + 161.39999999999998 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 106, + 161.39999999999998, + 294, + 173.99999999999997 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 106, + 173.99999999999997, + 294, + 186.59999999999997 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 106, + 186.59999999999997, + 294, + 199.19999999999996 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 106, + 199.19999999999996, + 294, + 211.79999999999995 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 106, + 211.79999999999995, + 294, + 224.39999999999995 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 106, + 224.39999999999995, + 294, + 236.99999999999994 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 106, + 236.99999999999994, + 294, + 249.59999999999994 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 106, + 249.59999999999994, + 294, + 262.19999999999993 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 106, + 262.19999999999993, + 294, + 274.79999999999995 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 106, + 274.79999999999995, + 294, + 287.4 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 106, + 287.4, + 294, + 300.0 + ], + "spans": [], + "index": 18 + } + ] + } + ], + "index": 5.75 + }, + { + "type": "table", + "bbox": [ + 302, + 112, + 499, + 292 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 302, + 81, + 500, + 102 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 302, + 80, + 501, + 92 + ], + "spans": [ + { + "bbox": [ + 302, + 80, + 501, + 92 + ], + "score": 1.0, + "content": "Table 12. Hyperparameters used for the CRL-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 302, + 91, + 491, + 103 + ], + "spans": [ + { + "bbox": [ + 302, + 91, + 491, + 103 + ], + "score": 1.0, + "content": "Maze (Lomonaco et al., 2019) navigation task.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "table_body", + "bbox": [ + 302, + 112, + 499, + 292 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 302, + 112, + 499, + 292 + ], + "spans": [ + { + "bbox": [ + 302, + 112, + 499, + 292 + ], + "score": 0.979, + "html": "
HyperparameterValue
Frame rendering3×100×100
Frame after crop3×84×84
Stacked frames3
Action repeat4
Discount factor y0.99
Episode length1,000
Learning algorithmAdvantage Actor-Critic
Self-supervised taskRotation Prediction
Number of training episodes1,000 (dom. rand.) 500 (otherwise)
Number of processes20
OptimizerAdam (β=0.9,β=0.999)
Learning rate1e-4
Learning rate (test-time)1e-5
Batch size20
32
Batch size (test-time) π,πloss coefficient0.5
1
πe,πloss coefficient (test-time)1
πe,π update freq. πe,π update freq.(test-time)1
", + "type": "table", + "image_path": "04c0e5e01a96f837d220697dc779ce3637100e060e73c95d6ad07084f86bd618.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 302, + 112, + 499, + 124.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 302, + 124.0, + 499, + 136.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 302, + 136.0, + 499, + 148.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 302, + 148.0, + 499, + 160.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 302, + 160.0, + 499, + 172.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 302, + 172.0, + 499, + 184.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 302, + 184.0, + 499, + 196.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 302, + 196.0, + 499, + 208.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 302, + 208.0, + 499, + 220.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 302, + 220.0, + 499, + 232.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 302, + 232.0, + 499, + 244.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 302, + 244.0, + 499, + 256.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 302, + 256.0, + 499, + 268.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 302, + 268.0, + 499, + 280.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 302, + 280.0, + 499, + 292.0 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 14.25 + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 504, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 324, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 506, + 336 + ], + "score": 1.0, + "content": "convolutional layers use 32 filters and all fully connected layers use a hidden size of 1024, as in", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 334, + 188, + 348 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 188, + 348 + ], + "score": 1.0, + "content": "Yarats et al. (2019).", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 107, + 363, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "score": 1.0, + "content": "Learning algorithm. We use Soft Actor-Critic (SAC) (Haarnoja et al., 2018) for DMControl and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 374, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 386 + ], + "score": 1.0, + "content": "robotic manipulation, and Advantage Actor-Critic (A2C) for CRLMaze. Network outputs depend on", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "score": 1.0, + "content": "the task and learning algorithm. As the action spaces of both DMControl and robotic manipulation", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "score": 1.0, + "content": "are continuous, the policy learned by SAC outputs the mean and variance of a Gaussian distribution", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 407, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 506, + 419 + ], + "score": 1.0, + "content": "over actions. CRLMaze has a discrete action space and the policy learned by A2C thus learns a", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 419, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 429 + ], + "score": 1.0, + "content": "soft-max distribution over actions. For details on the critics learned by SAC and A2C, the reader is", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 428, + 387, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 387, + 442 + ], + "score": 1.0, + "content": "referred to Haarnoja et al. (2018) and Mnih et al. (2016), respectively.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 457, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 456, + 507, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 507, + 469 + ], + "score": 1.0, + "content": "Hyperparameters. When applicable, we adopt our hyperparameters from Yarats et al. (2019) (DM-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 467, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 480 + ], + "score": 1.0, + "content": "Control, robotic manipulation) and Lomonaco et al. (2019) (CRLMaze). For the robotic manipulation", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "experiments, our implementation closely follows that of DMControl, only differing by number of", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 490, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 307, + 501 + ], + "score": 1.0, + "content": "frames in an observation. We use a frame stack of", + "type": "text" + }, + { + "bbox": [ + 307, + 490, + 332, + 500 + ], + "score": 0.9, + "content": "k = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 490, + 505, + 501 + ], + "score": 1.0, + "content": "frames for DMControl and CRLMaze, and", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 126, + 513 + ], + "score": 1.0, + "content": "only", + "type": "text" + }, + { + "bbox": [ + 127, + 501, + 151, + 511 + ], + "score": 0.89, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "frame for robotic manipulation. For completeness, we detail all hyperparameters used for", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 511, + 390, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 390, + 523 + ], + "score": 1.0, + "content": "the DMControl and CRLMaze environments in Table 11 and Table 12.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5 + }, + { + "type": "text", + "bbox": [ + 107, + 539, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 506, + 551 + ], + "score": 1.0, + "content": "Data augmentation. Random cropping is a commonly used data augmentation used in computer", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "vision systems (Krizhevsky et al., 2012; Szegedy et al., 2015) but has only recently gained interest", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "as a stochastic regularization technique in the RL literature (Srinivas et al., 2020; Kostrikov et al.,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 570, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 586 + ], + "score": 1.0, + "content": "2020; Laskin et al., 2020). We adopt the random crop proposed in Srinivas et al. (2020): crop", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 222, + 595 + ], + "score": 1.0, + "content": "rendered observations of size", + "type": "text" + }, + { + "bbox": [ + 223, + 583, + 266, + 594 + ], + "score": 0.91, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 583, + 276, + 595 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 276, + 583, + 309, + 594 + ], + "score": 0.9, + "content": "8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 583, + 505, + 595 + ], + "score": 1.0, + "content": ", applying the same crop to all frames in a stacked", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 592, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 607 + ], + "score": 1.0, + "content": "observation. This has the added benefits of regularization while still preserving spatio-temporal", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "patterns between frames. When learning an inverse dynamics model, we apply the same crop to all", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 466, + 629 + ], + "score": 1.0, + "content": "frames of a given observation but apply two different crops to the consecutive observations", + "type": "text" + }, + { + "bbox": [ + 466, + 616, + 505, + 628 + ], + "score": 0.91, + "content": "\\left( \\mathbf { s } _ { t } , \\mathbf { s } _ { t + 1 } \\right)", + "type": "inline_equation" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 626, + 209, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 194, + 640 + ], + "score": 1.0, + "content": "used to predict action", + "type": "text" + }, + { + "bbox": [ + 194, + 629, + 204, + 638 + ], + "score": 0.85, + "content": "\\mathbf { a } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 626, + 209, + 640 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 53 + }, + { + "type": "text", + "bbox": [ + 107, + 654, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "Policy Adaptation during Deployment. We evaluate our method and baselines by episodic return", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "of an agent trained in a single environment and tested in a collection of test environments, each with", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "distinct changes from the training environment. We assume no reward signal at test-time and agents", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "are expected to generalize without pre-training or resetting in the new environment. Therefore, we", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "make updates to the policy using a self-supervised objective, and we train using observations from", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 710, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 723 + ], + "score": 1.0, + "content": "the environment in an online manner without memory, i.e. we make one update per step using the", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 106, + 721, + 207, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 207, + 732 + ], + "score": 1.0, + "content": "most-recent observation.", + "type": "text" + } + ], + "index": 64 + } + ], + "index": 61 + } + ], + "page_idx": 16, + "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, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 106, + 111, + 294, + 300 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 81, + 295, + 102 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 80, + 296, + 92 + ], + "spans": [ + { + "bbox": [ + 106, + 80, + 296, + 92 + ], + "score": 1.0, + "content": "Table 11. Hyperparameters used for the DM-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 91, + 242, + 102 + ], + "spans": [ + { + "bbox": [ + 107, + 91, + 242, + 102 + ], + "score": 1.0, + "content": "Control (Tassa et al., 2018) tasks.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "table_body", + "bbox": [ + 106, + 111, + 294, + 300 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 111, + 294, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 294, + 300 + ], + "score": 0.978, + "html": "
HyperparameterValue
Frame rendering3 ×100×100
Frame after crop3×84×84
Stacked frames3
Action repeat2 (finger)
8 (cartpole) 4(otherwise)
Discount factor y0.99
Episode length1,000
Learning algorithmSoft Actor-Critic
Self-supervised taskInverse Dynamics Model
Number of training steps500,000
Replay buffer size500,000
Optimizer(πe,πä,π)Adam (β=0.9,β=0.999)
Optimizer (α)Adam(β=0.5,β=0.999)
Learning rate (πe,π,π$)3e-4 (cheetah)
Learning rate (α)le-3 (otherwise) 1e-4
Batch size128
Batch size (test-time)32
πe,π update freq.2
πe,π update freq. (test-time)1
", + "type": "table", + "image_path": "11ba990557b719d83352d6a55c4c0449cee2dca489f14b541e4d7634ccc4b4a3.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 106, + 111, + 294, + 123.6 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 106, + 123.6, + 294, + 136.2 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 106, + 136.2, + 294, + 148.79999999999998 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 106, + 148.79999999999998, + 294, + 161.39999999999998 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 106, + 161.39999999999998, + 294, + 173.99999999999997 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 106, + 173.99999999999997, + 294, + 186.59999999999997 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 106, + 186.59999999999997, + 294, + 199.19999999999996 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 106, + 199.19999999999996, + 294, + 211.79999999999995 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 106, + 211.79999999999995, + 294, + 224.39999999999995 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 106, + 224.39999999999995, + 294, + 236.99999999999994 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 106, + 236.99999999999994, + 294, + 249.59999999999994 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 106, + 249.59999999999994, + 294, + 262.19999999999993 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 106, + 262.19999999999993, + 294, + 274.79999999999995 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 106, + 274.79999999999995, + 294, + 287.4 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 106, + 287.4, + 294, + 300.0 + ], + "spans": [], + "index": 18 + } + ] + } + ], + "index": 5.75 + }, + { + "type": "table", + "bbox": [ + 302, + 112, + 499, + 292 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 302, + 81, + 500, + 102 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 302, + 80, + 501, + 92 + ], + "spans": [ + { + "bbox": [ + 302, + 80, + 501, + 92 + ], + "score": 1.0, + "content": "Table 12. Hyperparameters used for the CRL-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 302, + 91, + 491, + 103 + ], + "spans": [ + { + "bbox": [ + 302, + 91, + 491, + 103 + ], + "score": 1.0, + "content": "Maze (Lomonaco et al., 2019) navigation task.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "table_body", + "bbox": [ + 302, + 112, + 499, + 292 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 302, + 112, + 499, + 292 + ], + "spans": [ + { + "bbox": [ + 302, + 112, + 499, + 292 + ], + "score": 0.979, + "html": "
HyperparameterValue
Frame rendering3×100×100
Frame after crop3×84×84
Stacked frames3
Action repeat4
Discount factor y0.99
Episode length1,000
Learning algorithmAdvantage Actor-Critic
Self-supervised taskRotation Prediction
Number of training episodes1,000 (dom. rand.) 500 (otherwise)
Number of processes20
OptimizerAdam (β=0.9,β=0.999)
Learning rate1e-4
Learning rate (test-time)1e-5
Batch size20
32
Batch size (test-time) π,πloss coefficient0.5
1
πe,πloss coefficient (test-time)1
πe,π update freq. πe,π update freq.(test-time)1
", + "type": "table", + "image_path": "04c0e5e01a96f837d220697dc779ce3637100e060e73c95d6ad07084f86bd618.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 302, + 112, + 499, + 124.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 302, + 124.0, + 499, + 136.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 302, + 136.0, + 499, + 148.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 302, + 148.0, + 499, + 160.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 302, + 160.0, + 499, + 172.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 302, + 172.0, + 499, + 184.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 302, + 184.0, + 499, + 196.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 302, + 196.0, + 499, + 208.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 302, + 208.0, + 499, + 220.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 302, + 220.0, + 499, + 232.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 302, + 232.0, + 499, + 244.0 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 302, + 244.0, + 499, + 256.0 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 302, + 256.0, + 499, + 268.0 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 302, + 268.0, + 499, + 280.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 302, + 280.0, + 499, + 292.0 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 14.25 + }, + { + "type": "text", + "bbox": [ + 107, + 324, + 504, + 347 + ], + "lines": [], + "index": 34.5, + "bbox_fs": [ + 106, + 324, + 506, + 348 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 363, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 375 + ], + "score": 1.0, + "content": "Learning algorithm. We use Soft Actor-Critic (SAC) (Haarnoja et al., 2018) for DMControl and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 374, + 505, + 386 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 386 + ], + "score": 1.0, + "content": "robotic manipulation, and Advantage Actor-Critic (A2C) for CRLMaze. Network outputs depend on", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 398 + ], + "score": 1.0, + "content": "the task and learning algorithm. As the action spaces of both DMControl and robotic manipulation", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 408 + ], + "score": 1.0, + "content": "are continuous, the policy learned by SAC outputs the mean and variance of a Gaussian distribution", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 407, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 506, + 419 + ], + "score": 1.0, + "content": "over actions. CRLMaze has a discrete action space and the policy learned by A2C thus learns a", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 419, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 505, + 429 + ], + "score": 1.0, + "content": "soft-max distribution over actions. For details on the critics learned by SAC and A2C, the reader is", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 428, + 387, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 387, + 442 + ], + "score": 1.0, + "content": "referred to Haarnoja et al. (2018) and Mnih et al. (2016), respectively.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 363, + 506, + 442 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 457, + 505, + 523 + ], + "lines": [ + { + "bbox": [ + 105, + 456, + 507, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 507, + 469 + ], + "score": 1.0, + "content": "Hyperparameters. When applicable, we adopt our hyperparameters from Yarats et al. (2019) (DM-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 467, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 480 + ], + "score": 1.0, + "content": "Control, robotic manipulation) and Lomonaco et al. (2019) (CRLMaze). For the robotic manipulation", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "experiments, our implementation closely follows that of DMControl, only differing by number of", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 490, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 307, + 501 + ], + "score": 1.0, + "content": "frames in an observation. We use a frame stack of", + "type": "text" + }, + { + "bbox": [ + 307, + 490, + 332, + 500 + ], + "score": 0.9, + "content": "k = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 490, + 505, + 501 + ], + "score": 1.0, + "content": "frames for DMControl and CRLMaze, and", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 126, + 513 + ], + "score": 1.0, + "content": "only", + "type": "text" + }, + { + "bbox": [ + 127, + 501, + 151, + 511 + ], + "score": 0.89, + "content": "k = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "frame for robotic manipulation. For completeness, we detail all hyperparameters used for", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 511, + 390, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 390, + 523 + ], + "score": 1.0, + "content": "the DMControl and CRLMaze environments in Table 11 and Table 12.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 456, + 507, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 539, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 506, + 551 + ], + "score": 1.0, + "content": "Data augmentation. Random cropping is a commonly used data augmentation used in computer", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "vision systems (Krizhevsky et al., 2012; Szegedy et al., 2015) but has only recently gained interest", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "as a stochastic regularization technique in the RL literature (Srinivas et al., 2020; Kostrikov et al.,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 570, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 586 + ], + "score": 1.0, + "content": "2020; Laskin et al., 2020). We adopt the random crop proposed in Srinivas et al. (2020): crop", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 222, + 595 + ], + "score": 1.0, + "content": "rendered observations of size", + "type": "text" + }, + { + "bbox": [ + 223, + 583, + 266, + 594 + ], + "score": 0.91, + "content": "1 0 0 \\times 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 583, + 276, + 595 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 276, + 583, + 309, + 594 + ], + "score": 0.9, + "content": "8 4 \\times 8 4", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 583, + 505, + 595 + ], + "score": 1.0, + "content": ", applying the same crop to all frames in a stacked", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 592, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 607 + ], + "score": 1.0, + "content": "observation. This has the added benefits of regularization while still preserving spatio-temporal", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "patterns between frames. When learning an inverse dynamics model, we apply the same crop to all", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 615, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 466, + 629 + ], + "score": 1.0, + "content": "frames of a given observation but apply two different crops to the consecutive observations", + "type": "text" + }, + { + "bbox": [ + 466, + 616, + 505, + 628 + ], + "score": 0.91, + "content": "\\left( \\mathbf { s } _ { t } , \\mathbf { s } _ { t + 1 } \\right)", + "type": "inline_equation" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 626, + 209, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 194, + 640 + ], + "score": 1.0, + "content": "used to predict action", + "type": "text" + }, + { + "bbox": [ + 194, + 629, + 204, + 638 + ], + "score": 0.85, + "content": "\\mathbf { a } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 626, + 209, + 640 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 53, + "bbox_fs": [ + 105, + 540, + 506, + 640 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 654, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "Policy Adaptation during Deployment. We evaluate our method and baselines by episodic return", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "of an agent trained in a single environment and tested in a collection of test environments, each with", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "distinct changes from the training environment. We assume no reward signal at test-time and agents", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "are expected to generalize without pre-training or resetting in the new environment. Therefore, we", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "make updates to the policy using a self-supervised objective, and we train using observations from", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 710, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 723 + ], + "score": 1.0, + "content": "the environment in an online manner without memory, i.e. we make one update per step using the", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 106, + 721, + 207, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 207, + 732 + ], + "score": 1.0, + "content": "most-recent observation.", + "type": "text" + } + ], + "index": 64 + } + ], + "index": 61, + "bbox_fs": [ + 105, + 655, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "Empirically, we find that: (i) the random crop data augmentation used during training helps regularize", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 107 + ], + "score": 1.0, + "content": "learning at test-time; and (ii) our algorithm benefits from learning from a batch of randomly cropped", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "observations rather than single observations, even when all observations in the batch are augmented", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "score": 1.0, + "content": "copies of the most-recent observation. As such, we apply both of these techniques when performing", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "Policy Adaptation during Deployment and use a batch size of 32. When using the policy to take", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 365, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 365, + 149 + ], + "score": 1.0, + "content": "actions, however, inputs to the policy are simply center-cropped.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + } + ], + "page_idx": 17, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 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, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 13, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 94 + ], + "score": 1.0, + "content": "Empirically, we find that: (i) the random crop data augmentation used during training helps regularize", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 107 + ], + "score": 1.0, + "content": "learning at test-time; and (ii) our algorithm benefits from learning from a batch of randomly cropped", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "observations rather than single observations, even when all observations in the batch are augmented", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 129 + ], + "score": 1.0, + "content": "copies of the most-recent observation. As such, we apply both of these techniques when performing", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "Policy Adaptation during Deployment and use a batch size of 32. When using the policy to take", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 365, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 365, + 149 + ], + "score": 1.0, + "content": "actions, however, inputs to the policy are simply center-cropped.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 83, + 505, + 149 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/pk4q0SD_r1X/pk4q0SD_r1X.md b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X.md new file mode 100644 index 0000000000000000000000000000000000000000..72c009d6ac11d7dfaa5e4a953bb23a0008f524b5 --- /dev/null +++ b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X.md @@ -0,0 +1,311 @@ +# COCO-LM: Correcting and Contrasting Text Sequences for Language Model Pretraining + +Yu Meng1∗, Chenyan Xiong2, Payal Bajaj2, Saurabh Tiwary2, Paul Bennett2, Jiawei Han1, Xia Song2 + +1 University of Illinois at Urbana-Champaign 2 Microsoft 1 {yumeng5,hanj}@illinois.edu 2 {chenyan.xiong,payal.bajaj,satiwary, paul.n.bennett,xiaso}@microsoft.com + +# Abstract + +We present a self-supervised learning framework, COCO-LM, that pretrains Language Models by COrrecting and COntrasting corrupted text sequences. Following ELECTRA-style pretraining, COCO-LM employs an auxiliary language model to corrupt text sequences, upon which it constructs two new tasks for pretraining the main model. The first token-level task, Corrective Language Modeling, is to detect and correct tokens replaced by the auxiliary model, in order to better capture token-level semantics. The second sequence-level task, Sequence Contrastive Learning, is to align text sequences originated from the same source input while ensuring uniformity in the representation space. Experiments on GLUE and SQuAD demonstrate that COCO-LM not only outperforms recent state-of-the-art pretrained models in accuracy, but also improves pretraining efficiency. It achieves the MNLI accuracy of ELECTRA with $5 0 \%$ of its pretraining GPU hours. With the same pretraining steps of standard base/large-sized models, COCO-LM outperforms the previous best models by $1 +$ GLUE average points. + +# 1 Introduction + +Pretrained language models (PLMs) have reshaped the way AI systems process natural language [11, 36, 39, 40]. Before task-specific training, it is now a common practice to first pretrain the deep neural networks, often Transformers [53], via a self-supervised token-level language modeling task [29, 31, 40]. Whether it is autoregressive [39], permutational [62], or masked language modeling (MLM) [11], the Transformer networks are pretrained to recover some omitted tokens using the rest of input texts. Then the language semantics captured during pretraining are conveyed to downstream tasks via the pretrained Transformer parameters [5, 8, 44]. + +Recent research [14, 16, 25, 43] observed several challenges in this self-supervised learning framework. One challenge is its efficiency. After pretrained for a while with the standard token-level language modeling, the networks have already captured the basic language patterns, making a large fraction of pretraining signals no longer informative. Linear improvement in the model effectiveness often requires exponentially more pretraining compute and parameters [25], which is unsustainable. Another challenge is the anisotropy of text representations from pretrained models. The sequence representations from many pretrained models are quite irregular [30, 43] and require dedicated fine-tuning approaches to be useful in sequence-level applications [32, 60]. + +Clark et al. [7] proposed a new pretraining strategy, ELECTRA, that uses an auxiliary language model (“generator”) to replace tokens in input texts and pretrains the main Transformer (“discriminator”) to detect replaced tokens. This improves the pretraining efficiency and effectiveness, but pretraining via binary classification hinders the model’s usage on applications requiring language modeling capability (e.g., prompt-based learning [15, 28, 46]). It could further distort the representation space as the Transformers are pretrained to output the same “non-replacement” label for all actual tokens. + +In this paper, we present a new self-supervised learning approach, COCO-LM, that pretrains Language Models by COrrecting and COntrasting corrupted text sequences. Following ELECTRA-style pretraining, COCO-LM employs an auxiliary model to corrupt the input texts, upon which it introduces two new pretraining tasks for the main Transformer, one at token level and one at sequence level. The token-level task, corrective language modeling (CLM), pretrains the main Transformer to detect and correct the tokens in the corrupted sequences. It uses a multi-task setup to combine the benefits of replaced token detection and language modeling. The sequence-level task, sequence contrastive learning (SCL), pretrains the model to align text sequences originated from the same source sequence and enforce uniformity of the representation space. + +In our experiments on GLUE [54] and $\mathrm { S Q u A D }$ [41] benchmarks, COCO-LM not only outperforms state-of-the-art pretraining approaches in effectiveness, but also significantly improves the pretraining efficiency. Under the same setting, COCO-LM matches the MNLI accuracy of RoBERTa and ELECTRA with $6 0 \%$ and $5 0 \%$ of their GPU hours in pretraining, respectively. When pretrained with the same number of steps, COCO-LM outperforms the previous best models by $1 +$ GLUE average points under the standard base/large-sized model evaluations. With 367 million parameters, COCO$\mathrm { L M _ { L a r g e + + } }$ reaches the MNLI accuracy of Megatron3.9B [49], one of the largest BERT-style model with 3.9 billion parameters. Our analyses provide further insights on the advantage of CLM in learning token representations and its effectiveness in prompted-based fine-tuning, as well as the benefit of SCL in ensuring alignment and uniformity in the representation space for better generalization1. + +# 2 Related Work + +Various token-level tasks have been used to pretrain language models. The most classic auto-regressive language modeling is to predict a token given all the previous tokens, or all subsequent ones [36, 39]. BERT uses masked language modeling (MLM) that recovers randomly masked tokens using the rest input. XLNet proposes permutation language modeling that conducts MLM in an autoregressive manner [62]. UniLM uses pseudo MLM which unifies autoregressive and MLM tasks [1, 13]. + +Sequence-level tasks are also explored, which often pretrain the model to predict certain cooccurrences of sequence pairs. For example, next sentence prediction [11], sentence ordering [27] and previous sentence prediction [56] concatenate two sentences (either correlated or random), and train the Transformer to classify the pair. + +Empirically, MLM is still among the most effective tasks to pretrain encoders [29, 31, 40]. RoBERTa [31] found the sentence-level task in BERT not benefitial and discarded it. BART [29] and T5 [40] both observed that MLM is often the most effective task. The empirical advantages of other pretraining tasks are more task-specific, for example, entity related masks for knowledge intensive applications [20, 24], and sequence-level tasks for long form text modeling [42]. + +Instead of randomly altering texts, ELECTRA [7] uses a smaller auxiliary Transformer pretrained by MLM to replace some tokens in the text sequences using its language modeling probability, and pretrains the main Transformer to detect the replaced tokens. ELECTRA achieves state-of-the-art accuracy in many language tasks [7]. Later, Clark et el. [6] developed ELECTRIC, which pretrains encoders by contrasting original tokens against negatives sampled from a cloze model. ELECTRIC re-enables the language modeling capability but underperforms ELECTRA in downstream tasks. + +Our work is also related to contrastive learning which has shown great success in visual representation learning [4, 22, 34]. Its effectiveness of in language is more observed in the fine-tuning stage, for example, in sentence representation [16], dense retrieval [60], and GLUE fine-tuning [19]. + +# 3 Method + +We present the preliminaries of PLMs, their challenges, and the new COCO-LM framework. + +# 3.1 Preliminary on Language Model Pretraining + +In this work we focus on pretraining BERT-style bidirectional Transformer encoders [11] that are widely used in language representation tasks. We first recap the masked language modeling (MLM) task introduced by BERT [11] and then discuss the pretraining framework of ELECTRA [7]. + +BERT Pretraining uses the masked language modeling task (MLM) [11], which is to take an input sequence $X ^ { \mathrm { o r i g } } = [ x _ { 1 } ^ { \mathrm { o r i g } } , \dotsc , x _ { i } ^ { \mathrm { o r i g } } , \dotsc , x _ { n } ^ { \mathrm { o r i g } } ]$ , with $1 5 \%$ random tokens replaced by [MASK] symbols (e.g., the $i$ -th token), and train the model to predict the original tokens at the masked positions: + +$$ +\left[ x _ { 1 } ^ { \mathrm { o r i g } } , \dots , \ [ \mathrm { M \AA S K } ] _ { i } , \dots , x _ { n } ^ { \mathrm { o r i g } } \right] \xrightarrow { \mathrm { T r a n s f o r m e r } } H \xrightarrow { \mathrm { M L M H e a d } } p _ { \mathrm { M L M } } ( x | h _ { i } ) , +$$ + +where the Transformer generates contextualized representations ${ \pmb H } = \{ h _ { i } \} _ { i = 1 } ^ { n }$ . The MLM Head predicts the masked token from the vocabulary $V$ using the hidden representation $\boldsymbol { h } _ { i }$ and token embeddings $_ { \textbf { \em x } }$ . The pretraining minimizes the MLM loss on the set of masked positions $\mathcal { M }$ . Specifically, + +$$ +p _ { \mathrm { M L M } } ( x | h _ { i } ) = \frac { \exp ( x ^ { \top } h _ { i } ) } { \sum _ { x _ { t } \in V } \exp ( x _ { t } ^ { \top } h _ { i } ) } ; \quad \mathcal { L } _ { \mathrm { M L M } } = \mathbb { E } \left( - \sum _ { i \in \mathcal { M } } \log p _ { \mathrm { M L M } } \left( x _ { i } ^ { \mathrm { o r i g } } \middle | h _ { i } \right) \right) . +$$ + +ELECTRA Pretraining uses two Transformers, a “generator” pretrained by MLM, and a “discriminator” pretrained using the generator’s outputs. We refer them as auxiliary and main Transformers, as the former is discarded after pretraining and the latter may be trained by “generative” tasks too. + +The auxiliary model outputs a corrupted sequence $X ^ { \mathrm { M L M } }$ by sampling from its predicted probability: + +$$ +x _ { i } ^ { \mathrm { M L M } } \sim p _ { \mathrm { M L M } } \left( x | h _ { i } \right) , \mathrm { i f } i \in \mathcal { M } ; \quad x _ { i } ^ { \mathrm { M L M } } = x _ { i } ^ { \mathrm { o r i g } } , \mathrm { e l s e } . +$$ + +The masked positions are replaced by sampled tokens considered plausible in context by the auxiliary Transformer, which are more deceiving than random replacements. ELECTRA uses a skinnier auxiliary network (e.g., hidden dimension is $1 / 3$ of the main model) to control the signal difficulty. + +The main Transformer takes $X ^ { \mathrm { M L M } }$ and classifies the replaced tokens: + +$$ +\begin{array} { r } { X ^ { \mathrm { M L M } } \xrightarrow { \mathrm { M a i n ~ T r a n s f o r m e r } } \pmb { H } \xrightarrow { \mathrm { R T D ~ H e a d } } p _ { \mathrm { R T D } } \left( \mathbb { 1 } \big ( x _ { i } ^ { \mathrm { M L M } } = x _ { i } ^ { \mathrm { o r i g } } \big ) \big | h _ { i } \right) , } \end{array} +$$ + +where $\mathbb { 1 } ( \cdot )$ is the indicator function. The Replaced Token Detection (RTD) head uses a sigmoid linear layer to output the binary probability, and the main Transformer is trained with binary cross entropy loss. The RTD task is trained on all tokens instead of masked ones and improves efficiency. + +The two Transformers are pretrained jointly. The auxiliary model gradually generates more realistic replacement tokens and the main model learns to better detect them. This forms a natural learning curriculum and significantly improves ELECTRA’s accuracy in downstream tasks [7]. + +# 3.2 Challenges of ELECTRA-Style Pretraining + +Missing Language Modeling Benefits. The classification task in ELECTRA is simpler and more stable [61], but raises two challenges. The first is the lack of language modeling capability which is a necessity in some tasks [6]. For example, prompt-based learning requires a language model to generate labels [15, 33, 45, 46]. The second is that the binary classification task may not be sufficient to capture certain word-level semantics that are critical for token-level tasks. + +Squeezing Representation Space. Another challenge is that the representations from Transformer-based language models often reside in a narrow cone, where two random sentences have high similarity scores (lack of uniformity), + +![](images/3a8c91a226e2aa036c614aa7d53c2b811d005dba76544c5617acff0d9b62c12a.jpg) +Figure 1: Cosine similarity distributions of random/similar sequence pairs using [CLS] embeddings from pretrained models. Histograms/curves are distribution bins/kernel density estimates. + +and closely related sentences may have more different representations (lack of alignment) [14, 16, 30]. + +![](images/88292be09312bfcedea184a72ece038e7b7b44db60e61df6cc39ca285f523c38.jpg) +Figure 2: The overview of COCO-LM. The auxiliary Transformer is pretrained by MLM. Its corrupted text sequence is used as the main Transformer’s pretraining input in Corrective Language Modeling and paired with the cropped original sequence for Sequence Contrastive Learning. + +Figure 1 illustrates such behaviors with random sentence pairs (from pretraining corpus) and semantically similar pairs (those annotated with maximum similarity from STS-B [3]). With RoBERTa, the cosine similarities of most random sentence pairs are near 0.8, bigger than many semantically similar pairs. The representation space from ELECTRA is even more squeezed. Nearly all sentence pairs, both random and similar ones, have around 0.9 cosine similarity. This may not be surprising as ELECTRA is pretrained to predict the same output (“non-replacement”) for all tokens in these sequences. The irregular representation space raises the risk of degeneration [37, 55] and often necessitates sophisticated post-adjustment or fine-tuning to improve the sequence representations [16, 30, 32, 60]. + +# 3.3 COCO-LM Pretraining + +COCO-LM also employs an auxiliary Transformer to construct the corrupted text sequence, as in Eqn. (1), but it introduces two new pretraining tasks upon the corrupted sequences to address the challenges previously described. In the rest of this section, we present these two tasks and then the detailed configurations of COCO-LM. Its framework is illustrated in Figure 2. + +Corrective Language Modeling (CLM) trains the main Transformer to recover the original tokens, given the corrupted text sequence XMLM: + +$$ +\begin{array} { r } { X ^ { \mathrm { M L M } } \xrightarrow { \mathrm { M a i n ~ T r a n s f o r m e r } } H \xrightarrow { \mathrm { C L M H e a d } } p _ { \mathrm { C L M } } ( x | h _ { i } ) . } \end{array} +$$ + +The CLM Head uses the hidden representations $\pmb { H }$ to output a language modeling probability, instead of a binary classification score. The forward pass of the CLM Head is the same as All-Token MLM, a variation of ELECTRA [7] that consists of a language modeling layer and a binary classification layer for the copy mechanism: + +$$ +\begin{array} { r l } & { p _ { \mathrm { L M } } ( x _ { i } | h _ { i } ) = \mathbb { 1 } \left( x _ { i } = x _ { i } ^ { \mathrm { M L M } } \right) p _ { \mathrm { c o p y } } ( 1 | h _ { i } ) + p _ { \mathrm { c o p y } } ( 0 | h _ { i } ) \frac { \exp ( x _ { i } ^ { \top } h _ { i } ) } { \sum _ { x _ { t } \in V } \exp ( x _ { t } ^ { \top } h _ { i } ) } , } \\ & { p _ { \mathrm { c o p y } } ( y _ { i } | h _ { i } ) = \exp ( y _ { i } \cdot w _ { \mathrm { c o p y } } ^ { \top } h _ { i } ) / \left( \exp ( w _ { \mathrm { c o p y } } ^ { \top } h _ { i } ) + 1 \right) , } \end{array} +$$ + +where ${ \pmb w } _ { \mathrm { c o p y } }$ is a learnable weight and $p _ { \mathrm { c o p y } } ( y _ { i } | h _ { i } )$ is the copy mechanism ( $y _ { i } = 1$ when the input token is original and can be directly copied to the output; $y _ { i } = 0$ when the input token needs to be corrected to another token from the vocabulary). + +In ELECTRA, All-Token MLM performs worse than RTD [7]. Language modeling on the corrupted text sequence $X ^ { \mathrm { M L M } }$ is hard as the replaced tokens from the auxiliary model are more deceiving than [MASK]. To improve the language model learning, different from All-Token MLM, CLM employs a + +multi-task setup that combines the RTD task to explicitly train the copy mechanism $p _ { \mathrm { c o p y } } ( \cdot )$ + +$$ +\begin{array} { l } { \mathcal { L } _ { \mathrm { c o p y } } = - \mathbb { E } \left( \displaystyle \sum _ { i = 1 } ^ { n } \mathbb { 1 } \left( x _ { i } ^ { \mathrm { M L M } } = x _ { i } ^ { \mathrm { o r i g } } \right) \log p _ { \mathrm { c o p y } } ( 1 | h _ { i } ) + \mathbb { 1 } \left( x _ { i } ^ { \mathrm { M L M } } \neq x _ { i } ^ { \mathrm { o r i g } } \right) \log p _ { \mathrm { c o p y } } ( 0 | h _ { i } ) \right) , \mathrm { ~ } \forall i \mathrm { ~ c o p y ~ } ( \mathbb { E } ) , } \\ { \mathcal { L } _ { \mathrm { L M } } = - \mathbb { E } \left( \displaystyle \sum _ { i \in \mathcal { M } } \log p _ { \mathrm { L M } } \left( x _ { i } ^ { \mathrm { o r i g } } | h _ { i } \right) \right) } \\ { \displaystyle \qquad = - \mathbb { E } \left( \displaystyle \sum _ { i \in \mathcal { M } } \log \left( \mathbb { 1 } \left( x _ { i } ^ { \mathrm { M L M } } = x _ { i } ^ { \mathrm { o r i g } } \right) p _ { \mathrm { c o p y } } ^ { \mathrm { s g } } ( 1 | h _ { i } ) + p _ { \mathrm { c o p y } } ^ { \mathrm { s g } } ( 0 | h _ { i } ) \frac { \exp ( x _ { i } ^ { \top } h _ { i } ) } { \sum _ { x _ { t } \in V } \exp ( x _ { t } ^ { \top } h _ { i } ) } \right) \right) , \mathrm { ~ } } \\ { \mathcal { L } _ { \mathrm { C L M } } = \lambda _ { \mathrm { c o p y } } \mathcal { L } _ { \mathrm { c o p y } } + \mathcal { L } _ { \mathrm { L M } } . } \end{array} +$$ + +The hyperparameter $\lambda _ { \mathrm { c o p y } }$ balances the weights of the two tasks. The binary cross entropy loss in Eqn. (2) explicitly trains the copy probability. We also use stop gradient (sg) to decouple the gradient backpropagation to $p _ { \mathrm { c o p y } } ( \cdot )$ from the LM task. This way, the main Transformer first learns the easier classification task and then uses it to help learn the harder LM task. The binary classification task is trained on all tokens while the language modeling task is trained only on masked positions. + +CLM combines the advantages of MLM and ELECTRA: The main Transformer is trained on all tokens with the help of the binary classification task while also being able to predict words, thus enjoying the efficiency benefits of ELECTRA and preserving the language modeling benefits. + +Sequence Contrastive Learning (SCL) forms a contrastive learning objective upon the sequence embeddings to learn more robust representations. Broadly, contrastive learning is to align a positive pair of instances, often different views of the same information [4, 34], in contrast to unrelated negative instances [22, 60]. The different views are often obtained by applying data augmentations on the same input, for example, rotation, cropping, and blurring on visual representations [4, 34], so that the neural networks can learn representations robust to these data alterations. + +In COCO-LM, the corrupted sequence $X ^ { \mathrm { M L M } }$ already provides a form of data augmentation. We pair it with another augmentation, $X ^ { \mathrm { c r o p } }$ , a randomly cropped contiguous span of $X ^ { \mathrm { o r i g } }$ (the length of $X ^ { \mathrm { c r o p } }$ is $9 0 \%$ of $X ^ { \mathrm { o r i g } }$ so that the major sequence meaning is preserved), to construct the positive pair and to contrast with random negatives. + +Specifically, a training batch $B$ in SCL includes a random set of corrupted and cropped sequences: 1contrastive pair $B = \{ ( X _ { 1 } ^ { \mathrm { M L M } } , X _ { 1 } ^ { \mathrm { c r o p } } ) , \dots , ( X _ { N } ^ { \mathrm { M L M } } , X _ { N } ^ { \mathrm { c r o p } } ) \}$ $( X , X ^ { + } )$ N N consists of either $( X _ { k } ^ { \mathrm { M L M } } , X _ { k } ^ { \mathrm { c r o p } } )$ , with $X _ { k } ^ { \mathrm { M L M } }$ and or $X _ { k } ^ { \mathrm { c r o p } }$ $( \ddot { X } _ { k } ^ { \mathrm { c r o p } } , X _ { k } ^ { \mathrm { M L M } } )$ originated from $X _ { k } ^ { \mathrm { o r i g } }$ . A positive trast). The negative instances are all the remaining sequences in the batch $\ddot { B } ^ { - } = B \setminus \{ ( X , X ^ { + } ) \}$ contrastive loss is formulated as: + +$$ +\begin{array} { r l r } { { \mathcal { L } _ { \mathrm { S C L } } = - \mathbb { E } ( \log \frac { \exp ( \cos ( s , s ^ { + } ) / \tau ) } { \exp ( \cos ( s , s ^ { + } ) / \tau ) + \sum _ { X ^ { - } \in B ^ { - } } \exp ( \cos ( s , s ^ { - } ) / \tau ) } ) , } } \\ & { } & { = - \mathbb { E } ( \cos ( s , s ^ { + } ) / \tau - \log ( \exp ( \cos ( s , s ^ { + } ) / \tau ) + \sum _ { X ^ { - } \in B ^ { - } } \exp ( \cos ( s , s ^ { - } ) / \tau ) ) ) , } \end{array} +$$ + +where $s , s ^ { + } , s ^ { - }$ are the representations of $X , X ^ { + } , X ^ { - }$ , respectively, from the main Transformer (i.e., $\boldsymbol { h } _ { \mathrm { [ C L S ] } } ,$ ). The similarity metric is cosine similarity (cos) and the temperature $\tau$ is set to $1$ . + +As shown in Wang et al. [55], the first term in Eqn. (3) $( \cos ( s , s ^ { + } ) )$ improves alignment of the space. It encourages representations to be robust to the corruptions and the alterations on the original text. The second term in Eqn. (3) promotes uniformity. It pushes unrelated sequences apart in the representation space and ensures low cosine similarity between random data points. Several studies have observed improved generalization ability from better alignment and uniformity [16, 37, 55]. + +Aligning $X ^ { \mathrm { M L M } }$ with $X ^ { \mathrm { c r o p } }$ requires the main Transformer to produce sequence representations robust to both token-level (i.e., MLM replacements) and sequence-level (i.e., cropping) alterations. The model is thus encouraged to reason more using partially altered sequences to recover the original information. + +Overall Training. COCO-LM uses the following loss function: + +$$ +\mathcal { L } _ { \mathrm { C O C O - L M } } = \mathcal { L } _ { \mathrm { M L M } } ^ { \mathrm { A u x . } } + \mathcal { L } _ { \mathrm { C L M } } ^ { \mathrm { M a i n } } + \mathcal { L } _ { \mathrm { S C L } } ^ { \mathrm { M a i n } } . +$$ + +The auxiliary Transformer is pretrained by masked language modeling (MLM) and generates corrupted sequences. The main Transformer is pretrained to correct the corruption (CLM) and to contrast the corrupted sequences with the cropped sequences (SCL). The two Transformers are pretrained jointly with the loss in Eqn. (4). The main Transformer is used in downstream applications. + +Network Configurations. Similar to ELECTRA, the auxiliary Transformer is smaller than the main model, but we use different configurations in the auxiliary model: (1) We reduce the number of layers to $1 / 3$ or $1 / 4$ (under base or large model setup, respectively) but keep its hidden dimension the same with the main model, instead of shrinking its hidden dimensions; (2) We disable dropout in it when sampling replacement tokens. We find such configurations empirically more effective and use them as the backbone of COCO-LM. The main Transformer follows the standard architecture of BERT/ELECTRA and can be easily adopted by downstream application pipelines with almost no changes. + +# 4 Experimental Setup + +Pretraining Settings. We employ three standard settings, base, base $^ { + + }$ , and large $^ { + + }$ . Base is the $\mathbf { B E R T _ { B a s e } }$ training configuration [11]: Pretraining on Wikipedia and BookCorpus [63] (16 GB of texts) for 256 million samples on 512 token sequences (125K batches with 2048 batch size). We use the same corpus and 32, 768 uncased BPE vocabulary [47] as with TUPE [26]. + +$B a s e + +$ trains the base size model with larger corpora and/or more training steps. Following recent research [1, 31, 62], we add in OpenWebText [18], CC-News [31], and STORIES [52], to a total of 160 GB texts, and train for 4 billion (with 2048 batch size) samples [31]. We follow the prepossessing of UniLMV2 [1] and use 64, 000 cased BPE vocabulary. + +$L a r g e { + + }$ uses the same training corpora as $b a s e + +$ and pretrains for 4 billion samples (2048 batch size). Its Transformer configuration is the same with BERTLarge [11]. + +Model Architecture. Our base/base $^ { + + }$ model uses the $\mathbf { B E R T _ { B a s e } }$ architecture [11]: 12 layer Transformer, 768 hidden size, plus T5 relative position encoding [40]. Our large $^ { + + }$ model is the same with $\mathrm { B E R T _ { L a r g e } }$ , 24 layer and 1024 hidden size, plus T5 relative position encoding [40]. Our auxiliary network uses the same hidden size but a shallow 4-layer Transformer in base/base $^ { + + }$ and a 6-layer one in $l a r g e + +$ . When generating $X ^ { \mathrm { M L M } }$ we disable dropout in the auxiliary model. + +Downstream Tasks. We use the tasks included in GLUE [54] and $\mathrm { S Q u A D } 2 . 0$ reading compression [41]. Please refer to Appendix A for more details about GLUE tasks. Standard hyperparameter search in fine-tuning is performed, and the search space can be found in Appendix B. The fine-tuning protocols use the open-source implementation of TUPE [26]. The reported results are the median of five random seeds on GLUE and SQuAD. + +Baselines. We compare with various pretrained models in each setting. To reduce the variance in data processing/environments, we also pretrain and fine-tune RoBERTa and ELECTRA under exactly the same setting with COCO-LM, marked with “(Ours)”. All numbers unless marked by “(Ours)” are from reported results in recent research (more details in Appendix C). + +Implementation Details. Our implementation builds upon the open-source implementation from MC-BERT [61] and fairseq [35]. More implementation details are mentioned in Appendix D. + +# 5 Evaluation Results + +Three groups of experiments are conducted to evaluate COCO-LM and its two new pretraining tasks. + +# 5.1 Overall Results and Ablations + +Overall Results are listed in Table 1. Under all three settings, COCO-LM outperforms all recent state-of-the-art pretraining models on GLUE average and SQuAD. It improves the state-of-the-art GLUE score by about one point under all three settings. COCO-LM also enjoys better parameter efficiency. Using less than $1 0 \%$ of Megatron’s parameters, $\mathrm { C O C O - L M _ { L a r g e + + } }$ matches the MNLI accuracy of Megatron3.9B, one of the largest pretrained BERT-style encoders. + +
ModelParamsGLUE Single TaskSQuAD 2.0
MNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVGEMF1
Base Setting: BERT Base Size,Wikipedia + Book Corpus (16GB)
BERT[11]110M84.5/-91.391.793.258.968.687.389.583.173.776.3
RoBERTa [31]125M84.7/-1192.71111179.7
XLNet [62]110M85.8/85.41192.71111178.581.3
ELECTRA [7]110M86.0/85.390.091.993.464.370.884.989.183.780.583.3
MC-BERT [61]110M85.7/85.289.791.392.362.175.086.088.083.7
DeBERTa [23]134M86.3/86.279.382.5
TUPE [26]110M86.2/86.291.392.293.363.673.689.989.284.911
RoBERTa (Ours)110M85.8/85.591.392.093.760.168.287.388.583.377.780.5
ELECTRA (Ours)110M86.9/86.791.992.693.666.275.188.289.785.579.782.6
COCO-LM110M88.5/88.392.093.193.263.984.891.490.387.282.485.2
Base++ Seting: BERT Base Size,Bigger Training Data,and/or More Training Steps
XLNet [62]110M86.8/-91.491.794.760.274.088.289.584.680.2
RoBERTa [31]125M87.6/-91.992.894.863.678.790.291.286.480.583.7
UniLMV2[1]110M88.5/-91.793.595.165.281.391.891.087.183.386.1
DeBERTa [23]134M88.8/88.5183.186.2
CLEAR [59]110M86.7/-90.092.994.564.378.389.289.885.71
COCO-LM134M90.2/90.092.294.294.667.387.491.291.888.685.488.1
Large++ Setting: BERTLarge Size,Bigger Training Data,and More Training Steps
XLNet [62]360M90.8/90.892.394.997.069.085.990.892.589.287.990.6
RoBERTa [31]356M90.2/90.292.294.796.468.086.690.992.488.986.589.4
ELECTRA[7]335M90.9/-92.495.096.969.188.090.892.689.488.090.6
DeBERTa [23]384M91.1/91.192.395.396.870.5111188.090.7
COCO-LM367M91.4/91.692.895.796.973.991.092.292.790.888.291.0
Megatron1.3B [49]1.3B90.9/91.092.611187.190.2
Megatron3.9B [49]3.9B91.4/91.492.711188.591.2
+ +Table 1: Results on GLUE and SQuAD 2.0 development set. All results are single-task, single-model fine-tuning. Results not available in public reports are marked as “–”. DeBERTa reported RTE, MRPC and STS-B results by fine-tuning from MNLI checkpoints which are not single-task results. We use Spearman correlation for STS, Matthews correlation for CoLA, and accuracy for the rest on GLUE. AVG is the average of the eight tasks on GLUE. All baseline results unless marked by (Ours) are reported by previous research. + +
ModelParamsMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
Base/Base++ Setting: BERT Base Size
BERTBase110M84.6/83.489.290.593.552.166.484.885.880.8
ELECTRABase++110M88.5/88.089.593.196.064.675.288.190.285.6
COCO-LMBase++134M89.8/89.389.894.295.668.682.388.590.387.4
Large/Large++ Seting: BERT Large Size
BERTLarge335M86.7/85.989.392.794.960.570.185.486.583.2
ELECTRALarge++335M90.7/90.290.495.596.768.186.189.291.788.5
COCO-LMLarge++367M91.6/91.190.595.896.770.589.288.491.889.3
+ +Table 2: GLUE test set results obtained from the GLUE leaderboard. We perform hyperparameter search for each task with ten random seeds and use the best development set model for test predictions. All results are from vanilla single-task fine-tuning (no ensemble, task-specific tricks, etc.). + +Table 2 shows GLUE test set results which further confirm the advantages of COCO-LM over previous methods. + +Efficiency. In downstream tasks, the efficiency of COCO-LM is the same with BERT. In pretraining, the auxiliary model and SCL introduce extra cost. However, as shown in Figure 3, COCO-LM is more efficient in GPU hours. It outperforms RoBERTa & ELECTRA by $1 +$ points on MNLI with the same GPU hours and reaches their accuracy with around $6 0 \%$ & $5 0 \%$ GPU hours, respectively. + +Ablation Studies. Table 3 shows the ablations of COCO-LM under the base setting on GLUE DEV. + +Pretraining Task. With only RTD, our backbone model with the shallow auxiliary Transformer is quite effective. CLM and SCL both provide additional improvements on MNLI and GLUE average. Their advantages are better observed on different tasks, for example, CLM on MNLI-mm and SCL on RTE and MRPC. Combining the two in COCO-LM provides better overall effectiveness. In later experiments, we further analyze the benefits of these two tasks. + +
GroupMethodMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
COCO-LMBase88.5/88.392.093.193.263.984.891.490.387.2
Pretraining TaskRTDOnly88.4/88.292.193.592.767.380.589.090.986.8
CLMOnly88.6/88.492.093.293.767.480.190.090.486.9
SCL +RTD88.6/88.292.193.593.864.382.790.290.686.9
Network Setingw/o. Rel-Pos w. ELECTRA's Auxiliary88.2/87.792.293.493.768.882.791.290.687.6
Training88.0/87.791.992.793.564.381.289.589.786.3
w.Random Replacements84.9/84.791.491.191.441.670.087.387.180.6
Signalw. Converged Auxiliary88.3/88.192.092.894.364.278.390.490.286.3
CLM SetupAll-Token LM Only87.2/87.092.693.788.589.784.7
CLM w/o. Copy88.0/87.991.8 91.893.194.460.6 66.674.0 76.989.590.186.3
CLM w/o. Stop-grad88.5/88.292.092.994.366.580.990.090.686.9
+ +Table 3: Ablations on GLUE Dev. that eliminate (w/o.), keep (Only) or switch (w.) one component. + +![](images/7c7b853b454b46cee7bf8429edacf37572ac7613714aa9383792bc931834deea.jpg) +Figure 3: $\mathrm { C O C O - L M _ { B a s e } }$ on MNLI Dev. ( $y$ -axes) at different pretraining hours on four DGX-2 nodes (64 V100 GPUs). The final training hours and accuracy of RoBERTa (Ours) and ELECTRA (Ours) measured in the same settings are marked. + +![](images/b0838b4ee1160733d8845b67109fdb9dc7efa9acb20b3820901e16797ecc717f.jpg) +Figure 4: The performance of COCO- $\mathbf { \cdot L M _ { B a s e } }$ when pretrained with different crop fractions. The $x$ -axis is the fraction of $X ^ { \mathrm { o r i g } }$ being kept (no cropping is $1 0 0 \%$ ). + +Architecture. Removing relative position encoding (Rel-Pos) leads to better numbers on some tasks but significantly hurts MNLI. Using a shallow auxiliary network and keeping the same hidden dimension (768) is more effective than ELECTRA’s 12-layer but 256-hidden dimension generator. + +Pretraining Signal Construction. Using randomly replaced tokens to corrupt text sequence hurts significantly. Using a converged auxiliary network to pretrain the main model also hurts. It is better to pretrain the two Transformers together, as the auxiliary model gradually increases the difficulty of the corrupted sequences and provides a natural learning curriculum for the main Transformer. + +CLM Setup. Disabling the multi-task learning and using All-Token MLM [7] reduces model accuracy. The copy mechanism is effective. The benefits of the stop gradient operation are more on stability (preventing training divergence). + +# 5.2 Analyses of Contrastive Learning with SCL + +This group of experiments analyzes the behavior of SCL. All experiments use the base setting. + +Ablation on Data Augmentation. Figure 4 shows the effects of the cropping operation when forming positive SCL pairs with the corrupted sequence. Using the original sequence results in worse GLUE accuracy. It is less informative as the model no longer needs to learn representations robust to sequence-level alteration. Cropping too much (e.g., only keeping $7 0 \%$ of the original sequence), may hurt as it can alter the semantics too much. Empirically a simple alteration works the best, similar to the observations in recent research [4, 16, 22]. + +Alignment and Uniformity. Figure 5 plots the distribution of cosine similarities between random sequence pairs and similar ones using representations pretrained by COCO-LM. The representation space from COCO-LM is drastically different from those in Figure 1. With COCO-LM, similar pairs are more aligned and random pairs are distributed more uniformly. Many similar pairs have near 1 cosine similarity and are clearly separated from random pairs which center around 0. The t-SNE [9] plot in Figure 6 further demonstrates the benefits of SCL. The similar sentence pairs (marked by same shapes) are aligned closer when pretrained with SCL. Their average cosine similarity is 0.925 when pretrained with SCL, while is 0.863 without SCL. This better alignment and uniformity is achieved by COCO-LM with SCL via pretraining, without using task-specific data nor supervised labels. + +![](images/82aaaec6538ad34bc36ab524aaa756ff25c2f6723407c61d051220eb759a68b2.jpg) +Figure 5: Cosine similarity of sequence pairs randomly sampled from pretraining corpus and most similar pairs from STS-B using [CLS] from COCO- $\mathrm { L M } _ { \mathrm { B a s e } }$ . + +![](images/c1d97d0fc27a4c3c0d227b63fc15ba16a052a5c2bfaf1aa791b9ae2c82470dd6.jpg) +Figure 6: The t-SNE of sequence representations learned with or without SCL. The points are sampled from the most semantically similar sentences pairs from STS-B (with 5-score labels). The [CLS] embeddings are not fine-tuned. Some randomly selected similar pairs are marked by same shapes. + +![](images/992113321700f003cba33a4d9ae2e2e1ae1bb00ef61b749c875f454276b56dcf.jpg) +Figure 7: Analyses of SCL. Figs. (a) and (b) show the average cosine similarity between the [CLS] embeddings of positive and negative contrastive pairs during pretraining. Figs. (c) and (d) show the few-shot accuracy on MNLI with different fractions of MNLI training set used ( $\scriptstyle { \dot { x } }$ -axes). The error bars mark the max/min and the solid lines are the average of five fine-tuning runs. + +Regularizing the Representation Learning for Better Few-Shot Ability. One would expect any pretrained Transformers to easily align a pair of corrupted sequence and cropped sequence as the two share about $8 0 \%$ tokens. However, as shown in Figure 7a, that is not the case: Without SCL, the cosine similarity of the positive pairs is even lower than random negatives. SCL is necessary to regularize the representation space and to reduce the risk of degeneration (Figure 7b). + +Similar to empirical observations and theoretical analyses in recent research [14, 16, 55], a more regularized representation space results in better generalization ability in scenarios with limited labels. Figure $\mathrm { 7 c }$ and 7d show the results when COCO-LM are trained (via standard fine-tuning) with only a fraction of MNLI labels. The improvements brought by SCL are more significant when fewer fine-tuning labels are available. With $1 \%$ MNLI labels, pretraining with SCL improves MNLI- $. \mathrm { m } / \mathrm { m m }$ accuracy by $0 . 8 / 0 . 5$ compared to that without SCL. Using only $1 0 \% / 2 0 \%$ labels, COCO-LM with SCL reaches similar MNLI accuracy with RoBERTa (Ours)/ELECTRA (Ours) fine-tuned with all labels, respectively. + +# 5.3 Analyses of Language Modeling with CLM + +The last group of experiments studies the effectiveness and benefits of CLM. + +Ablations on Training Configurations. Figure 8 illustrates pretraining process with CLM and All-Token MLM. The plots demonstrate the difficulty of language modeling upon corrupted text sequences. It is quite an unbalanced task. For the majority of the tokens (Original) the task is simply to copy its input at the same position. For the replaced tokens $( 7 - 8 \%$ total), however, the model needs to detect the abnormality brought by the auxiliary model and recover the original token. Implicitly training the copy mechanism as part of the hard LM task is not effective: The copy accuracy of All-Token MLM is much lower, and thus the LM head may confuse original tokens with replaced ones. As shown in Table 3 and ELECTRA [7], pretraining with All-Token MLM performs worse than using the RTD task, though the latter is equivalent to only training the copy mechanism. The multi-task learning of CLM is necessary for the main Transformer to stably learn the language modeling task upon the corrupted text sequence. + +![](images/7f4f1d35a5619b20f4bb5dab0e62dc152a989762d0e164bcb37c0492f45877fe.jpg) +Figure 8: The copying accuracy and the language modeling accuracy $y$ -axes) of CLM and All-Token MLM at different pretraining steps ( $x$ -axes, in 10K scale). The accuracy is averaged on tokens that are replaced by the auxiliary Transformer (Replaced) or those from the original input text (Original). + +Prompt-Based Fine-Tuning with CLM. Table 4 includes the prompt-based fine-tuning experiments on MNLI for RoBERTa and COCO-LM under $b a s e + +$ and large $^ { + + }$ sizes, following the same few-shot manual prompt fine-tuning with demonstration setup in LM-BFF [15]. We use $\{ 3 e - 6 , 4 e - 6 , 5 e - 6 \}$ for the learning rate search of COCO-LM base++/large++ model, with everything else kept same as described in LM-BFF. With exactly the same pipeline, COCOLM outperforms RoBERTa under both $b a s e + +$ and $l a r g e + +$ sizes by significant margins on MNLI$\mathrm { m } / \mathrm { m m }$ . Such observations are interesting as COCOLM’s main Transformer does not even see any + +
ModelMNLI-mMNLI-mm
RoBERTaBase++60.1 (1.5)61.8 (1.2)
COCO-LMBase++66.5 (2.1)68.0 (2.3)
RoBERTaLarge++70.7 (1.3)72.0 (1.2)
COCO-LMLarge++72.0 (1.5)73.3 (1.1)
+ +Table 4: Few-shot prompt-based fine-tuning using RoBERTa and COCO-LM trained on 16 samples per class. Mean (and standard deviation) accuracy results over 5 different splits on MNLI- $. \mathrm { m } / \mathrm { m m }$ are shown. + +[MASK] tokens during pretraining but still performs well on predicting masked tokens for promptbased learning. Note that ELECTRA and COCO-LM variants without the CLM task are not applicable: Their main Transformers are not pretrained by language modeling tasks (thus no language modeling capability is learned to generate prompt label words). This points out the importance, if not necessity, of COCO-LM in the family of ELECTRA-style pretraining models. With the benefits and rapid developments of prompt-based approaches, the lack of language modeling capability is going to limit the potential of ELECTRA’s self-supervised learning framework in many real-world scenarios. COCO-LM not only addresses this limitation but also provides better prompt-based learning results. + +# 6 Conclusions and Future Work + +In this paper, we present COCO-LM, which pretrains language models using Corrective Language Modeling and Sequence Contrastive Learning upon corrupted text sequences. With standard pretraining data and Transformer architectures, COCO-LM improves the accuracy on the GLUE and SQuAD benchmarks, while also being more efficient in utilizing pretraining computing resources and network parameters. + +One limitation of this work is that the contrastive pairs are constructed by simple cropping and MLM replacements. Recent studies have shown the effectiveness of advanced data augmentation techniques in fine-tuning language models [16, 38, 51]. A future research direction is to explore better ways to construct contrastive pairs in language model pretraining. + +Despite the empirical advantage of this auxiliary-main dual model framework, the auxiliary Transformer training is not influenced by the main Transformer nor learns to generate the optimal pretraining signals for the main model. To better understand and tailor the training of the auxiliary model to the main model is another important future research direction. + +# Acknowledgments + +We sincerely thank Guolin Ke for discussions and advice on model implementation. We also thank anonymous reviewers for valuable and insightful feedback, especially the suggestion of adding prompt-based fine-tuning experiments. + +# References + +[1] Hangbo Bao, Li Dong, Furu Wei, Wenhui Wang, Nan Yang, Xiaodong Liu, Yu Wang, Songhao Piao, Jianfeng Gao, Ming Zhou, and Hsiao-Wuen Hon. UniLMv2: Pseudo-masked language models for unified language model pre-training. In ICML, 2020. [2] Luisa Bentivogli, Peter Clark, Ido Dagan, and Danilo Giampiccolo. The fifth pascal recognizing textual entailment challenge. In TAC, 2009. [3] Daniel Cer, Mona Diab, Eneko Agirre, Iñigo Lopez-Gazpio, and Lucia Specia. Semeval-2017 task 1: Semantic textual similarity multilingual and crosslingual focused evaluation. In International Workshop on Semantic Evaluation (SemEval), 2017. +[4] Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations. In ICML, 2020. [5] Kevin Clark, Urvashi Khandelwal, Omer Levy, and Christopher D. Manning. What does BERT look at? an analysis of BERT’s attention. In ACL Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP, 2019. [6] Kevin Clark, Minh-Thang Luong, Quoc Le, and Christopher D Manning. Pre-training transformers as energy-based cloze models. In EMNLP, 2020. [7] Kevin Clark, Minh-Thang Luong, Quoc V Le, and Christopher D Manning. ELECTRA: Pre-training text encoders as discriminators rather than generators. In ICLR, 2020. [8] Peter Clark, Oyvind Tafjord, and Kyle Richardson. Transformers as soft reasoners over language. In IJCAI, 2020. +[9] Andy Coenen, Emily Reif, Ann Yuan, Been Kim, Adam Pearce, Fernanda Viégas, and Martin Wattenberg. Visualizing and measuring the geometry of BERT. In NeurIPS, 2019. +[10] Ido Dagan, Oren Glickman, and Bernardo Magnini. The pascal recognising textual entailment challenge. In Machine Learning Challenges Workshop, 2005. +[11] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. In NAACL-HLT, 2019. +[12] William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases. In International Workshop on Paraphrasing (IWP), 2005. +[13] Li Dong, Nan Yang, Wenhui Wang, Furu Wei, Xiaodong Liu, Yu Wang, Jianfeng Gao, Ming Zhou, and Hsiao-Wuen Hon. Unified language model pre-training for natural language understanding and generation. In NeurIPS, 2019. +[14] Jun Gao, Di He, Xu Tan, Tao Qin, Liwei Wang, and Tie-Yan Liu. Representation degeneration problem in training natural language generation models. In ICLR, 2019. +[15] Tianyu Gao, Adam Fisch, and Danqi Chen. Making pre-trained language models better few-shot learners. In ACL, 2021. +[16] Tianyu Gao, Xingcheng Yao, and Danqi Chen. SimCSE: Simple contrastive learning of sentence embeddings. In EMNLP, 2021. +[17] Danilo Giampiccolo, Bernardo Magnini, Ido Dagan, and Bill Dolan. The third pascal recognizing textual entailment challenge. In ACL-PASCAL workshop on textual entailment and paraphrasing, 2007. +[18] Aaron Gokaslan and Vanya Cohen. Openwebtext corpus. http://Skylion007.github.io/ OpenWebTextCorpus, 2019. +[19] Beliz Gunel, Jingfei Du, Alexis Conneau, and Ves Stoyanov. Supervised contrastive learning for pre-trained language model fine-tuning. In ICLR, 2021. +[20] Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. REALM: Retrievalaugmented language model pre-training. In ICML, 2020. +[21] R Bar Haim, Ido Dagan, Bill Dolan, Lisa Ferro, Danilo Giampiccolo, Bernardo Magnini, and Idan Szpektor. The second pascal recognising textual entailment challenge. In PASCAL Challenges Workshop on Recognising Textual Entailment, 2006. +[22] Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. In CVPR, 2020. +[23] Pengcheng He, Xiaodong Liu, Jianfeng Gao, and Weizhu Chen. DeBERTa: Decoding-enhanced bert with disentangled attention. In ICLR, 2021. +[24] Mandar Joshi, Danqi Chen, Yinhan Liu, Daniel S Weld, Luke Zettlemoyer, and Omer Levy. SpanBERT: Improving pre-training by representing and predicting spans. In TACL, 2019. +[25] Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models. arXiv preprint arXiv:2001.08361, 2020. +[26] Guolin Ke, Di He, and Tie-Yan Liu. Rethinking the positional encoding in language pre-training. In ICLR, 2021. +[27] Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, and Radu Soricut. ALBERT: A lite BERT for self-supervised learning of language representations. In ICLR, 2020. +[28] Teven Le Scao and Alexander M Rush. How many data points is a prompt worth? In NAACL-HLT, 2021. +[29] Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Ves Stoyanov, and Luke Zettlemoyer. BART: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension. In ACL, 2019. +[30] Bohan Li, Hao Zhou, Junxian He, Mingxuan Wang, Yiming Yang, and Lei Li. On the sentence embeddings from pre-trained language models. In EMNLP, 2020. +[31] Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov. RoBERTa: A robustly optimized BERT pretraining approach. arXiv preprint arXiv:1907.11692, 2019. +[32] Yi Luan, Jacob Eisenstein, Kristina Toutanove, and Michael Collins. Sparse, dense, and attentional representations for text retrieval. In TACL, 2021. +[33] Yu Meng, Yunyi Zhang, Jiaxin Huang, Chenyan Xiong, Heng Ji, Chao Zhang, and Jiawei Han. Text classification using label names only: A language model self-training approach. In EMNLP, 2020. +[34] Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predictive coding. arXiv preprint arXiv:1807.03748, 2018. +[35] Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan, Sam Gross, Nathan Ng, David Grangier, and Michael Auli. FAIRSEQ: A fast, extensible toolkit for sequence modeling. In NAACL-HLT Demonstrations, 2019. +[36] Matthew Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke Zettlemoyer. Deep contextualized word representations. In NAACL-HLT, 2018. +[37] Senthil Purushwalkam and Abhinav Gupta. Demystifying contrastive self-supervised learning: Invariances, augmentations and dataset biases. In NeurIPS, 2020. +[38] Yanru Qu, Dinghan Shen, Yelong Shen, Sandra Sajeev, Jiawei Han, and Weizhu Chen. CoDA: Contrastenhanced and diversity-promoting data augmentation for natural language understanding. In ICLR, 2021. +[39] Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models are unsupervised multitask learners. OpenAI blog, 1(8):9, 2019. +[40] Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer. Journal of Machine Learning Research, 2019. +[41] Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy Liang. SQuAD: $^ { 1 0 0 , 0 0 0 + }$ questions for machine comprehension of text. In EMNLP, 2016. +[42] Anirudh Ravula, Chris Alberti, Joshua Ainslie, Li Yang, Philip Minh Pham, Qifan Wang, Santiago Ontanon, Sumit Kumar Sanghai, Vaclav Cvicek, and Zach Fisher. ETC: Encoding long and structured inputs in transformers. In EMNLP, 2020. +[43] Nils Reimers and Iryna Gurevych. Sentence-BERT: Sentence embeddings using siamese BERT-networks. In EMNLP, 2019. +[44] Adam Roberts, Colin Raffel, and Noam Shazeer. How much knowledge can you pack into the parameters of a language model? In EMNLP, 2020. +[45] Timo Schick and Hinrich Schütze. Exploiting cloze questions for few-shot text classification and natural language inference. In EACL, 2021. +[46] Timo Schick and Hinrich Schütze. It’s not just size that matters: Small language models are also few-shot learners. In NAACL-HLT, 2021. +[47] Rico Sennrich, Barry Haddow, and Alexandra Birch. Neural machine translation of rare words with subword units. In ACL, 2015. +[48] Iyer Shankar, Dandekar Nikhil, and Csernai Kornél. First Quora dataset release: Question pairs, 2017. +[49] Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro. Megatron-LM: Training multi-billion parameter language models using gpu model parallelism. arXiv preprint arXiv:1909.08053, 2019. +[50] Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang, Christopher D Manning, Andrew $\mathrm { ~ Y ~ N ~ g ~ }$ , and Christopher Potts. Recursive deep models for semantic compositionality over a sentiment treebank. In EMNLP, 2013. +[51] Nandan Thakur, Nils Reimers, Johannes Daxenberger, and Iryna Gurevych. Augmented SBERT: Data augmentation method for improving bi-encoders for pairwise sentence scoring tasks. In NAACL-HLT, 2021. +[52] Trieu H Trinh and Quoc V Le. A simple method for commonsense reasoning. arXiv preprint arXiv:1806.02847, 2018. +[53] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017. +[54] Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel R Bowman. GLUE: A multi-task benchmark and analysis platform for natural language understanding. In EMNLP Workshop BlackboxNLP, 2018. +[55] Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through alignment and uniformity on the hypersphere. In ICML, 2020. +[56] Wei Wang, Bin Bi, Ming Yan, Chen Wu, Zuyi Bao, Jiangnan Xia, Liwei Peng, and Luo Si. StructBERT: Incorporating language structures into pre-training for deep language understanding. In ICLR, 2020. +[57] Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments. In TACL, 2019. +[58] Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for sentence understanding through inference. In NAACL-HLT, 2018. +[59] Zhuofeng Wu, Sinong Wang, Jiatao Gu, Madian Khabsa, Fei Sun, and Hao Ma. CLEAR: Contrastive learning for sentence representation. arXiv preprint arXiv:2012.15466, 2020. +[60] Lee Xiong, Chenyan Xiong, Ye Li, Kwok-Fung Tang, Jialin Liu, Paul Bennett, Junaid Ahmed, and Arnold Overwijk. Approximate nearest neighbor negative contrastive learning for dense text retrieval. In ICLR, 2021. +[61] Zhenhui Xu, Linyuan Gong, Guolin Ke, Di He, Shuxin Zheng, Liwei Wang, Jiang Bian, and Tie-Yan Liu. MC-BERT: Efficient language pre-training via a meta controller. arXiv preprint arXiv:2006.05744, 2020. +[62] Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le. XLNet: Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019. +[63] Yukun Zhu, Ryan Kiros, Rich Zemel, Ruslan Salakhutdinov, Raquel Urtasun, Antonio Torralba, and Sanja Fidler. Aligning books and movies: Towards story-like visual explanations by watching movies and reading books. In ICCV, 2015. \ No newline at end of file diff --git a/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_content_list.json b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..44d24dcf9ba3fee417ebb1a7138513c10aa30ca9 --- /dev/null +++ b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_content_list.json @@ -0,0 +1,1380 @@ +[ + { + "type": "text", + "text": "COCO-LM: Correcting and Contrasting Text Sequences for Language Model Pretraining ", + "text_level": 1, + "bbox": [ + 223, + 122, + 776, + 172 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Yu Meng1∗, Chenyan Xiong2, Payal Bajaj2, Saurabh Tiwary2, Paul Bennett2, Jiawei Han1, Xia Song2 ", + "bbox": [ + 285, + 224, + 710, + 255 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 University of Illinois at Urbana-Champaign 2 Microsoft 1 {yumeng5,hanj}@illinois.edu 2 {chenyan.xiong,payal.bajaj,satiwary, paul.n.bennett,xiaso}@microsoft.com ", + "bbox": [ + 308, + 256, + 691, + 311 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Abstract ", + "text_level": 1, + "bbox": [ + 462, + 347, + 535, + 363 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "We present a self-supervised learning framework, COCO-LM, that pretrains Language Models by COrrecting and COntrasting corrupted text sequences. Following ELECTRA-style pretraining, COCO-LM employs an auxiliary language model to corrupt text sequences, upon which it constructs two new tasks for pretraining the main model. The first token-level task, Corrective Language Modeling, is to detect and correct tokens replaced by the auxiliary model, in order to better capture token-level semantics. The second sequence-level task, Sequence Contrastive Learning, is to align text sequences originated from the same source input while ensuring uniformity in the representation space. Experiments on GLUE and SQuAD demonstrate that COCO-LM not only outperforms recent state-of-the-art pretrained models in accuracy, but also improves pretraining efficiency. It achieves the MNLI accuracy of ELECTRA with $5 0 \\%$ of its pretraining GPU hours. With the same pretraining steps of standard base/large-sized models, COCO-LM outperforms the previous best models by $1 +$ GLUE average points. ", + "bbox": [ + 233, + 378, + 766, + 573 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 Introduction ", + "text_level": 1, + "bbox": [ + 174, + 597, + 310, + 614 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Pretrained language models (PLMs) have reshaped the way AI systems process natural language [11, 36, 39, 40]. Before task-specific training, it is now a common practice to first pretrain the deep neural networks, often Transformers [53], via a self-supervised token-level language modeling task [29, 31, 40]. Whether it is autoregressive [39], permutational [62], or masked language modeling (MLM) [11], the Transformer networks are pretrained to recover some omitted tokens using the rest of input texts. Then the language semantics captured during pretraining are conveyed to downstream tasks via the pretrained Transformer parameters [5, 8, 44]. ", + "bbox": [ + 174, + 628, + 825, + 727 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Recent research [14, 16, 25, 43] observed several challenges in this self-supervised learning framework. One challenge is its efficiency. After pretrained for a while with the standard token-level language modeling, the networks have already captured the basic language patterns, making a large fraction of pretraining signals no longer informative. Linear improvement in the model effectiveness often requires exponentially more pretraining compute and parameters [25], which is unsustainable. Another challenge is the anisotropy of text representations from pretrained models. The sequence representations from many pretrained models are quite irregular [30, 43] and require dedicated fine-tuning approaches to be useful in sequence-level applications [32, 60]. ", + "bbox": [ + 174, + 732, + 825, + 843 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Clark et al. [7] proposed a new pretraining strategy, ELECTRA, that uses an auxiliary language model (“generator”) to replace tokens in input texts and pretrains the main Transformer (“discriminator”) to detect replaced tokens. This improves the pretraining efficiency and effectiveness, but pretraining via binary classification hinders the model’s usage on applications requiring language modeling capability (e.g., prompt-based learning [15, 28, 46]). It could further distort the representation space as the Transformers are pretrained to output the same “non-replacement” label for all actual tokens. ", + "bbox": [ + 178, + 849, + 823, + 877 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 90, + 825, + 147 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In this paper, we present a new self-supervised learning approach, COCO-LM, that pretrains Language Models by COrrecting and COntrasting corrupted text sequences. Following ELECTRA-style pretraining, COCO-LM employs an auxiliary model to corrupt the input texts, upon which it introduces two new pretraining tasks for the main Transformer, one at token level and one at sequence level. The token-level task, corrective language modeling (CLM), pretrains the main Transformer to detect and correct the tokens in the corrupted sequences. It uses a multi-task setup to combine the benefits of replaced token detection and language modeling. The sequence-level task, sequence contrastive learning (SCL), pretrains the model to align text sequences originated from the same source sequence and enforce uniformity of the representation space. ", + "bbox": [ + 174, + 152, + 825, + 279 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "In our experiments on GLUE [54] and $\\mathrm { S Q u A D }$ [41] benchmarks, COCO-LM not only outperforms state-of-the-art pretraining approaches in effectiveness, but also significantly improves the pretraining efficiency. Under the same setting, COCO-LM matches the MNLI accuracy of RoBERTa and ELECTRA with $6 0 \\%$ and $5 0 \\%$ of their GPU hours in pretraining, respectively. When pretrained with the same number of steps, COCO-LM outperforms the previous best models by $1 +$ GLUE average points under the standard base/large-sized model evaluations. With 367 million parameters, COCO$\\mathrm { L M _ { L a r g e + + } }$ reaches the MNLI accuracy of Megatron3.9B [49], one of the largest BERT-style model with 3.9 billion parameters. Our analyses provide further insights on the advantage of CLM in learning token representations and its effectiveness in prompted-based fine-tuning, as well as the benefit of SCL in ensuring alignment and uniformity in the representation space for better generalization1. ", + "bbox": [ + 174, + 284, + 825, + 422 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 Related Work ", + "text_level": 1, + "bbox": [ + 174, + 441, + 321, + 459 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Various token-level tasks have been used to pretrain language models. The most classic auto-regressive language modeling is to predict a token given all the previous tokens, or all subsequent ones [36, 39]. BERT uses masked language modeling (MLM) that recovers randomly masked tokens using the rest input. XLNet proposes permutation language modeling that conducts MLM in an autoregressive manner [62]. UniLM uses pseudo MLM which unifies autoregressive and MLM tasks [1, 13]. ", + "bbox": [ + 174, + 474, + 825, + 544 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Sequence-level tasks are also explored, which often pretrain the model to predict certain cooccurrences of sequence pairs. For example, next sentence prediction [11], sentence ordering [27] and previous sentence prediction [56] concatenate two sentences (either correlated or random), and train the Transformer to classify the pair. ", + "bbox": [ + 174, + 550, + 825, + 606 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Empirically, MLM is still among the most effective tasks to pretrain encoders [29, 31, 40]. RoBERTa [31] found the sentence-level task in BERT not benefitial and discarded it. BART [29] and T5 [40] both observed that MLM is often the most effective task. The empirical advantages of other pretraining tasks are more task-specific, for example, entity related masks for knowledge intensive applications [20, 24], and sequence-level tasks for long form text modeling [42]. ", + "bbox": [ + 174, + 612, + 825, + 681 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Instead of randomly altering texts, ELECTRA [7] uses a smaller auxiliary Transformer pretrained by MLM to replace some tokens in the text sequences using its language modeling probability, and pretrains the main Transformer to detect the replaced tokens. ELECTRA achieves state-of-the-art accuracy in many language tasks [7]. Later, Clark et el. [6] developed ELECTRIC, which pretrains encoders by contrasting original tokens against negatives sampled from a cloze model. ELECTRIC re-enables the language modeling capability but underperforms ELECTRA in downstream tasks. ", + "bbox": [ + 174, + 688, + 825, + 771 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Our work is also related to contrastive learning which has shown great success in visual representation learning [4, 22, 34]. Its effectiveness of in language is more observed in the fine-tuning stage, for example, in sentence representation [16], dense retrieval [60], and GLUE fine-tuning [19]. ", + "bbox": [ + 176, + 777, + 823, + 820 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "3 Method ", + "text_level": 1, + "bbox": [ + 174, + 839, + 269, + 856 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We present the preliminaries of PLMs, their challenges, and the new COCO-LM framework. ", + "bbox": [ + 173, + 871, + 777, + 886 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "3.1 Preliminary on Language Model Pretraining ", + "text_level": 1, + "bbox": [ + 176, + 90, + 524, + 106 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In this work we focus on pretraining BERT-style bidirectional Transformer encoders [11] that are widely used in language representation tasks. We first recap the masked language modeling (MLM) task introduced by BERT [11] and then discuss the pretraining framework of ELECTRA [7]. ", + "bbox": [ + 174, + 116, + 825, + 159 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "BERT Pretraining uses the masked language modeling task (MLM) [11], which is to take an input sequence $X ^ { \\mathrm { o r i g } } = [ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { i } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { n } ^ { \\mathrm { o r i g } } ]$ , with $1 5 \\%$ random tokens replaced by [MASK] symbols (e.g., the $i$ -th token), and train the model to predict the original tokens at the masked positions: ", + "bbox": [ + 173, + 164, + 825, + 209 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/076614958bda0182580d886177a2a3a70e46a46adc6509ef0a4acc38dc0cbf99.jpg", + "text": "$$\n\\left[ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dots , \\ [ \\mathrm { M \\AA S K } ] _ { i } , \\dots , x _ { n } ^ { \\mathrm { o r i g } } \\right] \\xrightarrow { \\mathrm { T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { M L M H e a d } } p _ { \\mathrm { M L M } } ( x | h _ { i } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 267, + 215, + 728, + 242 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where the Transformer generates contextualized representations ${ \\pmb H } = \\{ h _ { i } \\} _ { i = 1 } ^ { n }$ . The MLM Head predicts the masked token from the vocabulary $V$ using the hidden representation $\\boldsymbol { h } _ { i }$ and token embeddings $_ { \\textbf { \\em x } }$ . The pretraining minimizes the MLM loss on the set of masked positions $\\mathcal { M }$ . Specifically, ", + "bbox": [ + 174, + 250, + 826, + 291 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/44ef3bd6eb3f680f4bf25edbebc27dd93b45fdc9f04b6736a5ee5b7e2b588d26.jpg", + "text": "$$\np _ { \\mathrm { M L M } } ( x | h _ { i } ) = \\frac { \\exp ( x ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } ; \\quad \\mathcal { L } _ { \\mathrm { M L M } } = \\mathbb { E } \\left( - \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { M L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } \\middle | h _ { i } \\right) \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 223, + 296, + 772, + 340 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "ELECTRA Pretraining uses two Transformers, a “generator” pretrained by MLM, and a “discriminator” pretrained using the generator’s outputs. We refer them as auxiliary and main Transformers, as the former is discarded after pretraining and the latter may be trained by “generative” tasks too. ", + "bbox": [ + 173, + 353, + 825, + 396 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The auxiliary model outputs a corrupted sequence $X ^ { \\mathrm { M L M } }$ by sampling from its predicted probability: ", + "bbox": [ + 176, + 400, + 823, + 416 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/b824c400834632d12c6a490dad58c221e879bf27313a16ad8af9d62808aa078e.jpg", + "text": "$$\nx _ { i } ^ { \\mathrm { M L M } } \\sim p _ { \\mathrm { M L M } } \\left( x | h _ { i } \\right) , \\mathrm { i f } i \\in \\mathcal { M } ; \\quad x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } , \\mathrm { e l s e } .\n$$", + "text_format": "latex", + "bbox": [ + 312, + 422, + 686, + 443 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The masked positions are replaced by sampled tokens considered plausible in context by the auxiliary Transformer, which are more deceiving than random replacements. ELECTRA uses a skinnier auxiliary network (e.g., hidden dimension is $1 / 3$ of the main model) to control the signal difficulty. ", + "bbox": [ + 173, + 449, + 826, + 491 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The main Transformer takes $X ^ { \\mathrm { M L M } }$ and classifies the replaced tokens: ", + "bbox": [ + 176, + 496, + 632, + 511 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/2eb7d2c92d65747022a0ee7e813aa301ee14c1cca99b57bcf4cfff3a6d9189e3.jpg", + "text": "$$\n\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } \\pmb { H } \\xrightarrow { \\mathrm { R T D ~ H e a d } } p _ { \\mathrm { R T D } } \\left( \\mathbb { 1 } \\big ( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\big ) \\big | h _ { i } \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 284, + 517, + 712, + 545 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\mathbb { 1 } ( \\cdot )$ is the indicator function. The Replaced Token Detection (RTD) head uses a sigmoid linear layer to output the binary probability, and the main Transformer is trained with binary cross entropy loss. The RTD task is trained on all tokens instead of masked ones and improves efficiency. ", + "bbox": [ + 174, + 551, + 823, + 593 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The two Transformers are pretrained jointly. The auxiliary model gradually generates more realistic replacement tokens and the main model learns to better detect them. This forms a natural learning curriculum and significantly improves ELECTRA’s accuracy in downstream tasks [7]. ", + "bbox": [ + 173, + 598, + 826, + 642 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "3.2 Challenges of ELECTRA-Style Pretraining ", + "text_level": 1, + "bbox": [ + 173, + 657, + 514, + 672 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Missing Language Modeling Benefits. The classification task in ELECTRA is simpler and more stable [61], but raises two challenges. The first is the lack of language modeling capability which is a necessity in some tasks [6]. For example, prompt-based learning requires a language model to generate labels [15, 33, 45, 46]. The second is that the binary classification task may not be sufficient to capture certain word-level semantics that are critical for token-level tasks. ", + "bbox": [ + 174, + 683, + 485, + 821 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Squeezing Representation Space. Another challenge is that the representations from Transformer-based language models often reside in a narrow cone, where two random sentences have high similarity scores (lack of uniformity), ", + "bbox": [ + 173, + 828, + 483, + 897 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/3a8c91a226e2aa036c614aa7d53c2b811d005dba76544c5617acff0d9b62c12a.jpg", + "image_caption": [ + "Figure 1: Cosine similarity distributions of random/similar sequence pairs using [CLS] embeddings from pretrained models. Histograms/curves are distribution bins/kernel density estimates. " + ], + "image_footnote": [], + "bbox": [ + 496, + 699, + 828, + 805 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "and closely related sentences may have more different representations (lack of alignment) [14, 16, 30]. ", + "bbox": [ + 176, + 897, + 825, + 911 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/88292be09312bfcedea184a72ece038e7b7b44db60e61df6cc39ca285f523c38.jpg", + "image_caption": [ + "Figure 2: The overview of COCO-LM. The auxiliary Transformer is pretrained by MLM. Its corrupted text sequence is used as the main Transformer’s pretraining input in Corrective Language Modeling and paired with the cropped original sequence for Sequence Contrastive Learning. " + ], + "image_footnote": [], + "bbox": [ + 174, + 92, + 825, + 231 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Figure 1 illustrates such behaviors with random sentence pairs (from pretraining corpus) and semantically similar pairs (those annotated with maximum similarity from STS-B [3]). With RoBERTa, the cosine similarities of most random sentence pairs are near 0.8, bigger than many semantically similar pairs. The representation space from ELECTRA is even more squeezed. Nearly all sentence pairs, both random and similar ones, have around 0.9 cosine similarity. This may not be surprising as ELECTRA is pretrained to predict the same output (“non-replacement”) for all tokens in these sequences. The irregular representation space raises the risk of degeneration [37, 55] and often necessitates sophisticated post-adjustment or fine-tuning to improve the sequence representations [16, 30, 32, 60]. ", + "bbox": [ + 173, + 325, + 826, + 438 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3.3 COCO-LM Pretraining ", + "text_level": 1, + "bbox": [ + 174, + 469, + 379, + 486 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "COCO-LM also employs an auxiliary Transformer to construct the corrupted text sequence, as in Eqn. (1), but it introduces two new pretraining tasks upon the corrupted sequences to address the challenges previously described. In the rest of this section, we present these two tasks and then the detailed configurations of COCO-LM. Its framework is illustrated in Figure 2. ", + "bbox": [ + 173, + 502, + 825, + 559 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Corrective Language Modeling (CLM) trains the main Transformer to recover the original tokens, given the corrupted text sequence XMLM: ", + "bbox": [ + 174, + 565, + 825, + 594 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/17aeff6497bb1d60361a2ffa28441b12de20093398264297d4fe56e5aa290f81.jpg", + "text": "$$\n\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { C L M H e a d } } p _ { \\mathrm { C L M } } ( x | h _ { i } ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 338, + 617, + 658, + 638 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The CLM Head uses the hidden representations $\\pmb { H }$ to output a language modeling probability, instead of a binary classification score. The forward pass of the CLM Head is the same as All-Token MLM, a variation of ELECTRA [7] that consists of a language modeling layer and a binary classification layer for the copy mechanism: ", + "bbox": [ + 173, + 660, + 826, + 717 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/6e99146a7d8af754b940a8246882a6816802df00b87f58c77e7850208f6a9fb3.jpg", + "text": "$$\n\\begin{array} { r l } & { p _ { \\mathrm { L M } } ( x _ { i } | h _ { i } ) = \\mathbb { 1 } \\left( x _ { i } = x _ { i } ^ { \\mathrm { M L M } } \\right) p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } , } \\\\ & { p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } ) = \\exp ( y _ { i } \\cdot w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) / \\left( \\exp ( w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) + 1 \\right) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 243, + 739, + 753, + 800 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where ${ \\pmb w } _ { \\mathrm { c o p y } }$ is a learnable weight and $p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } )$ is the copy mechanism ( $y _ { i } = 1$ when the input token is original and can be directly copied to the output; $y _ { i } = 0$ when the input token needs to be corrected to another token from the vocabulary). ", + "bbox": [ + 174, + 820, + 823, + 863 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "In ELECTRA, All-Token MLM performs worse than RTD [7]. Language modeling on the corrupted text sequence $X ^ { \\mathrm { M L M } }$ is hard as the replaced tokens from the auxiliary model are more deceiving than [MASK]. To improve the language model learning, different from All-Token MLM, CLM employs a ", + "bbox": [ + 174, + 868, + 825, + 911 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "multi-task setup that combines the RTD task to explicitly train the copy mechanism $p _ { \\mathrm { c o p y } } ( \\cdot )$ ", + "bbox": [ + 169, + 90, + 776, + 107 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/48e1788e8b54b0cbed2da5f27924dd575db2bcb592bc657951c88fe854e1300c.jpg", + "text": "$$\n\\begin{array} { l } { \\mathcal { L } _ { \\mathrm { c o p y } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i = 1 } ^ { n } \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } \\neq x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\right) , \\mathrm { ~ } \\forall i \\mathrm { ~ c o p y ~ } ( \\mathbb { E } ) , } \\\\ { \\mathcal { L } _ { \\mathrm { L M } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } | h _ { i } \\right) \\right) } \\\\ { \\displaystyle \\qquad = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log \\left( \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } \\right) \\right) , \\mathrm { ~ } } \\\\ { \\mathcal { L } _ { \\mathrm { C L M } } = \\lambda _ { \\mathrm { c o p y } } \\mathcal { L } _ { \\mathrm { c o p y } } + \\mathcal { L } _ { \\mathrm { L M } } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 184, + 111, + 807, + 258 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The hyperparameter $\\lambda _ { \\mathrm { c o p y } }$ balances the weights of the two tasks. The binary cross entropy loss in Eqn. (2) explicitly trains the copy probability. We also use stop gradient (sg) to decouple the gradient backpropagation to $p _ { \\mathrm { c o p y } } ( \\cdot )$ from the LM task. This way, the main Transformer first learns the easier classification task and then uses it to help learn the harder LM task. The binary classification task is trained on all tokens while the language modeling task is trained only on masked positions. ", + "bbox": [ + 173, + 262, + 825, + 333 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "CLM combines the advantages of MLM and ELECTRA: The main Transformer is trained on all tokens with the help of the binary classification task while also being able to predict words, thus enjoying the efficiency benefits of ELECTRA and preserving the language modeling benefits. ", + "bbox": [ + 173, + 338, + 825, + 381 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Sequence Contrastive Learning (SCL) forms a contrastive learning objective upon the sequence embeddings to learn more robust representations. Broadly, contrastive learning is to align a positive pair of instances, often different views of the same information [4, 34], in contrast to unrelated negative instances [22, 60]. The different views are often obtained by applying data augmentations on the same input, for example, rotation, cropping, and blurring on visual representations [4, 34], so that the neural networks can learn representations robust to these data alterations. ", + "bbox": [ + 173, + 386, + 825, + 470 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "In COCO-LM, the corrupted sequence $X ^ { \\mathrm { M L M } }$ already provides a form of data augmentation. We pair it with another augmentation, $X ^ { \\mathrm { c r o p } }$ , a randomly cropped contiguous span of $X ^ { \\mathrm { o r i g } }$ (the length of $X ^ { \\mathrm { c r o p } }$ is $9 0 \\%$ of $X ^ { \\mathrm { o r i g } }$ so that the major sequence meaning is preserved), to construct the positive pair and to contrast with random negatives. ", + "bbox": [ + 173, + 474, + 825, + 532 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Specifically, a training batch $B$ in SCL includes a random set of corrupted and cropped sequences: 1contrastive pair $B = \\{ ( X _ { 1 } ^ { \\mathrm { M L M } } , X _ { 1 } ^ { \\mathrm { c r o p } } ) , \\dots , ( X _ { N } ^ { \\mathrm { M L M } } , X _ { N } ^ { \\mathrm { c r o p } } ) \\}$ $( X , X ^ { + } )$ N N consists of either $( X _ { k } ^ { \\mathrm { M L M } } , X _ { k } ^ { \\mathrm { c r o p } } )$ , with $X _ { k } ^ { \\mathrm { M L M } }$ and or $X _ { k } ^ { \\mathrm { c r o p } }$ $( \\ddot { X } _ { k } ^ { \\mathrm { c r o p } } , X _ { k } ^ { \\mathrm { M L M } } )$ originated from $X _ { k } ^ { \\mathrm { o r i g } }$ . A positive trast). The negative instances are all the remaining sequences in the batch $\\ddot { B } ^ { - } = B \\setminus \\{ ( X , X ^ { + } ) \\}$ contrastive loss is formulated as: ", + "bbox": [ + 173, + 537, + 825, + 613 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/0468e73383b732e24a23d25d539ca44cc4d7d1296b11c731e78c4534179ebef4.jpg", + "text": "$$\n\\begin{array} { r l r } { { \\mathcal { L } _ { \\mathrm { S C L } } = - \\mathbb { E } ( \\log \\frac { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) } { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) } ) , } } \\\\ & { } & { = - \\mathbb { E } ( \\cos ( s , s ^ { + } ) / \\tau - \\log ( \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) ) ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 187, + 613, + 789, + 695 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "where $s , s ^ { + } , s ^ { - }$ are the representations of $X , X ^ { + } , X ^ { - }$ , respectively, from the main Transformer (i.e., $\\boldsymbol { h } _ { \\mathrm { [ C L S ] } } ,$ ). The similarity metric is cosine similarity (cos) and the temperature $\\tau$ is set to $1$ . ", + "bbox": [ + 173, + 699, + 826, + 728 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "As shown in Wang et al. [55], the first term in Eqn. (3) $( \\cos ( s , s ^ { + } ) )$ improves alignment of the space. It encourages representations to be robust to the corruptions and the alterations on the original text. The second term in Eqn. (3) promotes uniformity. It pushes unrelated sequences apart in the representation space and ensures low cosine similarity between random data points. Several studies have observed improved generalization ability from better alignment and uniformity [16, 37, 55]. ", + "bbox": [ + 173, + 733, + 825, + 804 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Aligning $X ^ { \\mathrm { M L M } }$ with $X ^ { \\mathrm { c r o p } }$ requires the main Transformer to produce sequence representations robust to both token-level (i.e., MLM replacements) and sequence-level (i.e., cropping) alterations. The model is thus encouraged to reason more using partially altered sequences to recover the original information. ", + "bbox": [ + 174, + 809, + 825, + 866 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Overall Training. COCO-LM uses the following loss function: ", + "bbox": [ + 173, + 871, + 593, + 887 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/151d5b1e75c7750cf345e470a3d88a0143c6fd346e8a419d39c2358543a28291.jpg", + "text": "$$\n\\mathcal { L } _ { \\mathrm { C O C O - L M } } = \\mathcal { L } _ { \\mathrm { M L M } } ^ { \\mathrm { A u x . } } + \\mathcal { L } _ { \\mathrm { C L M } } ^ { \\mathrm { M a i n } } + \\mathcal { L } _ { \\mathrm { S C L } } ^ { \\mathrm { M a i n } } .\n$$", + "text_format": "latex", + "bbox": [ + 375, + 890, + 622, + 910 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The auxiliary Transformer is pretrained by masked language modeling (MLM) and generates corrupted sequences. The main Transformer is pretrained to correct the corruption (CLM) and to contrast the corrupted sequences with the cropped sequences (SCL). The two Transformers are pretrained jointly with the loss in Eqn. (4). The main Transformer is used in downstream applications. ", + "bbox": [ + 174, + 90, + 825, + 147 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Network Configurations. Similar to ELECTRA, the auxiliary Transformer is smaller than the main model, but we use different configurations in the auxiliary model: (1) We reduce the number of layers to $1 / 3$ or $1 / 4$ (under base or large model setup, respectively) but keep its hidden dimension the same with the main model, instead of shrinking its hidden dimensions; (2) We disable dropout in it when sampling replacement tokens. We find such configurations empirically more effective and use them as the backbone of COCO-LM. The main Transformer follows the standard architecture of BERT/ELECTRA and can be easily adopted by downstream application pipelines with almost no changes. ", + "bbox": [ + 174, + 152, + 825, + 265 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4 Experimental Setup ", + "text_level": 1, + "bbox": [ + 176, + 287, + 372, + 305 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Pretraining Settings. We employ three standard settings, base, base $^ { + + }$ , and large $^ { + + }$ . Base is the $\\mathbf { B E R T _ { B a s e } }$ training configuration [11]: Pretraining on Wikipedia and BookCorpus [63] (16 GB of texts) for 256 million samples on 512 token sequences (125K batches with 2048 batch size). We use the same corpus and 32, 768 uncased BPE vocabulary [47] as with TUPE [26]. ", + "bbox": [ + 174, + 321, + 825, + 377 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "$B a s e + +$ trains the base size model with larger corpora and/or more training steps. Following recent research [1, 31, 62], we add in OpenWebText [18], CC-News [31], and STORIES [52], to a total of 160 GB texts, and train for 4 billion (with 2048 batch size) samples [31]. We follow the prepossessing of UniLMV2 [1] and use 64, 000 cased BPE vocabulary. ", + "bbox": [ + 174, + 383, + 825, + 439 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "$L a r g e { + + }$ uses the same training corpora as $b a s e + +$ and pretrains for 4 billion samples (2048 batch size). Its Transformer configuration is the same with BERTLarge [11]. ", + "bbox": [ + 174, + 445, + 820, + 474 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Model Architecture. Our base/base $^ { + + }$ model uses the $\\mathbf { B E R T _ { B a s e } }$ architecture [11]: 12 layer Transformer, 768 hidden size, plus T5 relative position encoding [40]. Our large $^ { + + }$ model is the same with $\\mathrm { B E R T _ { L a r g e } }$ , 24 layer and 1024 hidden size, plus T5 relative position encoding [40]. Our auxiliary network uses the same hidden size but a shallow 4-layer Transformer in base/base $^ { + + }$ and a 6-layer one in $l a r g e + +$ . When generating $X ^ { \\mathrm { M L M } }$ we disable dropout in the auxiliary model. ", + "bbox": [ + 174, + 479, + 825, + 550 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Downstream Tasks. We use the tasks included in GLUE [54] and $\\mathrm { S Q u A D } 2 . 0$ reading compression [41]. Please refer to Appendix A for more details about GLUE tasks. Standard hyperparameter search in fine-tuning is performed, and the search space can be found in Appendix B. The fine-tuning protocols use the open-source implementation of TUPE [26]. The reported results are the median of five random seeds on GLUE and SQuAD. ", + "bbox": [ + 174, + 555, + 825, + 626 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Baselines. We compare with various pretrained models in each setting. To reduce the variance in data processing/environments, we also pretrain and fine-tune RoBERTa and ELECTRA under exactly the same setting with COCO-LM, marked with “(Ours)”. All numbers unless marked by “(Ours)” are from reported results in recent research (more details in Appendix C). ", + "bbox": [ + 174, + 632, + 825, + 688 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Implementation Details. Our implementation builds upon the open-source implementation from MC-BERT [61] and fairseq [35]. More implementation details are mentioned in Appendix D. ", + "bbox": [ + 173, + 694, + 823, + 722 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "5 Evaluation Results ", + "text_level": 1, + "bbox": [ + 174, + 746, + 362, + 762 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Three groups of experiments are conducted to evaluate COCO-LM and its two new pretraining tasks. ", + "bbox": [ + 173, + 779, + 825, + 795 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "5.1 Overall Results and Ablations ", + "text_level": 1, + "bbox": [ + 176, + 814, + 421, + 829 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Overall Results are listed in Table 1. Under all three settings, COCO-LM outperforms all recent state-of-the-art pretraining models on GLUE average and SQuAD. It improves the state-of-the-art GLUE score by about one point under all three settings. COCO-LM also enjoys better parameter efficiency. Using less than $1 0 \\%$ of Megatron’s parameters, $\\mathrm { C O C O - L M _ { L a r g e + + } }$ matches the MNLI accuracy of Megatron3.9B, one of the largest pretrained BERT-style encoders. ", + "bbox": [ + 174, + 842, + 825, + 911 + ], + "page_idx": 5 + }, + { + "type": "table", + "img_path": "images/60cefa43ec47ef9531239e335ac10e76eda4144c99fd0af584e146167233b9d7.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
ModelParamsGLUE Single TaskSQuAD 2.0
MNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVGEMF1
Base Setting: BERT Base Size,Wikipedia + Book Corpus (16GB)
BERT[11]110M84.5/-91.391.793.258.968.687.389.583.173.776.3
RoBERTa [31]125M84.7/-1192.71111179.7
XLNet [62]110M85.8/85.41192.71111178.581.3
ELECTRA [7]110M86.0/85.390.091.993.464.370.884.989.183.780.583.3
MC-BERT [61]110M85.7/85.289.791.392.362.175.086.088.083.7
DeBERTa [23]134M86.3/86.279.382.5
TUPE [26]110M86.2/86.291.392.293.363.673.689.989.284.911
RoBERTa (Ours)110M85.8/85.591.392.093.760.168.287.388.583.377.780.5
ELECTRA (Ours)110M86.9/86.791.992.693.666.275.188.289.785.579.782.6
COCO-LM110M88.5/88.392.093.193.263.984.891.490.387.282.485.2
Base++ Seting: BERT Base Size,Bigger Training Data,and/or More Training Steps
XLNet [62]110M86.8/-91.491.794.760.274.088.289.584.680.2
RoBERTa [31]125M87.6/-91.992.894.863.678.790.291.286.480.583.7
UniLMV2[1]110M88.5/-91.793.595.165.281.391.891.087.183.386.1
DeBERTa [23]134M88.8/88.5183.186.2
CLEAR [59]110M86.7/-90.092.994.564.378.389.289.885.71
COCO-LM134M90.2/90.092.294.294.667.387.491.291.888.685.488.1
Large++ Setting: BERTLarge Size,Bigger Training Data,and More Training Steps
XLNet [62]360M90.8/90.892.394.997.069.085.990.892.589.287.990.6
RoBERTa [31]356M90.2/90.292.294.796.468.086.690.992.488.986.589.4
ELECTRA[7]335M90.9/-92.495.096.969.188.090.892.689.488.090.6
DeBERTa [23]384M91.1/91.192.395.396.870.5111188.090.7
COCO-LM367M91.4/91.692.895.796.973.991.092.292.790.888.291.0
Megatron1.3B [49]1.3B90.9/91.092.611187.190.2
Megatron3.9B [49]3.9B91.4/91.492.711188.591.2
", + "bbox": [ + 174, + 89, + 823, + 409 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Table 1: Results on GLUE and SQuAD 2.0 development set. All results are single-task, single-model fine-tuning. Results not available in public reports are marked as “–”. DeBERTa reported RTE, MRPC and STS-B results by fine-tuning from MNLI checkpoints which are not single-task results. We use Spearman correlation for STS, Matthews correlation for CoLA, and accuracy for the rest on GLUE. AVG is the average of the eight tasks on GLUE. All baseline results unless marked by (Ours) are reported by previous research. ", + "bbox": [ + 173, + 412, + 825, + 497 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/fd3062d90e85ad4b2a1ecd68665ab53b140aae24bc83d4255bf47749796908bf.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
ModelParamsMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
Base/Base++ Setting: BERT Base Size
BERTBase110M84.6/83.489.290.593.552.166.484.885.880.8
ELECTRABase++110M88.5/88.089.593.196.064.675.288.190.285.6
COCO-LMBase++134M89.8/89.389.894.295.668.682.388.590.387.4
Large/Large++ Seting: BERT Large Size
BERTLarge335M86.7/85.989.392.794.960.570.185.486.583.2
ELECTRALarge++335M90.7/90.290.495.596.768.186.189.291.788.5
COCO-LMLarge++367M91.6/91.190.595.896.770.589.288.491.889.3
", + "bbox": [ + 174, + 513, + 823, + 642 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Table 2: GLUE test set results obtained from the GLUE leaderboard. We perform hyperparameter search for each task with ten random seeds and use the best development set model for test predictions. All results are from vanilla single-task fine-tuning (no ensemble, task-specific tricks, etc.). ", + "bbox": [ + 174, + 652, + 825, + 695 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Table 2 shows GLUE test set results which further confirm the advantages of COCO-LM over previous methods. ", + "bbox": [ + 174, + 724, + 823, + 752 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Efficiency. In downstream tasks, the efficiency of COCO-LM is the same with BERT. In pretraining, the auxiliary model and SCL introduce extra cost. However, as shown in Figure 3, COCO-LM is more efficient in GPU hours. It outperforms RoBERTa & ELECTRA by $1 +$ points on MNLI with the same GPU hours and reaches their accuracy with around $6 0 \\%$ & $5 0 \\%$ GPU hours, respectively. ", + "bbox": [ + 174, + 758, + 825, + 814 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Ablation Studies. Table 3 shows the ablations of COCO-LM under the base setting on GLUE DEV. ", + "bbox": [ + 173, + 820, + 823, + 835 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Pretraining Task. With only RTD, our backbone model with the shallow auxiliary Transformer is quite effective. CLM and SCL both provide additional improvements on MNLI and GLUE average. Their advantages are better observed on different tasks, for example, CLM on MNLI-mm and SCL on RTE and MRPC. Combining the two in COCO-LM provides better overall effectiveness. In later experiments, we further analyze the benefits of these two tasks. ", + "bbox": [ + 174, + 842, + 825, + 911 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/d2b58bb6c1c54f09e25b712c6e2942447aa58b38e114da9cd3eed138883fa24a.jpg", + "table_caption": [], + "table_footnote": [ + "Table 3: Ablations on GLUE Dev. that eliminate (w/o.), keep (Only) or switch (w.) one component. " + ], + "table_body": "
GroupMethodMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
COCO-LMBase88.5/88.392.093.193.263.984.891.490.387.2
Pretraining TaskRTDOnly88.4/88.292.193.592.767.380.589.090.986.8
CLMOnly88.6/88.492.093.293.767.480.190.090.486.9
SCL +RTD88.6/88.292.193.593.864.382.790.290.686.9
Network Setingw/o. Rel-Pos w. ELECTRA's Auxiliary88.2/87.792.293.493.768.882.791.290.687.6
Training88.0/87.791.992.793.564.381.289.589.786.3
w.Random Replacements84.9/84.791.491.191.441.670.087.387.180.6
Signalw. Converged Auxiliary88.3/88.192.092.894.364.278.390.490.286.3
CLM SetupAll-Token LM Only87.2/87.092.693.788.589.784.7
CLM w/o. Copy88.0/87.991.8 91.893.194.460.6 66.674.0 76.989.590.186.3
CLM w/o. Stop-grad88.5/88.292.092.994.366.580.990.090.686.9
", + "bbox": [ + 174, + 88, + 821, + 239 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/7c7b853b454b46cee7bf8429edacf37572ac7613714aa9383792bc931834deea.jpg", + "image_caption": [ + "Figure 3: $\\mathrm { C O C O - L M _ { B a s e } }$ on MNLI Dev. ( $y$ -axes) at different pretraining hours on four DGX-2 nodes (64 V100 GPUs). The final training hours and accuracy of RoBERTa (Ours) and ELECTRA (Ours) measured in the same settings are marked. " + ], + "image_footnote": [], + "bbox": [ + 179, + 282, + 580, + 404 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/b0838b4ee1160733d8845b67109fdb9dc7efa9acb20b3820901e16797ecc717f.jpg", + "image_caption": [ + "Figure 4: The performance of COCO- $\\mathbf { \\cdot L M _ { B a s e } }$ when pretrained with different crop fractions. The $x$ -axis is the fraction of $X ^ { \\mathrm { o r i g } }$ being kept (no cropping is $1 0 0 \\%$ ). " + ], + "image_footnote": [], + "bbox": [ + 612, + 281, + 820, + 388 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Architecture. Removing relative position encoding (Rel-Pos) leads to better numbers on some tasks but significantly hurts MNLI. Using a shallow auxiliary network and keeping the same hidden dimension (768) is more effective than ELECTRA’s 12-layer but 256-hidden dimension generator. ", + "bbox": [ + 176, + 502, + 820, + 545 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Pretraining Signal Construction. Using randomly replaced tokens to corrupt text sequence hurts significantly. Using a converged auxiliary network to pretrain the main model also hurts. It is better to pretrain the two Transformers together, as the auxiliary model gradually increases the difficulty of the corrupted sequences and provides a natural learning curriculum for the main Transformer. ", + "bbox": [ + 174, + 551, + 825, + 607 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "CLM Setup. Disabling the multi-task learning and using All-Token MLM [7] reduces model accuracy. The copy mechanism is effective. The benefits of the stop gradient operation are more on stability (preventing training divergence). ", + "bbox": [ + 174, + 613, + 825, + 655 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "5.2 Analyses of Contrastive Learning with SCL ", + "text_level": 1, + "bbox": [ + 173, + 676, + 514, + 691 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "This group of experiments analyzes the behavior of SCL. All experiments use the base setting. ", + "bbox": [ + 169, + 704, + 794, + 719 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Ablation on Data Augmentation. Figure 4 shows the effects of the cropping operation when forming positive SCL pairs with the corrupted sequence. Using the original sequence results in worse GLUE accuracy. It is less informative as the model no longer needs to learn representations robust to sequence-level alteration. Cropping too much (e.g., only keeping $7 0 \\%$ of the original sequence), may hurt as it can alter the semantics too much. Empirically a simple alteration works the best, similar to the observations in recent research [4, 16, 22]. ", + "bbox": [ + 174, + 724, + 825, + 809 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Alignment and Uniformity. Figure 5 plots the distribution of cosine similarities between random sequence pairs and similar ones using representations pretrained by COCO-LM. The representation space from COCO-LM is drastically different from those in Figure 1. With COCO-LM, similar pairs are more aligned and random pairs are distributed more uniformly. Many similar pairs have near 1 cosine similarity and are clearly separated from random pairs which center around 0. The t-SNE [9] plot in Figure 6 further demonstrates the benefits of SCL. The similar sentence pairs (marked by same shapes) are aligned closer when pretrained with SCL. Their average cosine similarity is 0.925 when pretrained with SCL, while is 0.863 without SCL. This better alignment and uniformity is achieved by COCO-LM with SCL via pretraining, without using task-specific data nor supervised labels. ", + "bbox": [ + 174, + 814, + 825, + 911 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/82aaaec6538ad34bc36ab524aaa756ff25c2f6723407c61d051220eb759a68b2.jpg", + "image_caption": [ + "Figure 5: Cosine similarity of sequence pairs randomly sampled from pretraining corpus and most similar pairs from STS-B using [CLS] from COCO- $\\mathrm { L M } _ { \\mathrm { B a s e } }$ . " + ], + "image_footnote": [], + "bbox": [ + 179, + 75, + 374, + 176 + ], + "page_idx": 8 + }, + { + "type": "image", + "img_path": "images/c1d97d0fc27a4c3c0d227b63fc15ba16a052a5c2bfaf1aa791b9ae2c82470dd6.jpg", + "image_caption": [ + "Figure 6: The t-SNE of sequence representations learned with or without SCL. The points are sampled from the most semantically similar sentences pairs from STS-B (with 5-score labels). The [CLS] embeddings are not fine-tuned. Some randomly selected similar pairs are marked by same shapes. " + ], + "image_footnote": [], + "bbox": [ + 419, + 75, + 816, + 190 + ], + "page_idx": 8 + }, + { + "type": "image", + "img_path": "images/992113321700f003cba33a4d9ae2e2e1ae1bb00ef61b749c875f454276b56dcf.jpg", + "image_caption": [ + "Figure 7: Analyses of SCL. Figs. (a) and (b) show the average cosine similarity between the [CLS] embeddings of positive and negative contrastive pairs during pretraining. Figs. (c) and (d) show the few-shot accuracy on MNLI with different fractions of MNLI training set used ( $\\scriptstyle { \\dot { x } }$ -axes). The error bars mark the max/min and the solid lines are the average of five fine-tuning runs. " + ], + "image_footnote": [], + "bbox": [ + 173, + 285, + 826, + 388 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 472, + 821, + 500 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Regularizing the Representation Learning for Better Few-Shot Ability. One would expect any pretrained Transformers to easily align a pair of corrupted sequence and cropped sequence as the two share about $8 0 \\%$ tokens. However, as shown in Figure 7a, that is not the case: Without SCL, the cosine similarity of the positive pairs is even lower than random negatives. SCL is necessary to regularize the representation space and to reduce the risk of degeneration (Figure 7b). ", + "bbox": [ + 174, + 506, + 825, + 575 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Similar to empirical observations and theoretical analyses in recent research [14, 16, 55], a more regularized representation space results in better generalization ability in scenarios with limited labels. Figure $\\mathrm { 7 c }$ and 7d show the results when COCO-LM are trained (via standard fine-tuning) with only a fraction of MNLI labels. The improvements brought by SCL are more significant when fewer fine-tuning labels are available. With $1 \\%$ MNLI labels, pretraining with SCL improves MNLI- $. \\mathrm { m } / \\mathrm { m m }$ accuracy by $0 . 8 / 0 . 5$ compared to that without SCL. Using only $1 0 \\% / 2 0 \\%$ labels, COCO-LM with SCL reaches similar MNLI accuracy with RoBERTa (Ours)/ELECTRA (Ours) fine-tuned with all labels, respectively. ", + "bbox": [ + 174, + 582, + 825, + 693 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "5.3 Analyses of Language Modeling with CLM ", + "text_level": 1, + "bbox": [ + 174, + 709, + 513, + 724 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "The last group of experiments studies the effectiveness and benefits of CLM. ", + "bbox": [ + 176, + 734, + 674, + 750 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Ablations on Training Configurations. Figure 8 illustrates pretraining process with CLM and All-Token MLM. The plots demonstrate the difficulty of language modeling upon corrupted text sequences. It is quite an unbalanced task. For the majority of the tokens (Original) the task is simply to copy its input at the same position. For the replaced tokens $( 7 - 8 \\%$ total), however, the model needs to detect the abnormality brought by the auxiliary model and recover the original token. Implicitly training the copy mechanism as part of the hard LM task is not effective: The copy accuracy of All-Token MLM is much lower, and thus the LM head may confuse original tokens with replaced ones. As shown in Table 3 and ELECTRA [7], pretraining with All-Token MLM performs worse than using the RTD task, though the latter is equivalent to only training the copy mechanism. The multi-task learning of CLM is necessary for the main Transformer to stably learn the language modeling task upon the corrupted text sequence. ", + "bbox": [ + 174, + 756, + 825, + 909 + ], + "page_idx": 8 + }, + { + "type": "image", + "img_path": "images/7f4f1d35a5619b20f4bb5dab0e62dc152a989762d0e164bcb37c0492f45877fe.jpg", + "image_caption": [ + "Figure 8: The copying accuracy and the language modeling accuracy $y$ -axes) of CLM and All-Token MLM at different pretraining steps ( $x$ -axes, in 10K scale). The accuracy is averaged on tokens that are replaced by the auxiliary Transformer (Replaced) or those from the original input text (Original). " + ], + "image_footnote": [], + "bbox": [ + 174, + 88, + 823, + 189 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Prompt-Based Fine-Tuning with CLM. Table 4 includes the prompt-based fine-tuning experiments on MNLI for RoBERTa and COCO-LM under $b a s e + +$ and large $^ { + + }$ sizes, following the same few-shot manual prompt fine-tuning with demonstration setup in LM-BFF [15]. We use $\\{ 3 e - 6 , 4 e - 6 , 5 e - 6 \\}$ for the learning rate search of COCO-LM base++/large++ model, with everything else kept same as described in LM-BFF. With exactly the same pipeline, COCOLM outperforms RoBERTa under both $b a s e + +$ and $l a r g e + +$ sizes by significant margins on MNLI$\\mathrm { m } / \\mathrm { m m }$ . Such observations are interesting as COCOLM’s main Transformer does not even see any ", + "bbox": [ + 174, + 267, + 517, + 446 + ], + "page_idx": 9 + }, + { + "type": "table", + "img_path": "images/b69ebfa31e564bad91527412c0c106a5b7acd7bf62724bb1f125afb7db4b1808.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
ModelMNLI-mMNLI-mm
RoBERTaBase++60.1 (1.5)61.8 (1.2)
COCO-LMBase++66.5 (2.1)68.0 (2.3)
RoBERTaLarge++70.7 (1.3)72.0 (1.2)
COCO-LMLarge++72.0 (1.5)73.3 (1.1)
", + "bbox": [ + 532, + 270, + 821, + 347 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Table 4: Few-shot prompt-based fine-tuning using RoBERTa and COCO-LM trained on 16 samples per class. Mean (and standard deviation) accuracy results over 5 different splits on MNLI- $. \\mathrm { m } / \\mathrm { m m }$ are shown. ", + "bbox": [ + 529, + 357, + 823, + 426 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "[MASK] tokens during pretraining but still performs well on predicting masked tokens for promptbased learning. Note that ELECTRA and COCO-LM variants without the CLM task are not applicable: Their main Transformers are not pretrained by language modeling tasks (thus no language modeling capability is learned to generate prompt label words). This points out the importance, if not necessity, of COCO-LM in the family of ELECTRA-style pretraining models. With the benefits and rapid developments of prompt-based approaches, the lack of language modeling capability is going to limit the potential of ELECTRA’s self-supervised learning framework in many real-world scenarios. COCO-LM not only addresses this limitation but also provides better prompt-based learning results. ", + "bbox": [ + 174, + 446, + 826, + 558 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "6 Conclusions and Future Work ", + "text_level": 1, + "bbox": [ + 174, + 582, + 457, + 599 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "In this paper, we present COCO-LM, which pretrains language models using Corrective Language Modeling and Sequence Contrastive Learning upon corrupted text sequences. With standard pretraining data and Transformer architectures, COCO-LM improves the accuracy on the GLUE and SQuAD benchmarks, while also being more efficient in utilizing pretraining computing resources and network parameters. ", + "bbox": [ + 174, + 616, + 825, + 686 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "One limitation of this work is that the contrastive pairs are constructed by simple cropping and MLM replacements. Recent studies have shown the effectiveness of advanced data augmentation techniques in fine-tuning language models [16, 38, 51]. A future research direction is to explore better ways to construct contrastive pairs in language model pretraining. ", + "bbox": [ + 174, + 693, + 825, + 748 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Despite the empirical advantage of this auxiliary-main dual model framework, the auxiliary Transformer training is not influenced by the main Transformer nor learns to generate the optimal pretraining signals for the main model. To better understand and tailor the training of the auxiliary model to the main model is another important future research direction. ", + "bbox": [ + 174, + 755, + 825, + 810 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Acknowledgments ", + "text_level": 1, + "bbox": [ + 176, + 835, + 328, + 852 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "We sincerely thank Guolin Ke for discussions and advice on model implementation. We also thank anonymous reviewers for valuable and insightful feedback, especially the suggestion of adding prompt-based fine-tuning experiments. ", + "bbox": [ + 176, + 869, + 823, + 911 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "References ", + "text_level": 1, + "bbox": [ + 174, + 90, + 266, + 106 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "[1] Hangbo Bao, Li Dong, Furu Wei, Wenhui Wang, Nan Yang, Xiaodong Liu, Yu Wang, Songhao Piao, Jianfeng Gao, Ming Zhou, and Hsiao-Wuen Hon. UniLMv2: Pseudo-masked language models for unified language model pre-training. In ICML, 2020. [2] Luisa Bentivogli, Peter Clark, Ido Dagan, and Danilo Giampiccolo. The fifth pascal recognizing textual entailment challenge. In TAC, 2009. [3] Daniel Cer, Mona Diab, Eneko Agirre, Iñigo Lopez-Gazpio, and Lucia Specia. Semeval-2017 task 1: Semantic textual similarity multilingual and crosslingual focused evaluation. In International Workshop on Semantic Evaluation (SemEval), 2017. \n[4] Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for contrastive learning of visual representations. In ICML, 2020. [5] Kevin Clark, Urvashi Khandelwal, Omer Levy, and Christopher D. Manning. What does BERT look at? an analysis of BERT’s attention. In ACL Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP, 2019. [6] Kevin Clark, Minh-Thang Luong, Quoc Le, and Christopher D Manning. Pre-training transformers as energy-based cloze models. In EMNLP, 2020. [7] Kevin Clark, Minh-Thang Luong, Quoc V Le, and Christopher D Manning. ELECTRA: Pre-training text encoders as discriminators rather than generators. In ICLR, 2020. [8] Peter Clark, Oyvind Tafjord, and Kyle Richardson. Transformers as soft reasoners over language. In IJCAI, 2020. \n[9] Andy Coenen, Emily Reif, Ann Yuan, Been Kim, Adam Pearce, Fernanda Viégas, and Martin Wattenberg. Visualizing and measuring the geometry of BERT. In NeurIPS, 2019. \n[10] Ido Dagan, Oren Glickman, and Bernardo Magnini. The pascal recognising textual entailment challenge. In Machine Learning Challenges Workshop, 2005. \n[11] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep bidirectional transformers for language understanding. In NAACL-HLT, 2019. \n[12] William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases. In International Workshop on Paraphrasing (IWP), 2005. \n[13] Li Dong, Nan Yang, Wenhui Wang, Furu Wei, Xiaodong Liu, Yu Wang, Jianfeng Gao, Ming Zhou, and Hsiao-Wuen Hon. Unified language model pre-training for natural language understanding and generation. In NeurIPS, 2019. \n[14] Jun Gao, Di He, Xu Tan, Tao Qin, Liwei Wang, and Tie-Yan Liu. Representation degeneration problem in training natural language generation models. In ICLR, 2019. \n[15] Tianyu Gao, Adam Fisch, and Danqi Chen. Making pre-trained language models better few-shot learners. In ACL, 2021. \n[16] Tianyu Gao, Xingcheng Yao, and Danqi Chen. SimCSE: Simple contrastive learning of sentence embeddings. In EMNLP, 2021. \n[17] Danilo Giampiccolo, Bernardo Magnini, Ido Dagan, and Bill Dolan. The third pascal recognizing textual entailment challenge. In ACL-PASCAL workshop on textual entailment and paraphrasing, 2007. \n[18] Aaron Gokaslan and Vanya Cohen. Openwebtext corpus. http://Skylion007.github.io/ OpenWebTextCorpus, 2019. \n[19] Beliz Gunel, Jingfei Du, Alexis Conneau, and Ves Stoyanov. Supervised contrastive learning for pre-trained language model fine-tuning. In ICLR, 2021. \n[20] Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. REALM: Retrievalaugmented language model pre-training. In ICML, 2020. \n[21] R Bar Haim, Ido Dagan, Bill Dolan, Lisa Ferro, Danilo Giampiccolo, Bernardo Magnini, and Idan Szpektor. The second pascal recognising textual entailment challenge. In PASCAL Challenges Workshop on Recognising Textual Entailment, 2006. \n[22] Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised visual representation learning. In CVPR, 2020. \n[23] Pengcheng He, Xiaodong Liu, Jianfeng Gao, and Weizhu Chen. DeBERTa: Decoding-enhanced bert with disentangled attention. In ICLR, 2021. \n[24] Mandar Joshi, Danqi Chen, Yinhan Liu, Daniel S Weld, Luke Zettlemoyer, and Omer Levy. SpanBERT: Improving pre-training by representing and predicting spans. In TACL, 2019. \n[25] Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray, Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models. arXiv preprint arXiv:2001.08361, 2020. \n[26] Guolin Ke, Di He, and Tie-Yan Liu. Rethinking the positional encoding in language pre-training. In ICLR, 2021. \n[27] Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, and Radu Soricut. ALBERT: A lite BERT for self-supervised learning of language representations. In ICLR, 2020. \n[28] Teven Le Scao and Alexander M Rush. How many data points is a prompt worth? In NAACL-HLT, 2021. \n[29] Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy, Ves Stoyanov, and Luke Zettlemoyer. BART: Denoising sequence-to-sequence pre-training for natural language generation, translation, and comprehension. In ACL, 2019. \n[30] Bohan Li, Hao Zhou, Junxian He, Mingxuan Wang, Yiming Yang, and Lei Li. On the sentence embeddings from pre-trained language models. In EMNLP, 2020. \n[31] Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov. RoBERTa: A robustly optimized BERT pretraining approach. arXiv preprint arXiv:1907.11692, 2019. \n[32] Yi Luan, Jacob Eisenstein, Kristina Toutanove, and Michael Collins. Sparse, dense, and attentional representations for text retrieval. In TACL, 2021. \n[33] Yu Meng, Yunyi Zhang, Jiaxin Huang, Chenyan Xiong, Heng Ji, Chao Zhang, and Jiawei Han. Text classification using label names only: A language model self-training approach. In EMNLP, 2020. \n[34] Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predictive coding. arXiv preprint arXiv:1807.03748, 2018. \n[35] Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan, Sam Gross, Nathan Ng, David Grangier, and Michael Auli. FAIRSEQ: A fast, extensible toolkit for sequence modeling. In NAACL-HLT Demonstrations, 2019. \n[36] Matthew Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke Zettlemoyer. Deep contextualized word representations. In NAACL-HLT, 2018. \n[37] Senthil Purushwalkam and Abhinav Gupta. Demystifying contrastive self-supervised learning: Invariances, augmentations and dataset biases. In NeurIPS, 2020. \n[38] Yanru Qu, Dinghan Shen, Yelong Shen, Sandra Sajeev, Jiawei Han, and Weizhu Chen. CoDA: Contrastenhanced and diversity-promoting data augmentation for natural language understanding. In ICLR, 2021. \n[39] Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models are unsupervised multitask learners. OpenAI blog, 1(8):9, 2019. \n[40] Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou, Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer. Journal of Machine Learning Research, 2019. \n[41] Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy Liang. SQuAD: $^ { 1 0 0 , 0 0 0 + }$ questions for machine comprehension of text. In EMNLP, 2016. \n[42] Anirudh Ravula, Chris Alberti, Joshua Ainslie, Li Yang, Philip Minh Pham, Qifan Wang, Santiago Ontanon, Sumit Kumar Sanghai, Vaclav Cvicek, and Zach Fisher. ETC: Encoding long and structured inputs in transformers. In EMNLP, 2020. \n[43] Nils Reimers and Iryna Gurevych. Sentence-BERT: Sentence embeddings using siamese BERT-networks. In EMNLP, 2019. \n[44] Adam Roberts, Colin Raffel, and Noam Shazeer. How much knowledge can you pack into the parameters of a language model? In EMNLP, 2020. \n[45] Timo Schick and Hinrich Schütze. Exploiting cloze questions for few-shot text classification and natural language inference. In EACL, 2021. \n[46] Timo Schick and Hinrich Schütze. It’s not just size that matters: Small language models are also few-shot learners. In NAACL-HLT, 2021. \n[47] Rico Sennrich, Barry Haddow, and Alexandra Birch. Neural machine translation of rare words with subword units. In ACL, 2015. \n[48] Iyer Shankar, Dandekar Nikhil, and Csernai Kornél. First Quora dataset release: Question pairs, 2017. \n[49] Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro. Megatron-LM: Training multi-billion parameter language models using gpu model parallelism. arXiv preprint arXiv:1909.08053, 2019. \n[50] Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang, Christopher D Manning, Andrew $\\mathrm { ~ Y ~ N ~ g ~ }$ , and Christopher Potts. Recursive deep models for semantic compositionality over a sentiment treebank. In EMNLP, 2013. \n[51] Nandan Thakur, Nils Reimers, Johannes Daxenberger, and Iryna Gurevych. Augmented SBERT: Data augmentation method for improving bi-encoders for pairwise sentence scoring tasks. In NAACL-HLT, 2021. \n[52] Trieu H Trinh and Quoc V Le. A simple method for commonsense reasoning. arXiv preprint arXiv:1806.02847, 2018. \n[53] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017. \n[54] Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel R Bowman. GLUE: A multi-task benchmark and analysis platform for natural language understanding. In EMNLP Workshop BlackboxNLP, 2018. \n[55] Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through alignment and uniformity on the hypersphere. In ICML, 2020. \n[56] Wei Wang, Bin Bi, Ming Yan, Chen Wu, Zuyi Bao, Jiangnan Xia, Liwei Peng, and Luo Si. StructBERT: Incorporating language structures into pre-training for deep language understanding. In ICLR, 2020. \n[57] Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments. In TACL, 2019. \n[58] Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for sentence understanding through inference. In NAACL-HLT, 2018. \n[59] Zhuofeng Wu, Sinong Wang, Jiatao Gu, Madian Khabsa, Fei Sun, and Hao Ma. CLEAR: Contrastive learning for sentence representation. arXiv preprint arXiv:2012.15466, 2020. \n[60] Lee Xiong, Chenyan Xiong, Ye Li, Kwok-Fung Tang, Jialin Liu, Paul Bennett, Junaid Ahmed, and Arnold Overwijk. Approximate nearest neighbor negative contrastive learning for dense text retrieval. In ICLR, 2021. \n[61] Zhenhui Xu, Linyuan Gong, Guolin Ke, Di He, Shuxin Zheng, Liwei Wang, Jiang Bian, and Tie-Yan Liu. MC-BERT: Efficient language pre-training via a meta controller. arXiv preprint arXiv:2006.05744, 2020. \n[62] Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le. XLNet: Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019. \n[63] Yukun Zhu, Ryan Kiros, Rich Zemel, Ruslan Salakhutdinov, Raquel Urtasun, Antonio Torralba, and Sanja Fidler. Aligning books and movies: Towards story-like visual explanations by watching movies and reading books. In ICCV, 2015. ", + "bbox": [ + 171, + 108, + 828, + 914 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 47, + 828, + 915 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 42, + 828, + 854 + ], + "page_idx": 12 + } +] \ No newline at end of file diff --git a/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_middle.json b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..fbb10828948ccedfb25df80a5cb2123bff684393 --- /dev/null +++ b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_middle.json @@ -0,0 +1,34426 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 137, + 97, + 475, + 137 + ], + "lines": [ + { + "bbox": [ + 135, + 95, + 477, + 121 + ], + "spans": [ + { + "bbox": [ + 135, + 95, + 477, + 121 + ], + "score": 1.0, + "content": "COCO-LM: Correcting and Contrasting Text", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 144, + 117, + 467, + 139 + ], + "spans": [ + { + "bbox": [ + 144, + 117, + 467, + 139 + ], + "score": 1.0, + "content": "Sequences for Language Model Pretraining", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 175, + 178, + 435, + 202 + ], + "lines": [ + { + "bbox": [ + 174, + 178, + 437, + 192 + ], + "spans": [ + { + "bbox": [ + 174, + 178, + 437, + 192 + ], + "score": 1.0, + "content": "Yu Meng1∗, Chenyan Xiong2, Payal Bajaj2, Saurabh Tiwary2,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 220, + 189, + 389, + 204 + ], + "spans": [ + { + "bbox": [ + 220, + 189, + 389, + 204 + ], + "score": 1.0, + "content": "Paul Bennett2, Jiawei Han1, Xia Song2", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 189, + 203, + 423, + 247 + ], + "lines": [ + { + "bbox": [ + 187, + 201, + 425, + 214 + ], + "spans": [ + { + "bbox": [ + 187, + 201, + 425, + 214 + ], + "score": 1.0, + "content": "1 University of Illinois at Urbana-Champaign 2 Microsoft", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 221, + 214, + 391, + 226 + ], + "spans": [ + { + "bbox": [ + 221, + 214, + 391, + 226 + ], + "score": 1.0, + "content": "1 {yumeng5,hanj}@illinois.edu", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 191, + 222, + 417, + 240 + ], + "spans": [ + { + "bbox": [ + 191, + 222, + 417, + 240 + ], + "score": 1.0, + "content": "2 {chenyan.xiong,payal.bajaj,satiwary,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 198, + 236, + 412, + 248 + ], + "spans": [ + { + "bbox": [ + 198, + 236, + 412, + 248 + ], + "score": 1.0, + "content": "paul.n.bennett,xiaso}@microsoft.com", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "title", + "bbox": [ + 283, + 275, + 328, + 288 + ], + "lines": [ + { + "bbox": [ + 281, + 275, + 330, + 290 + ], + "spans": [ + { + "bbox": [ + 281, + 275, + 330, + 290 + ], + "score": 1.0, + "content": "Abstract", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 143, + 300, + 469, + 454 + ], + "lines": [ + { + "bbox": [ + 142, + 300, + 470, + 313 + ], + "spans": [ + { + "bbox": [ + 142, + 300, + 470, + 313 + ], + "score": 1.0, + "content": "We present a self-supervised learning framework, COCO-LM, that pretrains Lan-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 140, + 311, + 470, + 325 + ], + "spans": [ + { + "bbox": [ + 140, + 311, + 470, + 325 + ], + "score": 1.0, + "content": "guage Models by COrrecting and COntrasting corrupted text sequences. Following", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 322, + 470, + 336 + ], + "spans": [ + { + "bbox": [ + 141, + 322, + 470, + 336 + ], + "score": 1.0, + "content": "ELECTRA-style pretraining, COCO-LM employs an auxiliary language model", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 333, + 469, + 347 + ], + "spans": [ + { + "bbox": [ + 141, + 333, + 469, + 347 + ], + "score": 1.0, + "content": "to corrupt text sequences, upon which it constructs two new tasks for pretraining", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 344, + 469, + 357 + ], + "spans": [ + { + "bbox": [ + 141, + 344, + 469, + 357 + ], + "score": 1.0, + "content": "the main model. The first token-level task, Corrective Language Modeling, is to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "spans": [ + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "score": 1.0, + "content": "detect and correct tokens replaced by the auxiliary model, in order to better capture", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 366, + 470, + 379 + ], + "spans": [ + { + "bbox": [ + 141, + 366, + 470, + 379 + ], + "score": 1.0, + "content": "token-level semantics. The second sequence-level task, Sequence Contrastive", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 378, + 470, + 389 + ], + "spans": [ + { + "bbox": [ + 141, + 378, + 470, + 389 + ], + "score": 1.0, + "content": "Learning, is to align text sequences originated from the same source input while en-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 388, + 470, + 400 + ], + "spans": [ + { + "bbox": [ + 141, + 388, + 470, + 400 + ], + "score": 1.0, + "content": "suring uniformity in the representation space. Experiments on GLUE and SQuAD", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 399, + 470, + 411 + ], + "spans": [ + { + "bbox": [ + 141, + 399, + 470, + 411 + ], + "score": 1.0, + "content": "demonstrate that COCO-LM not only outperforms recent state-of-the-art pretrained", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 410, + 469, + 421 + ], + "spans": [ + { + "bbox": [ + 141, + 410, + 469, + 421 + ], + "score": 1.0, + "content": "models in accuracy, but also improves pretraining efficiency. It achieves the MNLI", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 420, + 470, + 433 + ], + "spans": [ + { + "bbox": [ + 141, + 420, + 262, + 433 + ], + "score": 1.0, + "content": "accuracy of ELECTRA with", + "type": "text" + }, + { + "bbox": [ + 262, + 420, + 282, + 431 + ], + "score": 0.89, + "content": "5 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 420, + 470, + 433 + ], + "score": 1.0, + "content": "of its pretraining GPU hours. With the same", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 431, + 469, + 444 + ], + "spans": [ + { + "bbox": [ + 141, + 431, + 469, + 444 + ], + "score": 1.0, + "content": "pretraining steps of standard base/large-sized models, COCO-LM outperforms the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 443, + 348, + 455 + ], + "spans": [ + { + "bbox": [ + 141, + 443, + 241, + 455 + ], + "score": 1.0, + "content": "previous best models by", + "type": "text" + }, + { + "bbox": [ + 241, + 443, + 255, + 453 + ], + "score": 0.82, + "content": "1 +", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 443, + 348, + 455 + ], + "score": 1.0, + "content": "GLUE average points.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 15.5 + }, + { + "type": "title", + "bbox": [ + 107, + 473, + 190, + 487 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 192, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 192, + 489 + ], + "score": 1.0, + "content": "1 Introduction", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 498, + 505, + 576 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 512 + ], + "score": 1.0, + "content": "Pretrained language models (PLMs) have reshaped the way AI systems process natural language [11,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "36, 39, 40]. Before task-specific training, it is now a common practice to first pretrain the deep", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 519, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 505, + 534 + ], + "score": 1.0, + "content": "neural networks, often Transformers [53], via a self-supervised token-level language modeling", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 530, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 506, + 545 + ], + "score": 1.0, + "content": "task [29, 31, 40]. Whether it is autoregressive [39], permutational [62], or masked language modeling", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 542, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 506, + 555 + ], + "score": 1.0, + "content": "(MLM) [11], the Transformer networks are pretrained to recover some omitted tokens using the rest", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 553, + 505, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 505, + 566 + ], + "score": 1.0, + "content": "of input texts. Then the language semantics captured during pretraining are conveyed to downstream", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 564, + 341, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 341, + 577 + ], + "score": 1.0, + "content": "tasks via the pretrained Transformer parameters [5, 8, 44].", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 107, + 580, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 106, + 581, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 506, + 592 + ], + "score": 1.0, + "content": "Recent research [14, 16, 25, 43] observed several challenges in this self-supervised learning frame-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 592, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 604 + ], + "score": 1.0, + "content": "work. One challenge is its efficiency. After pretrained for a while with the standard token-level", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 603, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 615 + ], + "score": 1.0, + "content": "language modeling, the networks have already captured the basic language patterns, making a large", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 612, + 506, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 506, + 626 + ], + "score": 1.0, + "content": "fraction of pretraining signals no longer informative. Linear improvement in the model effectiveness", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 624, + 506, + 637 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 506, + 637 + ], + "score": 1.0, + "content": "often requires exponentially more pretraining compute and parameters [25], which is unsustainable.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 634, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 506, + 648 + ], + "score": 1.0, + "content": "Another challenge is the anisotropy of text representations from pretrained models. The sequence", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 646, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 104, + 646, + 506, + 658 + ], + "score": 1.0, + "content": "representations from many pretrained models are quite irregular [30, 43] and require dedicated", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 657, + 408, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 408, + 669 + ], + "score": 1.0, + "content": "fine-tuning approaches to be useful in sequence-level applications [32, 60].", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 109, + 673, + 504, + 695 + ], + "lines": [ + { + "bbox": [ + 107, + 673, + 505, + 686 + ], + "spans": [ + { + "bbox": [ + 107, + 673, + 505, + 686 + ], + "score": 1.0, + "content": "Clark et al. [7] proposed a new pretraining strategy, ELECTRA, that uses an auxiliary language model", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 684, + 506, + 697 + ], + "spans": [ + { + "bbox": [ + 106, + 684, + 506, + 697 + ], + "score": 1.0, + "content": "(“generator”) to replace tokens in input texts and pretrains the main Transformer (“discriminator”) to", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 118, + 703, + 353, + 713 + ], + "lines": [ + { + "bbox": [ + 118, + 701, + 353, + 714 + ], + "spans": [ + { + "bbox": [ + 118, + 701, + 353, + 714 + ], + "score": 1.0, + "content": "∗Part of this work was done while Yu was interning at Microsoft.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 731, + 385, + 742 + ], + "lines": [ + { + "bbox": [ + 105, + 730, + 386, + 743 + ], + "spans": [ + { + "bbox": [ + 105, + 730, + 386, + 743 + ], + "score": 1.0, + "content": "35th Conference on Neural Information Processing Systems (NeurIPS 2021).", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 137, + 97, + 475, + 137 + ], + "lines": [ + { + "bbox": [ + 135, + 95, + 477, + 121 + ], + "spans": [ + { + "bbox": [ + 135, + 95, + 477, + 121 + ], + "score": 1.0, + "content": "COCO-LM: Correcting and Contrasting Text", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 144, + 117, + 467, + 139 + ], + "spans": [ + { + "bbox": [ + 144, + 117, + 467, + 139 + ], + "score": 1.0, + "content": "Sequences for Language Model Pretraining", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 175, + 178, + 435, + 202 + ], + "lines": [ + { + "bbox": [ + 174, + 178, + 437, + 192 + ], + "spans": [ + { + "bbox": [ + 174, + 178, + 437, + 192 + ], + "score": 1.0, + "content": "Yu Meng1∗, Chenyan Xiong2, Payal Bajaj2, Saurabh Tiwary2,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 220, + 189, + 389, + 204 + ], + "spans": [ + { + "bbox": [ + 220, + 189, + 389, + 204 + ], + "score": 1.0, + "content": "Paul Bennett2, Jiawei Han1, Xia Song2", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 174, + 178, + 437, + 204 + ] + }, + { + "type": "text", + "bbox": [ + 189, + 203, + 423, + 247 + ], + "lines": [ + { + "bbox": [ + 187, + 201, + 425, + 214 + ], + "spans": [ + { + "bbox": [ + 187, + 201, + 425, + 214 + ], + "score": 1.0, + "content": "1 University of Illinois at Urbana-Champaign 2 Microsoft", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 221, + 214, + 391, + 226 + ], + "spans": [ + { + "bbox": [ + 221, + 214, + 391, + 226 + ], + "score": 1.0, + "content": "1 {yumeng5,hanj}@illinois.edu", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 191, + 222, + 417, + 240 + ], + "spans": [ + { + "bbox": [ + 191, + 222, + 417, + 240 + ], + "score": 1.0, + "content": "2 {chenyan.xiong,payal.bajaj,satiwary,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 198, + 236, + 412, + 248 + ], + "spans": [ + { + "bbox": [ + 198, + 236, + 412, + 248 + ], + "score": 1.0, + "content": "paul.n.bennett,xiaso}@microsoft.com", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5, + "bbox_fs": [ + 187, + 201, + 425, + 248 + ] + }, + { + "type": "title", + "bbox": [ + 283, + 275, + 328, + 288 + ], + "lines": [ + { + "bbox": [ + 281, + 275, + 330, + 290 + ], + "spans": [ + { + "bbox": [ + 281, + 275, + 330, + 290 + ], + "score": 1.0, + "content": "Abstract", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 143, + 300, + 469, + 454 + ], + "lines": [ + { + "bbox": [ + 142, + 300, + 470, + 313 + ], + "spans": [ + { + "bbox": [ + 142, + 300, + 470, + 313 + ], + "score": 1.0, + "content": "We present a self-supervised learning framework, COCO-LM, that pretrains Lan-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 140, + 311, + 470, + 325 + ], + "spans": [ + { + "bbox": [ + 140, + 311, + 470, + 325 + ], + "score": 1.0, + "content": "guage Models by COrrecting and COntrasting corrupted text sequences. Following", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 322, + 470, + 336 + ], + "spans": [ + { + "bbox": [ + 141, + 322, + 470, + 336 + ], + "score": 1.0, + "content": "ELECTRA-style pretraining, COCO-LM employs an auxiliary language model", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 333, + 469, + 347 + ], + "spans": [ + { + "bbox": [ + 141, + 333, + 469, + 347 + ], + "score": 1.0, + "content": "to corrupt text sequences, upon which it constructs two new tasks for pretraining", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 344, + 469, + 357 + ], + "spans": [ + { + "bbox": [ + 141, + 344, + 469, + 357 + ], + "score": 1.0, + "content": "the main model. The first token-level task, Corrective Language Modeling, is to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "spans": [ + { + "bbox": [ + 141, + 355, + 469, + 367 + ], + "score": 1.0, + "content": "detect and correct tokens replaced by the auxiliary model, in order to better capture", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 366, + 470, + 379 + ], + "spans": [ + { + "bbox": [ + 141, + 366, + 470, + 379 + ], + "score": 1.0, + "content": "token-level semantics. The second sequence-level task, Sequence Contrastive", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 378, + 470, + 389 + ], + "spans": [ + { + "bbox": [ + 141, + 378, + 470, + 389 + ], + "score": 1.0, + "content": "Learning, is to align text sequences originated from the same source input while en-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 388, + 470, + 400 + ], + "spans": [ + { + "bbox": [ + 141, + 388, + 470, + 400 + ], + "score": 1.0, + "content": "suring uniformity in the representation space. Experiments on GLUE and SQuAD", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 399, + 470, + 411 + ], + "spans": [ + { + "bbox": [ + 141, + 399, + 470, + 411 + ], + "score": 1.0, + "content": "demonstrate that COCO-LM not only outperforms recent state-of-the-art pretrained", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 410, + 469, + 421 + ], + "spans": [ + { + "bbox": [ + 141, + 410, + 469, + 421 + ], + "score": 1.0, + "content": "models in accuracy, but also improves pretraining efficiency. It achieves the MNLI", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 420, + 470, + 433 + ], + "spans": [ + { + "bbox": [ + 141, + 420, + 262, + 433 + ], + "score": 1.0, + "content": "accuracy of ELECTRA with", + "type": "text" + }, + { + "bbox": [ + 262, + 420, + 282, + 431 + ], + "score": 0.89, + "content": "5 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 420, + 470, + 433 + ], + "score": 1.0, + "content": "of its pretraining GPU hours. With the same", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 431, + 469, + 444 + ], + "spans": [ + { + "bbox": [ + 141, + 431, + 469, + 444 + ], + "score": 1.0, + "content": "pretraining steps of standard base/large-sized models, COCO-LM outperforms the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 443, + 348, + 455 + ], + "spans": [ + { + "bbox": [ + 141, + 443, + 241, + 455 + ], + "score": 1.0, + "content": "previous best models by", + "type": "text" + }, + { + "bbox": [ + 241, + 443, + 255, + 453 + ], + "score": 0.82, + "content": "1 +", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 443, + 348, + 455 + ], + "score": 1.0, + "content": "GLUE average points.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 15.5, + "bbox_fs": [ + 140, + 300, + 470, + 455 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 473, + 190, + 487 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 192, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 192, + 489 + ], + "score": 1.0, + "content": "1 Introduction", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 498, + 505, + 576 + ], + "lines": [ + { + "bbox": [ + 105, + 498, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 512 + ], + "score": 1.0, + "content": "Pretrained language models (PLMs) have reshaped the way AI systems process natural language [11,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 523 + ], + "score": 1.0, + "content": "36, 39, 40]. Before task-specific training, it is now a common practice to first pretrain the deep", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 519, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 505, + 534 + ], + "score": 1.0, + "content": "neural networks, often Transformers [53], via a self-supervised token-level language modeling", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 530, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 506, + 545 + ], + "score": 1.0, + "content": "task [29, 31, 40]. Whether it is autoregressive [39], permutational [62], or masked language modeling", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 542, + 506, + 555 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 506, + 555 + ], + "score": 1.0, + "content": "(MLM) [11], the Transformer networks are pretrained to recover some omitted tokens using the rest", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 553, + 505, + 566 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 505, + 566 + ], + "score": 1.0, + "content": "of input texts. Then the language semantics captured during pretraining are conveyed to downstream", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 564, + 341, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 341, + 577 + ], + "score": 1.0, + "content": "tasks via the pretrained Transformer parameters [5, 8, 44].", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27, + "bbox_fs": [ + 104, + 498, + 506, + 577 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 580, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 106, + 581, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 506, + 592 + ], + "score": 1.0, + "content": "Recent research [14, 16, 25, 43] observed several challenges in this self-supervised learning frame-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 592, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 592, + 505, + 604 + ], + "score": 1.0, + "content": "work. One challenge is its efficiency. After pretrained for a while with the standard token-level", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 603, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 615 + ], + "score": 1.0, + "content": "language modeling, the networks have already captured the basic language patterns, making a large", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 612, + 506, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 506, + 626 + ], + "score": 1.0, + "content": "fraction of pretraining signals no longer informative. Linear improvement in the model effectiveness", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 624, + 506, + 637 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 506, + 637 + ], + "score": 1.0, + "content": "often requires exponentially more pretraining compute and parameters [25], which is unsustainable.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 634, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 506, + 648 + ], + "score": 1.0, + "content": "Another challenge is the anisotropy of text representations from pretrained models. The sequence", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 646, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 104, + 646, + 506, + 658 + ], + "score": 1.0, + "content": "representations from many pretrained models are quite irregular [30, 43] and require dedicated", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 657, + 408, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 408, + 669 + ], + "score": 1.0, + "content": "fine-tuning approaches to be useful in sequence-level applications [32, 60].", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34.5, + "bbox_fs": [ + 104, + 581, + 506, + 669 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 673, + 504, + 695 + ], + "lines": [ + { + "bbox": [ + 107, + 673, + 505, + 686 + ], + "spans": [ + { + "bbox": [ + 107, + 673, + 505, + 686 + ], + "score": 1.0, + "content": "Clark et al. [7] proposed a new pretraining strategy, ELECTRA, that uses an auxiliary language model", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 684, + 506, + 697 + ], + "spans": [ + { + "bbox": [ + 106, + 684, + 506, + 697 + ], + "score": 1.0, + "content": "(“generator”) to replace tokens in input texts and pretrains the main Transformer (“discriminator”) to", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 72, + 505, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 72, + 505, + 86 + ], + "score": 1.0, + "content": "detect replaced tokens. This improves the pretraining efficiency and effectiveness, but pretraining", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 83, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 96 + ], + "score": 1.0, + "content": "via binary classification hinders the model’s usage on applications requiring language modeling", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 94, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 506, + 108 + ], + "score": 1.0, + "content": "capability (e.g., prompt-based learning [15, 28, 46]). It could further distort the representation space", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 106, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 106, + 505, + 117 + ], + "score": 1.0, + "content": "as the Transformers are pretrained to output the same “non-replacement” label for all actual tokens.", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 39.5, + "bbox_fs": [ + 106, + 673, + 506, + 697 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 72, + 505, + 117 + ], + "lines": [ + { + "bbox": [ + 105, + 72, + 505, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 72, + 505, + 86 + ], + "score": 1.0, + "content": "detect replaced tokens. This improves the pretraining efficiency and effectiveness, but pretraining", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 83, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 96 + ], + "score": 1.0, + "content": "via binary classification hinders the model’s usage on applications requiring language modeling", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 94, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 506, + 108 + ], + "score": 1.0, + "content": "capability (e.g., prompt-based learning [15, 28, 46]). It could further distort the representation space", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 106, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 106, + 505, + 117 + ], + "score": 1.0, + "content": "as the Transformers are pretrained to output the same “non-replacement” label for all actual tokens.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 221 + ], + "lines": [ + { + "bbox": [ + 105, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 506, + 134 + ], + "score": 1.0, + "content": "In this paper, we present a new self-supervised learning approach, COCO-LM, that pretrains Lan-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "score": 1.0, + "content": "guage Models by COrrecting and COntrasting corrupted text sequences. Following ELECTRA-style", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 143, + 507, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 507, + 157 + ], + "score": 1.0, + "content": "pretraining, COCO-LM employs an auxiliary model to corrupt the input texts, upon which it intro-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "duces two new pretraining tasks for the main Transformer, one at token level and one at sequence", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 180 + ], + "score": 1.0, + "content": "level. The token-level task, corrective language modeling (CLM), pretrains the main Transformer", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "score": 1.0, + "content": "to detect and correct the tokens in the corrupted sequences. It uses a multi-task setup to combine", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "the benefits of replaced token detection and language modeling. The sequence-level task, sequence", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 198, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 505, + 211 + ], + "score": 1.0, + "content": "contrastive learning (SCL), pretrains the model to align text sequences originated from the same", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 209, + 380, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 380, + 223 + ], + "score": 1.0, + "content": "source sequence and enforce uniformity of the representation space.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 505, + 335 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 505, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 262, + 238 + ], + "score": 1.0, + "content": "In our experiments on GLUE [54] and", + "type": "text" + }, + { + "bbox": [ + 262, + 225, + 296, + 237 + ], + "score": 0.29, + "content": "\\mathrm { S Q u A D }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 225, + 505, + 238 + ], + "score": 1.0, + "content": "[41] benchmarks, COCO-LM not only outperforms", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 235, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 506, + 250 + ], + "score": 1.0, + "content": "state-of-the-art pretraining approaches in effectiveness, but also significantly improves the pretraining", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 247, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 505, + 260 + ], + "score": 1.0, + "content": "efficiency. Under the same setting, COCO-LM matches the MNLI accuracy of RoBERTa and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 172, + 271 + ], + "score": 1.0, + "content": "ELECTRA with", + "type": "text" + }, + { + "bbox": [ + 173, + 258, + 192, + 269 + ], + "score": 0.92, + "content": "6 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 258, + 210, + 271 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 210, + 258, + 230, + 269 + ], + "score": 0.9, + "content": "5 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "of their GPU hours in pretraining, respectively. When pretrained with", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 268, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 427, + 283 + ], + "score": 1.0, + "content": "the same number of steps, COCO-LM outperforms the previous best models by", + "type": "text" + }, + { + "bbox": [ + 428, + 270, + 442, + 280 + ], + "score": 0.81, + "content": "1 +", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 268, + 506, + 283 + ], + "score": 1.0, + "content": "GLUE average", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 280, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 506, + 292 + ], + "score": 1.0, + "content": "points under the standard base/large-sized model evaluations. With 367 million parameters, COCO-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 290, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 147, + 302 + ], + "score": 0.9, + "content": "\\mathrm { L M _ { L a r g e + + } }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 290, + 506, + 305 + ], + "score": 1.0, + "content": "reaches the MNLI accuracy of Megatron3.9B [49], one of the largest BERT-style model with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 300, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 506, + 316 + ], + "score": 1.0, + "content": "3.9 billion parameters. Our analyses provide further insights on the advantage of CLM in learning", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "token representations and its effectiveness in prompted-based fine-tuning, as well as the benefit of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 324, + 492, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 492, + 336 + ], + "score": 1.0, + "content": "SCL in ensuring alignment and uniformity in the representation space for better generalization1.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 17.5 + }, + { + "type": "title", + "bbox": [ + 107, + 350, + 197, + 364 + ], + "lines": [ + { + "bbox": [ + 104, + 349, + 198, + 366 + ], + "spans": [ + { + "bbox": [ + 104, + 349, + 198, + 366 + ], + "score": 1.0, + "content": "2 Related Work", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 376, + 505, + 431 + ], + "lines": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "Various token-level tasks have been used to pretrain language models. The most classic auto-regressive", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "score": 1.0, + "content": "language modeling is to predict a token given all the previous tokens, or all subsequent ones [36, 39].", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 396, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 506, + 411 + ], + "score": 1.0, + "content": "BERT uses masked language modeling (MLM) that recovers randomly masked tokens using the rest", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "score": 1.0, + "content": "input. XLNet proposes permutation language modeling that conducts MLM in an autoregressive", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 420, + 482, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 482, + 433 + ], + "score": 1.0, + "content": "manner [62]. UniLM uses pseudo MLM which unifies autoregressive and MLM tasks [1, 13].", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 436, + 505, + 480 + ], + "lines": [ + { + "bbox": [ + 105, + 436, + 507, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 436, + 507, + 449 + ], + "score": 1.0, + "content": "Sequence-level tasks are also explored, which often pretrain the model to predict certain co-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 447, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 505, + 459 + ], + "score": 1.0, + "content": "occurrences of sequence pairs. For example, next sentence prediction [11], sentence ordering [27]", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 458, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 506, + 471 + ], + "score": 1.0, + "content": "and previous sentence prediction [56] concatenate two sentences (either correlated or random), and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 469, + 271, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 271, + 481 + ], + "score": 1.0, + "content": "train the Transformer to classify the pair.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 485, + 505, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 486, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 506, + 497 + ], + "score": 1.0, + "content": "Empirically, MLM is still among the most effective tasks to pretrain encoders [29, 31, 40].", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "score": 1.0, + "content": "RoBERTa [31] found the sentence-level task in BERT not benefitial and discarded it. BART [29] and", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "T5 [40] both observed that MLM is often the most effective task. The empirical advantages of other", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 517, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 506, + 532 + ], + "score": 1.0, + "content": "pretraining tasks are more task-specific, for example, entity related masks for knowledge intensive", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 528, + 429, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 429, + 542 + ], + "score": 1.0, + "content": "applications [20, 24], and sequence-level tasks for long form text modeling [42].", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 545, + 505, + 611 + ], + "lines": [ + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "Instead of randomly altering texts, ELECTRA [7] uses a smaller auxiliary Transformer pretrained", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "score": 1.0, + "content": "by MLM to replace some tokens in the text sequences using its language modeling probability, and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 567, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 104, + 567, + 506, + 580 + ], + "score": 1.0, + "content": "pretrains the main Transformer to detect the replaced tokens. ELECTRA achieves state-of-the-art", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "accuracy in many language tasks [7]. Later, Clark et el. [6] developed ELECTRIC, which pretrains", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "encoders by contrasting original tokens against negatives sampled from a cloze model. ELECTRIC", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 600, + 495, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 495, + 612 + ], + "score": 1.0, + "content": "re-enables the language modeling capability but underperforms ELECTRA in downstream tasks.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 108, + 616, + 504, + 650 + ], + "lines": [ + { + "bbox": [ + 106, + 616, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 505, + 630 + ], + "score": 1.0, + "content": "Our work is also related to contrastive learning which has shown great success in visual representation", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "learning [4, 22, 34]. Its effectiveness of in language is more observed in the fine-tuning stage, for", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 638, + 468, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 468, + 650 + ], + "score": 1.0, + "content": "example, in sentence representation [16], dense retrieval [60], and GLUE fine-tuning [19].", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45 + }, + { + "type": "title", + "bbox": [ + 107, + 665, + 165, + 678 + ], + "lines": [ + { + "bbox": [ + 104, + 663, + 168, + 681 + ], + "spans": [ + { + "bbox": [ + 104, + 663, + 168, + 681 + ], + "score": 1.0, + "content": "3 Method", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 106, + 690, + 476, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 689, + 478, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 478, + 704 + ], + "score": 1.0, + "content": "We present the preliminaries of PLMs, their challenges, and the new COCO-LM framework.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 48 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 116, + 712, + 480, + 722 + ], + "lines": [ + { + "bbox": [ + 120, + 709, + 481, + 723 + ], + "spans": [ + { + "bbox": [ + 120, + 709, + 481, + 723 + ], + "score": 1.0, + "content": "1Code and pretrained models can be found at https://github.com/microsoft/COCO-LM.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 741, + 310, + 753 + ], + "spans": [ + { + "bbox": [ + 301, + 741, + 310, + 753 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 72, + 505, + 117 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 72, + 506, + 117 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 221 + ], + "lines": [ + { + "bbox": [ + 105, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 506, + 134 + ], + "score": 1.0, + "content": "In this paper, we present a new self-supervised learning approach, COCO-LM, that pretrains Lan-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "score": 1.0, + "content": "guage Models by COrrecting and COntrasting corrupted text sequences. Following ELECTRA-style", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 143, + 507, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 507, + 157 + ], + "score": 1.0, + "content": "pretraining, COCO-LM employs an auxiliary model to corrupt the input texts, upon which it intro-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "duces two new pretraining tasks for the main Transformer, one at token level and one at sequence", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 180 + ], + "score": 1.0, + "content": "level. The token-level task, corrective language modeling (CLM), pretrains the main Transformer", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 505, + 190 + ], + "score": 1.0, + "content": "to detect and correct the tokens in the corrupted sequences. It uses a multi-task setup to combine", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "the benefits of replaced token detection and language modeling. The sequence-level task, sequence", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 198, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 505, + 211 + ], + "score": 1.0, + "content": "contrastive learning (SCL), pretrains the model to align text sequences originated from the same", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 209, + 380, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 380, + 223 + ], + "score": 1.0, + "content": "source sequence and enforce uniformity of the representation space.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 121, + 507, + 223 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 225, + 505, + 335 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 505, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 262, + 238 + ], + "score": 1.0, + "content": "In our experiments on GLUE [54] and", + "type": "text" + }, + { + "bbox": [ + 262, + 225, + 296, + 237 + ], + "score": 0.29, + "content": "\\mathrm { S Q u A D }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 225, + 505, + 238 + ], + "score": 1.0, + "content": "[41] benchmarks, COCO-LM not only outperforms", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 235, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 506, + 250 + ], + "score": 1.0, + "content": "state-of-the-art pretraining approaches in effectiveness, but also significantly improves the pretraining", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 247, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 505, + 260 + ], + "score": 1.0, + "content": "efficiency. Under the same setting, COCO-LM matches the MNLI accuracy of RoBERTa and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 172, + 271 + ], + "score": 1.0, + "content": "ELECTRA with", + "type": "text" + }, + { + "bbox": [ + 173, + 258, + 192, + 269 + ], + "score": 0.92, + "content": "6 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 258, + 210, + 271 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 210, + 258, + 230, + 269 + ], + "score": 0.9, + "content": "5 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "of their GPU hours in pretraining, respectively. When pretrained with", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 268, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 427, + 283 + ], + "score": 1.0, + "content": "the same number of steps, COCO-LM outperforms the previous best models by", + "type": "text" + }, + { + "bbox": [ + 428, + 270, + 442, + 280 + ], + "score": 0.81, + "content": "1 +", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 268, + 506, + 283 + ], + "score": 1.0, + "content": "GLUE average", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 280, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 506, + 292 + ], + "score": 1.0, + "content": "points under the standard base/large-sized model evaluations. With 367 million parameters, COCO-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 290, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 147, + 302 + ], + "score": 0.9, + "content": "\\mathrm { L M _ { L a r g e + + } }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 290, + 506, + 305 + ], + "score": 1.0, + "content": "reaches the MNLI accuracy of Megatron3.9B [49], one of the largest BERT-style model with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 300, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 506, + 316 + ], + "score": 1.0, + "content": "3.9 billion parameters. Our analyses provide further insights on the advantage of CLM in learning", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "token representations and its effectiveness in prompted-based fine-tuning, as well as the benefit of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 324, + 492, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 492, + 336 + ], + "score": 1.0, + "content": "SCL in ensuring alignment and uniformity in the representation space for better generalization1.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 225, + 506, + 336 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 350, + 197, + 364 + ], + "lines": [ + { + "bbox": [ + 104, + 349, + 198, + 366 + ], + "spans": [ + { + "bbox": [ + 104, + 349, + 198, + 366 + ], + "score": 1.0, + "content": "2 Related Work", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 376, + 505, + 431 + ], + "lines": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "Various token-level tasks have been used to pretrain language models. The most classic auto-regressive", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "score": 1.0, + "content": "language modeling is to predict a token given all the previous tokens, or all subsequent ones [36, 39].", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 396, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 506, + 411 + ], + "score": 1.0, + "content": "BERT uses masked language modeling (MLM) that recovers randomly masked tokens using the rest", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 505, + 422 + ], + "score": 1.0, + "content": "input. XLNet proposes permutation language modeling that conducts MLM in an autoregressive", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 420, + 482, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 482, + 433 + ], + "score": 1.0, + "content": "manner [62]. UniLM uses pseudo MLM which unifies autoregressive and MLM tasks [1, 13].", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 375, + 506, + 433 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 436, + 505, + 480 + ], + "lines": [ + { + "bbox": [ + 105, + 436, + 507, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 436, + 507, + 449 + ], + "score": 1.0, + "content": "Sequence-level tasks are also explored, which often pretrain the model to predict certain co-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 447, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 505, + 459 + ], + "score": 1.0, + "content": "occurrences of sequence pairs. For example, next sentence prediction [11], sentence ordering [27]", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 458, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 506, + 471 + ], + "score": 1.0, + "content": "and previous sentence prediction [56] concatenate two sentences (either correlated or random), and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 469, + 271, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 271, + 481 + ], + "score": 1.0, + "content": "train the Transformer to classify the pair.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 436, + 507, + 481 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 485, + 505, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 486, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 506, + 497 + ], + "score": 1.0, + "content": "Empirically, MLM is still among the most effective tasks to pretrain encoders [29, 31, 40].", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 505, + 509 + ], + "score": 1.0, + "content": "RoBERTa [31] found the sentence-level task in BERT not benefitial and discarded it. BART [29] and", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "T5 [40] both observed that MLM is often the most effective task. The empirical advantages of other", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 517, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 506, + 532 + ], + "score": 1.0, + "content": "pretraining tasks are more task-specific, for example, entity related masks for knowledge intensive", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 528, + 429, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 429, + 542 + ], + "score": 1.0, + "content": "applications [20, 24], and sequence-level tasks for long form text modeling [42].", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 486, + 506, + 542 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 545, + 505, + 611 + ], + "lines": [ + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "Instead of randomly altering texts, ELECTRA [7] uses a smaller auxiliary Transformer pretrained", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "score": 1.0, + "content": "by MLM to replace some tokens in the text sequences using its language modeling probability, and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 567, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 104, + 567, + 506, + 580 + ], + "score": 1.0, + "content": "pretrains the main Transformer to detect the replaced tokens. ELECTRA achieves state-of-the-art", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "accuracy in many language tasks [7]. Later, Clark et el. [6] developed ELECTRIC, which pretrains", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "encoders by contrasting original tokens against negatives sampled from a cloze model. ELECTRIC", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 600, + 495, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 495, + 612 + ], + "score": 1.0, + "content": "re-enables the language modeling capability but underperforms ELECTRA in downstream tasks.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5, + "bbox_fs": [ + 104, + 545, + 506, + 612 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 616, + 504, + 650 + ], + "lines": [ + { + "bbox": [ + 106, + 616, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 505, + 630 + ], + "score": 1.0, + "content": "Our work is also related to contrastive learning which has shown great success in visual representation", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 640 + ], + "score": 1.0, + "content": "learning [4, 22, 34]. Its effectiveness of in language is more observed in the fine-tuning stage, for", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 638, + 468, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 468, + 650 + ], + "score": 1.0, + "content": "example, in sentence representation [16], dense retrieval [60], and GLUE fine-tuning [19].", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45, + "bbox_fs": [ + 105, + 616, + 506, + 650 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 665, + 165, + 678 + ], + "lines": [ + { + "bbox": [ + 104, + 663, + 168, + 681 + ], + "spans": [ + { + "bbox": [ + 104, + 663, + 168, + 681 + ], + "score": 1.0, + "content": "3 Method", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 106, + 690, + 476, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 689, + 478, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 478, + 704 + ], + "score": 1.0, + "content": "We present the preliminaries of PLMs, their challenges, and the new COCO-LM framework.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 689, + 478, + 704 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 72, + 321, + 84 + ], + "lines": [ + { + "bbox": [ + 105, + 71, + 322, + 87 + ], + "spans": [ + { + "bbox": [ + 105, + 71, + 322, + 87 + ], + "score": 1.0, + "content": "3.1 Preliminary on Language Model Pretraining", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 92, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "score": 1.0, + "content": "In this work we focus on pretraining BERT-style bidirectional Transformer encoders [11] that are", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 117 + ], + "score": 1.0, + "content": "widely used in language representation tasks. We first recap the masked language modeling (MLM)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 478, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 478, + 128 + ], + "score": 1.0, + "content": "task introduced by BERT [11] and then discuss the pretraining framework of ELECTRA [7].", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 130, + 505, + 166 + ], + "lines": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "score": 1.0, + "content": "BERT Pretraining uses the masked language modeling task (MLM) [11], which is to take an input", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 137, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 102, + 137, + 145, + 161 + ], + "score": 1.0, + "content": "sequence", + "type": "text" + }, + { + "bbox": [ + 145, + 142, + 281, + 156 + ], + "score": 0.92, + "content": "X ^ { \\mathrm { o r i g } } = [ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { i } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { n } ^ { \\mathrm { o r i g } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 142, + 304, + 156 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 305, + 143, + 325, + 154 + ], + "score": 0.89, + "content": "1 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 142, + 505, + 156 + ], + "score": 1.0, + "content": "random tokens replaced by [MASK] symbols", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 486, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 143, + 167 + ], + "score": 1.0, + "content": "(e.g., the", + "type": "text" + }, + { + "bbox": [ + 144, + 155, + 148, + 164 + ], + "score": 0.76, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 154, + 486, + 167 + ], + "score": 1.0, + "content": "-th token), and train the model to predict the original tokens at the masked positions:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5 + }, + { + "type": "interline_equation", + "bbox": [ + 164, + 171, + 446, + 192 + ], + "lines": [ + { + "bbox": [ + 164, + 171, + 446, + 192 + ], + "spans": [ + { + "bbox": [ + 164, + 171, + 446, + 192 + ], + "score": 0.91, + "content": "\\left[ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dots , \\ [ \\mathrm { M \\AA S K } ] _ { i } , \\dots , x _ { n } ^ { \\mathrm { o r i g } } \\right] \\xrightarrow { \\mathrm { T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { M L M H e a d } } p _ { \\mathrm { M L M } } ( x | h _ { i } ) ,", + "type": "interline_equation", + "image_path": "076614958bda0182580d886177a2a3a70e46a46adc6509ef0a4acc38dc0cbf99.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 164, + 171, + 446, + 192 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 198, + 506, + 231 + ], + "lines": [ + { + "bbox": [ + 104, + 195, + 507, + 213 + ], + "spans": [ + { + "bbox": [ + 104, + 195, + 370, + 213 + ], + "score": 1.0, + "content": "where the Transformer generates contextualized representations", + "type": "text" + }, + { + "bbox": [ + 370, + 198, + 429, + 210 + ], + "score": 0.93, + "content": "{ \\pmb H } = \\{ h _ { i } \\} _ { i = 1 } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 195, + 507, + 213 + ], + "score": 1.0, + "content": ". The MLM Head", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 208, + 507, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 296, + 221 + ], + "score": 1.0, + "content": "predicts the masked token from the vocabulary", + "type": "text" + }, + { + "bbox": [ + 297, + 209, + 306, + 218 + ], + "score": 0.78, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 208, + 434, + 221 + ], + "score": 1.0, + "content": "using the hidden representation", + "type": "text" + }, + { + "bbox": [ + 434, + 209, + 446, + 219 + ], + "score": 0.88, + "content": "\\boldsymbol { h } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 208, + 507, + 221 + ], + "score": 1.0, + "content": "and token em-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 219, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 219, + 144, + 232 + ], + "score": 1.0, + "content": "beddings", + "type": "text" + }, + { + "bbox": [ + 144, + 221, + 152, + 230 + ], + "score": 0.75, + "content": "_ { \\textbf { \\em x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 219, + 439, + 232 + ], + "score": 1.0, + "content": ". The pretraining minimizes the MLM loss on the set of masked positions", + "type": "text" + }, + { + "bbox": [ + 439, + 220, + 452, + 230 + ], + "score": 0.81, + "content": "\\mathcal { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 219, + 506, + 232 + ], + "score": 1.0, + "content": ". Specifically,", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 137, + 235, + 473, + 270 + ], + "lines": [ + { + "bbox": [ + 137, + 235, + 473, + 270 + ], + "spans": [ + { + "bbox": [ + 137, + 235, + 473, + 270 + ], + "score": 0.94, + "content": "p _ { \\mathrm { M L M } } ( x | h _ { i } ) = \\frac { \\exp ( x ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } ; \\quad \\mathcal { L } _ { \\mathrm { M L M } } = \\mathbb { E } \\left( - \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { M L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } \\middle | h _ { i } \\right) \\right) .", + "type": "interline_equation", + "image_path": "44ef3bd6eb3f680f4bf25edbebc27dd93b45fdc9f04b6736a5ee5b7e2b588d26.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 137, + 235, + 473, + 246.66666666666666 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 137, + 246.66666666666666, + 473, + 258.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 137, + 258.3333333333333, + 473, + 270.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 507, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 507, + 294 + ], + "score": 1.0, + "content": "ELECTRA Pretraining uses two Transformers, a “generator” pretrained by MLM, and a “discrimi-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "nator” pretrained using the generator’s outputs. We refer them as auxiliary and main Transformers,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 301, + 500, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 500, + 316 + ], + "score": 1.0, + "content": "as the former is discarded after pretraining and the latter may be trained by “generative” tasks too.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 108, + 317, + 504, + 330 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 506, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 306, + 334 + ], + "score": 1.0, + "content": "The auxiliary model outputs a corrupted sequence", + "type": "text" + }, + { + "bbox": [ + 306, + 318, + 333, + 329 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 315, + 506, + 334 + ], + "score": 1.0, + "content": "by sampling from its predicted probability:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 191, + 335, + 420, + 351 + ], + "lines": [ + { + "bbox": [ + 191, + 335, + 420, + 351 + ], + "spans": [ + { + "bbox": [ + 191, + 335, + 420, + 351 + ], + "score": 0.87, + "content": "x _ { i } ^ { \\mathrm { M L M } } \\sim p _ { \\mathrm { M L M } } \\left( x | h _ { i } \\right) , \\mathrm { i f } i \\in \\mathcal { M } ; \\quad x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } , \\mathrm { e l s e } .", + "type": "interline_equation", + "image_path": "b824c400834632d12c6a490dad58c221e879bf27313a16ad8af9d62808aa078e.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 191, + 335, + 420, + 351 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 506, + 389 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 506, + 369 + ], + "score": 1.0, + "content": "The masked positions are replaced by sampled tokens considered plausible in context by the auxiliary", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "score": 1.0, + "content": "Transformer, which are more deceiving than random replacements. ELECTRA uses a skinnier", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 378, + 503, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 284, + 390 + ], + "score": 1.0, + "content": "auxiliary network (e.g., hidden dimension is", + "type": "text" + }, + { + "bbox": [ + 285, + 378, + 301, + 390 + ], + "score": 0.72, + "content": "1 / 3", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 378, + 503, + 390 + ], + "score": 1.0, + "content": "of the main model) to control the signal difficulty.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 108, + 393, + 387, + 405 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 388, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 221, + 408 + ], + "score": 1.0, + "content": "The main Transformer takes", + "type": "text" + }, + { + "bbox": [ + 222, + 393, + 249, + 404 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 390, + 388, + 408 + ], + "score": 1.0, + "content": "and classifies the replaced tokens:", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 174, + 410, + 436, + 432 + ], + "lines": [ + { + "bbox": [ + 174, + 410, + 436, + 432 + ], + "spans": [ + { + "bbox": [ + 174, + 410, + 436, + 432 + ], + "score": 0.91, + "content": "\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } \\pmb { H } \\xrightarrow { \\mathrm { R T D ~ H e a d } } p _ { \\mathrm { R T D } } \\left( \\mathbb { 1 } \\big ( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\big ) \\big | h _ { i } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "2eb7d2c92d65747022a0ee7e813aa301ee14c1cca99b57bcf4cfff3a6d9189e3.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 174, + 410, + 436, + 432 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 437, + 504, + 470 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 133, + 449 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 437, + 150, + 449 + ], + "score": 0.77, + "content": "\\mathbb { 1 } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "is the indicator function. The Replaced Token Detection (RTD) head uses a sigmoid linear", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 447, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 505, + 462 + ], + "score": 1.0, + "content": "layer to output the binary probability, and the main Transformer is trained with binary cross entropy", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 458, + 473, + 472 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 473, + 472 + ], + "score": 1.0, + "content": "loss. The RTD task is trained on all tokens instead of masked ones and improves efficiency.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 506, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "score": 1.0, + "content": "The two Transformers are pretrained jointly. The auxiliary model gradually generates more realistic", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 485, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 506, + 500 + ], + "score": 1.0, + "content": "replacement tokens and the main model learns to better detect them. This forms a natural learning", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 497, + 452, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 452, + 511 + ], + "score": 1.0, + "content": "curriculum and significantly improves ELECTRA’s accuracy in downstream tasks [7].", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 106, + 521, + 315, + 533 + ], + "lines": [ + { + "bbox": [ + 104, + 519, + 316, + 537 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 316, + 537 + ], + "score": 1.0, + "content": "3.2 Challenges of ELECTRA-Style Pretraining", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 541, + 297, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 541, + 297, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 297, + 553 + ], + "score": 1.0, + "content": "Missing Language Modeling Benefits. The", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 552, + 297, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 297, + 564 + ], + "score": 1.0, + "content": "classification task in ELECTRA is simpler and", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 563, + 297, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 297, + 575 + ], + "score": 1.0, + "content": "more stable [61], but raises two challenges. The", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 574, + 297, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 297, + 587 + ], + "score": 1.0, + "content": "first is the lack of language modeling capability", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 585, + 298, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 585, + 298, + 596 + ], + "score": 1.0, + "content": "which is a necessity in some tasks [6]. For exam-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 596, + 297, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 297, + 609 + ], + "score": 1.0, + "content": "ple, prompt-based learning requires a language", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 607, + 297, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 297, + 619 + ], + "score": 1.0, + "content": "model to generate labels [15, 33, 45, 46]. The", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 617, + 297, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 297, + 630 + ], + "score": 1.0, + "content": "second is that the binary classification task may", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 629, + 297, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 297, + 641 + ], + "score": 1.0, + "content": "not be sufficient to capture certain word-level", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 640, + 296, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 296, + 651 + ], + "score": 1.0, + "content": "semantics that are critical for token-level tasks.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 106, + 656, + 296, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 298, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 298, + 668 + ], + "score": 1.0, + "content": "Squeezing Representation Space. Another", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 667, + 297, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 297, + 678 + ], + "score": 1.0, + "content": "challenge is that the representations from", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 677, + 297, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 297, + 689 + ], + "score": 1.0, + "content": "Transformer-based language models often reside", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 689, + 297, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 297, + 700 + ], + "score": 1.0, + "content": "in a narrow cone, where two random sentences", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 700, + 298, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 298, + 712 + ], + "score": 1.0, + "content": "have high similarity scores (lack of uniformity),", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43 + }, + { + "type": "image", + "bbox": [ + 304, + 554, + 507, + 638 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 304, + 554, + 507, + 638 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 554, + 507, + 638 + ], + "spans": [ + { + "bbox": [ + 304, + 554, + 507, + 638 + ], + "score": 0.965, + "type": "image", + "image_path": "3a8c91a226e2aa036c614aa7d53c2b811d005dba76544c5617acff0d9b62c12a.jpg" + } + ] + } + ], + "index": 48.5, + "virtual_lines": [ + { + "bbox": [ + 304, + 554, + 507, + 568.0 + ], + "spans": [], + "index": 46 + }, + { + "bbox": [ + 304, + 568.0, + 507, + 582.0 + ], + "spans": [], + "index": 47 + }, + { + "bbox": [ + 304, + 582.0, + 507, + 596.0 + ], + "spans": [], + "index": 48 + }, + { + "bbox": [ + 304, + 596.0, + 507, + 610.0 + ], + "spans": [], + "index": 49 + }, + { + "bbox": [ + 304, + 610.0, + 507, + 624.0 + ], + "spans": [], + "index": 50 + }, + { + "bbox": [ + 304, + 624.0, + 507, + 638.0 + ], + "spans": [], + "index": 51 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 304, + 647, + 506, + 691 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 647, + 507, + 659 + ], + "spans": [ + { + "bbox": [ + 304, + 647, + 507, + 659 + ], + "score": 1.0, + "content": "Figure 1: Cosine similarity distributions of ran-", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 304, + 658, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 304, + 658, + 506, + 670 + ], + "score": 1.0, + "content": "dom/similar sequence pairs using [CLS] embed-", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 303, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 303, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "dings from pretrained models. Histograms/curves", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 303, + 679, + 487, + 693 + ], + "spans": [ + { + "bbox": [ + 303, + 679, + 487, + 693 + ], + "score": 1.0, + "content": "are distribution bins/kernel density estimates.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 53.5 + } + ], + "index": 51.0 + }, + { + "type": "text", + "bbox": [ + 108, + 711, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 724 + ], + "score": 1.0, + "content": "and closely related sentences may have more different representations (lack of alignment) [14, 16, 30].", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 56 + } + ], + "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": [ + 108, + 72, + 321, + 84 + ], + "lines": [ + { + "bbox": [ + 105, + 71, + 322, + 87 + ], + "spans": [ + { + "bbox": [ + 105, + 71, + 322, + 87 + ], + "score": 1.0, + "content": "3.1 Preliminary on Language Model Pretraining", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 92, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 106 + ], + "score": 1.0, + "content": "In this work we focus on pretraining BERT-style bidirectional Transformer encoders [11] that are", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 117 + ], + "score": 1.0, + "content": "widely used in language representation tasks. We first recap the masked language modeling (MLM)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 478, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 478, + 128 + ], + "score": 1.0, + "content": "task introduced by BERT [11] and then discuss the pretraining framework of ELECTRA [7].", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 92, + 506, + 128 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 130, + 505, + 166 + ], + "lines": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "score": 1.0, + "content": "BERT Pretraining uses the masked language modeling task (MLM) [11], which is to take an input", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 137, + 505, + 161 + ], + "spans": [ + { + "bbox": [ + 102, + 137, + 145, + 161 + ], + "score": 1.0, + "content": "sequence", + "type": "text" + }, + { + "bbox": [ + 145, + 142, + 281, + 156 + ], + "score": 0.92, + "content": "X ^ { \\mathrm { o r i g } } = [ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { i } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { n } ^ { \\mathrm { o r i g } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 142, + 304, + 156 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 305, + 143, + 325, + 154 + ], + "score": 0.89, + "content": "1 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 142, + 505, + 156 + ], + "score": 1.0, + "content": "random tokens replaced by [MASK] symbols", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 486, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 143, + 167 + ], + "score": 1.0, + "content": "(e.g., the", + "type": "text" + }, + { + "bbox": [ + 144, + 155, + 148, + 164 + ], + "score": 0.76, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 154, + 486, + 167 + ], + "score": 1.0, + "content": "-th token), and train the model to predict the original tokens at the masked positions:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5, + "bbox_fs": [ + 102, + 130, + 505, + 167 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 164, + 171, + 446, + 192 + ], + "lines": [ + { + "bbox": [ + 164, + 171, + 446, + 192 + ], + "spans": [ + { + "bbox": [ + 164, + 171, + 446, + 192 + ], + "score": 0.91, + "content": "\\left[ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dots , \\ [ \\mathrm { M \\AA S K } ] _ { i } , \\dots , x _ { n } ^ { \\mathrm { o r i g } } \\right] \\xrightarrow { \\mathrm { T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { M L M H e a d } } p _ { \\mathrm { M L M } } ( x | h _ { i } ) ,", + "type": "interline_equation", + "image_path": "076614958bda0182580d886177a2a3a70e46a46adc6509ef0a4acc38dc0cbf99.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 164, + 171, + 446, + 192 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 198, + 506, + 231 + ], + "lines": [ + { + "bbox": [ + 104, + 195, + 507, + 213 + ], + "spans": [ + { + "bbox": [ + 104, + 195, + 370, + 213 + ], + "score": 1.0, + "content": "where the Transformer generates contextualized representations", + "type": "text" + }, + { + "bbox": [ + 370, + 198, + 429, + 210 + ], + "score": 0.93, + "content": "{ \\pmb H } = \\{ h _ { i } \\} _ { i = 1 } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 195, + 507, + 213 + ], + "score": 1.0, + "content": ". The MLM Head", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 208, + 507, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 296, + 221 + ], + "score": 1.0, + "content": "predicts the masked token from the vocabulary", + "type": "text" + }, + { + "bbox": [ + 297, + 209, + 306, + 218 + ], + "score": 0.78, + "content": "V", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 208, + 434, + 221 + ], + "score": 1.0, + "content": "using the hidden representation", + "type": "text" + }, + { + "bbox": [ + 434, + 209, + 446, + 219 + ], + "score": 0.88, + "content": "\\boldsymbol { h } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 208, + 507, + 221 + ], + "score": 1.0, + "content": "and token em-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 219, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 219, + 144, + 232 + ], + "score": 1.0, + "content": "beddings", + "type": "text" + }, + { + "bbox": [ + 144, + 221, + 152, + 230 + ], + "score": 0.75, + "content": "_ { \\textbf { \\em x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 219, + 439, + 232 + ], + "score": 1.0, + "content": ". The pretraining minimizes the MLM loss on the set of masked positions", + "type": "text" + }, + { + "bbox": [ + 439, + 220, + 452, + 230 + ], + "score": 0.81, + "content": "\\mathcal { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 219, + 506, + 232 + ], + "score": 1.0, + "content": ". Specifically,", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9, + "bbox_fs": [ + 104, + 195, + 507, + 232 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 137, + 235, + 473, + 270 + ], + "lines": [ + { + "bbox": [ + 137, + 235, + 473, + 270 + ], + "spans": [ + { + "bbox": [ + 137, + 235, + 473, + 270 + ], + "score": 0.94, + "content": "p _ { \\mathrm { M L M } } ( x | h _ { i } ) = \\frac { \\exp ( x ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } ; \\quad \\mathcal { L } _ { \\mathrm { M L M } } = \\mathbb { E } \\left( - \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { M L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } \\middle | h _ { i } \\right) \\right) .", + "type": "interline_equation", + "image_path": "44ef3bd6eb3f680f4bf25edbebc27dd93b45fdc9f04b6736a5ee5b7e2b588d26.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 137, + 235, + 473, + 246.66666666666666 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 137, + 246.66666666666666, + 473, + 258.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 137, + 258.3333333333333, + 473, + 270.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 507, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 507, + 294 + ], + "score": 1.0, + "content": "ELECTRA Pretraining uses two Transformers, a “generator” pretrained by MLM, and a “discrimi-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "nator” pretrained using the generator’s outputs. We refer them as auxiliary and main Transformers,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 301, + 500, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 500, + 316 + ], + "score": 1.0, + "content": "as the former is discarded after pretraining and the latter may be trained by “generative” tasks too.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 280, + 507, + 316 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 317, + 504, + 330 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 506, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 306, + 334 + ], + "score": 1.0, + "content": "The auxiliary model outputs a corrupted sequence", + "type": "text" + }, + { + "bbox": [ + 306, + 318, + 333, + 329 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 315, + 506, + 334 + ], + "score": 1.0, + "content": "by sampling from its predicted probability:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 315, + 506, + 334 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 191, + 335, + 420, + 351 + ], + "lines": [ + { + "bbox": [ + 191, + 335, + 420, + 351 + ], + "spans": [ + { + "bbox": [ + 191, + 335, + 420, + 351 + ], + "score": 0.87, + "content": "x _ { i } ^ { \\mathrm { M L M } } \\sim p _ { \\mathrm { M L M } } \\left( x | h _ { i } \\right) , \\mathrm { i f } i \\in \\mathcal { M } ; \\quad x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } , \\mathrm { e l s e } .", + "type": "interline_equation", + "image_path": "b824c400834632d12c6a490dad58c221e879bf27313a16ad8af9d62808aa078e.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 191, + 335, + 420, + 351 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 356, + 506, + 389 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 506, + 369 + ], + "score": 1.0, + "content": "The masked positions are replaced by sampled tokens considered plausible in context by the auxiliary", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 505, + 379 + ], + "score": 1.0, + "content": "Transformer, which are more deceiving than random replacements. ELECTRA uses a skinnier", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 378, + 503, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 284, + 390 + ], + "score": 1.0, + "content": "auxiliary network (e.g., hidden dimension is", + "type": "text" + }, + { + "bbox": [ + 285, + 378, + 301, + 390 + ], + "score": 0.72, + "content": "1 / 3", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 378, + 503, + 390 + ], + "score": 1.0, + "content": "of the main model) to control the signal difficulty.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 354, + 506, + 390 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 393, + 387, + 405 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 388, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 221, + 408 + ], + "score": 1.0, + "content": "The main Transformer takes", + "type": "text" + }, + { + "bbox": [ + 222, + 393, + 249, + 404 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 390, + 388, + 408 + ], + "score": 1.0, + "content": "and classifies the replaced tokens:", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 390, + 388, + 408 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 174, + 410, + 436, + 432 + ], + "lines": [ + { + "bbox": [ + 174, + 410, + 436, + 432 + ], + "spans": [ + { + "bbox": [ + 174, + 410, + 436, + 432 + ], + "score": 0.91, + "content": "\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } \\pmb { H } \\xrightarrow { \\mathrm { R T D ~ H e a d } } p _ { \\mathrm { R T D } } \\left( \\mathbb { 1 } \\big ( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\big ) \\big | h _ { i } \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "2eb7d2c92d65747022a0ee7e813aa301ee14c1cca99b57bcf4cfff3a6d9189e3.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 174, + 410, + 436, + 432 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 437, + 504, + 470 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 133, + 449 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 437, + 150, + 449 + ], + "score": 0.77, + "content": "\\mathbb { 1 } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 437, + 505, + 449 + ], + "score": 1.0, + "content": "is the indicator function. The Replaced Token Detection (RTD) head uses a sigmoid linear", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 447, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 505, + 462 + ], + "score": 1.0, + "content": "layer to output the binary probability, and the main Transformer is trained with binary cross entropy", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 458, + 473, + 472 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 473, + 472 + ], + "score": 1.0, + "content": "loss. The RTD task is trained on all tokens instead of masked ones and improves efficiency.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 437, + 505, + 472 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 506, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "score": 1.0, + "content": "The two Transformers are pretrained jointly. The auxiliary model gradually generates more realistic", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 485, + 506, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 506, + 500 + ], + "score": 1.0, + "content": "replacement tokens and the main model learns to better detect them. This forms a natural learning", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 497, + 452, + 511 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 452, + 511 + ], + "score": 1.0, + "content": "curriculum and significantly improves ELECTRA’s accuracy in downstream tasks [7].", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 474, + 506, + 511 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 521, + 315, + 533 + ], + "lines": [ + { + "bbox": [ + 104, + 519, + 316, + 537 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 316, + 537 + ], + "score": 1.0, + "content": "3.2 Challenges of ELECTRA-Style Pretraining", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 541, + 297, + 651 + ], + "lines": [ + { + "bbox": [ + 106, + 541, + 297, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 541, + 297, + 553 + ], + "score": 1.0, + "content": "Missing Language Modeling Benefits. The", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 552, + 297, + 564 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 297, + 564 + ], + "score": 1.0, + "content": "classification task in ELECTRA is simpler and", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 563, + 297, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 297, + 575 + ], + "score": 1.0, + "content": "more stable [61], but raises two challenges. The", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 574, + 297, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 297, + 587 + ], + "score": 1.0, + "content": "first is the lack of language modeling capability", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 585, + 298, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 585, + 298, + 596 + ], + "score": 1.0, + "content": "which is a necessity in some tasks [6]. For exam-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 596, + 297, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 297, + 609 + ], + "score": 1.0, + "content": "ple, prompt-based learning requires a language", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 607, + 297, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 297, + 619 + ], + "score": 1.0, + "content": "model to generate labels [15, 33, 45, 46]. The", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 617, + 297, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 297, + 630 + ], + "score": 1.0, + "content": "second is that the binary classification task may", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 629, + 297, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 297, + 641 + ], + "score": 1.0, + "content": "not be sufficient to capture certain word-level", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 640, + 296, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 296, + 651 + ], + "score": 1.0, + "content": "semantics that are critical for token-level tasks.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 541, + 298, + 651 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 656, + 296, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 298, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 298, + 668 + ], + "score": 1.0, + "content": "Squeezing Representation Space. Another", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 667, + 297, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 297, + 678 + ], + "score": 1.0, + "content": "challenge is that the representations from", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 677, + 297, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 297, + 689 + ], + "score": 1.0, + "content": "Transformer-based language models often reside", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 689, + 297, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 297, + 700 + ], + "score": 1.0, + "content": "in a narrow cone, where two random sentences", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 700, + 298, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 298, + 712 + ], + "score": 1.0, + "content": "have high similarity scores (lack of uniformity),", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 655, + 298, + 712 + ] + }, + { + "type": "image", + "bbox": [ + 304, + 554, + 507, + 638 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 304, + 554, + 507, + 638 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 554, + 507, + 638 + ], + "spans": [ + { + "bbox": [ + 304, + 554, + 507, + 638 + ], + "score": 0.965, + "type": "image", + "image_path": "3a8c91a226e2aa036c614aa7d53c2b811d005dba76544c5617acff0d9b62c12a.jpg" + } + ] + } + ], + "index": 48.5, + "virtual_lines": [ + { + "bbox": [ + 304, + 554, + 507, + 568.0 + ], + "spans": [], + "index": 46 + }, + { + "bbox": [ + 304, + 568.0, + 507, + 582.0 + ], + "spans": [], + "index": 47 + }, + { + "bbox": [ + 304, + 582.0, + 507, + 596.0 + ], + "spans": [], + "index": 48 + }, + { + "bbox": [ + 304, + 596.0, + 507, + 610.0 + ], + "spans": [], + "index": 49 + }, + { + "bbox": [ + 304, + 610.0, + 507, + 624.0 + ], + "spans": [], + "index": 50 + }, + { + "bbox": [ + 304, + 624.0, + 507, + 638.0 + ], + "spans": [], + "index": 51 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 304, + 647, + 506, + 691 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 304, + 647, + 507, + 659 + ], + "spans": [ + { + "bbox": [ + 304, + 647, + 507, + 659 + ], + "score": 1.0, + "content": "Figure 1: Cosine similarity distributions of ran-", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 304, + 658, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 304, + 658, + 506, + 670 + ], + "score": 1.0, + "content": "dom/similar sequence pairs using [CLS] embed-", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 303, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 303, + 669, + 505, + 682 + ], + "score": 1.0, + "content": "dings from pretrained models. Histograms/curves", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 303, + 679, + 487, + 693 + ], + "spans": [ + { + "bbox": [ + 303, + 679, + 487, + 693 + ], + "score": 1.0, + "content": "are distribution bins/kernel density estimates.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 53.5 + } + ], + "index": 51.0 + }, + { + "type": "text", + "bbox": [ + 108, + 711, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 709, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 724 + ], + "score": 1.0, + "content": "and closely related sentences may have more different representations (lack of alignment) [14, 16, 30].", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 56, + "bbox_fs": [ + 105, + 709, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 73, + 505, + 183 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 73, + 505, + 183 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 73, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 107, + 73, + 505, + 183 + ], + "score": 0.967, + "type": "image", + "image_path": "88292be09312bfcedea184a72ece038e7b7b44db60e61df6cc39ca285f523c38.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 73, + 505, + 109.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 109.66666666666666, + 505, + 146.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 146.33333333333331, + 505, + 182.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 190, + 504, + 225 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 190, + 506, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 506, + 204 + ], + "score": 1.0, + "content": "Figure 2: The overview of COCO-LM. The auxiliary Transformer is pretrained by MLM. Its corrupted", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 202, + 505, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 505, + 215 + ], + "score": 1.0, + "content": "text sequence is used as the main Transformer’s pretraining input in Corrective Language Modeling", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 212, + 437, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 437, + 227 + ], + "score": 1.0, + "content": "and paired with the cropped original sequence for Sequence Contrastive Learning.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 258, + 506, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 259, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 259, + 506, + 271 + ], + "score": 1.0, + "content": "Figure 1 illustrates such behaviors with random sentence pairs (from pretraining corpus) and semanti-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "score": 1.0, + "content": "cally similar pairs (those annotated with maximum similarity from STS-B [3]). With RoBERTa, the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 281, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 293 + ], + "score": 1.0, + "content": "cosine similarities of most random sentence pairs are near 0.8, bigger than many semantically similar", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "pairs. The representation space from ELECTRA is even more squeezed. Nearly all sentence pairs,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 302, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 315 + ], + "score": 1.0, + "content": "both random and similar ones, have around 0.9 cosine similarity. This may not be surprising as ELEC-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 312, + 507, + 327 + ], + "spans": [ + { + "bbox": [ + 104, + 312, + 507, + 327 + ], + "score": 1.0, + "content": "TRA is pretrained to predict the same output (“non-replacement”) for all tokens in these sequences.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 323, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 104, + 323, + 506, + 338 + ], + "score": 1.0, + "content": "The irregular representation space raises the risk of degeneration [37, 55] and often necessitates", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 335, + 507, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 507, + 348 + ], + "score": 1.0, + "content": "sophisticated post-adjustment or fine-tuning to improve the sequence representations [16, 30, 32, 60].", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5 + }, + { + "type": "title", + "bbox": [ + 107, + 372, + 232, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 371, + 233, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 233, + 388 + ], + "score": 1.0, + "content": "3.3 COCO-LM Pretraining", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 398, + 505, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "score": 1.0, + "content": "COCO-LM also employs an auxiliary Transformer to construct the corrupted text sequence, as in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 410, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 505, + 422 + ], + "score": 1.0, + "content": "Eqn. (1), but it introduces two new pretraining tasks upon the corrupted sequences to address the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "score": 1.0, + "content": "challenges previously described. In the rest of this section, we present these two tasks and then the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 432, + 420, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 420, + 444 + ], + "score": 1.0, + "content": "detailed configurations of COCO-LM. Its framework is illustrated in Figure 2.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 107, + 448, + 505, + 471 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 506, + 461 + ], + "score": 1.0, + "content": "Corrective Language Modeling (CLM) trains the main Transformer to recover the original tokens,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 457, + 275, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 275, + 473 + ], + "score": 1.0, + "content": "given the corrupted text sequence XMLM:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 489, + 403, + 506 + ], + "lines": [ + { + "bbox": [ + 207, + 489, + 403, + 506 + ], + "spans": [ + { + "bbox": [ + 207, + 489, + 403, + 506 + ], + "score": 0.85, + "content": "\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { C L M H e a d } } p _ { \\mathrm { C L M } } ( x | h _ { i } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "17aeff6497bb1d60361a2ffa28441b12de20093398264297d4fe56e5aa290f81.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 207, + 489, + 403, + 506 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 506, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 523, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 294, + 536 + ], + "score": 1.0, + "content": "The CLM Head uses the hidden representations", + "type": "text" + }, + { + "bbox": [ + 294, + 524, + 306, + 534 + ], + "score": 0.78, + "content": "\\pmb { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 523, + 505, + 536 + ], + "score": 1.0, + "content": "to output a language modeling probability, instead", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 534, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 506, + 546 + ], + "score": 1.0, + "content": "of a binary classification score. The forward pass of the CLM Head is the same as All-Token MLM,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 546, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 104, + 546, + 505, + 559 + ], + "score": 1.0, + "content": "a variation of ELECTRA [7] that consists of a language modeling layer and a binary classification", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 557, + 230, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 230, + 569 + ], + "score": 1.0, + "content": "layer for the copy mechanism:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 586, + 461, + 634 + ], + "lines": [ + { + "bbox": [ + 149, + 586, + 461, + 634 + ], + "spans": [ + { + "bbox": [ + 149, + 586, + 461, + 634 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { p _ { \\mathrm { L M } } ( x _ { i } | h _ { i } ) = \\mathbb { 1 } \\left( x _ { i } = x _ { i } ^ { \\mathrm { M L M } } \\right) p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } , } \\\\ & { p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } ) = \\exp ( y _ { i } \\cdot w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) / \\left( \\exp ( w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) + 1 \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "6e99146a7d8af754b940a8246882a6816802df00b87f58c77e7850208f6a9fb3.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 149, + 586, + 461, + 602.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 149, + 602.0, + 461, + 618.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 149, + 618.0, + 461, + 634.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 650, + 504, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 650, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 133, + 664 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 653, + 157, + 663 + ], + "score": 0.89, + "content": "{ \\pmb w } _ { \\mathrm { c o p y } }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 650, + 262, + 664 + ], + "score": 1.0, + "content": "is a learnable weight and", + "type": "text" + }, + { + "bbox": [ + 263, + 650, + 311, + 663 + ], + "score": 0.93, + "content": "p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 650, + 412, + 664 + ], + "score": 1.0, + "content": "is the copy mechanism (", + "type": "text" + }, + { + "bbox": [ + 412, + 651, + 441, + 662 + ], + "score": 0.89, + "content": "y _ { i } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 650, + 505, + 664 + ], + "score": 1.0, + "content": "when the input", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 662, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 340, + 675 + ], + "score": 1.0, + "content": "token is original and can be directly copied to the output;", + "type": "text" + }, + { + "bbox": [ + 340, + 663, + 368, + 673 + ], + "score": 0.92, + "content": "y _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 662, + 505, + 675 + ], + "score": 1.0, + "content": "when the input token needs to be", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 673, + 302, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 673, + 302, + 685 + ], + "score": 1.0, + "content": "corrected to another token from the vocabulary).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 688, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "In ELECTRA, All-Token MLM performs worse than RTD [7]. Language modeling on the corrupted", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 698, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 162, + 714 + ], + "score": 1.0, + "content": "text sequence", + "type": "text" + }, + { + "bbox": [ + 162, + 699, + 189, + 710 + ], + "score": 0.9, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 698, + 506, + 714 + ], + "score": 1.0, + "content": "is hard as the replaced tokens from the auxiliary model are more deceiving than", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 710, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 107, + 710, + 506, + 724 + ], + "score": 1.0, + "content": "[MASK]. To improve the language model learning, different from All-Token MLM, CLM employs a", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 310, + 752 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 423, + 73, + 488, + 79 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 73, + 505, + 183 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 73, + 505, + 183 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 73, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 107, + 73, + 505, + 183 + ], + "score": 0.967, + "type": "image", + "image_path": "88292be09312bfcedea184a72ece038e7b7b44db60e61df6cc39ca285f523c38.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 73, + 505, + 109.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 109.66666666666666, + 505, + 146.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 146.33333333333331, + 505, + 182.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 190, + 504, + 225 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 190, + 506, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 506, + 204 + ], + "score": 1.0, + "content": "Figure 2: The overview of COCO-LM. The auxiliary Transformer is pretrained by MLM. Its corrupted", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 202, + 505, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 505, + 215 + ], + "score": 1.0, + "content": "text sequence is used as the main Transformer’s pretraining input in Corrective Language Modeling", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 212, + 437, + 227 + ], + "spans": [ + { + "bbox": [ + 105, + 212, + 437, + 227 + ], + "score": 1.0, + "content": "and paired with the cropped original sequence for Sequence Contrastive Learning.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 258, + 506, + 347 + ], + "lines": [ + { + "bbox": [ + 106, + 259, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 259, + 506, + 271 + ], + "score": 1.0, + "content": "Figure 1 illustrates such behaviors with random sentence pairs (from pretraining corpus) and semanti-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "score": 1.0, + "content": "cally similar pairs (those annotated with maximum similarity from STS-B [3]). With RoBERTa, the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 281, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 293 + ], + "score": 1.0, + "content": "cosine similarities of most random sentence pairs are near 0.8, bigger than many semantically similar", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "pairs. The representation space from ELECTRA is even more squeezed. Nearly all sentence pairs,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 302, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 315 + ], + "score": 1.0, + "content": "both random and similar ones, have around 0.9 cosine similarity. This may not be surprising as ELEC-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 312, + 507, + 327 + ], + "spans": [ + { + "bbox": [ + 104, + 312, + 507, + 327 + ], + "score": 1.0, + "content": "TRA is pretrained to predict the same output (“non-replacement”) for all tokens in these sequences.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 323, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 104, + 323, + 506, + 338 + ], + "score": 1.0, + "content": "The irregular representation space raises the risk of degeneration [37, 55] and often necessitates", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 335, + 507, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 507, + 348 + ], + "score": 1.0, + "content": "sophisticated post-adjustment or fine-tuning to improve the sequence representations [16, 30, 32, 60].", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9.5, + "bbox_fs": [ + 104, + 259, + 507, + 348 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 372, + 232, + 385 + ], + "lines": [ + { + "bbox": [ + 105, + 371, + 233, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 233, + 388 + ], + "score": 1.0, + "content": "3.3 COCO-LM Pretraining", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 398, + 505, + 443 + ], + "lines": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 398, + 505, + 412 + ], + "score": 1.0, + "content": "COCO-LM also employs an auxiliary Transformer to construct the corrupted text sequence, as in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 410, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 505, + 422 + ], + "score": 1.0, + "content": "Eqn. (1), but it introduces two new pretraining tasks upon the corrupted sequences to address the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 433 + ], + "score": 1.0, + "content": "challenges previously described. In the rest of this section, we present these two tasks and then the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 432, + 420, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 432, + 420, + 444 + ], + "score": 1.0, + "content": "detailed configurations of COCO-LM. Its framework is illustrated in Figure 2.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 398, + 505, + 444 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 448, + 505, + 471 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 506, + 461 + ], + "score": 1.0, + "content": "Corrective Language Modeling (CLM) trains the main Transformer to recover the original tokens,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 457, + 275, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 275, + 473 + ], + "score": 1.0, + "content": "given the corrupted text sequence XMLM:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 447, + 506, + 473 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 207, + 489, + 403, + 506 + ], + "lines": [ + { + "bbox": [ + 207, + 489, + 403, + 506 + ], + "spans": [ + { + "bbox": [ + 207, + 489, + 403, + 506 + ], + "score": 0.85, + "content": "\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { C L M H e a d } } p _ { \\mathrm { C L M } } ( x | h _ { i } ) . } \\end{array}", + "type": "interline_equation", + "image_path": "17aeff6497bb1d60361a2ffa28441b12de20093398264297d4fe56e5aa290f81.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 207, + 489, + 403, + 506 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 523, + 506, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 523, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 294, + 536 + ], + "score": 1.0, + "content": "The CLM Head uses the hidden representations", + "type": "text" + }, + { + "bbox": [ + 294, + 524, + 306, + 534 + ], + "score": 0.78, + "content": "\\pmb { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 523, + 505, + 536 + ], + "score": 1.0, + "content": "to output a language modeling probability, instead", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 534, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 506, + 546 + ], + "score": 1.0, + "content": "of a binary classification score. The forward pass of the CLM Head is the same as All-Token MLM,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 546, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 104, + 546, + 505, + 559 + ], + "score": 1.0, + "content": "a variation of ELECTRA [7] that consists of a language modeling layer and a binary classification", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 557, + 230, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 557, + 230, + 569 + ], + "score": 1.0, + "content": "layer for the copy mechanism:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 523, + 506, + 569 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 586, + 461, + 634 + ], + "lines": [ + { + "bbox": [ + 149, + 586, + 461, + 634 + ], + "spans": [ + { + "bbox": [ + 149, + 586, + 461, + 634 + ], + "score": 0.93, + "content": "\\begin{array} { r l } & { p _ { \\mathrm { L M } } ( x _ { i } | h _ { i } ) = \\mathbb { 1 } \\left( x _ { i } = x _ { i } ^ { \\mathrm { M L M } } \\right) p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } , } \\\\ & { p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } ) = \\exp ( y _ { i } \\cdot w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) / \\left( \\exp ( w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) + 1 \\right) , } \\end{array}", + "type": "interline_equation", + "image_path": "6e99146a7d8af754b940a8246882a6816802df00b87f58c77e7850208f6a9fb3.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 149, + 586, + 461, + 602.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 149, + 602.0, + 461, + 618.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 149, + 618.0, + 461, + 634.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 650, + 504, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 650, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 133, + 664 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 653, + 157, + 663 + ], + "score": 0.89, + "content": "{ \\pmb w } _ { \\mathrm { c o p y } }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 650, + 262, + 664 + ], + "score": 1.0, + "content": "is a learnable weight and", + "type": "text" + }, + { + "bbox": [ + 263, + 650, + 311, + 663 + ], + "score": 0.93, + "content": "p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 650, + 412, + 664 + ], + "score": 1.0, + "content": "is the copy mechanism (", + "type": "text" + }, + { + "bbox": [ + 412, + 651, + 441, + 662 + ], + "score": 0.89, + "content": "y _ { i } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 650, + 505, + 664 + ], + "score": 1.0, + "content": "when the input", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 662, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 340, + 675 + ], + "score": 1.0, + "content": "token is original and can be directly copied to the output;", + "type": "text" + }, + { + "bbox": [ + 340, + 663, + 368, + 673 + ], + "score": 0.92, + "content": "y _ { i } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 662, + 505, + 675 + ], + "score": 1.0, + "content": "when the input token needs to be", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 673, + 302, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 673, + 302, + 685 + ], + "score": 1.0, + "content": "corrected to another token from the vocabulary).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 650, + 505, + 685 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 688, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "In ELECTRA, All-Token MLM performs worse than RTD [7]. Language modeling on the corrupted", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 698, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 162, + 714 + ], + "score": 1.0, + "content": "text sequence", + "type": "text" + }, + { + "bbox": [ + 162, + 699, + 189, + 710 + ], + "score": 0.9, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 698, + 506, + 714 + ], + "score": 1.0, + "content": "is hard as the replaced tokens from the auxiliary model are more deceiving than", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 710, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 107, + 710, + 506, + 724 + ], + "score": 1.0, + "content": "[MASK]. To improve the language model learning, different from All-Token MLM, CLM employs a", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 688, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 72, + 475, + 85 + ], + "lines": [ + { + "bbox": [ + 105, + 70, + 472, + 88 + ], + "spans": [ + { + "bbox": [ + 105, + 70, + 441, + 88 + ], + "score": 1.0, + "content": "multi-task setup that combines the RTD task to explicitly train the copy mechanism", + "type": "text" + }, + { + "bbox": [ + 442, + 73, + 472, + 85 + ], + "score": 0.9, + "content": "p _ { \\mathrm { c o p y } } ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 113, + 88, + 494, + 205 + ], + "lines": [ + { + "bbox": [ + 115, + 88, + 494, + 204 + ], + "spans": [ + { + "bbox": [ + 115, + 88, + 494, + 204 + ], + "score": 0.92, + "content": "\\begin{array} { l } { \\mathcal { L } _ { \\mathrm { c o p y } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i = 1 } ^ { n } \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } \\neq x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\right) , \\mathrm { ~ } \\forall i \\mathrm { ~ c o p y ~ } ( \\mathbb { E } ) , } \\\\ { \\mathcal { L } _ { \\mathrm { L M } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } | h _ { i } \\right) \\right) } \\\\ { \\displaystyle \\qquad = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log \\left( \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } \\right) \\right) , \\mathrm { ~ } } \\\\ { \\mathcal { L } _ { \\mathrm { C L M } } = \\lambda _ { \\mathrm { c o p y } } \\mathcal { L } _ { \\mathrm { c o p y } } + \\mathcal { L } _ { \\mathrm { L M } } . } \\end{array}", + "type": "interline_equation", + "image_path": "48e1788e8b54b0cbed2da5f27924dd575db2bcb592bc657951c88fe854e1300c.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 113, + 88, + 494, + 127.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 113, + 127.0, + 494, + 166.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 113, + 166.0, + 494, + 205.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 208, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 206, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 191, + 222 + ], + "score": 1.0, + "content": "The hyperparameter", + "type": "text" + }, + { + "bbox": [ + 191, + 208, + 212, + 220 + ], + "score": 0.91, + "content": "\\lambda _ { \\mathrm { c o p y } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 206, + 505, + 222 + ], + "score": 1.0, + "content": "balances the weights of the two tasks. The binary cross entropy loss in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "Eqn. (2) explicitly trains the copy probability. We also use stop gradient (sg) to decouple the gradient", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 229, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 185, + 244 + ], + "score": 1.0, + "content": "backpropagation to", + "type": "text" + }, + { + "bbox": [ + 185, + 230, + 216, + 242 + ], + "score": 0.93, + "content": "p _ { \\mathrm { c o p y } } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 229, + 506, + 244 + ], + "score": 1.0, + "content": "from the LM task. This way, the main Transformer first learns the easier", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 241, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 505, + 253 + ], + "score": 1.0, + "content": "classification task and then uses it to help learn the harder LM task. The binary classification task is", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 251, + 472, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 472, + 265 + ], + "score": 1.0, + "content": "trained on all tokens while the language modeling task is trained only on masked positions.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 106, + 268, + 505, + 302 + ], + "lines": [ + { + "bbox": [ + 106, + 268, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 505, + 280 + ], + "score": 1.0, + "content": "CLM combines the advantages of MLM and ELECTRA: The main Transformer is trained on all", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 279, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 505, + 291 + ], + "score": 1.0, + "content": "tokens with the help of the binary classification task while also being able to predict words, thus", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 290, + 482, + 303 + ], + "spans": [ + { + "bbox": [ + 106, + 290, + 482, + 303 + ], + "score": 1.0, + "content": "enjoying the efficiency benefits of ELECTRA and preserving the language modeling benefits.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 306, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "score": 1.0, + "content": "Sequence Contrastive Learning (SCL) forms a contrastive learning objective upon the sequence", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 317, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 505, + 330 + ], + "score": 1.0, + "content": "embeddings to learn more robust representations. Broadly, contrastive learning is to align a positive", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 328, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 506, + 341 + ], + "score": 1.0, + "content": "pair of instances, often different views of the same information [4, 34], in contrast to unrelated", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 339, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 505, + 352 + ], + "score": 1.0, + "content": "negative instances [22, 60]. The different views are often obtained by applying data augmentations", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 350, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 505, + 363 + ], + "score": 1.0, + "content": "on the same input, for example, rotation, cropping, and blurring on visual representations [4, 34], so", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 360, + 433, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 433, + 374 + ], + "score": 1.0, + "content": "that the neural networks can learn representations robust to these data alterations.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 505, + 422 + ], + "lines": [ + { + "bbox": [ + 104, + 375, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 104, + 375, + 267, + 390 + ], + "score": 1.0, + "content": "In COCO-LM, the corrupted sequence", + "type": "text" + }, + { + "bbox": [ + 267, + 376, + 295, + 387 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 375, + 506, + 390 + ], + "score": 1.0, + "content": "already provides a form of data augmentation. We", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 387, + 507, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 242, + 402 + ], + "score": 1.0, + "content": "pair it with another augmentation,", + "type": "text" + }, + { + "bbox": [ + 242, + 389, + 265, + 399 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 387, + 426, + 402 + ], + "score": 1.0, + "content": ", a randomly cropped contiguous span of", + "type": "text" + }, + { + "bbox": [ + 427, + 388, + 448, + 399 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 387, + 507, + 402 + ], + "score": 1.0, + "content": "(the length of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 397, + 507, + 414 + ], + "spans": [ + { + "bbox": [ + 107, + 399, + 130, + 410 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 397, + 140, + 414 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 140, + 399, + 160, + 410 + ], + "score": 0.89, + "content": "9 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 397, + 171, + 414 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 172, + 399, + 193, + 410 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 397, + 507, + 414 + ], + "score": 1.0, + "content": "so that the major sequence meaning is preserved), to construct the positive pair", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 410, + 263, + 422 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 263, + 422 + ], + "score": 1.0, + "content": "and to contrast with random negatives.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 426, + 505, + 486 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 507, + 440 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 224, + 440 + ], + "score": 1.0, + "content": "Specifically, a training batch", + "type": "text" + }, + { + "bbox": [ + 224, + 427, + 233, + 437 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 425, + 507, + 440 + ], + "score": 1.0, + "content": "in SCL includes a random set of corrupted and cropped sequences:", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 100, + 433, + 511, + 474 + ], + "spans": [ + { + "bbox": [ + 100, + 443, + 170, + 474 + ], + "score": 1.0, + "content": "1contrastive pair", + "type": "text" + }, + { + "bbox": [ + 106, + 438, + 281, + 452 + ], + "score": 0.91, + "content": "B = \\{ ( X _ { 1 } ^ { \\mathrm { M L M } } , X _ { 1 } ^ { \\mathrm { c r o p } } ) , \\dots , ( X _ { N } ^ { \\mathrm { M L M } } , X _ { N } ^ { \\mathrm { c r o p } } ) \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 452, + 207, + 464 + ], + "score": 0.91, + "content": "( X , X ^ { + } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 443, + 277, + 474 + ], + "score": 1.0, + "content": "N N consists of either", + "type": "text" + }, + { + "bbox": [ + 278, + 451, + 338, + 464 + ], + "score": 0.89, + "content": "( X _ { k } ^ { \\mathrm { M L M } } , X _ { k } ^ { \\mathrm { c r o p } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 433, + 305, + 458 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 305, + 438, + 332, + 451 + ], + "score": 0.9, + "content": "X _ { k } ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 433, + 349, + 458 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 339, + 443, + 351, + 474 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 350, + 438, + 372, + 452 + ], + "score": 0.9, + "content": "X _ { k } ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 451, + 411, + 464 + ], + "score": 0.88, + "content": "( \\ddot { X } _ { k } ^ { \\mathrm { c r o p } } , X _ { k } ^ { \\mathrm { M L M } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 433, + 437, + 458 + ], + "score": 1.0, + "content": "originated from", + "type": "text" + }, + { + "bbox": [ + 437, + 438, + 459, + 452 + ], + "score": 0.91, + "content": "X _ { k } ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 433, + 509, + 458 + ], + "score": 1.0, + "content": ". A positive", + "type": "text" + }, + { + "bbox": [ + 481, + 443, + 511, + 474 + ], + "score": 1.0, + "content": "trast).", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 463, + 480, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 385, + 476 + ], + "score": 1.0, + "content": "The negative instances are all the remaining sequences in the batch", + "type": "text" + }, + { + "bbox": [ + 386, + 463, + 480, + 475 + ], + "score": 0.91, + "content": "\\ddot { B } ^ { - } = B \\setminus \\{ ( X , X ^ { + } ) \\}", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 474, + 240, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 240, + 487 + ], + "score": 1.0, + "content": "contrastive loss is formulated as:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + }, + { + "type": "interline_equation", + "bbox": [ + 115, + 486, + 483, + 551 + ], + "lines": [ + { + "bbox": [ + 115, + 486, + 483, + 551 + ], + "spans": [ + { + "bbox": [ + 115, + 486, + 483, + 551 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } { { \\mathcal { L } _ { \\mathrm { S C L } } = - \\mathbb { E } ( \\log \\frac { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) } { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) } ) , } } \\\\ & { } & { = - \\mathbb { E } ( \\cos ( s , s ^ { + } ) / \\tau - \\log ( \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) ) ) , } \\end{array}", + "type": "interline_equation", + "image_path": "0468e73383b732e24a23d25d539ca44cc4d7d1296b11c731e78c4534179ebef4.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 115, + 486, + 483, + 507.6666666666667 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 115, + 507.6666666666667, + 483, + 529.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 115, + 529.3333333333334, + 483, + 551.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 554, + 506, + 577 + ], + "lines": [ + { + "bbox": [ + 105, + 553, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 134, + 567 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 554, + 175, + 566 + ], + "score": 0.88, + "content": "s , s ^ { + } , s ^ { - }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 553, + 283, + 567 + ], + "score": 1.0, + "content": "are the representations of", + "type": "text" + }, + { + "bbox": [ + 284, + 554, + 333, + 566 + ], + "score": 0.91, + "content": "X , X ^ { + } , X ^ { - }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 553, + 505, + 567 + ], + "score": 1.0, + "content": ", respectively, from the main Transformer", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 564, + 483, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 126, + 578 + ], + "score": 1.0, + "content": "(i.e.,", + "type": "text" + }, + { + "bbox": [ + 126, + 566, + 156, + 577 + ], + "score": 0.79, + "content": "\\boldsymbol { h } _ { \\mathrm { [ C L S ] } } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 564, + 432, + 578 + ], + "score": 1.0, + "content": "). The similarity metric is cosine similarity (cos) and the temperature", + "type": "text" + }, + { + "bbox": [ + 432, + 567, + 439, + 575 + ], + "score": 0.79, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 564, + 473, + 578 + ], + "score": 1.0, + "content": "is set to", + "type": "text" + }, + { + "bbox": [ + 473, + 566, + 479, + 575 + ], + "score": 0.27, + "content": "1", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 564, + 483, + 578 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 106, + 581, + 505, + 637 + ], + "lines": [ + { + "bbox": [ + 106, + 581, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 341, + 595 + ], + "score": 1.0, + "content": "As shown in Wang et al. [55], the first term in Eqn. (3)", + "type": "text" + }, + { + "bbox": [ + 341, + 581, + 390, + 594 + ], + "score": 0.89, + "content": "( \\cos ( s , s ^ { + } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 581, + 505, + 595 + ], + "score": 1.0, + "content": "improves alignment of the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 505, + 605 + ], + "score": 1.0, + "content": "space. It encourages representations to be robust to the corruptions and the alterations on the original", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 603, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 617 + ], + "score": 1.0, + "content": "text. The second term in Eqn. (3) promotes uniformity. It pushes unrelated sequences apart in the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "score": 1.0, + "content": "representation space and ensures low cosine similarity between random data points. Several studies", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 626, + 496, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 496, + 637 + ], + "score": 1.0, + "content": "have observed improved generalization ability from better alignment and uniformity [16, 37, 55].", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 641, + 505, + 686 + ], + "lines": [ + { + "bbox": [ + 104, + 639, + 507, + 655 + ], + "spans": [ + { + "bbox": [ + 104, + 639, + 143, + 655 + ], + "score": 1.0, + "content": "Aligning", + "type": "text" + }, + { + "bbox": [ + 143, + 641, + 171, + 652 + ], + "score": 0.9, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 639, + 191, + 655 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 191, + 642, + 214, + 652 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 639, + 507, + 655 + ], + "score": 1.0, + "content": "requires the main Transformer to produce sequence representations robust", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "to both token-level (i.e., MLM replacements) and sequence-level (i.e., cropping) alterations. The", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 663, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 505, + 677 + ], + "score": 1.0, + "content": "model is thus encouraged to reason more using partially altered sequences to recover the original", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 674, + 159, + 686 + ], + "spans": [ + { + "bbox": [ + 106, + 674, + 159, + 686 + ], + "score": 1.0, + "content": "information.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 106, + 690, + 363, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 364, + 705 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 364, + 705 + ], + "score": 1.0, + "content": "Overall Training. COCO-LM uses the following loss function:", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 705, + 381, + 721 + ], + "lines": [ + { + "bbox": [ + 230, + 705, + 381, + 721 + ], + "spans": [ + { + "bbox": [ + 230, + 705, + 381, + 721 + ], + "score": 0.92, + "content": "\\mathcal { L } _ { \\mathrm { C O C O - L M } } = \\mathcal { L } _ { \\mathrm { M L M } } ^ { \\mathrm { A u x . } } + \\mathcal { L } _ { \\mathrm { C L M } } ^ { \\mathrm { M a i n } } + \\mathcal { L } _ { \\mathrm { S C L } } ^ { \\mathrm { M a i n } } .", + "type": "interline_equation", + "image_path": "151d5b1e75c7750cf345e470a3d88a0143c6fd346e8a419d39c2358543a28291.jpg" + } + ] + } + ], + "index": 41, + "virtual_lines": [ + { + "bbox": [ + 230, + 705, + 381, + 721 + ], + "spans": [], + "index": 41 + } + ] + } + ], + "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": "text", + "bbox": [ + 104, + 72, + 475, + 85 + ], + "lines": [ + { + "bbox": [ + 105, + 70, + 472, + 88 + ], + "spans": [ + { + "bbox": [ + 105, + 70, + 441, + 88 + ], + "score": 1.0, + "content": "multi-task setup that combines the RTD task to explicitly train the copy mechanism", + "type": "text" + }, + { + "bbox": [ + 442, + 73, + 472, + 85 + ], + "score": 0.9, + "content": "p _ { \\mathrm { c o p y } } ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 70, + 472, + 88 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 113, + 88, + 494, + 205 + ], + "lines": [ + { + "bbox": [ + 115, + 88, + 494, + 204 + ], + "spans": [ + { + "bbox": [ + 115, + 88, + 494, + 204 + ], + "score": 0.92, + "content": "\\begin{array} { l } { \\mathcal { L } _ { \\mathrm { c o p y } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i = 1 } ^ { n } \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } \\neq x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\right) , \\mathrm { ~ } \\forall i \\mathrm { ~ c o p y ~ } ( \\mathbb { E } ) , } \\\\ { \\mathcal { L } _ { \\mathrm { L M } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } | h _ { i } \\right) \\right) } \\\\ { \\displaystyle \\qquad = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log \\left( \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } \\right) \\right) , \\mathrm { ~ } } \\\\ { \\mathcal { L } _ { \\mathrm { C L M } } = \\lambda _ { \\mathrm { c o p y } } \\mathcal { L } _ { \\mathrm { c o p y } } + \\mathcal { L } _ { \\mathrm { L M } } . } \\end{array}", + "type": "interline_equation", + "image_path": "48e1788e8b54b0cbed2da5f27924dd575db2bcb592bc657951c88fe854e1300c.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 113, + 88, + 494, + 127.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 113, + 127.0, + 494, + 166.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 113, + 166.0, + 494, + 205.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 208, + 505, + 264 + ], + "lines": [ + { + "bbox": [ + 105, + 206, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 206, + 191, + 222 + ], + "score": 1.0, + "content": "The hyperparameter", + "type": "text" + }, + { + "bbox": [ + 191, + 208, + 212, + 220 + ], + "score": 0.91, + "content": "\\lambda _ { \\mathrm { c o p y } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 206, + 505, + 222 + ], + "score": 1.0, + "content": "balances the weights of the two tasks. The binary cross entropy loss in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 219, + 505, + 232 + ], + "score": 1.0, + "content": "Eqn. (2) explicitly trains the copy probability. We also use stop gradient (sg) to decouple the gradient", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 229, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 185, + 244 + ], + "score": 1.0, + "content": "backpropagation to", + "type": "text" + }, + { + "bbox": [ + 185, + 230, + 216, + 242 + ], + "score": 0.93, + "content": "p _ { \\mathrm { c o p y } } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 229, + 506, + 244 + ], + "score": 1.0, + "content": "from the LM task. This way, the main Transformer first learns the easier", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 241, + 505, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 505, + 253 + ], + "score": 1.0, + "content": "classification task and then uses it to help learn the harder LM task. The binary classification task is", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 251, + 472, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 472, + 265 + ], + "score": 1.0, + "content": "trained on all tokens while the language modeling task is trained only on masked positions.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 206, + 506, + 265 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 268, + 505, + 302 + ], + "lines": [ + { + "bbox": [ + 106, + 268, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 505, + 280 + ], + "score": 1.0, + "content": "CLM combines the advantages of MLM and ELECTRA: The main Transformer is trained on all", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 279, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 505, + 291 + ], + "score": 1.0, + "content": "tokens with the help of the binary classification task while also being able to predict words, thus", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 290, + 482, + 303 + ], + "spans": [ + { + "bbox": [ + 106, + 290, + 482, + 303 + ], + "score": 1.0, + "content": "enjoying the efficiency benefits of ELECTRA and preserving the language modeling benefits.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 268, + 505, + 303 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 306, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 319 + ], + "score": 1.0, + "content": "Sequence Contrastive Learning (SCL) forms a contrastive learning objective upon the sequence", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 317, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 505, + 330 + ], + "score": 1.0, + "content": "embeddings to learn more robust representations. Broadly, contrastive learning is to align a positive", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 328, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 506, + 341 + ], + "score": 1.0, + "content": "pair of instances, often different views of the same information [4, 34], in contrast to unrelated", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 339, + 505, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 505, + 352 + ], + "score": 1.0, + "content": "negative instances [22, 60]. The different views are often obtained by applying data augmentations", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 350, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 505, + 363 + ], + "score": 1.0, + "content": "on the same input, for example, rotation, cropping, and blurring on visual representations [4, 34], so", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 360, + 433, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 433, + 374 + ], + "score": 1.0, + "content": "that the neural networks can learn representations robust to these data alterations.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 306, + 506, + 374 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 505, + 422 + ], + "lines": [ + { + "bbox": [ + 104, + 375, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 104, + 375, + 267, + 390 + ], + "score": 1.0, + "content": "In COCO-LM, the corrupted sequence", + "type": "text" + }, + { + "bbox": [ + 267, + 376, + 295, + 387 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 375, + 506, + 390 + ], + "score": 1.0, + "content": "already provides a form of data augmentation. We", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 387, + 507, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 242, + 402 + ], + "score": 1.0, + "content": "pair it with another augmentation,", + "type": "text" + }, + { + "bbox": [ + 242, + 389, + 265, + 399 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 387, + 426, + 402 + ], + "score": 1.0, + "content": ", a randomly cropped contiguous span of", + "type": "text" + }, + { + "bbox": [ + 427, + 388, + 448, + 399 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 387, + 507, + 402 + ], + "score": 1.0, + "content": "(the length of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 397, + 507, + 414 + ], + "spans": [ + { + "bbox": [ + 107, + 399, + 130, + 410 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 397, + 140, + 414 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 140, + 399, + 160, + 410 + ], + "score": 0.89, + "content": "9 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 397, + 171, + 414 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 172, + 399, + 193, + 410 + ], + "score": 0.89, + "content": "X ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 397, + 507, + 414 + ], + "score": 1.0, + "content": "so that the major sequence meaning is preserved), to construct the positive pair", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 410, + 263, + 422 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 263, + 422 + ], + "score": 1.0, + "content": "and to contrast with random negatives.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 375, + 507, + 422 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 426, + 505, + 486 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 507, + 440 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 224, + 440 + ], + "score": 1.0, + "content": "Specifically, a training batch", + "type": "text" + }, + { + "bbox": [ + 224, + 427, + 233, + 437 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 425, + 507, + 440 + ], + "score": 1.0, + "content": "in SCL includes a random set of corrupted and cropped sequences:", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 100, + 433, + 511, + 474 + ], + "spans": [ + { + "bbox": [ + 100, + 443, + 170, + 474 + ], + "score": 1.0, + "content": "1contrastive pair", + "type": "text" + }, + { + "bbox": [ + 106, + 438, + 281, + 452 + ], + "score": 0.91, + "content": "B = \\{ ( X _ { 1 } ^ { \\mathrm { M L M } } , X _ { 1 } ^ { \\mathrm { c r o p } } ) , \\dots , ( X _ { N } ^ { \\mathrm { M L M } } , X _ { N } ^ { \\mathrm { c r o p } } ) \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 452, + 207, + 464 + ], + "score": 0.91, + "content": "( X , X ^ { + } )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 443, + 277, + 474 + ], + "score": 1.0, + "content": "N N consists of either", + "type": "text" + }, + { + "bbox": [ + 278, + 451, + 338, + 464 + ], + "score": 0.89, + "content": "( X _ { k } ^ { \\mathrm { M L M } } , X _ { k } ^ { \\mathrm { c r o p } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 433, + 305, + 458 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 305, + 438, + 332, + 451 + ], + "score": 0.9, + "content": "X _ { k } ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 433, + 349, + 458 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 339, + 443, + 351, + 474 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 350, + 438, + 372, + 452 + ], + "score": 0.9, + "content": "X _ { k } ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 451, + 411, + 464 + ], + "score": 0.88, + "content": "( \\ddot { X } _ { k } ^ { \\mathrm { c r o p } } , X _ { k } ^ { \\mathrm { M L M } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 433, + 437, + 458 + ], + "score": 1.0, + "content": "originated from", + "type": "text" + }, + { + "bbox": [ + 437, + 438, + 459, + 452 + ], + "score": 0.91, + "content": "X _ { k } ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 433, + 509, + 458 + ], + "score": 1.0, + "content": ". A positive", + "type": "text" + }, + { + "bbox": [ + 481, + 443, + 511, + 474 + ], + "score": 1.0, + "content": "trast).", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 463, + 480, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 385, + 476 + ], + "score": 1.0, + "content": "The negative instances are all the remaining sequences in the batch", + "type": "text" + }, + { + "bbox": [ + 386, + 463, + 480, + 475 + ], + "score": 0.91, + "content": "\\ddot { B } ^ { - } = B \\setminus \\{ ( X , X ^ { + } ) \\}", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 474, + 240, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 240, + 487 + ], + "score": 1.0, + "content": "contrastive loss is formulated as:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5, + "bbox_fs": [ + 100, + 425, + 511, + 487 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 115, + 486, + 483, + 551 + ], + "lines": [ + { + "bbox": [ + 115, + 486, + 483, + 551 + ], + "spans": [ + { + "bbox": [ + 115, + 486, + 483, + 551 + ], + "score": 0.93, + "content": "\\begin{array} { r l r } { { \\mathcal { L } _ { \\mathrm { S C L } } = - \\mathbb { E } ( \\log \\frac { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) } { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) } ) , } } \\\\ & { } & { = - \\mathbb { E } ( \\cos ( s , s ^ { + } ) / \\tau - \\log ( \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) ) ) , } \\end{array}", + "type": "interline_equation", + "image_path": "0468e73383b732e24a23d25d539ca44cc4d7d1296b11c731e78c4534179ebef4.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 115, + 486, + 483, + 507.6666666666667 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 115, + 507.6666666666667, + 483, + 529.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 115, + 529.3333333333334, + 483, + 551.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 554, + 506, + 577 + ], + "lines": [ + { + "bbox": [ + 105, + 553, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 105, + 553, + 134, + 567 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 554, + 175, + 566 + ], + "score": 0.88, + "content": "s , s ^ { + } , s ^ { - }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 553, + 283, + 567 + ], + "score": 1.0, + "content": "are the representations of", + "type": "text" + }, + { + "bbox": [ + 284, + 554, + 333, + 566 + ], + "score": 0.91, + "content": "X , X ^ { + } , X ^ { - }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 553, + 505, + 567 + ], + "score": 1.0, + "content": ", respectively, from the main Transformer", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 564, + 483, + 578 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 126, + 578 + ], + "score": 1.0, + "content": "(i.e.,", + "type": "text" + }, + { + "bbox": [ + 126, + 566, + 156, + 577 + ], + "score": 0.79, + "content": "\\boldsymbol { h } _ { \\mathrm { [ C L S ] } } ,", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 564, + 432, + 578 + ], + "score": 1.0, + "content": "). The similarity metric is cosine similarity (cos) and the temperature", + "type": "text" + }, + { + "bbox": [ + 432, + 567, + 439, + 575 + ], + "score": 0.79, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 564, + 473, + 578 + ], + "score": 1.0, + "content": "is set to", + "type": "text" + }, + { + "bbox": [ + 473, + 566, + 479, + 575 + ], + "score": 0.27, + "content": "1", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 564, + 483, + 578 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 553, + 505, + 578 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 581, + 505, + 637 + ], + "lines": [ + { + "bbox": [ + 106, + 581, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 341, + 595 + ], + "score": 1.0, + "content": "As shown in Wang et al. [55], the first term in Eqn. (3)", + "type": "text" + }, + { + "bbox": [ + 341, + 581, + 390, + 594 + ], + "score": 0.89, + "content": "( \\cos ( s , s ^ { + } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 581, + 505, + 595 + ], + "score": 1.0, + "content": "improves alignment of the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 505, + 605 + ], + "score": 1.0, + "content": "space. It encourages representations to be robust to the corruptions and the alterations on the original", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 603, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 505, + 617 + ], + "score": 1.0, + "content": "text. The second term in Eqn. (3) promotes uniformity. It pushes unrelated sequences apart in the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "score": 1.0, + "content": "representation space and ensures low cosine similarity between random data points. Several studies", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 626, + 496, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 496, + 637 + ], + "score": 1.0, + "content": "have observed improved generalization ability from better alignment and uniformity [16, 37, 55].", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 581, + 506, + 637 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 641, + 505, + 686 + ], + "lines": [ + { + "bbox": [ + 104, + 639, + 507, + 655 + ], + "spans": [ + { + "bbox": [ + 104, + 639, + 143, + 655 + ], + "score": 1.0, + "content": "Aligning", + "type": "text" + }, + { + "bbox": [ + 143, + 641, + 171, + 652 + ], + "score": 0.9, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 639, + 191, + 655 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 191, + 642, + 214, + 652 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { c r o p } }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 639, + 507, + 655 + ], + "score": 1.0, + "content": "requires the main Transformer to produce sequence representations robust", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "to both token-level (i.e., MLM replacements) and sequence-level (i.e., cropping) alterations. The", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 663, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 505, + 677 + ], + "score": 1.0, + "content": "model is thus encouraged to reason more using partially altered sequences to recover the original", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 674, + 159, + 686 + ], + "spans": [ + { + "bbox": [ + 106, + 674, + 159, + 686 + ], + "score": 1.0, + "content": "information.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37.5, + "bbox_fs": [ + 104, + 639, + 507, + 686 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 690, + 363, + 703 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 364, + 705 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 364, + 705 + ], + "score": 1.0, + "content": "Overall Training. COCO-LM uses the following loss function:", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40, + "bbox_fs": [ + 106, + 689, + 364, + 705 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 705, + 381, + 721 + ], + "lines": [ + { + "bbox": [ + 230, + 705, + 381, + 721 + ], + "spans": [ + { + "bbox": [ + 230, + 705, + 381, + 721 + ], + "score": 0.92, + "content": "\\mathcal { L } _ { \\mathrm { C O C O - L M } } = \\mathcal { L } _ { \\mathrm { M L M } } ^ { \\mathrm { A u x . } } + \\mathcal { L } _ { \\mathrm { C L M } } ^ { \\mathrm { M a i n } } + \\mathcal { L } _ { \\mathrm { S C L } } ^ { \\mathrm { M a i n } } .", + "type": "interline_equation", + "image_path": "151d5b1e75c7750cf345e470a3d88a0143c6fd346e8a419d39c2358543a28291.jpg" + } + ] + } + ], + "index": 41, + "virtual_lines": [ + { + "bbox": [ + 230, + 705, + 381, + 721 + ], + "spans": [], + "index": 41 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 72, + 505, + 117 + ], + "lines": [ + { + "bbox": [ + 105, + 73, + 507, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 507, + 86 + ], + "score": 1.0, + "content": "The auxiliary Transformer is pretrained by masked language modeling (MLM) and generates cor-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 83, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 506, + 96 + ], + "score": 1.0, + "content": "rupted sequences. The main Transformer is pretrained to correct the corruption (CLM) and to contrast", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 95, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 95, + 506, + 108 + ], + "score": 1.0, + "content": "the corrupted sequences with the cropped sequences (SCL). The two Transformers are pretrained", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 106, + 473, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 106, + 473, + 118 + ], + "score": 1.0, + "content": "jointly with the loss in Eqn. (4). The main Transformer is used in downstream applications.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 210 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 506, + 134 + ], + "score": 1.0, + "content": "Network Configurations. Similar to ELECTRA, the auxiliary Transformer is smaller than the main", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "score": 1.0, + "content": "model, but we use different configurations in the auxiliary model: (1) We reduce the number of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 144, + 505, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 144, + 143, + 157 + ], + "score": 1.0, + "content": "layers to", + "type": "text" + }, + { + "bbox": [ + 144, + 144, + 160, + 155 + ], + "score": 0.58, + "content": "1 / 3", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 144, + 172, + 157 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 172, + 144, + 189, + 156 + ], + "score": 0.53, + "content": "1 / 4", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 144, + 505, + 157 + ], + "score": 1.0, + "content": "(under base or large model setup, respectively) but keep its hidden dimension", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 155, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 505, + 167 + ], + "score": 1.0, + "content": "the same with the main model, instead of shrinking its hidden dimensions; (2) We disable dropout in", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "it when sampling replacement tokens. We find such configurations empirically more effective and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 177, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 505, + 188 + ], + "score": 1.0, + "content": "use them as the backbone of COCO-LM. The main Transformer follows the standard architecture of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 186, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 506, + 201 + ], + "score": 1.0, + "content": "BERT/ELECTRA and can be easily adopted by downstream application pipelines with almost no", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 197, + 145, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 145, + 213 + ], + "score": 1.0, + "content": "changes.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7.5 + }, + { + "type": "title", + "bbox": [ + 108, + 228, + 228, + 242 + ], + "lines": [ + { + "bbox": [ + 104, + 226, + 230, + 247 + ], + "spans": [ + { + "bbox": [ + 104, + 226, + 230, + 247 + ], + "score": 1.0, + "content": "4 Experimental Setup", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 299 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 505, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 383, + 268 + ], + "score": 1.0, + "content": "Pretraining Settings. We employ three standard settings, base, base", + "type": "text" + }, + { + "bbox": [ + 384, + 257, + 398, + 266 + ], + "score": 0.48, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 255, + 440, + 268 + ], + "score": 1.0, + "content": ", and large", + "type": "text" + }, + { + "bbox": [ + 440, + 257, + 454, + 266 + ], + "score": 0.32, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 255, + 505, + 268 + ], + "score": 1.0, + "content": ". Base is the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 266, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 147, + 277 + ], + "score": 0.64, + "content": "\\mathbf { B E R T _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 266, + 506, + 279 + ], + "score": 1.0, + "content": "training configuration [11]: Pretraining on Wikipedia and BookCorpus [63] (16 GB of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "score": 1.0, + "content": "texts) for 256 million samples on 512 token sequences (125K batches with 2048 batch size). We use", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 288, + 423, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 423, + 301 + ], + "score": 1.0, + "content": "the same corpus and 32, 768 uncased BPE vocabulary [47] as with TUPE [26].", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 107, + 304, + 505, + 348 + ], + "lines": [ + { + "bbox": [ + 106, + 304, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 141, + 315 + ], + "score": 0.73, + "content": "B a s e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 304, + 505, + 316 + ], + "score": 1.0, + "content": "trains the base size model with larger corpora and/or more training steps. Following recent", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "score": 1.0, + "content": "research [1, 31, 62], we add in OpenWebText [18], CC-News [31], and STORIES [52], to a total of", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 325, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 505, + 340 + ], + "score": 1.0, + "content": "160 GB texts, and train for 4 billion (with 2048 batch size) samples [31]. We follow the prepossessing", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 337, + 334, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 334, + 350 + ], + "score": 1.0, + "content": "of UniLMV2 [1] and use 64, 000 cased BPE vocabulary.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 107, + 353, + 502, + 376 + ], + "lines": [ + { + "bbox": [ + 106, + 353, + 504, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 145, + 365 + ], + "score": 0.33, + "content": "L a r g e { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 353, + 280, + 366 + ], + "score": 1.0, + "content": "uses the same training corpora as", + "type": "text" + }, + { + "bbox": [ + 281, + 354, + 315, + 364 + ], + "score": 0.57, + "content": "b a s e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 353, + 504, + 366 + ], + "score": 1.0, + "content": "and pretrains for 4 billion samples (2048 batch", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 364, + 383, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 364, + 383, + 377 + ], + "score": 1.0, + "content": "size). Its Transformer configuration is the same with BERTLarge [11].", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 380, + 505, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 380, + 507, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 253, + 394 + ], + "score": 1.0, + "content": "Model Architecture. Our base/base", + "type": "text" + }, + { + "bbox": [ + 253, + 382, + 267, + 391 + ], + "score": 0.44, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 380, + 330, + 394 + ], + "score": 1.0, + "content": "model uses the", + "type": "text" + }, + { + "bbox": [ + 330, + 381, + 370, + 392 + ], + "score": 0.86, + "content": "\\mathbf { B E R T _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 380, + 507, + 394 + ], + "score": 1.0, + "content": "architecture [11]: 12 layer Trans-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 391, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 413, + 405 + ], + "score": 1.0, + "content": "former, 768 hidden size, plus T5 relative position encoding [40]. Our large", + "type": "text" + }, + { + "bbox": [ + 413, + 393, + 428, + 402 + ], + "score": 0.63, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 391, + 505, + 405 + ], + "score": 1.0, + "content": "model is the same", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 126, + 415 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 126, + 403, + 168, + 415 + ], + "score": 0.36, + "content": "\\mathrm { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 402, + 505, + 415 + ], + "score": 1.0, + "content": ", 24 layer and 1024 hidden size, plus T5 relative position encoding [40]. Our auxiliary", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 412, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 435, + 426 + ], + "score": 1.0, + "content": "network uses the same hidden size but a shallow 4-layer Transformer in base/base", + "type": "text" + }, + { + "bbox": [ + 435, + 415, + 450, + 424 + ], + "score": 0.58, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 412, + 505, + 426 + ], + "score": 1.0, + "content": "and a 6-layer", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 421, + 445, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 133, + 438 + ], + "score": 1.0, + "content": "one in", + "type": "text" + }, + { + "bbox": [ + 134, + 425, + 169, + 436 + ], + "score": 0.3, + "content": "l a r g e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 421, + 244, + 438 + ], + "score": 1.0, + "content": ". When generating", + "type": "text" + }, + { + "bbox": [ + 244, + 423, + 271, + 435 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 421, + 445, + 438 + ], + "score": 1.0, + "content": "we disable dropout in the auxiliary model.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 440, + 505, + 496 + ], + "lines": [ + { + "bbox": [ + 106, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 381, + 453 + ], + "score": 1.0, + "content": "Downstream Tasks. We use the tasks included in GLUE [54] and", + "type": "text" + }, + { + "bbox": [ + 381, + 441, + 432, + 452 + ], + "score": 0.4, + "content": "\\mathrm { S Q u A D } 2 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "reading compres-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "score": 1.0, + "content": "sion [41]. Please refer to Appendix A for more details about GLUE tasks. Standard hyperparameter", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 462, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 476 + ], + "score": 1.0, + "content": "search in fine-tuning is performed, and the search space can be found in Appendix B. The fine-tuning", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "score": 1.0, + "content": "protocols use the open-source implementation of TUPE [26]. The reported results are the median of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 484, + 275, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 275, + 496 + ], + "score": 1.0, + "content": "five random seeds on GLUE and SQuAD.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 501, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "score": 1.0, + "content": "Baselines. We compare with various pretrained models in each setting. To reduce the variance in", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "data processing/environments, we also pretrain and fine-tune RoBERTa and ELECTRA under exactly", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "the same setting with COCO-LM, marked with “(Ours)”. All numbers unless marked by “(Ours)” are", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 534, + 386, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 386, + 546 + ], + "score": 1.0, + "content": "from reported results in recent research (more details in Appendix C).", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 504, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "Implementation Details. Our implementation builds upon the open-source implementation from", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 560, + 481, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 481, + 573 + ], + "score": 1.0, + "content": "MC-BERT [61] and fairseq [35]. More implementation details are mentioned in Appendix D.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "title", + "bbox": [ + 107, + 591, + 222, + 604 + ], + "lines": [ + { + "bbox": [ + 104, + 589, + 223, + 606 + ], + "spans": [ + { + "bbox": [ + 104, + 589, + 223, + 606 + ], + "score": 1.0, + "content": "5 Evaluation Results", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 106, + 617, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "Three groups of experiments are conducted to evaluate COCO-LM and its two new pretraining tasks.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "title", + "bbox": [ + 108, + 645, + 258, + 657 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 259, + 659 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 259, + 659 + ], + "score": 1.0, + "content": "5.1 Overall Results and Ablations", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 106, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "Overall Results are listed in Table 1. Under all three settings, COCO-LM outperforms all recent", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "state-of-the-art pretraining models on GLUE average and SQuAD. It improves the state-of-the-art", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 702 + ], + "score": 1.0, + "content": "GLUE score by about one point under all three settings. COCO-LM also enjoys better parameter", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 218, + 714 + ], + "score": 1.0, + "content": "efficiency. Using less than", + "type": "text" + }, + { + "bbox": [ + 218, + 700, + 238, + 711 + ], + "score": 0.89, + "content": "1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 698, + 351, + 714 + ], + "score": 1.0, + "content": "of Megatron’s parameters,", + "type": "text" + }, + { + "bbox": [ + 351, + 700, + 423, + 712 + ], + "score": 0.72, + "content": "\\mathrm { C O C O - L M _ { L a r g e + + } }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 698, + 506, + 714 + ], + "score": 1.0, + "content": "matches the MNLI", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 711, + 416, + 724 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 416, + 724 + ], + "score": 1.0, + "content": "accuracy of Megatron3.9B, one of the largest pretrained BERT-style encoders.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 742, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 72, + 505, + 117 + ], + "lines": [ + { + "bbox": [ + 105, + 73, + 507, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 507, + 86 + ], + "score": 1.0, + "content": "The auxiliary Transformer is pretrained by masked language modeling (MLM) and generates cor-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 83, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 506, + 96 + ], + "score": 1.0, + "content": "rupted sequences. The main Transformer is pretrained to correct the corruption (CLM) and to contrast", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 95, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 95, + 506, + 108 + ], + "score": 1.0, + "content": "the corrupted sequences with the cropped sequences (SCL). The two Transformers are pretrained", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 106, + 473, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 106, + 473, + 118 + ], + "score": 1.0, + "content": "jointly with the loss in Eqn. (4). The main Transformer is used in downstream applications.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 73, + 507, + 118 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 121, + 505, + 210 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 506, + 134 + ], + "score": 1.0, + "content": "Network Configurations. Similar to ELECTRA, the auxiliary Transformer is smaller than the main", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "score": 1.0, + "content": "model, but we use different configurations in the auxiliary model: (1) We reduce the number of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 144, + 505, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 144, + 143, + 157 + ], + "score": 1.0, + "content": "layers to", + "type": "text" + }, + { + "bbox": [ + 144, + 144, + 160, + 155 + ], + "score": 0.58, + "content": "1 / 3", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 144, + 172, + 157 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 172, + 144, + 189, + 156 + ], + "score": 0.53, + "content": "1 / 4", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 144, + 505, + 157 + ], + "score": 1.0, + "content": "(under base or large model setup, respectively) but keep its hidden dimension", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 155, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 505, + 167 + ], + "score": 1.0, + "content": "the same with the main model, instead of shrinking its hidden dimensions; (2) We disable dropout in", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "it when sampling replacement tokens. We find such configurations empirically more effective and", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 177, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 505, + 188 + ], + "score": 1.0, + "content": "use them as the backbone of COCO-LM. The main Transformer follows the standard architecture of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 186, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 506, + 201 + ], + "score": 1.0, + "content": "BERT/ELECTRA and can be easily adopted by downstream application pipelines with almost no", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 197, + 145, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 197, + 145, + 213 + ], + "score": 1.0, + "content": "changes.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7.5, + "bbox_fs": [ + 105, + 122, + 506, + 213 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 228, + 228, + 242 + ], + "lines": [ + { + "bbox": [ + 104, + 226, + 230, + 247 + ], + "spans": [ + { + "bbox": [ + 104, + 226, + 230, + 247 + ], + "score": 1.0, + "content": "4 Experimental Setup", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 255, + 505, + 299 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 505, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 383, + 268 + ], + "score": 1.0, + "content": "Pretraining Settings. We employ three standard settings, base, base", + "type": "text" + }, + { + "bbox": [ + 384, + 257, + 398, + 266 + ], + "score": 0.48, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 255, + 440, + 268 + ], + "score": 1.0, + "content": ", and large", + "type": "text" + }, + { + "bbox": [ + 440, + 257, + 454, + 266 + ], + "score": 0.32, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 255, + 505, + 268 + ], + "score": 1.0, + "content": ". Base is the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 266, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 147, + 277 + ], + "score": 0.64, + "content": "\\mathbf { B E R T _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 266, + 506, + 279 + ], + "score": 1.0, + "content": "training configuration [11]: Pretraining on Wikipedia and BookCorpus [63] (16 GB of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "score": 1.0, + "content": "texts) for 256 million samples on 512 token sequences (125K batches with 2048 batch size). We use", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 288, + 423, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 423, + 301 + ], + "score": 1.0, + "content": "the same corpus and 32, 768 uncased BPE vocabulary [47] as with TUPE [26].", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 255, + 506, + 301 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 304, + 505, + 348 + ], + "lines": [ + { + "bbox": [ + 106, + 304, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 141, + 315 + ], + "score": 0.73, + "content": "B a s e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 304, + 505, + 316 + ], + "score": 1.0, + "content": "trains the base size model with larger corpora and/or more training steps. Following recent", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 315, + 505, + 327 + ], + "score": 1.0, + "content": "research [1, 31, 62], we add in OpenWebText [18], CC-News [31], and STORIES [52], to a total of", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 325, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 505, + 340 + ], + "score": 1.0, + "content": "160 GB texts, and train for 4 billion (with 2048 batch size) samples [31]. We follow the prepossessing", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 337, + 334, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 334, + 350 + ], + "score": 1.0, + "content": "of UniLMV2 [1] and use 64, 000 cased BPE vocabulary.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 304, + 505, + 350 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 353, + 502, + 376 + ], + "lines": [ + { + "bbox": [ + 106, + 353, + 504, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 354, + 145, + 365 + ], + "score": 0.33, + "content": "L a r g e { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 353, + 280, + 366 + ], + "score": 1.0, + "content": "uses the same training corpora as", + "type": "text" + }, + { + "bbox": [ + 281, + 354, + 315, + 364 + ], + "score": 0.57, + "content": "b a s e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 353, + 504, + 366 + ], + "score": 1.0, + "content": "and pretrains for 4 billion samples (2048 batch", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 364, + 383, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 364, + 383, + 377 + ], + "score": 1.0, + "content": "size). Its Transformer configuration is the same with BERTLarge [11].", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 106, + 353, + 504, + 377 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 380, + 505, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 380, + 507, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 253, + 394 + ], + "score": 1.0, + "content": "Model Architecture. Our base/base", + "type": "text" + }, + { + "bbox": [ + 253, + 382, + 267, + 391 + ], + "score": 0.44, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 380, + 330, + 394 + ], + "score": 1.0, + "content": "model uses the", + "type": "text" + }, + { + "bbox": [ + 330, + 381, + 370, + 392 + ], + "score": 0.86, + "content": "\\mathbf { B E R T _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 380, + 507, + 394 + ], + "score": 1.0, + "content": "architecture [11]: 12 layer Trans-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 391, + 505, + 405 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 413, + 405 + ], + "score": 1.0, + "content": "former, 768 hidden size, plus T5 relative position encoding [40]. Our large", + "type": "text" + }, + { + "bbox": [ + 413, + 393, + 428, + 402 + ], + "score": 0.63, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 391, + 505, + 405 + ], + "score": 1.0, + "content": "model is the same", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 402, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 126, + 415 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 126, + 403, + 168, + 415 + ], + "score": 0.36, + "content": "\\mathrm { B E R T _ { L a r g e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 402, + 505, + 415 + ], + "score": 1.0, + "content": ", 24 layer and 1024 hidden size, plus T5 relative position encoding [40]. Our auxiliary", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 412, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 435, + 426 + ], + "score": 1.0, + "content": "network uses the same hidden size but a shallow 4-layer Transformer in base/base", + "type": "text" + }, + { + "bbox": [ + 435, + 415, + 450, + 424 + ], + "score": 0.58, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 412, + 505, + 426 + ], + "score": 1.0, + "content": "and a 6-layer", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 421, + 445, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 133, + 438 + ], + "score": 1.0, + "content": "one in", + "type": "text" + }, + { + "bbox": [ + 134, + 425, + 169, + 436 + ], + "score": 0.3, + "content": "l a r g e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 421, + 244, + 438 + ], + "score": 1.0, + "content": ". When generating", + "type": "text" + }, + { + "bbox": [ + 244, + 423, + 271, + 435 + ], + "score": 0.88, + "content": "X ^ { \\mathrm { M L M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 421, + 445, + 438 + ], + "score": 1.0, + "content": "we disable dropout in the auxiliary model.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 380, + 507, + 438 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 440, + 505, + 496 + ], + "lines": [ + { + "bbox": [ + 106, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 106, + 440, + 381, + 453 + ], + "score": 1.0, + "content": "Downstream Tasks. We use the tasks included in GLUE [54] and", + "type": "text" + }, + { + "bbox": [ + 381, + 441, + 432, + 452 + ], + "score": 0.4, + "content": "\\mathrm { S Q u A D } 2 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "reading compres-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 451, + 505, + 463 + ], + "score": 1.0, + "content": "sion [41]. Please refer to Appendix A for more details about GLUE tasks. Standard hyperparameter", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 462, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 505, + 476 + ], + "score": 1.0, + "content": "search in fine-tuning is performed, and the search space can be found in Appendix B. The fine-tuning", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 506, + 486 + ], + "score": 1.0, + "content": "protocols use the open-source implementation of TUPE [26]. The reported results are the median of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 484, + 275, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 275, + 496 + ], + "score": 1.0, + "content": "five random seeds on GLUE and SQuAD.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 440, + 506, + 496 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 501, + 505, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "score": 1.0, + "content": "Baselines. We compare with various pretrained models in each setting. To reduce the variance in", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "data processing/environments, we also pretrain and fine-tune RoBERTa and ELECTRA under exactly", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 505, + 535 + ], + "score": 1.0, + "content": "the same setting with COCO-LM, marked with “(Ours)”. All numbers unless marked by “(Ours)” are", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 534, + 386, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 386, + 546 + ], + "score": 1.0, + "content": "from reported results in recent research (more details in Appendix C).", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 501, + 506, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 550, + 504, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "Implementation Details. Our implementation builds upon the open-source implementation from", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 560, + 481, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 481, + 573 + ], + "score": 1.0, + "content": "MC-BERT [61] and fairseq [35]. More implementation details are mentioned in Appendix D.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 550, + 505, + 573 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 591, + 222, + 604 + ], + "lines": [ + { + "bbox": [ + 104, + 589, + 223, + 606 + ], + "spans": [ + { + "bbox": [ + 104, + 589, + 223, + 606 + ], + "score": 1.0, + "content": "5 Evaluation Results", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 106, + 617, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "Three groups of experiments are conducted to evaluate COCO-LM and its two new pretraining tasks.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40, + "bbox_fs": [ + 106, + 617, + 506, + 631 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 645, + 258, + 657 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 259, + 659 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 259, + 659 + ], + "score": 1.0, + "content": "5.1 Overall Results and Ablations", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 106, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "Overall Results are listed in Table 1. Under all three settings, COCO-LM outperforms all recent", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "state-of-the-art pretraining models on GLUE average and SQuAD. It improves the state-of-the-art", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 687, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 702 + ], + "score": 1.0, + "content": "GLUE score by about one point under all three settings. COCO-LM also enjoys better parameter", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 698, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 218, + 714 + ], + "score": 1.0, + "content": "efficiency. Using less than", + "type": "text" + }, + { + "bbox": [ + 218, + 700, + 238, + 711 + ], + "score": 0.89, + "content": "1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 698, + 351, + 714 + ], + "score": 1.0, + "content": "of Megatron’s parameters,", + "type": "text" + }, + { + "bbox": [ + 351, + 700, + 423, + 712 + ], + "score": 0.72, + "content": "\\mathrm { C O C O - L M _ { L a r g e + + } }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 698, + 506, + 714 + ], + "score": 1.0, + "content": "matches the MNLI", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 711, + 416, + 724 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 416, + 724 + ], + "score": 1.0, + "content": "accuracy of Megatron3.9B, one of the largest pretrained BERT-style encoders.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 667, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 71, + 504, + 324 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 71, + 504, + 324 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 71, + 504, + 324 + ], + "spans": [ + { + "bbox": [ + 107, + 71, + 504, + 324 + ], + "score": 0.983, + "html": "
ModelParamsGLUE Single TaskSQuAD 2.0
MNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVGEMF1
Base Setting: BERT Base Size,Wikipedia + Book Corpus (16GB)
BERT[11]110M84.5/-91.391.793.258.968.687.389.583.173.776.3
RoBERTa [31]125M84.7/-1192.71111179.7
XLNet [62]110M85.8/85.41192.71111178.581.3
ELECTRA [7]110M86.0/85.390.091.993.464.370.884.989.183.780.583.3
MC-BERT [61]110M85.7/85.289.791.392.362.175.086.088.083.7
DeBERTa [23]134M86.3/86.279.382.5
TUPE [26]110M86.2/86.291.392.293.363.673.689.989.284.911
RoBERTa (Ours)110M85.8/85.591.392.093.760.168.287.388.583.377.780.5
ELECTRA (Ours)110M86.9/86.791.992.693.666.275.188.289.785.579.782.6
COCO-LM110M88.5/88.392.093.193.263.984.891.490.387.282.485.2
Base++ Seting: BERT Base Size,Bigger Training Data,and/or More Training Steps
XLNet [62]110M86.8/-91.491.794.760.274.088.289.584.680.2
RoBERTa [31]125M87.6/-91.992.894.863.678.790.291.286.480.583.7
UniLMV2[1]110M88.5/-91.793.595.165.281.391.891.087.183.386.1
DeBERTa [23]134M88.8/88.5183.186.2
CLEAR [59]110M86.7/-90.092.994.564.378.389.289.885.71
COCO-LM134M90.2/90.092.294.294.667.387.491.291.888.685.488.1
Large++ Setting: BERTLarge Size,Bigger Training Data,and More Training Steps
XLNet [62]360M90.8/90.892.394.997.069.085.990.892.589.287.990.6
RoBERTa [31]356M90.2/90.292.294.796.468.086.690.992.488.986.589.4
ELECTRA[7]335M90.9/-92.495.096.969.188.090.892.689.488.090.6
DeBERTa [23]384M91.1/91.192.395.396.870.5111188.090.7
COCO-LM367M91.4/91.692.895.796.973.991.092.292.790.888.291.0
Megatron1.3B [49]1.3B90.9/91.092.611187.190.2
Megatron3.9B [49]3.9B91.4/91.492.711188.591.2
", + "type": "table", + "image_path": "60cefa43ec47ef9531239e335ac10e76eda4144c99fd0af584e146167233b9d7.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 71, + 504, + 155.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 155.33333333333331, + 504, + 239.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 239.66666666666663, + 504, + 323.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 327, + 505, + 394 + ], + "lines": [ + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "score": 1.0, + "content": "Table 1: Results on GLUE and SQuAD 2.0 development set. All results are single-task, single-model", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "fine-tuning. Results not available in public reports are marked as “–”. DeBERTa reported RTE,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "MRPC and STS-B results by fine-tuning from MNLI checkpoints which are not single-task results.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "score": 1.0, + "content": "We use Spearman correlation for STS, Matthews correlation for CoLA, and accuracy for the rest on", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "score": 1.0, + "content": "GLUE. AVG is the average of the eight tasks on GLUE. All baseline results unless marked by (Ours)", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 383, + 244, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 244, + 395 + ], + "score": 1.0, + "content": "are reported by previous research.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + }, + { + "type": "table", + "bbox": [ + 107, + 407, + 504, + 509 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 407, + 504, + 509 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 407, + 504, + 509 + ], + "spans": [ + { + "bbox": [ + 107, + 407, + 504, + 509 + ], + "score": 0.982, + "html": "
ModelParamsMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
Base/Base++ Setting: BERT Base Size
BERTBase110M84.6/83.489.290.593.552.166.484.885.880.8
ELECTRABase++110M88.5/88.089.593.196.064.675.288.190.285.6
COCO-LMBase++134M89.8/89.389.894.295.668.682.388.590.387.4
Large/Large++ Seting: BERT Large Size
BERTLarge335M86.7/85.989.392.794.960.570.185.486.583.2
ELECTRALarge++335M90.7/90.290.495.596.768.186.189.291.788.5
COCO-LMLarge++367M91.6/91.190.595.896.770.589.288.491.889.3
", + "type": "table", + "image_path": "fd3062d90e85ad4b2a1ecd68665ab53b140aae24bc83d4255bf47749796908bf.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 107, + 407, + 504, + 441.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 107, + 441.0, + 504, + 475.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 107, + 475.0, + 504, + 509.0 + ], + "spans": [], + "index": 11 + } + ] + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 517, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "score": 1.0, + "content": "Table 2: GLUE test set results obtained from the GLUE leaderboard. We perform hyperparameter", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 528, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 540 + ], + "score": 1.0, + "content": "search for each task with ten random seeds and use the best development set model for test predictions.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 538, + 468, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 468, + 552 + ], + "score": 1.0, + "content": "All results are from vanilla single-task fine-tuning (no ensemble, task-specific tricks, etc.).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 504, + 596 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "Table 2 shows GLUE test set results which further confirm the advantages of COCO-LM over", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 585, + 181, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 181, + 597 + ], + "score": 1.0, + "content": "previous methods.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 107, + 601, + 505, + 645 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 507, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 507, + 615 + ], + "score": 1.0, + "content": "Efficiency. In downstream tasks, the efficiency of COCO-LM is the same with BERT. In pretraining,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 613, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 505, + 624 + ], + "score": 1.0, + "content": "the auxiliary model and SCL introduce extra cost. However, as shown in Figure 3, COCO-LM is", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 623, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 401, + 635 + ], + "score": 1.0, + "content": "more efficient in GPU hours. It outperforms RoBERTa & ELECTRA by", + "type": "text" + }, + { + "bbox": [ + 401, + 624, + 415, + 634 + ], + "score": 0.81, + "content": "1 +", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 623, + 505, + 635 + ], + "score": 1.0, + "content": "points on MNLI with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 634, + 503, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 349, + 647 + ], + "score": 1.0, + "content": "the same GPU hours and reaches their accuracy with around", + "type": "text" + }, + { + "bbox": [ + 349, + 634, + 369, + 645 + ], + "score": 0.88, + "content": "6 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 634, + 380, + 647 + ], + "score": 1.0, + "content": "&", + "type": "text" + }, + { + "bbox": [ + 380, + 634, + 400, + 645 + ], + "score": 0.88, + "content": "5 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 634, + 503, + 647 + ], + "score": 1.0, + "content": "GPU hours, respectively.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 106, + 650, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "Ablation Studies. Table 3 shows the ablations of COCO-LM under the base setting on GLUE DEV.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 678 + ], + "score": 1.0, + "content": "Pretraining Task. With only RTD, our backbone model with the shallow auxiliary Transformer is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 677, + 507, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 507, + 692 + ], + "score": 1.0, + "content": "quite effective. CLM and SCL both provide additional improvements on MNLI and GLUE average.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "Their advantages are better observed on different tasks, for example, CLM on MNLI-mm and SCL", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "on RTE and MRPC. Combining the two in COCO-LM provides better overall effectiveness. In later", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 711, + 361, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 361, + 723 + ], + "score": 1.0, + "content": "experiments, we further analyze the benefits of these two tasks.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 309, + 753 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 309, + 753 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 71, + 504, + 324 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 71, + 504, + 324 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 71, + 504, + 324 + ], + "spans": [ + { + "bbox": [ + 107, + 71, + 504, + 324 + ], + "score": 0.983, + "html": "
ModelParamsGLUE Single TaskSQuAD 2.0
MNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVGEMF1
Base Setting: BERT Base Size,Wikipedia + Book Corpus (16GB)
BERT[11]110M84.5/-91.391.793.258.968.687.389.583.173.776.3
RoBERTa [31]125M84.7/-1192.71111179.7
XLNet [62]110M85.8/85.41192.71111178.581.3
ELECTRA [7]110M86.0/85.390.091.993.464.370.884.989.183.780.583.3
MC-BERT [61]110M85.7/85.289.791.392.362.175.086.088.083.7
DeBERTa [23]134M86.3/86.279.382.5
TUPE [26]110M86.2/86.291.392.293.363.673.689.989.284.911
RoBERTa (Ours)110M85.8/85.591.392.093.760.168.287.388.583.377.780.5
ELECTRA (Ours)110M86.9/86.791.992.693.666.275.188.289.785.579.782.6
COCO-LM110M88.5/88.392.093.193.263.984.891.490.387.282.485.2
Base++ Seting: BERT Base Size,Bigger Training Data,and/or More Training Steps
XLNet [62]110M86.8/-91.491.794.760.274.088.289.584.680.2
RoBERTa [31]125M87.6/-91.992.894.863.678.790.291.286.480.583.7
UniLMV2[1]110M88.5/-91.793.595.165.281.391.891.087.183.386.1
DeBERTa [23]134M88.8/88.5183.186.2
CLEAR [59]110M86.7/-90.092.994.564.378.389.289.885.71
COCO-LM134M90.2/90.092.294.294.667.387.491.291.888.685.488.1
Large++ Setting: BERTLarge Size,Bigger Training Data,and More Training Steps
XLNet [62]360M90.8/90.892.394.997.069.085.990.892.589.287.990.6
RoBERTa [31]356M90.2/90.292.294.796.468.086.690.992.488.986.589.4
ELECTRA[7]335M90.9/-92.495.096.969.188.090.892.689.488.090.6
DeBERTa [23]384M91.1/91.192.395.396.870.5111188.090.7
COCO-LM367M91.4/91.692.895.796.973.991.092.292.790.888.291.0
Megatron1.3B [49]1.3B90.9/91.092.611187.190.2
Megatron3.9B [49]3.9B91.4/91.492.711188.591.2
", + "type": "table", + "image_path": "60cefa43ec47ef9531239e335ac10e76eda4144c99fd0af584e146167233b9d7.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 71, + 504, + 155.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 155.33333333333331, + 504, + 239.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 239.66666666666663, + 504, + 323.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 327, + 505, + 394 + ], + "lines": [ + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 505, + 340 + ], + "score": 1.0, + "content": "Table 1: Results on GLUE and SQuAD 2.0 development set. All results are single-task, single-model", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "fine-tuning. Results not available in public reports are marked as “–”. DeBERTa reported RTE,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "MRPC and STS-B results by fine-tuning from MNLI checkpoints which are not single-task results.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "score": 1.0, + "content": "We use Spearman correlation for STS, Matthews correlation for CoLA, and accuracy for the rest on", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "score": 1.0, + "content": "GLUE. AVG is the average of the eight tasks on GLUE. All baseline results unless marked by (Ours)", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 383, + 244, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 244, + 395 + ], + "score": 1.0, + "content": "are reported by previous research.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 328, + 506, + 395 + ] + }, + { + "type": "table", + "bbox": [ + 107, + 407, + 504, + 509 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 407, + 504, + 509 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 407, + 504, + 509 + ], + "spans": [ + { + "bbox": [ + 107, + 407, + 504, + 509 + ], + "score": 0.982, + "html": "
ModelParamsMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
Base/Base++ Setting: BERT Base Size
BERTBase110M84.6/83.489.290.593.552.166.484.885.880.8
ELECTRABase++110M88.5/88.089.593.196.064.675.288.190.285.6
COCO-LMBase++134M89.8/89.389.894.295.668.682.388.590.387.4
Large/Large++ Seting: BERT Large Size
BERTLarge335M86.7/85.989.392.794.960.570.185.486.583.2
ELECTRALarge++335M90.7/90.290.495.596.768.186.189.291.788.5
COCO-LMLarge++367M91.6/91.190.595.896.770.589.288.491.889.3
", + "type": "table", + "image_path": "fd3062d90e85ad4b2a1ecd68665ab53b140aae24bc83d4255bf47749796908bf.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 107, + 407, + 504, + 441.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 107, + 441.0, + 504, + 475.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 107, + 475.0, + 504, + 509.0 + ], + "spans": [], + "index": 11 + } + ] + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 517, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 505, + 530 + ], + "score": 1.0, + "content": "Table 2: GLUE test set results obtained from the GLUE leaderboard. We perform hyperparameter", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 528, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 540 + ], + "score": 1.0, + "content": "search for each task with ten random seeds and use the best development set model for test predictions.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 538, + 468, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 468, + 552 + ], + "score": 1.0, + "content": "All results are from vanilla single-task fine-tuning (no ensemble, task-specific tricks, etc.).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 516, + 506, + 552 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 504, + 596 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "Table 2 shows GLUE test set results which further confirm the advantages of COCO-LM over", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 585, + 181, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 181, + 597 + ], + "score": 1.0, + "content": "previous methods.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 573, + 505, + 597 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 601, + 505, + 645 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 507, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 507, + 615 + ], + "score": 1.0, + "content": "Efficiency. In downstream tasks, the efficiency of COCO-LM is the same with BERT. In pretraining,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 613, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 505, + 624 + ], + "score": 1.0, + "content": "the auxiliary model and SCL introduce extra cost. However, as shown in Figure 3, COCO-LM is", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 623, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 401, + 635 + ], + "score": 1.0, + "content": "more efficient in GPU hours. It outperforms RoBERTa & ELECTRA by", + "type": "text" + }, + { + "bbox": [ + 401, + 624, + 415, + 634 + ], + "score": 0.81, + "content": "1 +", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 623, + 505, + 635 + ], + "score": 1.0, + "content": "points on MNLI with", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 634, + 503, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 349, + 647 + ], + "score": 1.0, + "content": "the same GPU hours and reaches their accuracy with around", + "type": "text" + }, + { + "bbox": [ + 349, + 634, + 369, + 645 + ], + "score": 0.88, + "content": "6 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 634, + 380, + 647 + ], + "score": 1.0, + "content": "&", + "type": "text" + }, + { + "bbox": [ + 380, + 634, + 400, + 645 + ], + "score": 0.88, + "content": "5 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 634, + 503, + 647 + ], + "score": 1.0, + "content": "GPU hours, respectively.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 600, + 507, + 647 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 650, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "Ablation Studies. Table 3 shows the ablations of COCO-LM under the base setting on GLUE DEV.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 106, + 649, + 506, + 663 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 667, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 678 + ], + "score": 1.0, + "content": "Pretraining Task. With only RTD, our backbone model with the shallow auxiliary Transformer is", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 677, + 507, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 507, + 692 + ], + "score": 1.0, + "content": "quite effective. CLM and SCL both provide additional improvements on MNLI and GLUE average.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "Their advantages are better observed on different tasks, for example, CLM on MNLI-mm and SCL", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "on RTE and MRPC. Combining the two in COCO-LM provides better overall effectiveness. In later", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 711, + 361, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 361, + 723 + ], + "score": 1.0, + "content": "experiments, we further analyze the benefits of these two tasks.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 667, + 507, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 70, + 503, + 190 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 70, + 503, + 190 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 503, + 190 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 503, + 190 + ], + "score": 0.98, + "html": "
GroupMethodMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
COCO-LMBase88.5/88.392.093.193.263.984.891.490.387.2
Pretraining TaskRTDOnly88.4/88.292.193.592.767.380.589.090.986.8
CLMOnly88.6/88.492.093.293.767.480.190.090.486.9
SCL +RTD88.6/88.292.193.593.864.382.790.290.686.9
Network Setingw/o. Rel-Pos w. ELECTRA's Auxiliary88.2/87.792.293.493.768.882.791.290.687.6
Training88.0/87.791.992.793.564.381.289.589.786.3
w.Random Replacements84.9/84.791.491.191.441.670.087.387.180.6
Signalw. Converged Auxiliary88.3/88.192.092.894.364.278.390.490.286.3
CLM SetupAll-Token LM Only87.2/87.092.693.788.589.784.7
CLM w/o. Copy88.0/87.991.8 91.893.194.460.6 66.674.0 76.989.590.186.3
CLM w/o. Stop-grad88.5/88.292.092.994.366.580.990.090.686.9
", + "type": "table", + "image_path": "d2b58bb6c1c54f09e25b712c6e2942447aa58b38e114da9cd3eed138883fa24a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 503, + 110.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 110.0, + 503, + 150.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 150.0, + 503, + 190.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 106, + 198, + 502, + 210 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 196, + 504, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 504, + 212 + ], + "score": 1.0, + "content": "Table 3: Ablations on GLUE Dev. that eliminate (w/o.), keep (Only) or switch (w.) one component.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "image", + "bbox": [ + 110, + 224, + 355, + 320 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 224, + 355, + 320 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 224, + 355, + 320 + ], + "spans": [ + { + "bbox": [ + 110, + 224, + 355, + 320 + ], + "score": 0.964, + "type": "image", + "image_path": "7c7b853b454b46cee7bf8429edacf37572ac7613714aa9383792bc931834deea.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 110, + 224, + 355, + 256.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 110, + 256.0, + 355, + 288.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 110, + 288.0, + 355, + 320.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 329, + 360, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 329, + 361, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 146, + 342 + ], + "score": 1.0, + "content": "Figure 3:", + "type": "text" + }, + { + "bbox": [ + 146, + 329, + 212, + 340 + ], + "score": 0.27, + "content": "\\mathrm { C O C O - L M _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 329, + 288, + 342 + ], + "score": 1.0, + "content": "on MNLI Dev. (", + "type": "text" + }, + { + "bbox": [ + 288, + 331, + 294, + 340 + ], + "score": 0.69, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 329, + 361, + 342 + ], + "score": 1.0, + "content": "-axes) at differ-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 339, + 361, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 361, + 352 + ], + "score": 1.0, + "content": "ent pretraining hours on four DGX-2 nodes (64 V100 GPUs).", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 351, + 360, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 360, + 363 + ], + "score": 1.0, + "content": "The final training hours and accuracy of RoBERTa (Ours) and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 361, + 354, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 354, + 375 + ], + "score": 1.0, + "content": "ELECTRA (Ours) measured in the same settings are marked.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.0 + } + ], + "index": 9.5 + }, + { + "type": "image", + "bbox": [ + 375, + 223, + 502, + 308 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 375, + 223, + 502, + 308 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 375, + 223, + 502, + 308 + ], + "spans": [ + { + "bbox": [ + 375, + 223, + 502, + 308 + ], + "score": 0.93, + "type": "image", + "image_path": "b0838b4ee1160733d8845b67109fdb9dc7efa9acb20b3820901e16797ecc717f.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 375, + 223, + 502, + 265.5 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 375, + 265.5, + 502, + 308.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 371, + 317, + 507, + 372 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 371, + 316, + 508, + 329 + ], + "spans": [ + { + "bbox": [ + 371, + 316, + 508, + 329 + ], + "score": 1.0, + "content": "Figure 4: The performance of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 371, + 327, + 507, + 340 + ], + "spans": [ + { + "bbox": [ + 371, + 327, + 403, + 340 + ], + "score": 1.0, + "content": "COCO-", + "type": "text" + }, + { + "bbox": [ + 403, + 328, + 434, + 339 + ], + "score": 0.65, + "content": "\\mathbf { \\cdot L M _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 327, + 507, + 340 + ], + "score": 1.0, + "content": "when pretrained", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 371, + 337, + 507, + 351 + ], + "spans": [ + { + "bbox": [ + 371, + 337, + 507, + 351 + ], + "score": 1.0, + "content": "with different crop fractions. The", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 372, + 348, + 509, + 362 + ], + "spans": [ + { + "bbox": [ + 372, + 352, + 379, + 360 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 348, + 470, + 362 + ], + "score": 1.0, + "content": "-axis is the fraction of", + "type": "text" + }, + { + "bbox": [ + 470, + 349, + 492, + 360 + ], + "score": 0.87, + "content": "X ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 492, + 348, + 509, + 362 + ], + "score": 1.0, + "content": "be-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 370, + 360, + 501, + 373 + ], + "spans": [ + { + "bbox": [ + 370, + 360, + 469, + 373 + ], + "score": 1.0, + "content": "ing kept (no cropping is", + "type": "text" + }, + { + "bbox": [ + 470, + 360, + 494, + 371 + ], + "score": 0.87, + "content": "1 0 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 360, + 501, + 373 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 13 + } + ], + "index": 9.75 + }, + { + "type": "text", + "bbox": [ + 108, + 398, + 502, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 397, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 412 + ], + "score": 1.0, + "content": "Architecture. Removing relative position encoding (Rel-Pos) leads to better numbers on some tasks", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 410, + 504, + 422 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 504, + 422 + ], + "score": 1.0, + "content": "but significantly hurts MNLI. Using a shallow auxiliary network and keeping the same hidden", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 420, + 500, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 500, + 433 + ], + "score": 1.0, + "content": "dimension (768) is more effective than ELECTRA’s 12-layer but 256-hidden dimension generator.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 437, + 505, + 481 + ], + "lines": [ + { + "bbox": [ + 105, + 436, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 436, + 505, + 450 + ], + "score": 1.0, + "content": "Pretraining Signal Construction. Using randomly replaced tokens to corrupt text sequence hurts", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "significantly. Using a converged auxiliary network to pretrain the main model also hurts. It is better", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 459, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 506, + 471 + ], + "score": 1.0, + "content": "to pretrain the two Transformers together, as the auxiliary model gradually increases the difficulty of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 470, + 481, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 481, + 482 + ], + "score": 1.0, + "content": "the corrupted sequences and provides a natural learning curriculum for the main Transformer.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 486, + 505, + 519 + ], + "lines": [ + { + "bbox": [ + 105, + 484, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 499 + ], + "score": 1.0, + "content": "CLM Setup. Disabling the multi-task learning and using All-Token MLM [7] reduces model accuracy.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 496, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 510 + ], + "score": 1.0, + "content": "The copy mechanism is effective. The benefits of the stop gradient operation are more on stability", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 508, + 239, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 239, + 520 + ], + "score": 1.0, + "content": "(preventing training divergence).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26 + }, + { + "type": "title", + "bbox": [ + 106, + 536, + 315, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 317, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 317, + 550 + ], + "score": 1.0, + "content": "5.2 Analyses of Contrastive Learning with SCL", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 104, + 558, + 486, + 570 + ], + "lines": [ + { + "bbox": [ + 105, + 556, + 486, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 486, + 573 + ], + "score": 1.0, + "content": "This group of experiments analyzes the behavior of SCL. All experiments use the base setting.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "Ablation on Data Augmentation. Figure 4 shows the effects of the cropping operation when", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "score": 1.0, + "content": "forming positive SCL pairs with the corrupted sequence. Using the original sequence results in worse", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "score": 1.0, + "content": "GLUE accuracy. It is less informative as the model no longer needs to learn representations robust to", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 606, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 363, + 621 + ], + "score": 1.0, + "content": "sequence-level alteration. Cropping too much (e.g., only keeping", + "type": "text" + }, + { + "bbox": [ + 363, + 607, + 383, + 618 + ], + "score": 0.89, + "content": "7 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 606, + 506, + 621 + ], + "score": 1.0, + "content": "of the original sequence), may", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "score": 1.0, + "content": "hurt as it can alter the semantics too much. Empirically a simple alteration works the best, similar to", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 628, + 293, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 293, + 641 + ], + "score": 1.0, + "content": "the observations in recent research [4, 16, 22].", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 645, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "Alignment and Uniformity. Figure 5 plots the distribution of cosine similarities between random", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 657, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 505, + 668 + ], + "score": 1.0, + "content": "sequence pairs and similar ones using representations pretrained by COCO-LM. The representation", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "space from COCO-LM is drastically different from those in Figure 1. With COCO-LM, similar pairs", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "are more aligned and random pairs are distributed more uniformly. Many similar pairs have near 1", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "cosine similarity and are clearly separated from random pairs which center around 0. The t-SNE [9]", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "plot in Figure 6 further demonstrates the benefits of SCL. The similar sentence pairs (marked by same", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "shapes) are aligned closer when pretrained with SCL. Their average cosine similarity is 0.925 when", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39 + } + ], + "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": [ + 107, + 70, + 503, + 190 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 107, + 70, + 503, + 190 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 503, + 190 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 503, + 190 + ], + "score": 0.98, + "html": "
GroupMethodMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
COCO-LMBase88.5/88.392.093.193.263.984.891.490.387.2
Pretraining TaskRTDOnly88.4/88.292.193.592.767.380.589.090.986.8
CLMOnly88.6/88.492.093.293.767.480.190.090.486.9
SCL +RTD88.6/88.292.193.593.864.382.790.290.686.9
Network Setingw/o. Rel-Pos w. ELECTRA's Auxiliary88.2/87.792.293.493.768.882.791.290.687.6
Training88.0/87.791.992.793.564.381.289.589.786.3
w.Random Replacements84.9/84.791.491.191.441.670.087.387.180.6
Signalw. Converged Auxiliary88.3/88.192.092.894.364.278.390.490.286.3
CLM SetupAll-Token LM Only87.2/87.092.693.788.589.784.7
CLM w/o. Copy88.0/87.991.8 91.893.194.460.6 66.674.0 76.989.590.186.3
CLM w/o. Stop-grad88.5/88.292.092.994.366.580.990.090.686.9
", + "type": "table", + "image_path": "d2b58bb6c1c54f09e25b712c6e2942447aa58b38e114da9cd3eed138883fa24a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 503, + 110.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 110.0, + 503, + 150.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 150.0, + 503, + 190.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 106, + 198, + 502, + 210 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 196, + 504, + 212 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 504, + 212 + ], + "score": 1.0, + "content": "Table 3: Ablations on GLUE Dev. that eliminate (w/o.), keep (Only) or switch (w.) one component.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "image", + "bbox": [ + 110, + 224, + 355, + 320 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 224, + 355, + 320 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 224, + 355, + 320 + ], + "spans": [ + { + "bbox": [ + 110, + 224, + 355, + 320 + ], + "score": 0.964, + "type": "image", + "image_path": "7c7b853b454b46cee7bf8429edacf37572ac7613714aa9383792bc931834deea.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 110, + 224, + 355, + 256.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 110, + 256.0, + 355, + 288.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 110, + 288.0, + 355, + 320.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 329, + 360, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 329, + 361, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 146, + 342 + ], + "score": 1.0, + "content": "Figure 3:", + "type": "text" + }, + { + "bbox": [ + 146, + 329, + 212, + 340 + ], + "score": 0.27, + "content": "\\mathrm { C O C O - L M _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 329, + 288, + 342 + ], + "score": 1.0, + "content": "on MNLI Dev. (", + "type": "text" + }, + { + "bbox": [ + 288, + 331, + 294, + 340 + ], + "score": 0.69, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 329, + 361, + 342 + ], + "score": 1.0, + "content": "-axes) at differ-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 339, + 361, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 361, + 352 + ], + "score": 1.0, + "content": "ent pretraining hours on four DGX-2 nodes (64 V100 GPUs).", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 351, + 360, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 360, + 363 + ], + "score": 1.0, + "content": "The final training hours and accuracy of RoBERTa (Ours) and", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 361, + 354, + 375 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 354, + 375 + ], + "score": 1.0, + "content": "ELECTRA (Ours) measured in the same settings are marked.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.0 + } + ], + "index": 9.5 + }, + { + "type": "image", + "bbox": [ + 375, + 223, + 502, + 308 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 375, + 223, + 502, + 308 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 375, + 223, + 502, + 308 + ], + "spans": [ + { + "bbox": [ + 375, + 223, + 502, + 308 + ], + "score": 0.93, + "type": "image", + "image_path": "b0838b4ee1160733d8845b67109fdb9dc7efa9acb20b3820901e16797ecc717f.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 375, + 223, + 502, + 265.5 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 375, + 265.5, + 502, + 308.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 371, + 317, + 507, + 372 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 371, + 316, + 508, + 329 + ], + "spans": [ + { + "bbox": [ + 371, + 316, + 508, + 329 + ], + "score": 1.0, + "content": "Figure 4: The performance of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 371, + 327, + 507, + 340 + ], + "spans": [ + { + "bbox": [ + 371, + 327, + 403, + 340 + ], + "score": 1.0, + "content": "COCO-", + "type": "text" + }, + { + "bbox": [ + 403, + 328, + 434, + 339 + ], + "score": 0.65, + "content": "\\mathbf { \\cdot L M _ { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 327, + 507, + 340 + ], + "score": 1.0, + "content": "when pretrained", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 371, + 337, + 507, + 351 + ], + "spans": [ + { + "bbox": [ + 371, + 337, + 507, + 351 + ], + "score": 1.0, + "content": "with different crop fractions. The", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 372, + 348, + 509, + 362 + ], + "spans": [ + { + "bbox": [ + 372, + 352, + 379, + 360 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 348, + 470, + 362 + ], + "score": 1.0, + "content": "-axis is the fraction of", + "type": "text" + }, + { + "bbox": [ + 470, + 349, + 492, + 360 + ], + "score": 0.87, + "content": "X ^ { \\mathrm { o r i g } }", + "type": "inline_equation" + }, + { + "bbox": [ + 492, + 348, + 509, + 362 + ], + "score": 1.0, + "content": "be-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 370, + 360, + 501, + 373 + ], + "spans": [ + { + "bbox": [ + 370, + 360, + 469, + 373 + ], + "score": 1.0, + "content": "ing kept (no cropping is", + "type": "text" + }, + { + "bbox": [ + 470, + 360, + 494, + 371 + ], + "score": 0.87, + "content": "1 0 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 360, + 501, + 373 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 13 + } + ], + "index": 9.75 + }, + { + "type": "text", + "bbox": [ + 108, + 398, + 502, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 397, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 412 + ], + "score": 1.0, + "content": "Architecture. Removing relative position encoding (Rel-Pos) leads to better numbers on some tasks", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 410, + 504, + 422 + ], + "spans": [ + { + "bbox": [ + 106, + 410, + 504, + 422 + ], + "score": 1.0, + "content": "but significantly hurts MNLI. Using a shallow auxiliary network and keeping the same hidden", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 420, + 500, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 500, + 433 + ], + "score": 1.0, + "content": "dimension (768) is more effective than ELECTRA’s 12-layer but 256-hidden dimension generator.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 397, + 505, + 433 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 437, + 505, + 481 + ], + "lines": [ + { + "bbox": [ + 105, + 436, + 505, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 436, + 505, + 450 + ], + "score": 1.0, + "content": "Pretraining Signal Construction. Using randomly replaced tokens to corrupt text sequence hurts", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "significantly. Using a converged auxiliary network to pretrain the main model also hurts. It is better", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 459, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 506, + 471 + ], + "score": 1.0, + "content": "to pretrain the two Transformers together, as the auxiliary model gradually increases the difficulty of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 470, + 481, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 470, + 481, + 482 + ], + "score": 1.0, + "content": "the corrupted sequences and provides a natural learning curriculum for the main Transformer.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 436, + 506, + 482 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 486, + 505, + 519 + ], + "lines": [ + { + "bbox": [ + 105, + 484, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 506, + 499 + ], + "score": 1.0, + "content": "CLM Setup. Disabling the multi-task learning and using All-Token MLM [7] reduces model accuracy.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 496, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 510 + ], + "score": 1.0, + "content": "The copy mechanism is effective. The benefits of the stop gradient operation are more on stability", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 508, + 239, + 520 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 239, + 520 + ], + "score": 1.0, + "content": "(preventing training divergence).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 484, + 506, + 520 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 536, + 315, + 548 + ], + "lines": [ + { + "bbox": [ + 105, + 536, + 317, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 317, + 550 + ], + "score": 1.0, + "content": "5.2 Analyses of Contrastive Learning with SCL", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 104, + 558, + 486, + 570 + ], + "lines": [ + { + "bbox": [ + 105, + 556, + 486, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 486, + 573 + ], + "score": 1.0, + "content": "This group of experiments analyzes the behavior of SCL. All experiments use the base setting.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 556, + 486, + 573 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 574, + 505, + 641 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 587 + ], + "score": 1.0, + "content": "Ablation on Data Augmentation. Figure 4 shows the effects of the cropping operation when", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 585, + 505, + 597 + ], + "score": 1.0, + "content": "forming positive SCL pairs with the corrupted sequence. Using the original sequence results in worse", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 596, + 505, + 608 + ], + "score": 1.0, + "content": "GLUE accuracy. It is less informative as the model no longer needs to learn representations robust to", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 606, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 363, + 621 + ], + "score": 1.0, + "content": "sequence-level alteration. Cropping too much (e.g., only keeping", + "type": "text" + }, + { + "bbox": [ + 363, + 607, + 383, + 618 + ], + "score": 0.89, + "content": "7 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 606, + 506, + 621 + ], + "score": 1.0, + "content": "of the original sequence), may", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 505, + 630 + ], + "score": 1.0, + "content": "hurt as it can alter the semantics too much. Empirically a simple alteration works the best, similar to", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 628, + 293, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 293, + 641 + ], + "score": 1.0, + "content": "the observations in recent research [4, 16, 22].", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 573, + 506, + 641 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 645, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "Alignment and Uniformity. Figure 5 plots the distribution of cosine similarities between random", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 657, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 505, + 668 + ], + "score": 1.0, + "content": "sequence pairs and similar ones using representations pretrained by COCO-LM. The representation", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "space from COCO-LM is drastically different from those in Figure 1. With COCO-LM, similar pairs", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "are more aligned and random pairs are distributed more uniformly. Many similar pairs have near 1", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "cosine similarity and are clearly separated from random pairs which center around 0. The t-SNE [9]", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "plot in Figure 6 further demonstrates the benefits of SCL. The similar sentence pairs (marked by same", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "shapes) are aligned closer when pretrained with SCL. Their average cosine similarity is 0.925 when", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 374, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 387 + ], + "score": 1.0, + "content": "pretrained with SCL, while is 0.863 without SCL. This better alignment and uniformity is achieved", + "type": "text", + "cross_page": true + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 384, + 489, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 489, + 397 + ], + "score": 1.0, + "content": "by COCO-LM with SCL via pretraining, without using task-specific data nor supervised labels.", + "type": "text", + "cross_page": true + } + ], + "index": 27 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 645, + 506, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 60, + 229, + 140 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 60, + 229, + 140 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 60, + 229, + 140 + ], + "spans": [ + { + "bbox": [ + 110, + 60, + 229, + 140 + ], + "score": 0.743, + "type": "image", + "image_path": "82aaaec6538ad34bc36ab524aaa756ff25c2f6723407c61d051220eb759a68b2.jpg" + } + ] + } + ], + "index": 0.5, + "virtual_lines": [ + { + "bbox": [ + 110, + 60, + 229, + 100.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 100.0, + 229, + 140.0 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 159, + 238, + 215 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 159, + 239, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 239, + 172 + ], + "score": 1.0, + "content": "Figure 5: Cosine similarity of se-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 171, + 238, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 238, + 182 + ], + "score": 1.0, + "content": "quence pairs randomly sampled", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 182, + 238, + 193 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 238, + 193 + ], + "score": 1.0, + "content": "from pretraining corpus and most", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 191, + 239, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 239, + 205 + ], + "score": 1.0, + "content": "similar pairs from STS-B using", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 201, + 226, + 217 + ], + "spans": [ + { + "bbox": [ + 107, + 201, + 192, + 217 + ], + "score": 1.0, + "content": "[CLS] from COCO-", + "type": "text" + }, + { + "bbox": [ + 192, + 203, + 221, + 214 + ], + "score": 0.43, + "content": "\\mathrm { L M } _ { \\mathrm { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 201, + 226, + 217 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + } + ], + "index": 5.75 + }, + { + "type": "image", + "bbox": [ + 257, + 60, + 500, + 151 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 257, + 60, + 500, + 151 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 257, + 60, + 500, + 151 + ], + "spans": [ + { + "bbox": [ + 257, + 60, + 500, + 151 + ], + "score": 0.936, + "type": "image", + "image_path": "c1d97d0fc27a4c3c0d227b63fc15ba16a052a5c2bfaf1aa791b9ae2c82470dd6.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 257, + 60, + 500, + 73.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 257, + 73.0, + 500, + 86.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 257, + 86.0, + 500, + 99.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 257, + 99.0, + 500, + 112.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 257, + 112.0, + 500, + 125.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 257, + 125.0, + 500, + 138.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 257, + 138.0, + 500, + 151.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 250, + 160, + 505, + 215 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 250, + 160, + 507, + 172 + ], + "spans": [ + { + "bbox": [ + 250, + 160, + 507, + 172 + ], + "score": 1.0, + "content": "Figure 6: The t-SNE of sequence representations learned with or", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 250, + 171, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 250, + 171, + 506, + 183 + ], + "score": 1.0, + "content": "without SCL. The points are sampled from the most semantically", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 250, + 182, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 250, + 182, + 506, + 194 + ], + "score": 1.0, + "content": "similar sentences pairs from STS-B (with 5-score labels). The", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 251, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 251, + 192, + 506, + 205 + ], + "score": 1.0, + "content": "[CLS] embeddings are not fine-tuned. Some randomly selected", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 249, + 203, + 416, + 216 + ], + "spans": [ + { + "bbox": [ + 249, + 203, + 416, + 216 + ], + "score": 1.0, + "content": "similar pairs are marked by same shapes.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16 + } + ], + "index": 10.5 + }, + { + "type": "image", + "bbox": [ + 106, + 226, + 506, + 308 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 226, + 506, + 308 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 106, + 226, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 506, + 308 + ], + "score": 0.966, + "type": "image", + "image_path": "992113321700f003cba33a4d9ae2e2e1ae1bb00ef61b749c875f454276b56dcf.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 106, + 226, + 506, + 253.33333333333334 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 106, + 253.33333333333334, + 506, + 280.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 106, + 280.6666666666667, + 506, + 308.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 317, + 505, + 361 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 105, + 316, + 504, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 504, + 330 + ], + "score": 1.0, + "content": "Figure 7: Analyses of SCL. Figs. (a) and (b) show the average cosine similarity between the [CLS]", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "score": 1.0, + "content": "embeddings of positive and negative contrastive pairs during pretraining. Figs. (c) and (d) show the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 339, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 429, + 352 + ], + "score": 1.0, + "content": "few-shot accuracy on MNLI with different fractions of MNLI training set used (", + "type": "text" + }, + { + "bbox": [ + 429, + 341, + 436, + 349 + ], + "score": 0.62, + "content": "\\scriptstyle { \\dot { x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 339, + 506, + 352 + ], + "score": 1.0, + "content": "-axes). The error", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 349, + 435, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 435, + 362 + ], + "score": 1.0, + "content": "bars mark the max/min and the solid lines are the average of five fine-tuning runs.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + } + ], + "index": 21.75 + }, + { + "type": "text", + "bbox": [ + 106, + 374, + 503, + 396 + ], + "lines": [ + { + "bbox": [ + 105, + 374, + 505, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 387 + ], + "score": 1.0, + "content": "pretrained with SCL, while is 0.863 without SCL. This better alignment and uniformity is achieved", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 384, + 489, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 489, + 397 + ], + "score": 1.0, + "content": "by COCO-LM with SCL via pretraining, without using task-specific data nor supervised labels.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 401, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 400, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 415 + ], + "score": 1.0, + "content": "Regularizing the Representation Learning for Better Few-Shot Ability. One would expect any", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "score": 1.0, + "content": "pretrained Transformers to easily align a pair of corrupted sequence and cropped sequence as the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 423, + 506, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 173, + 436 + ], + "score": 1.0, + "content": "two share about", + "type": "text" + }, + { + "bbox": [ + 174, + 423, + 194, + 434 + ], + "score": 0.88, + "content": "8 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 423, + 506, + 436 + ], + "score": 1.0, + "content": "tokens. However, as shown in Figure 7a, that is not the case: Without SCL,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "the cosine similarity of the positive pairs is even lower than random negatives. SCL is necessary to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 444, + 450, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 450, + 459 + ], + "score": 1.0, + "content": "regularize the representation space and to reduce the risk of degeneration (Figure 7b).", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 461, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 506, + 474 + ], + "score": 1.0, + "content": "Similar to empirical observations and theoretical analyses in recent research [14, 16, 55], a more", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 472, + 507, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 507, + 484 + ], + "score": 1.0, + "content": "regularized representation space results in better generalization ability in scenarios with limited labels.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 135, + 496 + ], + "score": 1.0, + "content": "Figure", + "type": "text" + }, + { + "bbox": [ + 135, + 483, + 146, + 494 + ], + "score": 0.29, + "content": "\\mathrm { 7 c }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "and 7d show the results when COCO-LM are trained (via standard fine-tuning) with only", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 494, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 506 + ], + "score": 1.0, + "content": "a fraction of MNLI labels. The improvements brought by SCL are more significant when fewer", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 504, + 504, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 253, + 518 + ], + "score": 1.0, + "content": "fine-tuning labels are available. With", + "type": "text" + }, + { + "bbox": [ + 254, + 505, + 268, + 515 + ], + "score": 0.87, + "content": "1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 504, + 477, + 518 + ], + "score": 1.0, + "content": "MNLI labels, pretraining with SCL improves MNLI-", + "type": "text" + }, + { + "bbox": [ + 477, + 505, + 504, + 515 + ], + "score": 0.49, + "content": ". \\mathrm { m } / \\mathrm { m m }", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 516, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 157, + 528 + ], + "score": 1.0, + "content": "accuracy by", + "type": "text" + }, + { + "bbox": [ + 158, + 516, + 190, + 528 + ], + "score": 0.78, + "content": "0 . 8 / 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 516, + 365, + 528 + ], + "score": 1.0, + "content": "compared to that without SCL. Using only", + "type": "text" + }, + { + "bbox": [ + 365, + 516, + 406, + 527 + ], + "score": 0.91, + "content": "1 0 \\% / 2 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 516, + 505, + 528 + ], + "score": 1.0, + "content": "labels, COCO-LM with", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 527, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 505, + 539 + ], + "score": 1.0, + "content": "SCL reaches similar MNLI accuracy with RoBERTa (Ours)/ELECTRA (Ours) fine-tuned with all", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 536, + 187, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 187, + 551 + ], + "score": 1.0, + "content": "labels, respectively.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 36.5 + }, + { + "type": "title", + "bbox": [ + 107, + 562, + 314, + 574 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 315, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 315, + 577 + ], + "score": 1.0, + "content": "5.3 Analyses of Language Modeling with CLM", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 108, + 582, + 413, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 582, + 415, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 415, + 596 + ], + "score": 1.0, + "content": "The last group of experiments studies the effectiveness and benefits of CLM.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 505, + 720 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "Ablations on Training Configurations. Figure 8 illustrates pretraining process with CLM and", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "All-Token MLM. The plots demonstrate the difficulty of language modeling upon corrupted text", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "score": 1.0, + "content": "sequences. It is quite an unbalanced task. For the majority of the tokens (Original) the task is", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 402, + 645 + ], + "score": 1.0, + "content": "simply to copy its input at the same position. For the replaced tokens", + "type": "text" + }, + { + "bbox": [ + 402, + 632, + 438, + 643 + ], + "score": 0.89, + "content": "( 7 - 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "total), however,", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 643, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 655 + ], + "score": 1.0, + "content": "the model needs to detect the abnormality brought by the auxiliary model and recover the original", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 653, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 667 + ], + "score": 1.0, + "content": "token. Implicitly training the copy mechanism as part of the hard LM task is not effective: The copy", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 664, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 505, + 677 + ], + "score": 1.0, + "content": "accuracy of All-Token MLM is much lower, and thus the LM head may confuse original tokens with", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 675, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 505, + 689 + ], + "score": 1.0, + "content": "replaced ones. As shown in Table 3 and ELECTRA [7], pretraining with All-Token MLM performs", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "score": 1.0, + "content": "worse than using the RTD task, though the latter is equivalent to only training the copy mechanism.", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 696, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 505, + 712 + ], + "score": 1.0, + "content": "The multi-task learning of CLM is necessary for the main Transformer to stably learn the language", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 709, + 302, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 302, + 721 + ], + "score": 1.0, + "content": "modeling task upon the corrupted text sequence.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 48 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 742, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 110, + 60, + 229, + 140 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 60, + 229, + 140 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 110, + 60, + 229, + 140 + ], + "spans": [ + { + "bbox": [ + 110, + 60, + 229, + 140 + ], + "score": 0.743, + "type": "image", + "image_path": "82aaaec6538ad34bc36ab524aaa756ff25c2f6723407c61d051220eb759a68b2.jpg" + } + ] + } + ], + "index": 0.5, + "virtual_lines": [ + { + "bbox": [ + 110, + 60, + 229, + 100.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 110, + 100.0, + 229, + 140.0 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 159, + 238, + 215 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 159, + 239, + 172 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 239, + 172 + ], + "score": 1.0, + "content": "Figure 5: Cosine similarity of se-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 171, + 238, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 238, + 182 + ], + "score": 1.0, + "content": "quence pairs randomly sampled", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 182, + 238, + 193 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 238, + 193 + ], + "score": 1.0, + "content": "from pretraining corpus and most", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 191, + 239, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 239, + 205 + ], + "score": 1.0, + "content": "similar pairs from STS-B using", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 201, + 226, + 217 + ], + "spans": [ + { + "bbox": [ + 107, + 201, + 192, + 217 + ], + "score": 1.0, + "content": "[CLS] from COCO-", + "type": "text" + }, + { + "bbox": [ + 192, + 203, + 221, + 214 + ], + "score": 0.43, + "content": "\\mathrm { L M } _ { \\mathrm { B a s e } }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 201, + 226, + 217 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + } + ], + "index": 5.75 + }, + { + "type": "image", + "bbox": [ + 257, + 60, + 500, + 151 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 257, + 60, + 500, + 151 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 257, + 60, + 500, + 151 + ], + "spans": [ + { + "bbox": [ + 257, + 60, + 500, + 151 + ], + "score": 0.936, + "type": "image", + "image_path": "c1d97d0fc27a4c3c0d227b63fc15ba16a052a5c2bfaf1aa791b9ae2c82470dd6.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 257, + 60, + 500, + 73.0 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 257, + 73.0, + 500, + 86.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 257, + 86.0, + 500, + 99.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 257, + 99.0, + 500, + 112.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 257, + 112.0, + 500, + 125.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 257, + 125.0, + 500, + 138.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 257, + 138.0, + 500, + 151.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 250, + 160, + 505, + 215 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 250, + 160, + 507, + 172 + ], + "spans": [ + { + "bbox": [ + 250, + 160, + 507, + 172 + ], + "score": 1.0, + "content": "Figure 6: The t-SNE of sequence representations learned with or", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 250, + 171, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 250, + 171, + 506, + 183 + ], + "score": 1.0, + "content": "without SCL. The points are sampled from the most semantically", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 250, + 182, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 250, + 182, + 506, + 194 + ], + "score": 1.0, + "content": "similar sentences pairs from STS-B (with 5-score labels). The", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 251, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 251, + 192, + 506, + 205 + ], + "score": 1.0, + "content": "[CLS] embeddings are not fine-tuned. Some randomly selected", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 249, + 203, + 416, + 216 + ], + "spans": [ + { + "bbox": [ + 249, + 203, + 416, + 216 + ], + "score": 1.0, + "content": "similar pairs are marked by same shapes.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16 + } + ], + "index": 10.5 + }, + { + "type": "image", + "bbox": [ + 106, + 226, + 506, + 308 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 226, + 506, + 308 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 106, + 226, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 506, + 308 + ], + "score": 0.966, + "type": "image", + "image_path": "992113321700f003cba33a4d9ae2e2e1ae1bb00ef61b749c875f454276b56dcf.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 106, + 226, + 506, + 253.33333333333334 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 106, + 253.33333333333334, + 506, + 280.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 106, + 280.6666666666667, + 506, + 308.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 317, + 505, + 361 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 105, + 316, + 504, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 504, + 330 + ], + "score": 1.0, + "content": "Figure 7: Analyses of SCL. Figs. (a) and (b) show the average cosine similarity between the [CLS]", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 341 + ], + "score": 1.0, + "content": "embeddings of positive and negative contrastive pairs during pretraining. Figs. (c) and (d) show the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 339, + 506, + 352 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 429, + 352 + ], + "score": 1.0, + "content": "few-shot accuracy on MNLI with different fractions of MNLI training set used (", + "type": "text" + }, + { + "bbox": [ + 429, + 341, + 436, + 349 + ], + "score": 0.62, + "content": "\\scriptstyle { \\dot { x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 339, + 506, + 352 + ], + "score": 1.0, + "content": "-axes). The error", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 349, + 435, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 435, + 362 + ], + "score": 1.0, + "content": "bars mark the max/min and the solid lines are the average of five fine-tuning runs.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23.5 + } + ], + "index": 21.75 + }, + { + "type": "text", + "bbox": [ + 106, + 374, + 503, + 396 + ], + "lines": [], + "index": 26.5, + "bbox_fs": [ + 105, + 374, + 505, + 397 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 401, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 400, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 415 + ], + "score": 1.0, + "content": "Regularizing the Representation Learning for Better Few-Shot Ability. One would expect any", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 425 + ], + "score": 1.0, + "content": "pretrained Transformers to easily align a pair of corrupted sequence and cropped sequence as the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 423, + 506, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 173, + 436 + ], + "score": 1.0, + "content": "two share about", + "type": "text" + }, + { + "bbox": [ + 174, + 423, + 194, + 434 + ], + "score": 0.88, + "content": "8 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 423, + 506, + 436 + ], + "score": 1.0, + "content": "tokens. However, as shown in Figure 7a, that is not the case: Without SCL,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "the cosine similarity of the positive pairs is even lower than random negatives. SCL is necessary to", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 444, + 450, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 450, + 459 + ], + "score": 1.0, + "content": "regularize the representation space and to reduce the risk of degeneration (Figure 7b).", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 400, + 506, + 459 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 461, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 506, + 474 + ], + "score": 1.0, + "content": "Similar to empirical observations and theoretical analyses in recent research [14, 16, 55], a more", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 472, + 507, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 507, + 484 + ], + "score": 1.0, + "content": "regularized representation space results in better generalization ability in scenarios with limited labels.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 135, + 496 + ], + "score": 1.0, + "content": "Figure", + "type": "text" + }, + { + "bbox": [ + 135, + 483, + 146, + 494 + ], + "score": 0.29, + "content": "\\mathrm { 7 c }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "and 7d show the results when COCO-LM are trained (via standard fine-tuning) with only", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 494, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 506 + ], + "score": 1.0, + "content": "a fraction of MNLI labels. The improvements brought by SCL are more significant when fewer", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 504, + 504, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 253, + 518 + ], + "score": 1.0, + "content": "fine-tuning labels are available. With", + "type": "text" + }, + { + "bbox": [ + 254, + 505, + 268, + 515 + ], + "score": 0.87, + "content": "1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 504, + 477, + 518 + ], + "score": 1.0, + "content": "MNLI labels, pretraining with SCL improves MNLI-", + "type": "text" + }, + { + "bbox": [ + 477, + 505, + 504, + 515 + ], + "score": 0.49, + "content": ". \\mathrm { m } / \\mathrm { m m }", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 516, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 157, + 528 + ], + "score": 1.0, + "content": "accuracy by", + "type": "text" + }, + { + "bbox": [ + 158, + 516, + 190, + 528 + ], + "score": 0.78, + "content": "0 . 8 / 0 . 5", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 516, + 365, + 528 + ], + "score": 1.0, + "content": "compared to that without SCL. Using only", + "type": "text" + }, + { + "bbox": [ + 365, + 516, + 406, + 527 + ], + "score": 0.91, + "content": "1 0 \\% / 2 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 516, + 505, + 528 + ], + "score": 1.0, + "content": "labels, COCO-LM with", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 527, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 505, + 539 + ], + "score": 1.0, + "content": "SCL reaches similar MNLI accuracy with RoBERTa (Ours)/ELECTRA (Ours) fine-tuned with all", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 536, + 187, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 536, + 187, + 551 + ], + "score": 1.0, + "content": "labels, respectively.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 460, + 507, + 551 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 562, + 314, + 574 + ], + "lines": [ + { + "bbox": [ + 105, + 561, + 315, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 315, + 577 + ], + "score": 1.0, + "content": "5.3 Analyses of Language Modeling with CLM", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 108, + 582, + 413, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 582, + 415, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 415, + 596 + ], + "score": 1.0, + "content": "The last group of experiments studies the effectiveness and benefits of CLM.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 582, + 415, + 596 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 599, + 505, + 720 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "Ablations on Training Configurations. Figure 8 illustrates pretraining process with CLM and", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "All-Token MLM. The plots demonstrate the difficulty of language modeling upon corrupted text", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "score": 1.0, + "content": "sequences. It is quite an unbalanced task. For the majority of the tokens (Original) the task is", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 632, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 402, + 645 + ], + "score": 1.0, + "content": "simply to copy its input at the same position. For the replaced tokens", + "type": "text" + }, + { + "bbox": [ + 402, + 632, + 438, + 643 + ], + "score": 0.89, + "content": "( 7 - 8 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 632, + 506, + 645 + ], + "score": 1.0, + "content": "total), however,", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 643, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 655 + ], + "score": 1.0, + "content": "the model needs to detect the abnormality brought by the auxiliary model and recover the original", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 653, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 667 + ], + "score": 1.0, + "content": "token. Implicitly training the copy mechanism as part of the hard LM task is not effective: The copy", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 664, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 505, + 677 + ], + "score": 1.0, + "content": "accuracy of All-Token MLM is much lower, and thus the LM head may confuse original tokens with", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 675, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 505, + 689 + ], + "score": 1.0, + "content": "replaced ones. As shown in Table 3 and ELECTRA [7], pretraining with All-Token MLM performs", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 699 + ], + "score": 1.0, + "content": "worse than using the RTD task, though the latter is equivalent to only training the copy mechanism.", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 696, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 696, + 505, + 712 + ], + "score": 1.0, + "content": "The multi-task learning of CLM is necessary for the main Transformer to stably learn the language", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 709, + 302, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 302, + 721 + ], + "score": 1.0, + "content": "modeling task upon the corrupted text sequence.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 600, + 506, + 721 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 70, + 504, + 150 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 70, + 504, + 150 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 504, + 150 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 504, + 150 + ], + "score": 0.961, + "type": "image", + "image_path": "7f4f1d35a5619b20f4bb5dab0e62dc152a989762d0e164bcb37c0492f45877fe.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 504, + 96.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 96.66666666666667, + 504, + 123.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 123.33333333333334, + 504, + 150.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 158, + 505, + 192 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 158, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 380, + 173 + ], + "score": 1.0, + "content": "Figure 8: The copying accuracy and the language modeling accuracy", + "type": "text" + }, + { + "bbox": [ + 381, + 160, + 387, + 170 + ], + "score": 0.72, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 158, + 506, + 173 + ], + "score": 1.0, + "content": "-axes) of CLM and All-Token", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 169, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 252, + 183 + ], + "score": 1.0, + "content": "MLM at different pretraining steps (", + "type": "text" + }, + { + "bbox": [ + 252, + 172, + 259, + 180 + ], + "score": 0.62, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 169, + 506, + 183 + ], + "score": 1.0, + "content": "-axes, in 10K scale). The accuracy is averaged on tokens that", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "score": 1.0, + "content": "are replaced by the auxiliary Transformer (Replaced) or those from the original input text (Original).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 212, + 317, + 354 + ], + "lines": [ + { + "bbox": [ + 106, + 212, + 317, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 317, + 225 + ], + "score": 1.0, + "content": "Prompt-Based Fine-Tuning with CLM. Table 4 in-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 223, + 317, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 317, + 236 + ], + "score": 1.0, + "content": "cludes the prompt-based fine-tuning experiments on", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 234, + 317, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 283, + 246 + ], + "score": 1.0, + "content": "MNLI for RoBERTa and COCO-LM under", + "type": "text" + }, + { + "bbox": [ + 284, + 235, + 317, + 244 + ], + "score": 0.36, + "content": "b a s e + +", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 246, + 317, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 144, + 257 + ], + "score": 1.0, + "content": "and large", + "type": "text" + }, + { + "bbox": [ + 144, + 246, + 158, + 256 + ], + "score": 0.68, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 246, + 317, + 257 + ], + "score": 1.0, + "content": "sizes, following the same few-shot man-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 256, + 317, + 268 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 317, + 268 + ], + "score": 1.0, + "content": "ual prompt fine-tuning with demonstration setup in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 266, + 317, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 196, + 279 + ], + "score": 1.0, + "content": "LM-BFF [15]. We use", + "type": "text" + }, + { + "bbox": [ + 196, + 267, + 288, + 278 + ], + "score": 0.9, + "content": "\\{ 3 e - 6 , 4 e - 6 , 5 e - 6 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 266, + 317, + 279 + ], + "score": 1.0, + "content": "for the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 278, + 318, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 318, + 289 + ], + "score": 1.0, + "content": "learning rate search of COCO-LM base++/large++", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 289, + 317, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 317, + 300 + ], + "score": 1.0, + "content": "model, with everything else kept same as described", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 299, + 318, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 318, + 312 + ], + "score": 1.0, + "content": "in LM-BFF. With exactly the same pipeline, COCO-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 311, + 317, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 265, + 322 + ], + "score": 1.0, + "content": "LM outperforms RoBERTa under both", + "type": "text" + }, + { + "bbox": [ + 265, + 311, + 299, + 321 + ], + "score": 0.62, + "content": "b a s e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 311, + 317, + 322 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 321, + 318, + 334 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 143, + 333 + ], + "score": 0.27, + "content": "l a r g e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 321, + 318, + 334 + ], + "score": 1.0, + "content": "sizes by significant margins on MNLI-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 332, + 318, + 345 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 134, + 343 + ], + "score": 0.69, + "content": "\\mathrm { m } / \\mathrm { m m }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 332, + 318, + 345 + ], + "score": 1.0, + "content": ". Such observations are interesting as COCO-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 343, + 317, + 356 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 317, + 356 + ], + "score": 1.0, + "content": "LM’s main Transformer does not even see any", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 12 + }, + { + "type": "table", + "bbox": [ + 326, + 214, + 503, + 275 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 326, + 214, + 503, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 326, + 214, + 503, + 275 + ], + "spans": [ + { + "bbox": [ + 326, + 214, + 503, + 275 + ], + "score": 0.971, + "html": "
ModelMNLI-mMNLI-mm
RoBERTaBase++60.1 (1.5)61.8 (1.2)
COCO-LMBase++66.5 (2.1)68.0 (2.3)
RoBERTaLarge++70.7 (1.3)72.0 (1.2)
COCO-LMLarge++72.0 (1.5)73.3 (1.1)
", + "type": "table", + "image_path": "b69ebfa31e564bad91527412c0c106a5b7acd7bf62724bb1f125afb7db4b1808.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 326, + 214, + 503, + 229.25 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 326, + 229.25, + 503, + 244.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 326, + 244.5, + 503, + 259.75 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 326, + 259.75, + 503, + 275.0 + ], + "spans": [], + "index": 22 + } + ] + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 324, + 283, + 504, + 338 + ], + "lines": [ + { + "bbox": [ + 323, + 281, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 323, + 281, + 506, + 297 + ], + "score": 1.0, + "content": "Table 4: Few-shot prompt-based fine-tuning", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 324, + 293, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 324, + 293, + 505, + 306 + ], + "score": 1.0, + "content": "using RoBERTa and COCO-LM trained on", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 323, + 305, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 323, + 305, + 505, + 317 + ], + "score": 1.0, + "content": "16 samples per class. Mean (and standard", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 323, + 316, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 323, + 316, + 506, + 328 + ], + "score": 1.0, + "content": "deviation) accuracy results over 5 different", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 323, + 326, + 464, + 339 + ], + "spans": [ + { + "bbox": [ + 323, + 326, + 389, + 339 + ], + "score": 1.0, + "content": "splits on MNLI-", + "type": "text" + }, + { + "bbox": [ + 389, + 327, + 417, + 338 + ], + "score": 0.52, + "content": ". \\mathrm { m } / \\mathrm { m m }", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 326, + 464, + 339 + ], + "score": 1.0, + "content": "are shown.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 506, + 442 + ], + "lines": [ + { + "bbox": [ + 108, + 354, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 108, + 354, + 506, + 368 + ], + "score": 1.0, + "content": "[MASK] tokens during pretraining but still performs well on predicting masked tokens for prompt-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 365, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 505, + 378 + ], + "score": 1.0, + "content": "based learning. Note that ELECTRA and COCO-LM variants without the CLM task are not appli-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "cable: Their main Transformers are not pretrained by language modeling tasks (thus no language", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "score": 1.0, + "content": "modeling capability is learned to generate prompt label words). This points out the importance, if not", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "necessity, of COCO-LM in the family of ELECTRA-style pretraining models. With the benefits and", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 408, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 506, + 423 + ], + "score": 1.0, + "content": "rapid developments of prompt-based approaches, the lack of language modeling capability is going to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "score": 1.0, + "content": "limit the potential of ELECTRA’s self-supervised learning framework in many real-world scenarios.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 430, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 506, + 444 + ], + "score": 1.0, + "content": "COCO-LM not only addresses this limitation but also provides better prompt-based learning results.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5 + }, + { + "type": "title", + "bbox": [ + 107, + 461, + 280, + 475 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 281, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 281, + 476 + ], + "score": 1.0, + "content": "6 Conclusions and Future Work", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 488, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 105, + 488, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 505, + 502 + ], + "score": 1.0, + "content": "In this paper, we present COCO-LM, which pretrains language models using Corrective Language", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 498, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 513 + ], + "score": 1.0, + "content": "Modeling and Sequence Contrastive Learning upon corrupted text sequences. With standard pre-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "score": 1.0, + "content": "training data and Transformer architectures, COCO-LM improves the accuracy on the GLUE and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 520, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 505, + 535 + ], + "score": 1.0, + "content": "SQuAD benchmarks, while also being more efficient in utilizing pretraining computing resources", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 532, + 207, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 207, + 546 + ], + "score": 1.0, + "content": "and network parameters.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 549, + 505, + 593 + ], + "lines": [ + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "score": 1.0, + "content": "One limitation of this work is that the contrastive pairs are constructed by simple cropping and MLM", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "replacements. Recent studies have shown the effectiveness of advanced data augmentation techniques", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 571, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 505, + 583 + ], + "score": 1.0, + "content": "in fine-tuning language models [16, 38, 51]. A future research direction is to explore better ways to", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 581, + 338, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 338, + 595 + ], + "score": 1.0, + "content": "construct contrastive pairs in language model pretraining.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5 + }, + { + "type": "text", + "bbox": [ + 107, + 598, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 598, + 507, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 507, + 611 + ], + "score": 1.0, + "content": "Despite the empirical advantage of this auxiliary-main dual model framework, the auxiliary Trans-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "score": 1.0, + "content": "former training is not influenced by the main Transformer nor learns to generate the optimal pretrain-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 620, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 505, + 633 + ], + "score": 1.0, + "content": "ing signals for the main model. To better understand and tailor the training of the auxiliary model to", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 631, + 356, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 356, + 643 + ], + "score": 1.0, + "content": "the main model is another important future research direction.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47.5 + }, + { + "type": "title", + "bbox": [ + 108, + 662, + 201, + 675 + ], + "lines": [ + { + "bbox": [ + 106, + 660, + 203, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 203, + 677 + ], + "score": 1.0, + "content": "Acknowledgments", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 50 + }, + { + "type": "text", + "bbox": [ + 108, + 689, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 506, + 701 + ], + "score": 1.0, + "content": "We sincerely thank Guolin Ke for discussions and advice on model implementation. We also thank", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "score": 1.0, + "content": "anonymous reviewers for valuable and insightful feedback, especially the suggestion of adding", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 711, + 264, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 264, + 724 + ], + "score": 1.0, + "content": "prompt-based fine-tuning experiments.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 52 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 301, + 742, + 311, + 750 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 107, + 70, + 504, + 150 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 70, + 504, + 150 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 70, + 504, + 150 + ], + "spans": [ + { + "bbox": [ + 107, + 70, + 504, + 150 + ], + "score": 0.961, + "type": "image", + "image_path": "7f4f1d35a5619b20f4bb5dab0e62dc152a989762d0e164bcb37c0492f45877fe.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 107, + 70, + 504, + 96.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 107, + 96.66666666666667, + 504, + 123.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 123.33333333333334, + 504, + 150.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 158, + 505, + 192 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 158, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 380, + 173 + ], + "score": 1.0, + "content": "Figure 8: The copying accuracy and the language modeling accuracy", + "type": "text" + }, + { + "bbox": [ + 381, + 160, + 387, + 170 + ], + "score": 0.72, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 158, + 506, + 173 + ], + "score": 1.0, + "content": "-axes) of CLM and All-Token", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 169, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 252, + 183 + ], + "score": 1.0, + "content": "MLM at different pretraining steps (", + "type": "text" + }, + { + "bbox": [ + 252, + 172, + 259, + 180 + ], + "score": 0.62, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 169, + 506, + 183 + ], + "score": 1.0, + "content": "-axes, in 10K scale). The accuracy is averaged on tokens that", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 194 + ], + "score": 1.0, + "content": "are replaced by the auxiliary Transformer (Replaced) or those from the original input text (Original).", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 212, + 317, + 354 + ], + "lines": [ + { + "bbox": [ + 106, + 212, + 317, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 317, + 225 + ], + "score": 1.0, + "content": "Prompt-Based Fine-Tuning with CLM. Table 4 in-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 223, + 317, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 317, + 236 + ], + "score": 1.0, + "content": "cludes the prompt-based fine-tuning experiments on", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 234, + 317, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 234, + 283, + 246 + ], + "score": 1.0, + "content": "MNLI for RoBERTa and COCO-LM under", + "type": "text" + }, + { + "bbox": [ + 284, + 235, + 317, + 244 + ], + "score": 0.36, + "content": "b a s e + +", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 246, + 317, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 144, + 257 + ], + "score": 1.0, + "content": "and large", + "type": "text" + }, + { + "bbox": [ + 144, + 246, + 158, + 256 + ], + "score": 0.68, + "content": "^ { + + }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 246, + 317, + 257 + ], + "score": 1.0, + "content": "sizes, following the same few-shot man-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 256, + 317, + 268 + ], + "spans": [ + { + "bbox": [ + 106, + 256, + 317, + 268 + ], + "score": 1.0, + "content": "ual prompt fine-tuning with demonstration setup in", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 266, + 317, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 196, + 279 + ], + "score": 1.0, + "content": "LM-BFF [15]. We use", + "type": "text" + }, + { + "bbox": [ + 196, + 267, + 288, + 278 + ], + "score": 0.9, + "content": "\\{ 3 e - 6 , 4 e - 6 , 5 e - 6 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 266, + 317, + 279 + ], + "score": 1.0, + "content": "for the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 278, + 318, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 318, + 289 + ], + "score": 1.0, + "content": "learning rate search of COCO-LM base++/large++", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 289, + 317, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 317, + 300 + ], + "score": 1.0, + "content": "model, with everything else kept same as described", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 299, + 318, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 318, + 312 + ], + "score": 1.0, + "content": "in LM-BFF. With exactly the same pipeline, COCO-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 311, + 317, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 265, + 322 + ], + "score": 1.0, + "content": "LM outperforms RoBERTa under both", + "type": "text" + }, + { + "bbox": [ + 265, + 311, + 299, + 321 + ], + "score": 0.62, + "content": "b a s e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 311, + 317, + 322 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 321, + 318, + 334 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 143, + 333 + ], + "score": 0.27, + "content": "l a r g e + +", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 321, + 318, + 334 + ], + "score": 1.0, + "content": "sizes by significant margins on MNLI-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 332, + 318, + 345 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 134, + 343 + ], + "score": 0.69, + "content": "\\mathrm { m } / \\mathrm { m m }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 332, + 318, + 345 + ], + "score": 1.0, + "content": ". Such observations are interesting as COCO-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 343, + 317, + 356 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 317, + 356 + ], + "score": 1.0, + "content": "LM’s main Transformer does not even see any", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 212, + 318, + 356 + ] + }, + { + "type": "table", + "bbox": [ + 326, + 214, + 503, + 275 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 326, + 214, + 503, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 326, + 214, + 503, + 275 + ], + "spans": [ + { + "bbox": [ + 326, + 214, + 503, + 275 + ], + "score": 0.971, + "html": "
ModelMNLI-mMNLI-mm
RoBERTaBase++60.1 (1.5)61.8 (1.2)
COCO-LMBase++66.5 (2.1)68.0 (2.3)
RoBERTaLarge++70.7 (1.3)72.0 (1.2)
COCO-LMLarge++72.0 (1.5)73.3 (1.1)
", + "type": "table", + "image_path": "b69ebfa31e564bad91527412c0c106a5b7acd7bf62724bb1f125afb7db4b1808.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 326, + 214, + 503, + 229.25 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 326, + 229.25, + 503, + 244.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 326, + 244.5, + 503, + 259.75 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 326, + 259.75, + 503, + 275.0 + ], + "spans": [], + "index": 22 + } + ] + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 324, + 283, + 504, + 338 + ], + "lines": [ + { + "bbox": [ + 323, + 281, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 323, + 281, + 506, + 297 + ], + "score": 1.0, + "content": "Table 4: Few-shot prompt-based fine-tuning", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 324, + 293, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 324, + 293, + 505, + 306 + ], + "score": 1.0, + "content": "using RoBERTa and COCO-LM trained on", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 323, + 305, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 323, + 305, + 505, + 317 + ], + "score": 1.0, + "content": "16 samples per class. Mean (and standard", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 323, + 316, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 323, + 316, + 506, + 328 + ], + "score": 1.0, + "content": "deviation) accuracy results over 5 different", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 323, + 326, + 464, + 339 + ], + "spans": [ + { + "bbox": [ + 323, + 326, + 389, + 339 + ], + "score": 1.0, + "content": "splits on MNLI-", + "type": "text" + }, + { + "bbox": [ + 389, + 327, + 417, + 338 + ], + "score": 0.52, + "content": ". \\mathrm { m } / \\mathrm { m m }", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 326, + 464, + 339 + ], + "score": 1.0, + "content": "are shown.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25, + "bbox_fs": [ + 323, + 281, + 506, + 339 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 506, + 442 + ], + "lines": [ + { + "bbox": [ + 108, + 354, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 108, + 354, + 506, + 368 + ], + "score": 1.0, + "content": "[MASK] tokens during pretraining but still performs well on predicting masked tokens for prompt-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 365, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 505, + 378 + ], + "score": 1.0, + "content": "based learning. Note that ELECTRA and COCO-LM variants without the CLM task are not appli-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "cable: Their main Transformers are not pretrained by language modeling tasks (thus no language", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "score": 1.0, + "content": "modeling capability is learned to generate prompt label words). This points out the importance, if not", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "necessity, of COCO-LM in the family of ELECTRA-style pretraining models. With the benefits and", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 408, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 506, + 423 + ], + "score": 1.0, + "content": "rapid developments of prompt-based approaches, the lack of language modeling capability is going to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 506, + 433 + ], + "score": 1.0, + "content": "limit the potential of ELECTRA’s self-supervised learning framework in many real-world scenarios.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 430, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 506, + 444 + ], + "score": 1.0, + "content": "COCO-LM not only addresses this limitation but also provides better prompt-based learning results.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 354, + 506, + 444 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 461, + 280, + 475 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 281, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 281, + 476 + ], + "score": 1.0, + "content": "6 Conclusions and Future Work", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 488, + 505, + 544 + ], + "lines": [ + { + "bbox": [ + 105, + 488, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 505, + 502 + ], + "score": 1.0, + "content": "In this paper, we present COCO-LM, which pretrains language models using Corrective Language", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 498, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 513 + ], + "score": 1.0, + "content": "Modeling and Sequence Contrastive Learning upon corrupted text sequences. With standard pre-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 505, + 523 + ], + "score": 1.0, + "content": "training data and Transformer architectures, COCO-LM improves the accuracy on the GLUE and", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 520, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 505, + 535 + ], + "score": 1.0, + "content": "SQuAD benchmarks, while also being more efficient in utilizing pretraining computing resources", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 532, + 207, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 532, + 207, + 546 + ], + "score": 1.0, + "content": "and network parameters.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 488, + 506, + 546 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 549, + 505, + 593 + ], + "lines": [ + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "score": 1.0, + "content": "One limitation of this work is that the contrastive pairs are constructed by simple cropping and MLM", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "replacements. Recent studies have shown the effectiveness of advanced data augmentation techniques", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 571, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 505, + 583 + ], + "score": 1.0, + "content": "in fine-tuning language models [16, 38, 51]. A future research direction is to explore better ways to", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 581, + 338, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 338, + 595 + ], + "score": 1.0, + "content": "construct contrastive pairs in language model pretraining.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 548, + 506, + 595 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 598, + 505, + 642 + ], + "lines": [ + { + "bbox": [ + 105, + 598, + 507, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 507, + 611 + ], + "score": 1.0, + "content": "Despite the empirical advantage of this auxiliary-main dual model framework, the auxiliary Trans-", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 506, + 622 + ], + "score": 1.0, + "content": "former training is not influenced by the main Transformer nor learns to generate the optimal pretrain-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 620, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 505, + 633 + ], + "score": 1.0, + "content": "ing signals for the main model. To better understand and tailor the training of the auxiliary model to", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 631, + 356, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 631, + 356, + 643 + ], + "score": 1.0, + "content": "the main model is another important future research direction.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47.5, + "bbox_fs": [ + 105, + 598, + 507, + 643 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 662, + 201, + 675 + ], + "lines": [ + { + "bbox": [ + 106, + 660, + 203, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 203, + 677 + ], + "score": 1.0, + "content": "Acknowledgments", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 50 + }, + { + "type": "text", + "bbox": [ + 108, + 689, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 106, + 689, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 506, + 701 + ], + "score": 1.0, + "content": "We sincerely thank Guolin Ke for discussions and advice on model implementation. We also thank", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 506, + 714 + ], + "score": 1.0, + "content": "anonymous reviewers for valuable and insightful feedback, especially the suggestion of adding", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 711, + 264, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 264, + 724 + ], + "score": 1.0, + "content": "prompt-based fine-tuning experiments.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 52, + "bbox_fs": [ + 105, + 689, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 72, + 163, + 84 + ], + "lines": [ + { + "bbox": [ + 106, + 70, + 165, + 86 + ], + "spans": [ + { + "bbox": [ + 106, + 70, + 165, + 86 + ], + "score": 1.0, + "content": "References", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 105, + 86, + 507, + 724 + ], + "lines": [ + { + "bbox": [ + 110, + 90, + 506, + 101 + ], + "spans": [ + { + "bbox": [ + 110, + 90, + 506, + 101 + ], + "score": 1.0, + "content": "[1] Hangbo Bao, Li Dong, Furu Wei, Wenhui Wang, Nan Yang, Xiaodong Liu, Yu Wang, Songhao Piao,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 125, + 99, + 506, + 113 + ], + "spans": [ + { + "bbox": [ + 125, + 99, + 506, + 113 + ], + "score": 1.0, + "content": "Jianfeng Gao, Ming Zhou, and Hsiao-Wuen Hon. UniLMv2: Pseudo-masked language models for unified", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 125, + 109, + 293, + 122 + ], + "spans": [ + { + "bbox": [ + 125, + 109, + 293, + 122 + ], + "score": 1.0, + "content": "language model pre-training. In ICML, 2020.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 110, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 110, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "[2] Luisa Bentivogli, Peter Clark, Ido Dagan, and Danilo Giampiccolo. The fifth pascal recognizing textual", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 124, + 137, + 261, + 150 + ], + "spans": [ + { + "bbox": [ + 124, + 137, + 261, + 150 + ], + "score": 1.0, + "content": "entailment challenge. In TAC, 2009.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 111, + 156, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 111, + 156, + 506, + 167 + ], + "score": 1.0, + "content": "[3] Daniel Cer, Mona Diab, Eneko Agirre, Iñigo Lopez-Gazpio, and Lucia Specia. Semeval-2017 task 1:", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 126, + 166, + 504, + 177 + ], + "spans": [ + { + "bbox": [ + 126, + 166, + 504, + 177 + ], + "score": 1.0, + "content": "Semantic textual similarity multilingual and crosslingual focused evaluation. In International Workshop on", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 126, + 176, + 267, + 187 + ], + "spans": [ + { + "bbox": [ + 126, + 176, + 267, + 187 + ], + "score": 1.0, + "content": "Semantic Evaluation (SemEval), 2017.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 109, + 192, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 109, + 192, + 506, + 207 + ], + "score": 1.0, + "content": "[4] Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 124, + 204, + 352, + 216 + ], + "spans": [ + { + "bbox": [ + 124, + 204, + 352, + 216 + ], + "score": 1.0, + "content": "contrastive learning of visual representations. In ICML, 2020.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 110, + 221, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 110, + 221, + 506, + 235 + ], + "score": 1.0, + "content": "[5] Kevin Clark, Urvashi Khandelwal, Omer Levy, and Christopher D. Manning. What does BERT look at?", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 125, + 232, + 506, + 245 + ], + "spans": [ + { + "bbox": [ + 125, + 232, + 506, + 245 + ], + "score": 1.0, + "content": "an analysis of BERT’s attention. In ACL Workshop BlackboxNLP: Analyzing and Interpreting Neural", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 125, + 242, + 219, + 254 + ], + "spans": [ + { + "bbox": [ + 125, + 242, + 219, + 254 + ], + "score": 1.0, + "content": "Networks for NLP, 2019.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 110, + 260, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 110, + 260, + 506, + 273 + ], + "score": 1.0, + "content": "[6] Kevin Clark, Minh-Thang Luong, Quoc Le, and Christopher D Manning. Pre-training transformers as", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 125, + 270, + 295, + 282 + ], + "spans": [ + { + "bbox": [ + 125, + 270, + 295, + 282 + ], + "score": 1.0, + "content": "energy-based cloze models. In EMNLP, 2020.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 110, + 288, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 110, + 288, + 506, + 301 + ], + "score": 1.0, + "content": "[7] Kevin Clark, Minh-Thang Luong, Quoc V Le, and Christopher D Manning. ELECTRA: Pre-training text", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 124, + 298, + 364, + 310 + ], + "spans": [ + { + "bbox": [ + 124, + 298, + 364, + 310 + ], + "score": 1.0, + "content": "encoders as discriminators rather than generators. In ICLR, 2020.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 110, + 316, + 507, + 329 + ], + "spans": [ + { + "bbox": [ + 110, + 316, + 507, + 329 + ], + "score": 1.0, + "content": "[8] Peter Clark, Oyvind Tafjord, and Kyle Richardson. Transformers as soft reasoners over language. In IJCAI,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 125, + 326, + 150, + 338 + ], + "spans": [ + { + "bbox": [ + 125, + 326, + 150, + 338 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 109, + 343, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 109, + 343, + 507, + 359 + ], + "score": 1.0, + "content": "[9] Andy Coenen, Emily Reif, Ann Yuan, Been Kim, Adam Pearce, Fernanda Viégas, and Martin Wattenberg.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 125, + 354, + 380, + 366 + ], + "spans": [ + { + "bbox": [ + 125, + 354, + 380, + 366 + ], + "score": 1.0, + "content": "Visualizing and measuring the geometry of BERT. In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 371, + 507, + 387 + ], + "spans": [ + { + "bbox": [ + 104, + 371, + 507, + 387 + ], + "score": 1.0, + "content": "[10] Ido Dagan, Oren Glickman, and Bernardo Magnini. The pascal recognising textual entailment challenge.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 126, + 383, + 310, + 394 + ], + "spans": [ + { + "bbox": [ + 126, + 383, + 310, + 394 + ], + "score": 1.0, + "content": "In Machine Learning Challenges Workshop, 2005.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "score": 1.0, + "content": "[11] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 126, + 411, + 408, + 423 + ], + "spans": [ + { + "bbox": [ + 126, + 411, + 408, + 423 + ], + "score": 1.0, + "content": "bidirectional transformers for language understanding. In NAACL-HLT, 2019.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 428, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 441 + ], + "score": 1.0, + "content": "[12] William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases. In", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 126, + 439, + 324, + 451 + ], + "spans": [ + { + "bbox": [ + 126, + 439, + 324, + 451 + ], + "score": 1.0, + "content": "International Workshop on Paraphrasing (IWP), 2005.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "[13] Li Dong, Nan Yang, Wenhui Wang, Furu Wei, Xiaodong Liu, Yu Wang, Jianfeng Gao, Ming Zhou, and", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 123, + 465, + 508, + 481 + ], + "spans": [ + { + "bbox": [ + 123, + 465, + 508, + 481 + ], + "score": 1.0, + "content": "Hsiao-Wuen Hon. Unified language model pre-training for natural language understanding and generation.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 125, + 477, + 194, + 488 + ], + "spans": [ + { + "bbox": [ + 125, + 477, + 194, + 488 + ], + "score": 1.0, + "content": "In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "[14] Jun Gao, Di He, Xu Tan, Tao Qin, Liwei Wang, and Tie-Yan Liu. Representation degeneration problem in", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 124, + 505, + 346, + 517 + ], + "spans": [ + { + "bbox": [ + 124, + 505, + 346, + 517 + ], + "score": 1.0, + "content": "training natural language generation models. In ICLR, 2019.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 524, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 506, + 535 + ], + "score": 1.0, + "content": "[15] Tianyu Gao, Adam Fisch, and Danqi Chen. Making pre-trained language models better few-shot learners.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 124, + 531, + 182, + 546 + ], + "spans": [ + { + "bbox": [ + 124, + 531, + 182, + 546 + ], + "score": 1.0, + "content": "In ACL, 2021.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 552, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 506, + 563 + ], + "score": 1.0, + "content": "[16] Tianyu Gao, Xingcheng Yao, and Danqi Chen. SimCSE: Simple contrastive learning of sentence embed-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 126, + 561, + 217, + 573 + ], + "spans": [ + { + "bbox": [ + 126, + 561, + 217, + 573 + ], + "score": 1.0, + "content": "dings. In EMNLP, 2021.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 578, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 592 + ], + "score": 1.0, + "content": "[17] Danilo Giampiccolo, Bernardo Magnini, Ido Dagan, and Bill Dolan. The third pascal recognizing textual", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 125, + 589, + 475, + 602 + ], + "spans": [ + { + "bbox": [ + 125, + 589, + 475, + 602 + ], + "score": 1.0, + "content": "entailment challenge. In ACL-PASCAL workshop on textual entailment and paraphrasing, 2007.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 608, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 505, + 619 + ], + "score": 1.0, + "content": "[18] Aaron Gokaslan and Vanya Cohen. Openwebtext corpus. http://Skylion007.github.io/", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 125, + 617, + 246, + 630 + ], + "spans": [ + { + "bbox": [ + 125, + 617, + 246, + 630 + ], + "score": 1.0, + "content": "OpenWebTextCorpus, 2019.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 635, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 506, + 648 + ], + "score": 1.0, + "content": "[19] Beliz Gunel, Jingfei Du, Alexis Conneau, and Ves Stoyanov. Supervised contrastive learning for pre-trained", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 125, + 645, + 288, + 658 + ], + "spans": [ + { + "bbox": [ + 125, + 645, + 288, + 658 + ], + "score": 1.0, + "content": "language model fine-tuning. In ICLR, 2021.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 663, + 506, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 663, + 506, + 677 + ], + "score": 1.0, + "content": "[20] Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. REALM: Retrieval-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 124, + 673, + 334, + 686 + ], + "spans": [ + { + "bbox": [ + 124, + 673, + 334, + 686 + ], + "score": 1.0, + "content": "augmented language model pre-training. In ICML, 2020.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 691, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 506, + 704 + ], + "score": 1.0, + "content": "[21] R Bar Haim, Ido Dagan, Bill Dolan, Lisa Ferro, Danilo Giampiccolo, Bernardo Magnini, and Idan", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 125, + 701, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 125, + 701, + 505, + 714 + ], + "score": 1.0, + "content": "Szpektor. The second pascal recognising textual entailment challenge. In PASCAL Challenges Workshop", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 124, + 711, + 279, + 723 + ], + "spans": [ + { + "bbox": [ + 124, + 711, + 279, + 723 + ], + "score": 1.0, + "content": "on Recognising Textual Entailment, 2006.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 24 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 741, + 310, + 750 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 312, + 755 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 312, + 755 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 72, + 163, + 84 + ], + "lines": [ + { + "bbox": [ + 106, + 70, + 165, + 86 + ], + "spans": [ + { + "bbox": [ + 106, + 70, + 165, + 86 + ], + "score": 1.0, + "content": "References", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "list", + "bbox": [ + 105, + 86, + 507, + 724 + ], + "lines": [ + { + "bbox": [ + 110, + 90, + 506, + 101 + ], + "spans": [ + { + "bbox": [ + 110, + 90, + 506, + 101 + ], + "score": 1.0, + "content": "[1] Hangbo Bao, Li Dong, Furu Wei, Wenhui Wang, Nan Yang, Xiaodong Liu, Yu Wang, Songhao Piao,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 125, + 99, + 506, + 113 + ], + "spans": [ + { + "bbox": [ + 125, + 99, + 506, + 113 + ], + "score": 1.0, + "content": "Jianfeng Gao, Ming Zhou, and Hsiao-Wuen Hon. UniLMv2: Pseudo-masked language models for unified", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 125, + 109, + 293, + 122 + ], + "spans": [ + { + "bbox": [ + 125, + 109, + 293, + 122 + ], + "score": 1.0, + "content": "language model pre-training. In ICML, 2020.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 110, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "[2] Luisa Bentivogli, Peter Clark, Ido Dagan, and Danilo Giampiccolo. The fifth pascal recognizing textual", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 124, + 137, + 261, + 150 + ], + "spans": [ + { + "bbox": [ + 124, + 137, + 261, + 150 + ], + "score": 1.0, + "content": "entailment challenge. In TAC, 2009.", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 111, + 156, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 111, + 156, + 506, + 167 + ], + "score": 1.0, + "content": "[3] Daniel Cer, Mona Diab, Eneko Agirre, Iñigo Lopez-Gazpio, and Lucia Specia. Semeval-2017 task 1:", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 126, + 166, + 504, + 177 + ], + "spans": [ + { + "bbox": [ + 126, + 166, + 504, + 177 + ], + "score": 1.0, + "content": "Semantic textual similarity multilingual and crosslingual focused evaluation. In International Workshop on", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 126, + 176, + 267, + 187 + ], + "spans": [ + { + "bbox": [ + 126, + 176, + 267, + 187 + ], + "score": 1.0, + "content": "Semantic Evaluation (SemEval), 2017.", + "type": "text" + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 192, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 109, + 192, + 506, + 207 + ], + "score": 1.0, + "content": "[4] Ting Chen, Simon Kornblith, Mohammad Norouzi, and Geoffrey Hinton. A simple framework for", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 204, + 352, + 216 + ], + "spans": [ + { + "bbox": [ + 124, + 204, + 352, + 216 + ], + "score": 1.0, + "content": "contrastive learning of visual representations. In ICML, 2020.", + "type": "text" + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 221, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 110, + 221, + 506, + 235 + ], + "score": 1.0, + "content": "[5] Kevin Clark, Urvashi Khandelwal, Omer Levy, and Christopher D. Manning. What does BERT look at?", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 125, + 232, + 506, + 245 + ], + "spans": [ + { + "bbox": [ + 125, + 232, + 506, + 245 + ], + "score": 1.0, + "content": "an analysis of BERT’s attention. In ACL Workshop BlackboxNLP: Analyzing and Interpreting Neural", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 125, + 242, + 219, + 254 + ], + "spans": [ + { + "bbox": [ + 125, + 242, + 219, + 254 + ], + "score": 1.0, + "content": "Networks for NLP, 2019.", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 260, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 110, + 260, + 506, + 273 + ], + "score": 1.0, + "content": "[6] Kevin Clark, Minh-Thang Luong, Quoc Le, and Christopher D Manning. Pre-training transformers as", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 125, + 270, + 295, + 282 + ], + "spans": [ + { + "bbox": [ + 125, + 270, + 295, + 282 + ], + "score": 1.0, + "content": "energy-based cloze models. In EMNLP, 2020.", + "type": "text" + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 288, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 110, + 288, + 506, + 301 + ], + "score": 1.0, + "content": "[7] Kevin Clark, Minh-Thang Luong, Quoc V Le, and Christopher D Manning. ELECTRA: Pre-training text", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 124, + 298, + 364, + 310 + ], + "spans": [ + { + "bbox": [ + 124, + 298, + 364, + 310 + ], + "score": 1.0, + "content": "encoders as discriminators rather than generators. In ICLR, 2020.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 316, + 507, + 329 + ], + "spans": [ + { + "bbox": [ + 110, + 316, + 507, + 329 + ], + "score": 1.0, + "content": "[8] Peter Clark, Oyvind Tafjord, and Kyle Richardson. Transformers as soft reasoners over language. In IJCAI,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 125, + 326, + 150, + 338 + ], + "spans": [ + { + "bbox": [ + 125, + 326, + 150, + 338 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 343, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 109, + 343, + 507, + 359 + ], + "score": 1.0, + "content": "[9] Andy Coenen, Emily Reif, Ann Yuan, Been Kim, Adam Pearce, Fernanda Viégas, and Martin Wattenberg.", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 354, + 380, + 366 + ], + "spans": [ + { + "bbox": [ + 125, + 354, + 380, + 366 + ], + "score": 1.0, + "content": "Visualizing and measuring the geometry of BERT. In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 371, + 507, + 387 + ], + "spans": [ + { + "bbox": [ + 104, + 371, + 507, + 387 + ], + "score": 1.0, + "content": "[10] Ido Dagan, Oren Glickman, and Bernardo Magnini. The pascal recognising textual entailment challenge.", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 383, + 310, + 394 + ], + "spans": [ + { + "bbox": [ + 126, + 383, + 310, + 394 + ], + "score": 1.0, + "content": "In Machine Learning Challenges Workshop, 2005.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 506, + 414 + ], + "score": 1.0, + "content": "[11] Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: Pre-training of deep", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 411, + 408, + 423 + ], + "spans": [ + { + "bbox": [ + 126, + 411, + 408, + 423 + ], + "score": 1.0, + "content": "bidirectional transformers for language understanding. In NAACL-HLT, 2019.", + "type": "text" + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 428, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 506, + 441 + ], + "score": 1.0, + "content": "[12] William B Dolan and Chris Brockett. Automatically constructing a corpus of sentential paraphrases. In", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 439, + 324, + 451 + ], + "spans": [ + { + "bbox": [ + 126, + 439, + 324, + 451 + ], + "score": 1.0, + "content": "International Workshop on Paraphrasing (IWP), 2005.", + "type": "text" + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "[13] Li Dong, Nan Yang, Wenhui Wang, Furu Wei, Xiaodong Liu, Yu Wang, Jianfeng Gao, Ming Zhou, and", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 465, + 508, + 481 + ], + "spans": [ + { + "bbox": [ + 123, + 465, + 508, + 481 + ], + "score": 1.0, + "content": "Hsiao-Wuen Hon. Unified language model pre-training for natural language understanding and generation.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 125, + 477, + 194, + 488 + ], + "spans": [ + { + "bbox": [ + 125, + 477, + 194, + 488 + ], + "score": 1.0, + "content": "In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "[14] Jun Gao, Di He, Xu Tan, Tao Qin, Liwei Wang, and Tie-Yan Liu. Representation degeneration problem in", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 505, + 346, + 517 + ], + "spans": [ + { + "bbox": [ + 124, + 505, + 346, + 517 + ], + "score": 1.0, + "content": "training natural language generation models. In ICLR, 2019.", + "type": "text" + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 524, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 506, + 535 + ], + "score": 1.0, + "content": "[15] Tianyu Gao, Adam Fisch, and Danqi Chen. Making pre-trained language models better few-shot learners.", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 531, + 182, + 546 + ], + "spans": [ + { + "bbox": [ + 124, + 531, + 182, + 546 + ], + "score": 1.0, + "content": "In ACL, 2021.", + "type": "text" + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 552, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 552, + 506, + 563 + ], + "score": 1.0, + "content": "[16] Tianyu Gao, Xingcheng Yao, and Danqi Chen. SimCSE: Simple contrastive learning of sentence embed-", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 561, + 217, + 573 + ], + "spans": [ + { + "bbox": [ + 126, + 561, + 217, + 573 + ], + "score": 1.0, + "content": "dings. In EMNLP, 2021.", + "type": "text" + } + ], + "index": 36, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 578, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 506, + 592 + ], + "score": 1.0, + "content": "[17] Danilo Giampiccolo, Bernardo Magnini, Ido Dagan, and Bill Dolan. The third pascal recognizing textual", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 589, + 475, + 602 + ], + "spans": [ + { + "bbox": [ + 125, + 589, + 475, + 602 + ], + "score": 1.0, + "content": "entailment challenge. In ACL-PASCAL workshop on textual entailment and paraphrasing, 2007.", + "type": "text" + } + ], + "index": 38, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 608, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 505, + 619 + ], + "score": 1.0, + "content": "[18] Aaron Gokaslan and Vanya Cohen. Openwebtext corpus. http://Skylion007.github.io/", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 617, + 246, + 630 + ], + "spans": [ + { + "bbox": [ + 125, + 617, + 246, + 630 + ], + "score": 1.0, + "content": "OpenWebTextCorpus, 2019.", + "type": "text" + } + ], + "index": 40, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 635, + 506, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 506, + 648 + ], + "score": 1.0, + "content": "[19] Beliz Gunel, Jingfei Du, Alexis Conneau, and Ves Stoyanov. Supervised contrastive learning for pre-trained", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 645, + 288, + 658 + ], + "spans": [ + { + "bbox": [ + 125, + 645, + 288, + 658 + ], + "score": 1.0, + "content": "language model fine-tuning. In ICLR, 2021.", + "type": "text" + } + ], + "index": 42, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 663, + 506, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 663, + 506, + 677 + ], + "score": 1.0, + "content": "[20] Kelvin Guu, Kenton Lee, Zora Tung, Panupong Pasupat, and Ming-Wei Chang. REALM: Retrieval-", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 673, + 334, + 686 + ], + "spans": [ + { + "bbox": [ + 124, + 673, + 334, + 686 + ], + "score": 1.0, + "content": "augmented language model pre-training. In ICML, 2020.", + "type": "text" + } + ], + "index": 44, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 691, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 506, + 704 + ], + "score": 1.0, + "content": "[21] R Bar Haim, Ido Dagan, Bill Dolan, Lisa Ferro, Danilo Giampiccolo, Bernardo Magnini, and Idan", + "type": "text" + } + ], + "index": 45, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 701, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 125, + 701, + 505, + 714 + ], + "score": 1.0, + "content": "Szpektor. The second pascal recognising textual entailment challenge. In PASCAL Challenges Workshop", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 124, + 711, + 279, + 723 + ], + "spans": [ + { + "bbox": [ + 124, + 711, + 279, + 723 + ], + "score": 1.0, + "content": "on Recognising Textual Entailment, 2006.", + "type": "text" + } + ], + "index": 47, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 73, + 507, + 87 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 507, + 87 + ], + "score": 1.0, + "content": "[22] Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 82, + 298, + 96 + ], + "spans": [ + { + "bbox": [ + 123, + 82, + 298, + 96 + ], + "score": 1.0, + "content": "visual representation learning. In CVPR, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 101, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 101, + 505, + 113 + ], + "score": 1.0, + "content": "[23] Pengcheng He, Xiaodong Liu, Jianfeng Gao, and Weizhu Chen. DeBERTa: Decoding-enhanced bert with", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 111, + 268, + 123 + ], + "spans": [ + { + "bbox": [ + 125, + 111, + 268, + 123 + ], + "score": 1.0, + "content": "disentangled attention. In ICLR, 2021.", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "score": 1.0, + "content": "[24] Mandar Joshi, Danqi Chen, Yinhan Liu, Daniel S Weld, Luke Zettlemoyer, and Omer Levy. SpanBERT:", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 139, + 406, + 151 + ], + "spans": [ + { + "bbox": [ + 126, + 139, + 406, + 151 + ], + "score": 1.0, + "content": "Improving pre-training by representing and predicting spans. In TACL, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 155, + 507, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 507, + 170 + ], + "score": 1.0, + "content": "[25] Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray,", + "type": "text", + "cross_page": true + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 164, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 123, + 164, + 506, + 180 + ], + "score": 1.0, + "content": "Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models. arXiv preprint", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 125, + 176, + 219, + 188 + ], + "spans": [ + { + "bbox": [ + 125, + 176, + 219, + 188 + ], + "score": 1.0, + "content": "arXiv:2001.08361, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 192, + 507, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 507, + 207 + ], + "score": 1.0, + "content": "[26] Guolin Ke, Di He, and Tie-Yan Liu. Rethinking the positional encoding in language pre-training. In ICLR,", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 204, + 151, + 216 + ], + "spans": [ + { + "bbox": [ + 124, + 204, + 151, + 216 + ], + "score": 1.0, + "content": "2021.", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 220, + 507, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 507, + 234 + ], + "score": 1.0, + "content": "[27] Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, and Radu Soricut.", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 231, + 473, + 244 + ], + "spans": [ + { + "bbox": [ + 125, + 231, + 473, + 244 + ], + "score": 1.0, + "content": "ALBERT: A lite BERT for self-supervised learning of language representations. In ICLR, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 249, + 507, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 507, + 261 + ], + "score": 1.0, + "content": "[28] Teven Le Scao and Alexander M Rush. How many data points is a prompt worth? In NAACL-HLT, 2021.", + "type": "text", + "cross_page": true + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 266, + 507, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 507, + 280 + ], + "score": 1.0, + "content": "[29] Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy,", + "type": "text", + "cross_page": true + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 274, + 507, + 291 + ], + "spans": [ + { + "bbox": [ + 123, + 274, + 507, + 291 + ], + "score": 1.0, + "content": "Ves Stoyanov, and Luke Zettlemoyer. BART: Denoising sequence-to-sequence pre-training for natural", + "type": "text", + "cross_page": true + } + ], + "index": 15 + }, + { + "bbox": [ + 125, + 286, + 375, + 300 + ], + "spans": [ + { + "bbox": [ + 125, + 286, + 375, + 300 + ], + "score": 1.0, + "content": "language generation, translation, and comprehension. In ACL, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 302, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 317 + ], + "score": 1.0, + "content": "[30] Bohan Li, Hao Zhou, Junxian He, Mingxuan Wang, Yiming Yang, and Lei Li. On the sentence embeddings", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 313, + 321, + 327 + ], + "spans": [ + { + "bbox": [ + 124, + 313, + 321, + 327 + ], + "score": 1.0, + "content": "from pre-trained language models. In EMNLP, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 330, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 330, + 507, + 344 + ], + "score": 1.0, + "content": "[31] Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis,", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 339, + 507, + 355 + ], + "spans": [ + { + "bbox": [ + 123, + 339, + 507, + 355 + ], + "score": 1.0, + "content": "Luke Zettlemoyer, and Veselin Stoyanov. RoBERTa: A robustly optimized BERT pretraining approach.", + "type": "text", + "cross_page": true + } + ], + "index": 20 + }, + { + "bbox": [ + 125, + 351, + 273, + 363 + ], + "spans": [ + { + "bbox": [ + 125, + 351, + 273, + 363 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.11692, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "[32] Yi Luan, Jacob Eisenstein, Kristina Toutanove, and Michael Collins. Sparse, dense, and attentional", + "type": "text", + "cross_page": true + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 379, + 304, + 390 + ], + "spans": [ + { + "bbox": [ + 124, + 379, + 304, + 390 + ], + "score": 1.0, + "content": "representations for text retrieval. In TACL, 2021.", + "type": "text", + "cross_page": true + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 397, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 506, + 408 + ], + "score": 1.0, + "content": "[33] Yu Meng, Yunyi Zhang, Jiaxin Huang, Chenyan Xiong, Heng Ji, Chao Zhang, and Jiawei Han. Text", + "type": "text", + "cross_page": true + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 406, + 482, + 419 + ], + "spans": [ + { + "bbox": [ + 126, + 406, + 482, + 419 + ], + "score": 1.0, + "content": "classification using label names only: A language model self-training approach. In EMNLP, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "score": 1.0, + "content": "[34] Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predictive", + "type": "text", + "cross_page": true + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 434, + 303, + 446 + ], + "spans": [ + { + "bbox": [ + 125, + 434, + 303, + 446 + ], + "score": 1.0, + "content": "coding. arXiv preprint arXiv:1807.03748, 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 452, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 506, + 464 + ], + "score": 1.0, + "content": "[35] Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan, Sam Gross, Nathan Ng, David Grangier, and", + "type": "text", + "cross_page": true + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 459, + 507, + 475 + ], + "spans": [ + { + "bbox": [ + 124, + 459, + 507, + 475 + ], + "score": 1.0, + "content": "Michael Auli. FAIRSEQ: A fast, extensible toolkit for sequence modeling. In NAACL-HLT Demonstrations,", + "type": "text", + "cross_page": true + } + ], + "index": 29 + }, + { + "bbox": [ + 125, + 471, + 151, + 484 + ], + "spans": [ + { + "bbox": [ + 125, + 471, + 151, + 484 + ], + "score": 1.0, + "content": "2019.", + "type": "text", + "cross_page": true + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "score": 1.0, + "content": "[36] Matthew Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke", + "type": "text", + "cross_page": true + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 499, + 415, + 511 + ], + "spans": [ + { + "bbox": [ + 125, + 499, + 415, + 511 + ], + "score": 1.0, + "content": "Zettlemoyer. Deep contextualized word representations. In NAACL-HLT, 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "score": 1.0, + "content": "[37] Senthil Purushwalkam and Abhinav Gupta. Demystifying contrastive self-supervised learning: Invariances,", + "type": "text", + "cross_page": true + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 527, + 319, + 537 + ], + "spans": [ + { + "bbox": [ + 124, + 527, + 319, + 537 + ], + "score": 1.0, + "content": "augmentations and dataset biases. In NeurIPS, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 543, + 507, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 507, + 557 + ], + "score": 1.0, + "content": "[38] Yanru Qu, Dinghan Shen, Yelong Shen, Sandra Sajeev, Jiawei Han, and Weizhu Chen. CoDA: Contrast-", + "type": "text", + "cross_page": true + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 553, + 507, + 568 + ], + "spans": [ + { + "bbox": [ + 124, + 553, + 507, + 568 + ], + "score": 1.0, + "content": "enhanced and diversity-promoting data augmentation for natural language understanding. In ICLR, 2021.", + "type": "text", + "cross_page": true + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 572, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 505, + 583 + ], + "score": 1.0, + "content": "[39] Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models", + "type": "text", + "cross_page": true + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 582, + 358, + 594 + ], + "spans": [ + { + "bbox": [ + 125, + 582, + 358, + 594 + ], + "score": 1.0, + "content": "are unsupervised multitask learners. OpenAI blog, 1(8):9, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 38, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "[40] Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou,", + "type": "text", + "cross_page": true + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 609, + 507, + 621 + ], + "spans": [ + { + "bbox": [ + 126, + 609, + 507, + 621 + ], + "score": 1.0, + "content": "Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer.", + "type": "text", + "cross_page": true + } + ], + "index": 40 + }, + { + "bbox": [ + 125, + 619, + 294, + 631 + ], + "spans": [ + { + "bbox": [ + 125, + 619, + 294, + 631 + ], + "score": 1.0, + "content": "Journal of Machine Learning Research, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 637, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 418, + 649 + ], + "score": 1.0, + "content": "[41] Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy Liang. SQuAD:", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 418, + 637, + 455, + 646 + ], + "score": 0.58, + "content": "^ { 1 0 0 , 0 0 0 + }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 455, + 637, + 506, + 649 + ], + "score": 1.0, + "content": "questions for", + "type": "text", + "cross_page": true + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 646, + 311, + 658 + ], + "spans": [ + { + "bbox": [ + 125, + 646, + 311, + 658 + ], + "score": 1.0, + "content": "machine comprehension of text. In EMNLP, 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 43, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 664, + 506, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 506, + 676 + ], + "score": 1.0, + "content": "[42] Anirudh Ravula, Chris Alberti, Joshua Ainslie, Li Yang, Philip Minh Pham, Qifan Wang, Santiago Ontanon,", + "type": "text", + "cross_page": true + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 672, + 506, + 687 + ], + "spans": [ + { + "bbox": [ + 123, + 672, + 506, + 687 + ], + "score": 1.0, + "content": "Sumit Kumar Sanghai, Vaclav Cvicek, and Zach Fisher. ETC: Encoding long and structured inputs in", + "type": "text", + "cross_page": true + } + ], + "index": 45 + }, + { + "bbox": [ + 125, + 684, + 244, + 696 + ], + "spans": [ + { + "bbox": [ + 125, + 684, + 244, + 696 + ], + "score": 1.0, + "content": "transformers. In EMNLP, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 46, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 700, + 507, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 507, + 714 + ], + "score": 1.0, + "content": "[43] Nils Reimers and Iryna Gurevych. Sentence-BERT: Sentence embeddings using siamese BERT-networks.", + "type": "text", + "cross_page": true + } + ], + "index": 47, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 712, + 194, + 724 + ], + "spans": [ + { + "bbox": [ + 126, + 712, + 194, + 724 + ], + "score": 1.0, + "content": "In EMNLP, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 48, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "score": 1.0, + "content": "[44] Adam Roberts, Colin Raffel, and Noam Shazeer. How much knowledge can you pack into the parameters", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 84, + 273, + 95 + ], + "spans": [ + { + "bbox": [ + 126, + 84, + 273, + 95 + ], + "score": 1.0, + "content": "of a language model? In EMNLP, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 101, + 506, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 506, + 114 + ], + "score": 1.0, + "content": "[45] Timo Schick and Hinrich Schütze. Exploiting cloze questions for few-shot text classification and natural", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 112, + 259, + 124 + ], + "spans": [ + { + "bbox": [ + 126, + 112, + 259, + 124 + ], + "score": 1.0, + "content": "language inference. In EACL, 2021.", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 130, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 505, + 141 + ], + "score": 1.0, + "content": "[46] Timo Schick and Hinrich Schütze. It’s not just size that matters: Small language models are also few-shot", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 139, + 244, + 150 + ], + "spans": [ + { + "bbox": [ + 126, + 139, + 244, + 150 + ], + "score": 1.0, + "content": "learners. In NAACL-HLT, 2021.", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 157, + 506, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 506, + 171 + ], + "score": 1.0, + "content": "[47] Rico Sennrich, Barry Haddow, and Alexandra Birch. Neural machine translation of rare words with", + "type": "text", + "cross_page": true + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 168, + 236, + 179 + ], + "spans": [ + { + "bbox": [ + 126, + 168, + 236, + 179 + ], + "score": 1.0, + "content": "subword units. In ACL, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 185, + 497, + 197 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 497, + 197 + ], + "score": 1.0, + "content": "[48] Iyer Shankar, Dandekar Nikhil, and Csernai Kornél. First Quora dataset release: Question pairs, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 202, + 507, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 507, + 216 + ], + "score": 1.0, + "content": "[49] Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro.", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 213, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 125, + 213, + 506, + 226 + ], + "score": 1.0, + "content": "Megatron-LM: Training multi-billion parameter language models using gpu model parallelism. arXiv", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 124, + 223, + 252, + 235 + ], + "spans": [ + { + "bbox": [ + 124, + 223, + 252, + 235 + ], + "score": 1.0, + "content": "preprint arXiv:1909.08053, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 240, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 464, + 254 + ], + "score": 1.0, + "content": "[50] Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang, Christopher D Manning, Andrew", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 464, + 241, + 486, + 252 + ], + "score": 0.45, + "content": "\\mathrm { ~ Y ~ N ~ g ~ }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 486, + 240, + 506, + 254 + ], + "score": 1.0, + "content": ", and", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 252, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 126, + 252, + 505, + 263 + ], + "score": 1.0, + "content": "Christopher Potts. Recursive deep models for semantic compositionality over a sentiment treebank. In", + "type": "text", + "cross_page": true + } + ], + "index": 13 + }, + { + "bbox": [ + 126, + 261, + 183, + 272 + ], + "spans": [ + { + "bbox": [ + 126, + 261, + 183, + 272 + ], + "score": 1.0, + "content": "EMNLP, 2013.", + "type": "text", + "cross_page": true + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 279, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 292 + ], + "score": 1.0, + "content": "[51] Nandan Thakur, Nils Reimers, Johannes Daxenberger, and Iryna Gurevych. Augmented SBERT: Data", + "type": "text", + "cross_page": true + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 289, + 507, + 301 + ], + "spans": [ + { + "bbox": [ + 123, + 289, + 507, + 301 + ], + "score": 1.0, + "content": "augmentation method for improving bi-encoders for pairwise sentence scoring tasks. In NAACL-HLT,", + "type": "text", + "cross_page": true + } + ], + "index": 16 + }, + { + "bbox": [ + 125, + 298, + 150, + 311 + ], + "spans": [ + { + "bbox": [ + 125, + 298, + 150, + 311 + ], + "score": 1.0, + "content": "2021.", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "score": 1.0, + "content": "[52] Trieu H Trinh and Quoc V Le. A simple method for commonsense reasoning. arXiv preprint", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 326, + 222, + 339 + ], + "spans": [ + { + "bbox": [ + 124, + 326, + 222, + 339 + ], + "score": 1.0, + "content": "arXiv:1806.02847, 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 344, + 505, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 505, + 356 + ], + "score": 1.0, + "content": "[53] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz", + "type": "text", + "cross_page": true + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 355, + 393, + 366 + ], + "spans": [ + { + "bbox": [ + 126, + 355, + 393, + 366 + ], + "score": 1.0, + "content": "Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 372, + 507, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 507, + 385 + ], + "score": 1.0, + "content": "[54] Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel R Bowman. GLUE: A", + "type": "text", + "cross_page": true + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 380, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 123, + 380, + 506, + 397 + ], + "score": 1.0, + "content": "multi-task benchmark and analysis platform for natural language understanding. In EMNLP Workshop", + "type": "text", + "cross_page": true + } + ], + "index": 23 + }, + { + "bbox": [ + 126, + 393, + 204, + 404 + ], + "spans": [ + { + "bbox": [ + 126, + 393, + 204, + 404 + ], + "score": 1.0, + "content": "BlackboxNLP, 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 24, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "[55] Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through alignment", + "type": "text", + "cross_page": true + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 420, + 313, + 432 + ], + "spans": [ + { + "bbox": [ + 126, + 420, + 313, + 432 + ], + "score": 1.0, + "content": "and uniformity on the hypersphere. In ICML, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 438, + 507, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 507, + 451 + ], + "score": 1.0, + "content": "[56] Wei Wang, Bin Bi, Ming Yan, Chen Wu, Zuyi Bao, Jiangnan Xia, Liwei Peng, and Luo Si. StructBERT:", + "type": "text", + "cross_page": true + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 448, + 490, + 460 + ], + "spans": [ + { + "bbox": [ + 124, + 448, + 490, + 460 + ], + "score": 1.0, + "content": "Incorporating language structures into pre-training for deep language understanding. In ICLR, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 28, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "score": 1.0, + "content": "[57] Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments. In", + "type": "text", + "cross_page": true + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 475, + 175, + 489 + ], + "spans": [ + { + "bbox": [ + 125, + 475, + 175, + 489 + ], + "score": 1.0, + "content": "TACL, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "[58] Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for sentence", + "type": "text", + "cross_page": true + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 503, + 334, + 517 + ], + "spans": [ + { + "bbox": [ + 124, + 503, + 334, + 517 + ], + "score": 1.0, + "content": "understanding through inference. In NAACL-HLT, 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 521, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 506, + 535 + ], + "score": 1.0, + "content": "[59] Zhuofeng Wu, Sinong Wang, Jiatao Gu, Madian Khabsa, Fei Sun, and Hao Ma. CLEAR: Contrastive", + "type": "text", + "cross_page": true + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 531, + 407, + 544 + ], + "spans": [ + { + "bbox": [ + 124, + 531, + 407, + 544 + ], + "score": 1.0, + "content": "learning for sentence representation. arXiv preprint arXiv:2012.15466, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 549, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 562 + ], + "score": 1.0, + "content": "[60] Lee Xiong, Chenyan Xiong, Ye Li, Kwok-Fung Tang, Jialin Liu, Paul Bennett, Junaid Ahmed, and Arnold", + "type": "text", + "cross_page": true + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 123, + 558, + 507, + 574 + ], + "spans": [ + { + "bbox": [ + 123, + 558, + 507, + 574 + ], + "score": 1.0, + "content": "Overwijk. Approximate nearest neighbor negative contrastive learning for dense text retrieval. In ICLR,", + "type": "text", + "cross_page": true + } + ], + "index": 36 + }, + { + "bbox": [ + 126, + 569, + 151, + 582 + ], + "spans": [ + { + "bbox": [ + 126, + 569, + 151, + 582 + ], + "score": 1.0, + "content": "2021.", + "type": "text", + "cross_page": true + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "score": 1.0, + "content": "[61] Zhenhui Xu, Linyuan Gong, Guolin Ke, Di He, Shuxin Zheng, Liwei Wang, Jiang Bian, and Tie-Yan Liu.", + "type": "text", + "cross_page": true + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 596, + 507, + 612 + ], + "spans": [ + { + "bbox": [ + 124, + 596, + 507, + 612 + ], + "score": 1.0, + "content": "MC-BERT: Efficient language pre-training via a meta controller. arXiv preprint arXiv:2006.05744, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 615, + 507, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 507, + 628 + ], + "score": 1.0, + "content": "[62] Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le. XLNet:", + "type": "text", + "cross_page": true + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 626, + 438, + 637 + ], + "spans": [ + { + "bbox": [ + 126, + 626, + 438, + 637 + ], + "score": 1.0, + "content": "Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019.", + "type": "text", + "cross_page": true + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "[63] Yukun Zhu, Ryan Kiros, Rich Zemel, Ruslan Salakhutdinov, Raquel Urtasun, Antonio Torralba, and Sanja", + "type": "text", + "cross_page": true + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 651, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 124, + 651, + 506, + 668 + ], + "score": 1.0, + "content": "Fidler. Aligning books and movies: Towards story-like visual explanations by watching movies and reading", + "type": "text", + "cross_page": true + } + ], + "index": 43 + }, + { + "bbox": [ + 126, + 664, + 212, + 675 + ], + "spans": [ + { + "bbox": [ + 126, + 664, + 212, + 675 + ], + "score": 1.0, + "content": "books. In ICCV, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 44, + "is_list_end_line": true + } + ], + "index": 24, + "bbox_fs": [ + 104, + 90, + 508, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 38, + 507, + 725 + ], + "lines": [ + { + "bbox": [ + 105, + 73, + 507, + 87 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 507, + 87 + ], + "score": 1.0, + "content": "[22] Kaiming He, Haoqi Fan, Yuxin Wu, Saining Xie, and Ross Girshick. Momentum contrast for unsupervised", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 123, + 82, + 298, + 96 + ], + "spans": [ + { + "bbox": [ + 123, + 82, + 298, + 96 + ], + "score": 1.0, + "content": "visual representation learning. In CVPR, 2020.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 101, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 101, + 505, + 113 + ], + "score": 1.0, + "content": "[23] Pengcheng He, Xiaodong Liu, Jianfeng Gao, and Weizhu Chen. DeBERTa: Decoding-enhanced bert with", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 125, + 111, + 268, + 123 + ], + "spans": [ + { + "bbox": [ + 125, + 111, + 268, + 123 + ], + "score": 1.0, + "content": "disentangled attention. In ICLR, 2021.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 506, + 141 + ], + "score": 1.0, + "content": "[24] Mandar Joshi, Danqi Chen, Yinhan Liu, Daniel S Weld, Luke Zettlemoyer, and Omer Levy. SpanBERT:", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 126, + 139, + 406, + 151 + ], + "spans": [ + { + "bbox": [ + 126, + 139, + 406, + 151 + ], + "score": 1.0, + "content": "Improving pre-training by representing and predicting spans. In TACL, 2019.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 155, + 507, + 170 + ], + "spans": [ + { + "bbox": [ + 105, + 155, + 507, + 170 + ], + "score": 1.0, + "content": "[25] Jared Kaplan, Sam McCandlish, Tom Henighan, Tom B Brown, Benjamin Chess, Rewon Child, Scott Gray,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 123, + 164, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 123, + 164, + 506, + 180 + ], + "score": 1.0, + "content": "Alec Radford, Jeffrey Wu, and Dario Amodei. Scaling laws for neural language models. arXiv preprint", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 125, + 176, + 219, + 188 + ], + "spans": [ + { + "bbox": [ + 125, + 176, + 219, + 188 + ], + "score": 1.0, + "content": "arXiv:2001.08361, 2020.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 192, + 507, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 507, + 207 + ], + "score": 1.0, + "content": "[26] Guolin Ke, Di He, and Tie-Yan Liu. Rethinking the positional encoding in language pre-training. In ICLR,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 124, + 204, + 151, + 216 + ], + "spans": [ + { + "bbox": [ + 124, + 204, + 151, + 216 + ], + "score": 1.0, + "content": "2021.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 220, + 507, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 507, + 234 + ], + "score": 1.0, + "content": "[27] Zhenzhong Lan, Mingda Chen, Sebastian Goodman, Kevin Gimpel, Piyush Sharma, and Radu Soricut.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 125, + 231, + 473, + 244 + ], + "spans": [ + { + "bbox": [ + 125, + 231, + 473, + 244 + ], + "score": 1.0, + "content": "ALBERT: A lite BERT for self-supervised learning of language representations. In ICLR, 2020.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 249, + 507, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 507, + 261 + ], + "score": 1.0, + "content": "[28] Teven Le Scao and Alexander M Rush. How many data points is a prompt worth? In NAACL-HLT, 2021.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 266, + 507, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 507, + 280 + ], + "score": 1.0, + "content": "[29] Mike Lewis, Yinhan Liu, Naman Goyal, Marjan Ghazvininejad, Abdelrahman Mohamed, Omer Levy,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 123, + 274, + 507, + 291 + ], + "spans": [ + { + "bbox": [ + 123, + 274, + 507, + 291 + ], + "score": 1.0, + "content": "Ves Stoyanov, and Luke Zettlemoyer. BART: Denoising sequence-to-sequence pre-training for natural", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 125, + 286, + 375, + 300 + ], + "spans": [ + { + "bbox": [ + 125, + 286, + 375, + 300 + ], + "score": 1.0, + "content": "language generation, translation, and comprehension. In ACL, 2019.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 302, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 317 + ], + "score": 1.0, + "content": "[30] Bohan Li, Hao Zhou, Junxian He, Mingxuan Wang, Yiming Yang, and Lei Li. On the sentence embeddings", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 124, + 313, + 321, + 327 + ], + "spans": [ + { + "bbox": [ + 124, + 313, + 321, + 327 + ], + "score": 1.0, + "content": "from pre-trained language models. In EMNLP, 2020.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 330, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 104, + 330, + 507, + 344 + ], + "score": 1.0, + "content": "[31] Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 123, + 339, + 507, + 355 + ], + "spans": [ + { + "bbox": [ + 123, + 339, + 507, + 355 + ], + "score": 1.0, + "content": "Luke Zettlemoyer, and Veselin Stoyanov. RoBERTa: A robustly optimized BERT pretraining approach.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 125, + 351, + 273, + 363 + ], + "spans": [ + { + "bbox": [ + 125, + 351, + 273, + 363 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1907.11692, 2019.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "[32] Yi Luan, Jacob Eisenstein, Kristina Toutanove, and Michael Collins. Sparse, dense, and attentional", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 124, + 379, + 304, + 390 + ], + "spans": [ + { + "bbox": [ + 124, + 379, + 304, + 390 + ], + "score": 1.0, + "content": "representations for text retrieval. In TACL, 2021.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 397, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 506, + 408 + ], + "score": 1.0, + "content": "[33] Yu Meng, Yunyi Zhang, Jiaxin Huang, Chenyan Xiong, Heng Ji, Chao Zhang, and Jiawei Han. Text", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 126, + 406, + 482, + 419 + ], + "spans": [ + { + "bbox": [ + 126, + 406, + 482, + 419 + ], + "score": 1.0, + "content": "classification using label names only: A language model self-training approach. In EMNLP, 2020.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 506, + 437 + ], + "score": 1.0, + "content": "[34] Aaron van den Oord, Yazhe Li, and Oriol Vinyals. Representation learning with contrastive predictive", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 125, + 434, + 303, + 446 + ], + "spans": [ + { + "bbox": [ + 125, + 434, + 303, + 446 + ], + "score": 1.0, + "content": "coding. arXiv preprint arXiv:1807.03748, 2018.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 452, + 506, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 506, + 464 + ], + "score": 1.0, + "content": "[35] Myle Ott, Sergey Edunov, Alexei Baevski, Angela Fan, Sam Gross, Nathan Ng, David Grangier, and", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 124, + 459, + 507, + 475 + ], + "spans": [ + { + "bbox": [ + 124, + 459, + 507, + 475 + ], + "score": 1.0, + "content": "Michael Auli. FAIRSEQ: A fast, extensible toolkit for sequence modeling. In NAACL-HLT Demonstrations,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 125, + 471, + 151, + 484 + ], + "spans": [ + { + "bbox": [ + 125, + 471, + 151, + 484 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "score": 1.0, + "content": "[36] Matthew Peters, Mark Neumann, Mohit Iyyer, Matt Gardner, Christopher Clark, Kenton Lee, and Luke", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 125, + 499, + 415, + 511 + ], + "spans": [ + { + "bbox": [ + 125, + 499, + 415, + 511 + ], + "score": 1.0, + "content": "Zettlemoyer. Deep contextualized word representations. In NAACL-HLT, 2018.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 506, + 528 + ], + "score": 1.0, + "content": "[37] Senthil Purushwalkam and Abhinav Gupta. Demystifying contrastive self-supervised learning: Invariances,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 124, + 527, + 319, + 537 + ], + "spans": [ + { + "bbox": [ + 124, + 527, + 319, + 537 + ], + "score": 1.0, + "content": "augmentations and dataset biases. In NeurIPS, 2020.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 543, + 507, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 507, + 557 + ], + "score": 1.0, + "content": "[38] Yanru Qu, Dinghan Shen, Yelong Shen, Sandra Sajeev, Jiawei Han, and Weizhu Chen. CoDA: Contrast-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 124, + 553, + 507, + 568 + ], + "spans": [ + { + "bbox": [ + 124, + 553, + 507, + 568 + ], + "score": 1.0, + "content": "enhanced and diversity-promoting data augmentation for natural language understanding. In ICLR, 2021.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 572, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 505, + 583 + ], + "score": 1.0, + "content": "[39] Alec Radford, Jeffrey Wu, Rewon Child, David Luan, Dario Amodei, and Ilya Sutskever. Language models", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 125, + 582, + 358, + 594 + ], + "spans": [ + { + "bbox": [ + 125, + 582, + 358, + 594 + ], + "score": 1.0, + "content": "are unsupervised multitask learners. OpenAI blog, 1(8):9, 2019.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "[40] Colin Raffel, Noam Shazeer, Adam Roberts, Katherine Lee, Sharan Narang, Michael Matena, Yanqi Zhou,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 126, + 609, + 507, + 621 + ], + "spans": [ + { + "bbox": [ + 126, + 609, + 507, + 621 + ], + "score": 1.0, + "content": "Wei Li, and Peter J Liu. Exploring the limits of transfer learning with a unified text-to-text transformer.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 125, + 619, + 294, + 631 + ], + "spans": [ + { + "bbox": [ + 125, + 619, + 294, + 631 + ], + "score": 1.0, + "content": "Journal of Machine Learning Research, 2019.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 637, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 418, + 649 + ], + "score": 1.0, + "content": "[41] Pranav Rajpurkar, Jian Zhang, Konstantin Lopyrev, and Percy Liang. SQuAD:", + "type": "text" + }, + { + "bbox": [ + 418, + 637, + 455, + 646 + ], + "score": 0.58, + "content": "^ { 1 0 0 , 0 0 0 + }", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 637, + 506, + 649 + ], + "score": 1.0, + "content": "questions for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 125, + 646, + 311, + 658 + ], + "spans": [ + { + "bbox": [ + 125, + 646, + 311, + 658 + ], + "score": 1.0, + "content": "machine comprehension of text. In EMNLP, 2016.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 664, + 506, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 506, + 676 + ], + "score": 1.0, + "content": "[42] Anirudh Ravula, Chris Alberti, Joshua Ainslie, Li Yang, Philip Minh Pham, Qifan Wang, Santiago Ontanon,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 123, + 672, + 506, + 687 + ], + "spans": [ + { + "bbox": [ + 123, + 672, + 506, + 687 + ], + "score": 1.0, + "content": "Sumit Kumar Sanghai, Vaclav Cvicek, and Zach Fisher. ETC: Encoding long and structured inputs in", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 125, + 684, + 244, + 696 + ], + "spans": [ + { + "bbox": [ + 125, + 684, + 244, + 696 + ], + "score": 1.0, + "content": "transformers. In EMNLP, 2020.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 700, + 507, + 714 + ], + "spans": [ + { + "bbox": [ + 105, + 700, + 507, + 714 + ], + "score": 1.0, + "content": "[43] Nils Reimers and Iryna Gurevych. Sentence-BERT: Sentence embeddings using siamese BERT-networks.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 126, + 712, + 194, + 724 + ], + "spans": [ + { + "bbox": [ + 126, + 712, + 194, + 724 + ], + "score": 1.0, + "content": "In EMNLP, 2019.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 24 + } + ], + "page_idx": 11, + "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": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 105, + 38, + 507, + 725 + ], + "lines": [], + "index": 24, + "bbox_fs": [ + 104, + 73, + 507, + 724 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 34, + 507, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "score": 1.0, + "content": "[44] Adam Roberts, Colin Raffel, and Noam Shazeer. How much knowledge can you pack into the parameters", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 126, + 84, + 273, + 95 + ], + "spans": [ + { + "bbox": [ + 126, + 84, + 273, + 95 + ], + "score": 1.0, + "content": "of a language model? In EMNLP, 2020.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 101, + 506, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 506, + 114 + ], + "score": 1.0, + "content": "[45] Timo Schick and Hinrich Schütze. Exploiting cloze questions for few-shot text classification and natural", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 126, + 112, + 259, + 124 + ], + "spans": [ + { + "bbox": [ + 126, + 112, + 259, + 124 + ], + "score": 1.0, + "content": "language inference. In EACL, 2021.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 130, + 505, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 505, + 141 + ], + "score": 1.0, + "content": "[46] Timo Schick and Hinrich Schütze. It’s not just size that matters: Small language models are also few-shot", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 126, + 139, + 244, + 150 + ], + "spans": [ + { + "bbox": [ + 126, + 139, + 244, + 150 + ], + "score": 1.0, + "content": "learners. In NAACL-HLT, 2021.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 157, + 506, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 506, + 171 + ], + "score": 1.0, + "content": "[47] Rico Sennrich, Barry Haddow, and Alexandra Birch. Neural machine translation of rare words with", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 126, + 168, + 236, + 179 + ], + "spans": [ + { + "bbox": [ + 126, + 168, + 236, + 179 + ], + "score": 1.0, + "content": "subword units. In ACL, 2015.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 185, + 497, + 197 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 497, + 197 + ], + "score": 1.0, + "content": "[48] Iyer Shankar, Dandekar Nikhil, and Csernai Kornél. First Quora dataset release: Question pairs, 2017.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 202, + 507, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 507, + 216 + ], + "score": 1.0, + "content": "[49] Mohammad Shoeybi, Mostofa Patwary, Raul Puri, Patrick LeGresley, Jared Casper, and Bryan Catanzaro.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 125, + 213, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 125, + 213, + 506, + 226 + ], + "score": 1.0, + "content": "Megatron-LM: Training multi-billion parameter language models using gpu model parallelism. arXiv", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 124, + 223, + 252, + 235 + ], + "spans": [ + { + "bbox": [ + 124, + 223, + 252, + 235 + ], + "score": 1.0, + "content": "preprint arXiv:1909.08053, 2019.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 240, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 240, + 464, + 254 + ], + "score": 1.0, + "content": "[50] Richard Socher, Alex Perelygin, Jean Wu, Jason Chuang, Christopher D Manning, Andrew", + "type": "text" + }, + { + "bbox": [ + 464, + 241, + 486, + 252 + ], + "score": 0.45, + "content": "\\mathrm { ~ Y ~ N ~ g ~ }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 240, + 506, + 254 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 126, + 252, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 126, + 252, + 505, + 263 + ], + "score": 1.0, + "content": "Christopher Potts. Recursive deep models for semantic compositionality over a sentiment treebank. In", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 126, + 261, + 183, + 272 + ], + "spans": [ + { + "bbox": [ + 126, + 261, + 183, + 272 + ], + "score": 1.0, + "content": "EMNLP, 2013.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 279, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 292 + ], + "score": 1.0, + "content": "[51] Nandan Thakur, Nils Reimers, Johannes Daxenberger, and Iryna Gurevych. Augmented SBERT: Data", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 123, + 289, + 507, + 301 + ], + "spans": [ + { + "bbox": [ + 123, + 289, + 507, + 301 + ], + "score": 1.0, + "content": "augmentation method for improving bi-encoders for pairwise sentence scoring tasks. In NAACL-HLT,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 125, + 298, + 150, + 311 + ], + "spans": [ + { + "bbox": [ + 125, + 298, + 150, + 311 + ], + "score": 1.0, + "content": "2021.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "score": 1.0, + "content": "[52] Trieu H Trinh and Quoc V Le. A simple method for commonsense reasoning. arXiv preprint", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 124, + 326, + 222, + 339 + ], + "spans": [ + { + "bbox": [ + 124, + 326, + 222, + 339 + ], + "score": 1.0, + "content": "arXiv:1806.02847, 2018.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 344, + 505, + 356 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 505, + 356 + ], + "score": 1.0, + "content": "[53] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 126, + 355, + 393, + 366 + ], + "spans": [ + { + "bbox": [ + 126, + 355, + 393, + 366 + ], + "score": 1.0, + "content": "Kaiser, and Illia Polosukhin. Attention is all you need. In NeurIPS, 2017.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 372, + 507, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 507, + 385 + ], + "score": 1.0, + "content": "[54] Alex Wang, Amanpreet Singh, Julian Michael, Felix Hill, Omer Levy, and Samuel R Bowman. GLUE: A", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 123, + 380, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 123, + 380, + 506, + 397 + ], + "score": 1.0, + "content": "multi-task benchmark and analysis platform for natural language understanding. In EMNLP Workshop", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 126, + 393, + 204, + 404 + ], + "spans": [ + { + "bbox": [ + 126, + 393, + 204, + 404 + ], + "score": 1.0, + "content": "BlackboxNLP, 2018.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 506, + 423 + ], + "score": 1.0, + "content": "[55] Tongzhou Wang and Phillip Isola. Understanding contrastive representation learning through alignment", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 126, + 420, + 313, + 432 + ], + "spans": [ + { + "bbox": [ + 126, + 420, + 313, + 432 + ], + "score": 1.0, + "content": "and uniformity on the hypersphere. In ICML, 2020.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 438, + 507, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 507, + 451 + ], + "score": 1.0, + "content": "[56] Wei Wang, Bin Bi, Ming Yan, Chen Wu, Zuyi Bao, Jiangnan Xia, Liwei Peng, and Luo Si. StructBERT:", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 124, + 448, + 490, + 460 + ], + "spans": [ + { + "bbox": [ + 124, + 448, + 490, + 460 + ], + "score": 1.0, + "content": "Incorporating language structures into pre-training for deep language understanding. In ICLR, 2020.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 479 + ], + "score": 1.0, + "content": "[57] Alex Warstadt, Amanpreet Singh, and Samuel R Bowman. Neural network acceptability judgments. In", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 125, + 475, + 175, + 489 + ], + "spans": [ + { + "bbox": [ + 125, + 475, + 175, + 489 + ], + "score": 1.0, + "content": "TACL, 2019.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "[58] Adina Williams, Nikita Nangia, and Samuel Bowman. A broad-coverage challenge corpus for sentence", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 124, + 503, + 334, + 517 + ], + "spans": [ + { + "bbox": [ + 124, + 503, + 334, + 517 + ], + "score": 1.0, + "content": "understanding through inference. In NAACL-HLT, 2018.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 521, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 506, + 535 + ], + "score": 1.0, + "content": "[59] Zhuofeng Wu, Sinong Wang, Jiatao Gu, Madian Khabsa, Fei Sun, and Hao Ma. CLEAR: Contrastive", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 124, + 531, + 407, + 544 + ], + "spans": [ + { + "bbox": [ + 124, + 531, + 407, + 544 + ], + "score": 1.0, + "content": "learning for sentence representation. arXiv preprint arXiv:2012.15466, 2020.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 549, + 506, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 562 + ], + "score": 1.0, + "content": "[60] Lee Xiong, Chenyan Xiong, Ye Li, Kwok-Fung Tang, Jialin Liu, Paul Bennett, Junaid Ahmed, and Arnold", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 123, + 558, + 507, + 574 + ], + "spans": [ + { + "bbox": [ + 123, + 558, + 507, + 574 + ], + "score": 1.0, + "content": "Overwijk. Approximate nearest neighbor negative contrastive learning for dense text retrieval. In ICLR,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 126, + 569, + 151, + 582 + ], + "spans": [ + { + "bbox": [ + 126, + 569, + 151, + 582 + ], + "score": 1.0, + "content": "2021.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 507, + 601 + ], + "score": 1.0, + "content": "[61] Zhenhui Xu, Linyuan Gong, Guolin Ke, Di He, Shuxin Zheng, Liwei Wang, Jiang Bian, and Tie-Yan Liu.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 124, + 596, + 507, + 612 + ], + "spans": [ + { + "bbox": [ + 124, + 596, + 507, + 612 + ], + "score": 1.0, + "content": "MC-BERT: Efficient language pre-training via a meta controller. arXiv preprint arXiv:2006.05744, 2020.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 615, + 507, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 507, + 628 + ], + "score": 1.0, + "content": "[62] Zhilin Yang, Zihang Dai, Yiming Yang, Jaime Carbonell, Russ R Salakhutdinov, and Quoc V Le. XLNet:", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 126, + 626, + 438, + 637 + ], + "spans": [ + { + "bbox": [ + 126, + 626, + 438, + 637 + ], + "score": 1.0, + "content": "Generalized autoregressive pretraining for language understanding. In NeurIPS, 2019.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "[63] Yukun Zhu, Ryan Kiros, Rich Zemel, Ruslan Salakhutdinov, Raquel Urtasun, Antonio Torralba, and Sanja", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 124, + 651, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 124, + 651, + 506, + 668 + ], + "score": 1.0, + "content": "Fidler. Aligning books and movies: Towards story-like visual explanations by watching movies and reading", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 126, + 664, + 212, + 675 + ], + "spans": [ + { + "bbox": [ + 126, + 664, + 212, + 675 + ], + "score": 1.0, + "content": "books. In ICCV, 2015.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 22 + } + ], + "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": "list", + "bbox": [ + 105, + 34, + 507, + 677 + ], + "lines": [], + "index": 22, + "bbox_fs": [ + 105, + 73, + 507, + 675 + ], + "lines_deleted": true + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_model.json b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_model.json new file mode 100644 index 0000000000000000000000000000000000000000..86ab7d585f5dc7086009b09bf87920ef1f167968 --- /dev/null +++ b/parse/train/pk4q0SD_r1X/pk4q0SD_r1X_model.json @@ -0,0 +1,17922 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 836, + 1304, + 836, + 1304, + 1262, + 398, + 1262 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1612, + 1405, + 1612, + 1405, + 1857, + 298, + 1857 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1385, + 1404, + 1385, + 1404, + 1600, + 298, + 1600 + ], + "score": 0.978 + }, + { + "category_id": 0, + "poly": [ + 381, + 271, + 1321, + 271, + 1321, + 383, + 381, + 383 + ], + "score": 0.963 + }, + { + "category_id": 2, + "poly": [ + 330, + 1953, + 982, + 1953, + 982, + 1981, + 330, + 1981 + ], + "score": 0.909 + }, + { + "category_id": 0, + "poly": [ + 299, + 1316, + 530, + 1316, + 530, + 1355, + 299, + 1355 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 298, + 2033, + 1070, + 2033, + 1070, + 2062, + 298, + 2062 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 787, + 765, + 912, + 765, + 912, + 802, + 787, + 802 + ], + "score": 0.888 + }, + { + "category_id": 1, + "poly": [ + 303, + 1871, + 1402, + 1871, + 1402, + 1933, + 303, + 1933 + ], + "score": 0.888 + }, + { + "category_id": 1, + "poly": [ + 488, + 496, + 1211, + 496, + 1211, + 563, + 488, + 563 + ], + "score": 0.813 + }, + { + "category_id": 1, + "poly": [ + 525, + 565, + 1177, + 565, + 1177, + 688, + 525, + 688 + ], + "score": 0.776 + }, + { + "category_id": 13, + "poly": [ + 730, + 1169, + 785, + 1169, + 785, + 1199, + 730, + 1199 + ], + "score": 0.89, + "latex": "5 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 671, + 1232, + 711, + 1232, + 711, + 1261, + 671, + 1261 + ], + "score": 0.82, + "latex": "1 +" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 265.0, + 1326.0, + 265.0, + 1326.0, + 337.0, + 376.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 326.0, + 1298.0, + 326.0, + 1298.0, + 388.0, + 400.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1948.0, + 983.0, + 1948.0, + 983.0, + 1985.0, + 329.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1313.0, + 536.0, + 1313.0, + 536.0, + 1361.0, + 292.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2028.0, + 1074.0, + 2028.0, + 1074.0, + 2066.0, + 294.0, + 2066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 764.0, + 919.0, + 764.0, + 919.0, + 806.0, + 783.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 835.0, + 1308.0, + 835.0, + 1308.0, + 872.0, + 395.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 864.0, + 1307.0, + 864.0, + 1307.0, + 905.0, + 391.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 896.0, + 1306.0, + 896.0, + 1306.0, + 934.0, + 393.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 927.0, + 1305.0, + 927.0, + 1305.0, + 965.0, + 392.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 957.0, + 1305.0, + 957.0, + 1305.0, + 994.0, + 392.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 987.0, + 1304.0, + 987.0, + 1304.0, + 1021.0, + 393.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1018.0, + 1306.0, + 1018.0, + 1306.0, + 1053.0, + 394.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1050.0, + 1308.0, + 1050.0, + 1308.0, + 1082.0, + 393.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1079.0, + 1306.0, + 1079.0, + 1306.0, + 1113.0, + 393.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1109.0, + 1306.0, + 1109.0, + 1306.0, + 1144.0, + 394.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1140.0, + 1305.0, + 1140.0, + 1305.0, + 1172.0, + 394.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1168.0, + 729.0, + 1168.0, + 729.0, + 1205.0, + 392.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1168.0, + 1306.0, + 1168.0, + 1306.0, + 1205.0, + 786.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1198.0, + 1305.0, + 1198.0, + 1305.0, + 1236.0, + 392.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1232.0, + 670.0, + 1232.0, + 670.0, + 1265.0, + 392.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1232.0, + 969.0, + 1232.0, + 969.0, + 1265.0, + 712.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1614.0, + 1408.0, + 1614.0, + 1408.0, + 1647.0, + 295.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1645.0, + 1405.0, + 1645.0, + 1405.0, + 1678.0, + 295.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1675.0, + 1403.0, + 1675.0, + 1403.0, + 1711.0, + 293.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1702.0, + 1406.0, + 1702.0, + 1406.0, + 1741.0, + 292.0, + 1741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1734.0, + 1408.0, + 1734.0, + 1408.0, + 1772.0, + 293.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1763.0, + 1406.0, + 1763.0, + 1406.0, + 1802.0, + 292.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1796.0, + 1406.0, + 1796.0, + 1406.0, + 1830.0, + 291.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1827.0, + 1136.0, + 1827.0, + 1136.0, + 1860.0, + 295.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1385.0, + 1408.0, + 1385.0, + 1408.0, + 1424.0, + 293.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1414.0, + 1406.0, + 1414.0, + 1406.0, + 1454.0, + 292.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1444.0, + 1405.0, + 1444.0, + 1405.0, + 1485.0, + 291.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1473.0, + 1406.0, + 1473.0, + 1406.0, + 1516.0, + 292.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1507.0, + 1406.0, + 1507.0, + 1406.0, + 1542.0, + 294.0, + 1542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1537.0, + 1404.0, + 1537.0, + 1404.0, + 1574.0, + 293.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1568.0, + 949.0, + 1568.0, + 949.0, + 1603.0, + 293.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1870.0, + 1405.0, + 1870.0, + 1405.0, + 1906.0, + 298.0, + 1906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1901.0, + 1407.0, + 1901.0, + 1407.0, + 1937.0, + 295.0, + 1937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 495.0, + 1215.0, + 495.0, + 1215.0, + 535.0, + 486.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 526.0, + 1082.0, + 526.0, + 1082.0, + 568.0, + 613.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 560.0, + 1182.0, + 560.0, + 1182.0, + 595.0, + 521.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 595.0, + 1088.0, + 595.0, + 1088.0, + 628.0, + 616.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 617.0, + 1161.0, + 617.0, + 1161.0, + 669.0, + 531.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 657.0, + 1147.0, + 657.0, + 1147.0, + 690.0, + 552.0, + 690.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 626, + 1404, + 626, + 1404, + 932, + 298, + 932 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1515, + 1403, + 1515, + 1403, + 1699, + 298, + 1699 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1349, + 1403, + 1349, + 1403, + 1502, + 298, + 1502 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1046, + 1404, + 1046, + 1404, + 1198, + 299, + 1198 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 1212, + 1404, + 1212, + 1404, + 1334, + 298, + 1334 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 202, + 1403, + 202, + 1403, + 325, + 299, + 325 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 298, + 338, + 1404, + 338, + 1404, + 614, + 298, + 614 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 300, + 1713, + 1401, + 1713, + 1401, + 1806, + 300, + 1806 + ], + "score": 0.957 + }, + { + "category_id": 0, + "poly": [ + 299, + 974, + 548, + 974, + 548, + 1012, + 299, + 1012 + ], + "score": 0.915 + }, + { + "category_id": 2, + "poly": [ + 324, + 1979, + 1336, + 1979, + 1336, + 2008, + 324, + 2008 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 299, + 1849, + 461, + 1849, + 461, + 1886, + 299, + 1886 + ], + "score": 0.888 + }, + { + "category_id": 1, + "poly": [ + 295, + 1918, + 1323, + 1918, + 1323, + 1951, + 295, + 1951 + ], + "score": 0.87 + }, + { + "category_id": 2, + "poly": [ + 841, + 2062, + 859, + 2062, + 859, + 2085, + 841, + 2085 + ], + "score": 0.737 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.127 + }, + { + "category_id": 13, + "poly": [ + 481, + 718, + 536, + 718, + 536, + 748, + 481, + 748 + ], + "score": 0.92, + "latex": "6 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 296, + 810, + 410, + 810, + 410, + 841, + 296, + 841 + ], + "score": 0.9, + "latex": "\\mathrm { L M _ { L a r g e + + } }" + }, + { + "category_id": 13, + "poly": [ + 585, + 718, + 640, + 718, + 640, + 748, + 585, + 748 + ], + "score": 0.9, + "latex": "5 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 1189, + 750, + 1228, + 750, + 1228, + 779, + 1189, + 779 + ], + "score": 0.81, + "latex": "1 +" + }, + { + "category_id": 13, + "poly": [ + 730, + 627, + 824, + 627, + 824, + 659, + 730, + 659 + ], + "score": 0.29, + "latex": "\\mathrm { S Q u A D }" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 971.0, + 552.0, + 971.0, + 552.0, + 1017.0, + 291.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 1972.0, + 1337.0, + 1972.0, + 1337.0, + 2010.0, + 334.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1844.0, + 467.0, + 1844.0, + 467.0, + 1892.0, + 290.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2059.0, + 862.0, + 2059.0, + 862.0, + 2094.0, + 838.0, + 2094.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": [ + 294.0, + 627.0, + 729.0, + 627.0, + 729.0, + 662.0, + 294.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 627.0, + 1404.0, + 627.0, + 1404.0, + 662.0, + 825.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 655.0, + 1406.0, + 655.0, + 1406.0, + 697.0, + 292.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 688.0, + 1405.0, + 688.0, + 1405.0, + 723.0, + 294.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 718.0, + 480.0, + 718.0, + 480.0, + 754.0, + 294.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 718.0, + 584.0, + 718.0, + 584.0, + 754.0, + 537.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 718.0, + 1404.0, + 718.0, + 1404.0, + 754.0, + 641.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 745.0, + 1188.0, + 745.0, + 1188.0, + 787.0, + 292.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 745.0, + 1408.0, + 745.0, + 1408.0, + 787.0, + 1229.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 780.0, + 1407.0, + 780.0, + 1407.0, + 813.0, + 292.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 808.0, + 295.0, + 808.0, + 295.0, + 848.0, + 292.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 808.0, + 1406.0, + 808.0, + 1406.0, + 848.0, + 411.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 834.0, + 1408.0, + 834.0, + 1408.0, + 879.0, + 291.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 869.0, + 1406.0, + 869.0, + 1406.0, + 905.0, + 294.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 900.0, + 1367.0, + 900.0, + 1367.0, + 935.0, + 293.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1516.0, + 1405.0, + 1516.0, + 1405.0, + 1551.0, + 294.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1545.0, + 1407.0, + 1545.0, + 1407.0, + 1584.0, + 294.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1575.0, + 1407.0, + 1575.0, + 1407.0, + 1612.0, + 291.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1607.0, + 1405.0, + 1607.0, + 1405.0, + 1641.0, + 293.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1637.0, + 1405.0, + 1637.0, + 1405.0, + 1672.0, + 293.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1668.0, + 1375.0, + 1668.0, + 1375.0, + 1701.0, + 293.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1350.0, + 1407.0, + 1350.0, + 1407.0, + 1383.0, + 296.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1377.0, + 1405.0, + 1377.0, + 1405.0, + 1415.0, + 292.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1407.0, + 1407.0, + 1407.0, + 1407.0, + 1445.0, + 293.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1437.0, + 1407.0, + 1437.0, + 1407.0, + 1478.0, + 292.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1469.0, + 1194.0, + 1469.0, + 1194.0, + 1508.0, + 292.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1043.0, + 1405.0, + 1043.0, + 1405.0, + 1081.0, + 294.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1076.0, + 1408.0, + 1076.0, + 1408.0, + 1113.0, + 295.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1102.0, + 1406.0, + 1102.0, + 1406.0, + 1144.0, + 293.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1136.0, + 1405.0, + 1136.0, + 1405.0, + 1173.0, + 294.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1167.0, + 1341.0, + 1167.0, + 1341.0, + 1203.0, + 295.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1212.0, + 1409.0, + 1212.0, + 1409.0, + 1248.0, + 294.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1244.0, + 1404.0, + 1244.0, + 1404.0, + 1276.0, + 293.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1273.0, + 1406.0, + 1273.0, + 1406.0, + 1309.0, + 293.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1303.0, + 754.0, + 1303.0, + 754.0, + 1338.0, + 293.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 201.0, + 1405.0, + 201.0, + 1405.0, + 239.0, + 294.0, + 239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 232.0, + 1404.0, + 232.0, + 1404.0, + 269.0, + 294.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 263.0, + 1407.0, + 263.0, + 1407.0, + 300.0, + 294.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 295.0, + 1405.0, + 295.0, + 1405.0, + 327.0, + 294.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 338.0, + 1406.0, + 338.0, + 1406.0, + 374.0, + 294.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 368.0, + 1406.0, + 368.0, + 1406.0, + 408.0, + 293.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 399.0, + 1409.0, + 399.0, + 1409.0, + 437.0, + 292.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 430.0, + 1406.0, + 430.0, + 1406.0, + 467.0, + 294.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 459.0, + 1408.0, + 459.0, + 1408.0, + 500.0, + 292.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 492.0, + 1404.0, + 492.0, + 1404.0, + 528.0, + 294.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 522.0, + 1404.0, + 522.0, + 1404.0, + 558.0, + 294.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 552.0, + 1404.0, + 552.0, + 1404.0, + 588.0, + 294.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 583.0, + 1056.0, + 583.0, + 1056.0, + 620.0, + 294.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1712.0, + 1405.0, + 1712.0, + 1405.0, + 1750.0, + 295.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1743.0, + 1406.0, + 1743.0, + 1406.0, + 1779.0, + 294.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1774.0, + 1301.0, + 1774.0, + 1301.0, + 1808.0, + 295.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1916.0, + 1329.0, + 1916.0, + 1329.0, + 1956.0, + 292.0, + 1956.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1504, + 826, + 1504, + 826, + 1809, + 298, + 1809 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 363, + 1405, + 363, + 1405, + 463, + 297, + 463 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 296, + 1319, + 1406, + 1319, + 1406, + 1415, + 296, + 1415 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 550, + 1408, + 550, + 1408, + 644, + 298, + 644 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 989, + 1407, + 989, + 1407, + 1083, + 297, + 1083 + ], + "score": 0.966 + }, + { + "category_id": 3, + "poly": [ + 847, + 1541, + 1411, + 1541, + 1411, + 1774, + 847, + 1774 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 298, + 257, + 1404, + 257, + 1404, + 352, + 298, + 352 + ], + "score": 0.962 + }, + { + "category_id": 4, + "poly": [ + 845, + 1799, + 1406, + 1799, + 1406, + 1922, + 845, + 1922 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 296, + 779, + 1404, + 779, + 1404, + 874, + 296, + 874 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 296, + 1823, + 824, + 1823, + 824, + 1977, + 296, + 1977 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 383, + 660, + 1310, + 660, + 1310, + 751, + 383, + 751 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 528, + 932, + 1165, + 932, + 1165, + 977, + 528, + 977 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 458, + 477, + 1243, + 477, + 1243, + 534, + 458, + 534 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 485, + 1142, + 1214, + 1142, + 1214, + 1199, + 485, + 1199 + ], + "score": 0.936 + }, + { + "category_id": 0, + "poly": [ + 297, + 1448, + 876, + 1448, + 876, + 1483, + 297, + 1483 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 300, + 883, + 1401, + 883, + 1401, + 919, + 300, + 919 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 301, + 202, + 892, + 202, + 892, + 236, + 301, + 236 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 300, + 1092, + 1076, + 1092, + 1076, + 1127, + 300, + 1127 + ], + "score": 0.909 + }, + { + "category_id": 1, + "poly": [ + 300, + 1976, + 1404, + 1976, + 1404, + 2008, + 300, + 2008 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1365, + 941, + 1400, + 941, + 1400, + 972, + 1365, + 972 + ], + "score": 0.872 + }, + { + "category_id": 1, + "poly": [ + 299, + 1214, + 1400, + 1214, + 1400, + 1308, + 299, + 1308 + ], + "score": 0.773 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.64 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.542 + }, + { + "category_id": 14, + "poly": [ + 383, + 655, + 1315, + 655, + 1315, + 752, + 383, + 752 + ], + "score": 0.94, + "latex": "p _ { \\mathrm { M L M } } ( x | h _ { i } ) = \\frac { \\exp ( x ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } ; \\quad \\mathcal { L } _ { \\mathrm { M L M } } = \\mathbb { E } \\left( - \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { M L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } \\middle | h _ { i } \\right) \\right) ." + }, + { + "category_id": 13, + "poly": [ + 1030, + 550, + 1194, + 550, + 1194, + 585, + 1030, + 585 + ], + "score": 0.93, + "latex": "{ \\pmb H } = \\{ h _ { i } \\} _ { i = 1 } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 404, + 396, + 783, + 396, + 783, + 435, + 404, + 435 + ], + "score": 0.92, + "latex": "X ^ { \\mathrm { o r i g } } = [ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { i } ^ { \\mathrm { o r i g } } , \\dotsc , x _ { n } ^ { \\mathrm { o r i g } } ]" + }, + { + "category_id": 14, + "poly": [ + 456, + 476, + 1240, + 476, + 1240, + 536, + 456, + 536 + ], + "score": 0.91, + "latex": "\\left[ x _ { 1 } ^ { \\mathrm { o r i g } } , \\dots , \\ [ \\mathrm { M \\AA S K } ] _ { i } , \\dots , x _ { n } ^ { \\mathrm { o r i g } } \\right] \\xrightarrow { \\mathrm { T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { M L M H e a d } } p _ { \\mathrm { M L M } } ( x | h _ { i } ) ," + }, + { + "category_id": 14, + "poly": [ + 484, + 1141, + 1212, + 1141, + 1212, + 1201, + 484, + 1201 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } \\pmb { H } \\xrightarrow { \\mathrm { R T D ~ H e a d } } p _ { \\mathrm { R T D } } \\left( \\mathbb { 1 } \\big ( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\big ) \\big | h _ { i } \\right) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 617, + 1092, + 692, + 1092, + 692, + 1123, + 617, + 1123 + ], + "score": 0.89, + "latex": "X ^ { \\mathrm { M L M } }" + }, + { + "category_id": 13, + "poly": [ + 851, + 884, + 927, + 884, + 927, + 914, + 851, + 914 + ], + "score": 0.89, + "latex": "X ^ { \\mathrm { M L M } }" + }, + { + "category_id": 13, + "poly": [ + 848, + 399, + 903, + 399, + 903, + 430, + 848, + 430 + ], + "score": 0.89, + "latex": "1 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 1208, + 582, + 1239, + 582, + 1239, + 611, + 1208, + 611 + ], + "score": 0.88, + "latex": "\\boldsymbol { h } _ { i }" + }, + { + "category_id": 14, + "poly": [ + 533, + 933, + 1167, + 933, + 1167, + 976, + 533, + 976 + ], + "score": 0.87, + "latex": "x _ { i } ^ { \\mathrm { M L M } } \\sim p _ { \\mathrm { M L M } } \\left( x | h _ { i } \\right) , \\mathrm { i f } i \\in \\mathcal { M } ; \\quad x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } , \\mathrm { e l s e } ." + }, + { + "category_id": 13, + "poly": [ + 1221, + 613, + 1256, + 613, + 1256, + 639, + 1221, + 639 + ], + "score": 0.81, + "latex": "\\mathcal { M }" + }, + { + "category_id": 13, + "poly": [ + 825, + 582, + 850, + 582, + 850, + 608, + 825, + 608 + ], + "score": 0.78, + "latex": "V" + }, + { + "category_id": 13, + "poly": [ + 371, + 1215, + 417, + 1215, + 417, + 1249, + 371, + 1249 + ], + "score": 0.77, + "latex": "\\mathbb { 1 } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 400, + 433, + 412, + 433, + 412, + 458, + 400, + 458 + ], + "score": 0.76, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 402, + 615, + 423, + 615, + 423, + 639, + 402, + 639 + ], + "score": 0.75, + "latex": "_ { \\textbf { \\em x } }" + }, + { + "category_id": 13, + "poly": [ + 792, + 1051, + 837, + 1051, + 837, + 1084, + 792, + 1084 + ], + "score": 0.72, + "latex": "1 / 3" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1540.0, + 872.0, + 1540.0, + 872.0, + 1692.0, + 844.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 1541.0, + 1157.0, + 1541.0, + 1157.0, + 1691.0, + 1131.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1552.0, + 1181.0, + 1552.0, + 1181.0, + 1572.0, + 1156.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1553.0, + 898.0, + 1553.0, + 898.0, + 1576.0, + 869.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1557.0, + 1284.0, + 1557.0, + 1284.0, + 1581.0, + 1228.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 1560.0, + 1000.0, + 1560.0, + 1000.0, + 1580.0, + 943.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 1575.0, + 996.0, + 1575.0, + 996.0, + 1596.0, + 942.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1575.0, + 1281.0, + 1575.0, + 1281.0, + 1596.0, + 1228.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1611.0, + 899.0, + 1611.0, + 899.0, + 1634.0, + 869.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 1611.0, + 1182.0, + 1611.0, + 1182.0, + 1630.0, + 1155.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1670.0, + 896.0, + 1670.0, + 896.0, + 1688.0, + 878.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 1670.0, + 1181.0, + 1670.0, + 1181.0, + 1688.0, + 1164.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 1686.0, + 1131.0, + 1686.0, + 1131.0, + 1712.0, + 886.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 1688.0, + 1215.0, + 1688.0, + 1215.0, + 1710.0, + 1172.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1688.0, + 1270.0, + 1688.0, + 1270.0, + 1708.0, + 1223.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 1688.0, + 1366.0, + 1688.0, + 1366.0, + 1708.0, + 1271.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1688.0, + 1416.0, + 1688.0, + 1416.0, + 1710.0, + 1371.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1707.0, + 1071.0, + 1707.0, + 1071.0, + 1734.0, + 945.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 1707.0, + 1357.0, + 1707.0, + 1357.0, + 1734.0, + 1230.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 1743.0, + 1062.0, + 1743.0, + 1062.0, + 1774.0, + 910.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 1743.0, + 1354.0, + 1743.0, + 1354.0, + 1773.0, + 1190.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1799.0, + 1409.0, + 1799.0, + 1409.0, + 1833.0, + 845.0, + 1833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1829.0, + 1406.0, + 1829.0, + 1406.0, + 1862.0, + 845.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1859.0, + 1405.0, + 1859.0, + 1405.0, + 1895.0, + 844.0, + 1895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1888.0, + 1355.0, + 1888.0, + 1355.0, + 1925.0, + 843.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1443.0, + 880.0, + 1443.0, + 880.0, + 1493.0, + 291.0, + 1493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 198.0, + 896.0, + 198.0, + 896.0, + 244.0, + 293.0, + 244.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": [ + 295.0, + 1505.0, + 826.0, + 1505.0, + 826.0, + 1538.0, + 295.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1534.0, + 827.0, + 1534.0, + 827.0, + 1569.0, + 295.0, + 1569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1566.0, + 826.0, + 1566.0, + 826.0, + 1599.0, + 294.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1595.0, + 827.0, + 1595.0, + 827.0, + 1631.0, + 294.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1626.0, + 829.0, + 1626.0, + 829.0, + 1658.0, + 295.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1657.0, + 827.0, + 1657.0, + 827.0, + 1692.0, + 294.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1687.0, + 827.0, + 1687.0, + 827.0, + 1720.0, + 294.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1716.0, + 827.0, + 1716.0, + 827.0, + 1752.0, + 293.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1748.0, + 827.0, + 1748.0, + 827.0, + 1781.0, + 295.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1779.0, + 823.0, + 1779.0, + 823.0, + 1809.0, + 295.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 362.0, + 1405.0, + 362.0, + 1405.0, + 399.0, + 294.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 383.0, + 403.0, + 383.0, + 403.0, + 448.0, + 285.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 397.0, + 847.0, + 397.0, + 847.0, + 436.0, + 784.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 397.0, + 1403.0, + 397.0, + 1403.0, + 436.0, + 904.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 430.0, + 399.0, + 430.0, + 399.0, + 465.0, + 295.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 430.0, + 1352.0, + 430.0, + 1352.0, + 465.0, + 413.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.75, + 393.5, + 780.75, + 393.5, + 780.75, + 420.5, + 738.75, + 420.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 410.0, + 643.0, + 410.0, + 643.0, + 434.0, + 616.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1319.0, + 1404.0, + 1319.0, + 1404.0, + 1356.0, + 294.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1349.0, + 1406.0, + 1349.0, + 1406.0, + 1390.0, + 293.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1382.0, + 1256.0, + 1382.0, + 1256.0, + 1420.0, + 295.0, + 1420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 544.0, + 1029.0, + 544.0, + 1029.0, + 593.0, + 290.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 544.0, + 1410.0, + 544.0, + 1410.0, + 593.0, + 1195.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 580.0, + 824.0, + 580.0, + 824.0, + 615.0, + 293.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 580.0, + 1207.0, + 580.0, + 1207.0, + 615.0, + 851.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 580.0, + 1409.0, + 580.0, + 1409.0, + 615.0, + 1240.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 610.0, + 401.0, + 610.0, + 401.0, + 647.0, + 295.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 610.0, + 1220.0, + 610.0, + 1220.0, + 647.0, + 424.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 610.0, + 1408.0, + 610.0, + 1408.0, + 647.0, + 1257.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 986.0, + 1407.0, + 986.0, + 1407.0, + 1026.0, + 292.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1019.0, + 1405.0, + 1019.0, + 1405.0, + 1054.0, + 294.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1051.0, + 791.0, + 1051.0, + 791.0, + 1086.0, + 295.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 1051.0, + 1399.0, + 1051.0, + 1399.0, + 1086.0, + 838.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 257.0, + 1406.0, + 257.0, + 1406.0, + 295.0, + 293.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 287.0, + 1406.0, + 287.0, + 1406.0, + 325.0, + 294.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 319.0, + 1330.0, + 319.0, + 1330.0, + 357.0, + 294.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 779.0, + 1409.0, + 779.0, + 1409.0, + 817.0, + 294.0, + 817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 809.0, + 1407.0, + 809.0, + 1407.0, + 846.0, + 294.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 837.0, + 1389.0, + 837.0, + 1389.0, + 878.0, + 294.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1822.0, + 829.0, + 1822.0, + 829.0, + 1858.0, + 295.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1855.0, + 826.0, + 1855.0, + 826.0, + 1886.0, + 297.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1883.0, + 826.0, + 1883.0, + 826.0, + 1916.0, + 295.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1916.0, + 827.0, + 1916.0, + 827.0, + 1947.0, + 295.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1945.0, + 829.0, + 1945.0, + 829.0, + 1980.0, + 294.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 877.0, + 850.0, + 877.0, + 850.0, + 928.0, + 293.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 877.0, + 1408.0, + 877.0, + 1408.0, + 928.0, + 928.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1085.0, + 616.0, + 1085.0, + 616.0, + 1135.0, + 292.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 1085.0, + 1080.0, + 1085.0, + 1080.0, + 1135.0, + 693.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1971.0, + 1408.0, + 1971.0, + 1408.0, + 2013.0, + 294.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1215.0, + 370.0, + 1215.0, + 370.0, + 1249.0, + 295.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 1215.0, + 1404.0, + 1215.0, + 1404.0, + 1249.0, + 418.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1242.0, + 1405.0, + 1242.0, + 1405.0, + 1284.0, + 292.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1273.0, + 1314.0, + 1273.0, + 1314.0, + 1312.0, + 294.0, + 1312.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1108, + 1404, + 1108, + 1404, + 1233, + 297, + 1233 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1454, + 1407, + 1454, + 1407, + 1580, + 297, + 1580 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1913, + 1404, + 1913, + 1404, + 2008, + 299, + 2008 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1807, + 1400, + 1807, + 1400, + 1902, + 299, + 1902 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 298, + 203, + 1403, + 203, + 1403, + 509, + 298, + 509 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 416, + 1631, + 1284, + 1631, + 1284, + 1760, + 416, + 1760 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 296, + 717, + 1407, + 717, + 1407, + 965, + 296, + 965 + ], + "score": 0.956 + }, + { + "category_id": 4, + "poly": [ + 298, + 530, + 1402, + 530, + 1402, + 626, + 298, + 626 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 299, + 1245, + 1403, + 1245, + 1403, + 1309, + 299, + 1309 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 578, + 1359, + 1120, + 1359, + 1120, + 1407, + 578, + 1407 + ], + "score": 0.941 + }, + { + "category_id": 0, + "poly": [ + 298, + 1036, + 646, + 1036, + 646, + 1071, + 298, + 1071 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 858, + 2061, + 858, + 2084, + 841, + 2084 + ], + "score": 0.779 + }, + { + "category_id": 2, + "poly": [ + 1175, + 205, + 1357, + 205, + 1357, + 221, + 1175, + 221 + ], + "score": 0.123 + }, + { + "category_id": 13, + "poly": [ + 731, + 1808, + 866, + 1808, + 866, + 1842, + 731, + 1842 + ], + "score": 0.93, + "latex": "p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } )" + }, + { + "category_id": 14, + "poly": [ + 414, + 1628, + 1282, + 1628, + 1282, + 1762, + 414, + 1762 + ], + "score": 0.93, + "latex": "\\begin{array} { r l } & { p _ { \\mathrm { L M } } ( x _ { i } | h _ { i } ) = \\mathbb { 1 } \\left( x _ { i } = x _ { i } ^ { \\mathrm { M L M } } \\right) p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } , } \\\\ & { p _ { \\mathrm { c o p y } } ( y _ { i } | h _ { i } ) = \\exp ( y _ { i } \\cdot w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) / \\left( \\exp ( w _ { \\mathrm { c o p y } } ^ { \\top } h _ { i } ) + 1 \\right) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 947, + 1842, + 1023, + 1842, + 1023, + 1871, + 947, + 1871 + ], + "score": 0.92, + "latex": "y _ { i } = 0" + }, + { + "category_id": 13, + "poly": [ + 451, + 1943, + 527, + 1943, + 527, + 1974, + 451, + 1974 + ], + "score": 0.9, + "latex": "X ^ { \\mathrm { M L M } }" + }, + { + "category_id": 13, + "poly": [ + 1146, + 1810, + 1225, + 1810, + 1225, + 1840, + 1146, + 1840 + ], + "score": 0.89, + "latex": "y _ { i } = 1" + }, + { + "category_id": 13, + "poly": [ + 373, + 1814, + 438, + 1814, + 438, + 1842, + 373, + 1842 + ], + "score": 0.89, + "latex": "{ \\pmb w } _ { \\mathrm { c o p y } }" + }, + { + "category_id": 13, + "poly": [ + 675, + 1275, + 750, + 1275, + 750, + 1305, + 675, + 1305 + ], + "score": 0.87, + "latex": "X ^ { \\mathrm { M L M } }" + }, + { + "category_id": 14, + "poly": [ + 577, + 1360, + 1120, + 1360, + 1120, + 1407, + 577, + 1407 + ], + "score": 0.85, + "latex": "\\begin{array} { r } { X ^ { \\mathrm { M L M } } \\xrightarrow { \\mathrm { M a i n ~ T r a n s f o r m e r } } H \\xrightarrow { \\mathrm { C L M H e a d } } p _ { \\mathrm { C L M } } ( x | h _ { i } ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 819, + 1458, + 851, + 1458, + 851, + 1484, + 819, + 1484 + ], + "score": 0.78, + "latex": "\\pmb { H }" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 199.0, + 1361.0, + 199.0, + 1361.0, + 224.0, + 1172.0, + 224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 234.0, + 695.0, + 234.0, + 695.0, + 255.0, + 674.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 234.0, + 746.0, + 234.0, + 746.0, + 255.0, + 725.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 234.0, + 798.0, + 234.0, + 798.0, + 256.0, + 775.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 234.0, + 849.0, + 234.0, + 849.0, + 255.0, + 828.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 234.0, + 899.0, + 234.0, + 899.0, + 255.0, + 879.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 229.0, + 1135.0, + 229.0, + 1135.0, + 256.0, + 1086.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 232.0, + 1174.0, + 232.0, + 1174.0, + 253.0, + 1153.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 232.0, + 1226.0, + 232.0, + 1226.0, + 253.0, + 1204.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 232.0, + 1277.0, + 232.0, + 1277.0, + 255.0, + 1256.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 232.0, + 1329.0, + 232.0, + 1329.0, + 255.0, + 1307.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 233.0, + 1380.0, + 233.0, + 1380.0, + 253.0, + 1359.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 304.0, + 249.0, + 578.0, + 249.0, + 578.0, + 277.0, + 304.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 249.0, + 920.0, + 249.0, + 920.0, + 270.0, + 660.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 251.0, + 1120.0, + 251.0, + 1120.0, + 268.0, + 1104.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1211.0, + 252.0, + 1221.0, + 252.0, + 1221.0, + 267.0, + 1211.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 252.0, + 1272.0, + 252.0, + 1272.0, + 267.0, + 1262.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 252.0, + 1322.0, + 252.0, + 1322.0, + 267.0, + 1312.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 260.0, + 768.0, + 260.0, + 768.0, + 289.0, + 701.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 260.0, + 1168.0, + 260.0, + 1168.0, + 266.0, + 1162.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 271.0, + 626.0, + 271.0, + 626.0, + 323.0, + 301.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 263.0, + 921.0, + 263.0, + 921.0, + 323.0, + 694.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 290.0, + 1085.0, + 290.0, + 1085.0, + 310.0, + 947.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 282.0, + 1318.0, + 282.0, + 1318.0, + 309.0, + 1162.0, + 309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 323.0, + 1169.0, + 323.0, + 1169.0, + 334.0, + 1159.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 320.0, + 1222.0, + 320.0, + 1222.0, + 340.0, + 1208.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 320.0, + 1275.0, + 320.0, + 1275.0, + 340.0, + 1260.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 320.0, + 1325.0, + 320.0, + 1325.0, + 337.0, + 1311.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1365.0, + 323.0, + 1375.0, + 323.0, + 1375.0, + 336.0, + 1365.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 337.0, + 689.0, + 337.0, + 689.0, + 348.0, + 677.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 337.0, + 741.0, + 337.0, + 741.0, + 348.0, + 730.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 333.0, + 794.0, + 333.0, + 794.0, + 351.0, + 780.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 337.0, + 843.0, + 337.0, + 843.0, + 348.0, + 833.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 338.0, + 896.0, + 338.0, + 896.0, + 348.0, + 886.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 329.0, + 1094.0, + 329.0, + 1094.0, + 352.0, + 1050.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 341.0, + 1173.0, + 341.0, + 1173.0, + 357.0, + 1156.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 338.0, + 1226.0, + 338.0, + 1226.0, + 359.0, + 1204.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 338.0, + 1279.0, + 338.0, + 1279.0, + 359.0, + 1256.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 338.0, + 1329.0, + 338.0, + 1329.0, + 359.0, + 1307.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 338.0, + 1380.0, + 338.0, + 1380.0, + 359.0, + 1359.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 352.0, + 694.0, + 352.0, + 694.0, + 372.0, + 674.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 348.0, + 768.0, + 348.0, + 768.0, + 374.0, + 707.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 774.0, + 352.0, + 848.0, + 352.0, + 848.0, + 398.0, + 774.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 348.0, + 918.0, + 348.0, + 918.0, + 374.0, + 862.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 359.0, + 1141.0, + 359.0, + 1141.0, + 395.0, + 1084.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 388.0, + 1120.0, + 388.0, + 1120.0, + 405.0, + 1104.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 412.0, + 656.0, + 412.0, + 656.0, + 432.0, + 561.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 408.0, + 882.0, + 408.0, + 882.0, + 432.0, + 684.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 419.0, + 1317.0, + 419.0, + 1317.0, + 444.0, + 1163.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 437.0, + 547.0, + 437.0, + 547.0, + 465.0, + 335.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 460.0, + 1093.0, + 460.0, + 1093.0, + 483.0, + 1050.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 459.0, + 1169.0, + 459.0, + 1169.0, + 470.0, + 1159.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 456.0, + 1222.0, + 456.0, + 1222.0, + 473.0, + 1208.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 457.0, + 1272.0, + 457.0, + 1272.0, + 470.0, + 1261.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 460.0, + 1324.0, + 460.0, + 1324.0, + 470.0, + 1314.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 469.0, + 655.0, + 469.0, + 655.0, + 496.0, + 561.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 470.0, + 884.0, + 470.0, + 884.0, + 498.0, + 689.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 478.0, + 1144.0, + 478.0, + 1144.0, + 488.0, + 1128.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 473.0, + 1174.0, + 473.0, + 1174.0, + 493.0, + 1153.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1204.0, + 473.0, + 1227.0, + 473.0, + 1227.0, + 494.0, + 1204.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 474.0, + 1277.0, + 474.0, + 1277.0, + 493.0, + 1256.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1291.0, + 470.0, + 1394.0, + 470.0, + 1394.0, + 496.0, + 1291.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 304.5, + 1046.0, + 304.5, + 1046.0, + 326.5, + 985.0, + 326.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 530.0, + 1406.0, + 530.0, + 1406.0, + 568.0, + 294.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 562.0, + 1404.0, + 562.0, + 1404.0, + 599.0, + 293.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 591.0, + 1215.0, + 591.0, + 1215.0, + 631.0, + 293.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1031.0, + 648.0, + 1031.0, + 648.0, + 1079.0, + 292.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2059.0, + 862.0, + 2059.0, + 862.0, + 2091.0, + 839.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 202.0, + 1359.0, + 202.0, + 1359.0, + 223.0, + 1173.0, + 223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1107.0, + 1405.0, + 1107.0, + 1405.0, + 1146.0, + 294.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1141.0, + 1404.0, + 1141.0, + 1404.0, + 1174.0, + 295.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1172.0, + 1404.0, + 1172.0, + 1404.0, + 1204.0, + 295.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1202.0, + 1169.0, + 1202.0, + 1169.0, + 1235.0, + 295.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1455.0, + 818.0, + 1455.0, + 818.0, + 1490.0, + 294.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 1455.0, + 1405.0, + 1455.0, + 1405.0, + 1490.0, + 852.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1486.0, + 1408.0, + 1486.0, + 1408.0, + 1519.0, + 295.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1517.0, + 1404.0, + 1517.0, + 1404.0, + 1553.0, + 291.0, + 1553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1549.0, + 640.0, + 1549.0, + 640.0, + 1582.0, + 295.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1913.0, + 1406.0, + 1913.0, + 1406.0, + 1951.0, + 293.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1939.0, + 450.0, + 1939.0, + 450.0, + 1984.0, + 292.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 1939.0, + 1408.0, + 1939.0, + 1408.0, + 1984.0, + 528.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1974.0, + 1408.0, + 1974.0, + 1408.0, + 2013.0, + 298.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1807.0, + 372.0, + 1807.0, + 372.0, + 1845.0, + 294.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 439.0, + 1807.0, + 730.0, + 1807.0, + 730.0, + 1845.0, + 439.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1807.0, + 1145.0, + 1807.0, + 1145.0, + 1845.0, + 867.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 1807.0, + 1405.0, + 1807.0, + 1405.0, + 1845.0, + 1226.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1839.0, + 946.0, + 1839.0, + 946.0, + 1876.0, + 294.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1024.0, + 1839.0, + 1405.0, + 1839.0, + 1405.0, + 1876.0, + 1024.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1870.0, + 839.0, + 1870.0, + 839.0, + 1904.0, + 295.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 720.0, + 1407.0, + 720.0, + 1407.0, + 754.0, + 295.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 752.0, + 1404.0, + 752.0, + 1404.0, + 782.0, + 296.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 782.0, + 1404.0, + 782.0, + 1404.0, + 816.0, + 294.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 810.0, + 1408.0, + 810.0, + 1408.0, + 847.0, + 293.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 840.0, + 1408.0, + 840.0, + 1408.0, + 877.0, + 293.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 869.0, + 1410.0, + 869.0, + 1410.0, + 909.0, + 291.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 899.0, + 1408.0, + 899.0, + 1408.0, + 939.0, + 291.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 932.0, + 1409.0, + 932.0, + 1409.0, + 967.0, + 293.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1242.0, + 1408.0, + 1242.0, + 1408.0, + 1282.0, + 295.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1270.0, + 766.0, + 1270.0, + 766.0, + 1315.0, + 291.0, + 1315.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1184, + 1405, + 1184, + 1405, + 1350, + 297, + 1350 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 850, + 1404, + 850, + 1404, + 1037, + 297, + 1037 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 579, + 1404, + 579, + 1404, + 735, + 297, + 735 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 1615, + 1404, + 1615, + 1404, + 1772, + 297, + 1772 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 1045, + 1404, + 1045, + 1404, + 1173, + 297, + 1173 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 1782, + 1404, + 1782, + 1404, + 1907, + 298, + 1907 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 297, + 745, + 1403, + 745, + 1403, + 840, + 297, + 840 + ], + "score": 0.973 + }, + { + "category_id": 8, + "poly": [ + 321, + 1354, + 1338, + 1354, + 1338, + 1529, + 321, + 1529 + ], + "score": 0.971 + }, + { + "category_id": 8, + "poly": [ + 321, + 245, + 1381, + 245, + 1381, + 531, + 321, + 531 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 297, + 1540, + 1407, + 1540, + 1407, + 1604, + 297, + 1604 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 642, + 1960, + 1057, + 1960, + 1057, + 2004, + 642, + 2004 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 297, + 1918, + 1010, + 1918, + 1010, + 1953, + 297, + 1953 + ], + "score": 0.916 + }, + { + "category_id": 1, + "poly": [ + 291, + 200, + 1322, + 200, + 1322, + 237, + 291, + 237 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1968, + 1401, + 1968, + 1401, + 1997, + 1365, + 1997 + ], + "score": 0.873 + }, + { + "category_id": 9, + "poly": [ + 1367, + 1465, + 1400, + 1465, + 1400, + 1495, + 1367, + 1495 + ], + "score": 0.828 + }, + { + "category_id": 9, + "poly": [ + 1366, + 277, + 1401, + 277, + 1401, + 307, + 1366, + 307 + ], + "score": 0.818 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.733 + }, + { + "category_id": 1, + "poly": [ + 320, + 536, + 616, + 536, + 616, + 572, + 320, + 572 + ], + "score": 0.193 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.157 + }, + { + "category_id": 14, + "poly": [ + 320, + 1352, + 1343, + 1352, + 1343, + 1531, + 320, + 1531 + ], + "score": 0.93, + "latex": "\\begin{array} { r l r } { { \\mathcal { L } _ { \\mathrm { S C L } } = - \\mathbb { E } ( \\log \\frac { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) } { \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) } ) , } } \\\\ & { } & { = - \\mathbb { E } ( \\cos ( s , s ^ { + } ) / \\tau - \\log ( \\exp ( \\cos ( s , s ^ { + } ) / \\tau ) + \\sum _ { X ^ { - } \\in B ^ { - } } \\exp ( \\cos ( s , s ^ { - } ) / \\tau ) ) ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 515, + 641, + 600, + 641, + 600, + 674, + 515, + 674 + ], + "score": 0.93, + "latex": "p _ { \\mathrm { c o p y } } ( \\cdot )" + }, + { + "category_id": 14, + "poly": [ + 320, + 245, + 1373, + 245, + 1373, + 567, + 320, + 567 + ], + "score": 0.92, + "latex": "\\begin{array} { l } { \\mathcal { L } _ { \\mathrm { c o p y } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i = 1 } ^ { n } \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 1 | h _ { i } ) + \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } \\neq x _ { i } ^ { \\mathrm { o r i g } } \\right) \\log p _ { \\mathrm { c o p y } } ( 0 | h _ { i } ) \\right) , \\mathrm { ~ } \\forall i \\mathrm { ~ c o p y ~ } ( \\mathbb { E } ) , } \\\\ { \\mathcal { L } _ { \\mathrm { L M } } = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log p _ { \\mathrm { L M } } \\left( x _ { i } ^ { \\mathrm { o r i g } } | h _ { i } \\right) \\right) } \\\\ { \\displaystyle \\qquad = - \\mathbb { E } \\left( \\displaystyle \\sum _ { i \\in \\mathcal { M } } \\log \\left( \\mathbb { 1 } \\left( x _ { i } ^ { \\mathrm { M L M } } = x _ { i } ^ { \\mathrm { o r i g } } \\right) p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 1 | h _ { i } ) + p _ { \\mathrm { c o p y } } ^ { \\mathrm { s g } } ( 0 | h _ { i } ) \\frac { \\exp ( x _ { i } ^ { \\top } h _ { i } ) } { \\sum _ { x _ { t } \\in V } \\exp ( x _ { t } ^ { \\top } h _ { i } ) } \\right) \\right) , \\mathrm { ~ } } \\\\ { \\mathcal { L } _ { \\mathrm { C L M } } = \\lambda _ { \\mathrm { c o p y } } \\mathcal { L } _ { \\mathrm { c o p y } } + \\mathcal { L } _ { \\mathrm { L M } } . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 640, + 1959, + 1060, + 1959, + 1060, + 2003, + 640, + 2003 + ], + "score": 0.92, + "latex": "\\mathcal { L } _ { \\mathrm { C O C O - L M } } = \\mathcal { L } _ { \\mathrm { M L M } } ^ { \\mathrm { A u x . } } + \\mathcal { L } _ { \\mathrm { C L M } } ^ { \\mathrm { M a i n } } + \\mathcal { L } _ { \\mathrm { S C L } } ^ { \\mathrm { M a i n } } ." + }, + { + "category_id": 13, + "poly": [ + 789, + 1540, + 926, + 1540, + 926, + 1573, + 789, + 1573 + ], + "score": 0.91, + "latex": "X , X ^ { + } , X ^ { - }" + }, + { + "category_id": 13, + "poly": [ + 296, + 1219, + 783, + 1219, + 783, + 1256, + 296, + 1256 + ], + "score": 0.91, + "latex": "B = \\{ ( X _ { 1 } ^ { \\mathrm { M L M } } , X _ { 1 } ^ { \\mathrm { c r o p } } ) , \\dots , ( X _ { N } ^ { \\mathrm { M L M } } , X _ { N } ^ { \\mathrm { c r o p } } ) \\}" + }, + { + "category_id": 13, + "poly": [ + 474, + 1256, + 575, + 1256, + 575, + 1289, + 474, + 1289 + ], + "score": 0.91, + "latex": "( X , X ^ { + } )" + }, + { + "category_id": 13, + "poly": [ + 1215, + 1218, + 1275, + 1218, + 1275, + 1257, + 1215, + 1257 + ], + "score": 0.91, + "latex": "X _ { k } ^ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 1073, + 1287, + 1336, + 1287, + 1336, + 1322, + 1073, + 1322 + ], + "score": 0.91, + "latex": "\\ddot { B } ^ { - } = B \\setminus \\{ ( X , X ^ { + } ) \\}" + }, + { + "category_id": 13, + "poly": [ + 532, + 580, + 591, + 580, + 591, + 613, + 532, + 613 + ], + "score": 0.91, + "latex": "\\lambda _ { \\mathrm { c o p y } }" + }, + { + "category_id": 13, + "poly": [ + 973, + 1219, + 1036, + 1219, + 1036, + 1256, + 973, + 1256 + ], + "score": 0.9, + "latex": "X _ { k } ^ { \\mathrm { c r o p } }" + }, + { + "category_id": 13, + "poly": [ + 849, + 1218, + 924, + 1218, + 924, + 1254, + 849, + 1254 + ], + "score": 0.9, + "latex": "X _ { k } ^ { \\mathrm { M L M } }" + }, + { + "category_id": 13, + "poly": [ + 1228, + 203, + 1312, + 203, + 1312, + 238, + 1228, + 238 + ], + "score": 0.9, + "latex": "p _ { \\mathrm { c o p y } } ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 399, + 1781, + 475, + 1781, + 475, + 1812, + 399, + 1812 + ], + "score": 0.9, + "latex": "X ^ { \\mathrm { M L M } }" + }, + { + "category_id": 13, + "poly": [ + 390, + 1110, + 445, + 1110, + 445, + 1140, + 390, + 1140 + ], + "score": 0.89, + "latex": "9 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 773, + 1254, + 941, + 1254, + 941, + 1290, + 773, + 1290 + ], + "score": 0.89, + "latex": "( X _ { k } ^ { \\mathrm { M L M } } , X _ { k } ^ { \\mathrm { c r o p } } )" + }, + { + "category_id": 13, + "poly": [ + 949, + 1616, + 1084, + 1616, + 1084, + 1650, + 949, + 1650 + ], + "score": 0.89, + "latex": "( \\cos ( s , s ^ { + } ) )" + }, + { + "category_id": 13, + "poly": [ + 1187, + 1080, + 1247, + 1080, + 1247, + 1109, + 1187, + 1109 + ], + "score": 0.89, + "latex": "X ^ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1111, + 362, + 1111, + 362, + 1139, + 298, + 1139 + ], + "score": 0.89, + "latex": "X ^ { \\mathrm { c r o p } }" + }, + { + "category_id": 13, + "poly": [ + 478, + 1110, + 538, + 1110, + 538, + 1139, + 478, + 1139 + ], + "score": 0.89, + "latex": "X ^ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 743, + 1046, + 820, + 1046, + 820, + 1077, + 743, + 1077 + ], + "score": 0.88, + "latex": "X ^ { \\mathrm { M L M } }" + }, + { + "category_id": 13, + "poly": [ + 532, + 1784, + 596, + 1784, + 596, + 1812, + 532, + 1812 + ], + "score": 0.88, + "latex": "X ^ { \\mathrm { c r o p } }" + }, + { + "category_id": 13, + "poly": [ + 977, + 1253, + 1144, + 1253, + 1144, + 1290, + 977, + 1290 + ], + "score": 0.88, + "latex": "( \\ddot { X } _ { k } ^ { \\mathrm { c r o p } } , X _ { k } ^ { \\mathrm { M L M } } )" + }, + { + "category_id": 13, + "poly": [ + 674, + 1081, + 738, + 1081, + 738, + 1109, + 674, + 1109 + ], + "score": 0.88, + "latex": "X ^ { \\mathrm { c r o p } }" + }, + { + "category_id": 13, + "poly": [ + 374, + 1539, + 487, + 1539, + 487, + 1573, + 374, + 1573 + ], + "score": 0.88, + "latex": "s , s ^ { + } , s ^ { - }" + }, + { + "category_id": 13, + "poly": [ + 624, + 1188, + 649, + 1188, + 649, + 1214, + 624, + 1214 + ], + "score": 0.83, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 352, + 1573, + 436, + 1573, + 436, + 1605, + 352, + 1605 + ], + "score": 0.79, + "latex": "\\boldsymbol { h } _ { \\mathrm { [ C L S ] } } ," + }, + { + "category_id": 13, + "poly": [ + 1201, + 1577, + 1220, + 1577, + 1220, + 1599, + 1201, + 1599 + ], + "score": 0.79, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 1315, + 1574, + 1331, + 1574, + 1331, + 1599, + 1315, + 1599 + ], + "score": 0.27, + "latex": "1" + }, + { + "category_id": 14, + "poly": [ + 316, + 535, + 613, + 535, + 613, + 572, + 316, + 572 + ], + "score": 0.25, + "latex": "\\mathcal { L } _ { \\mathrm { C L M } } = \\lambda _ { \\mathrm { c o p y } } \\mathcal { L } _ { \\mathrm { c o p y } } + \\mathcal { L } _ { \\mathrm { L M } } ." + }, + { + "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": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2092.0, + 838.0, + 2092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1183.0, + 623.0, + 1183.0, + 623.0, + 1223.0, + 295.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 1183.0, + 1411.0, + 1183.0, + 1411.0, + 1223.0, + 650.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 1205.0, + 295.0, + 1205.0, + 295.0, + 1274.0, + 283.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 1205.0, + 848.0, + 1205.0, + 848.0, + 1274.0, + 784.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1205.0, + 972.0, + 1205.0, + 972.0, + 1274.0, + 925.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1205.0, + 1214.0, + 1205.0, + 1214.0, + 1274.0, + 1037.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1276.0, + 1205.0, + 1416.0, + 1205.0, + 1416.0, + 1274.0, + 1276.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 280.0, + 1233.0, + 473.0, + 1233.0, + 473.0, + 1318.0, + 280.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 576.0, + 1233.0, + 772.0, + 1233.0, + 772.0, + 1318.0, + 576.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 1233.0, + 976.0, + 1233.0, + 976.0, + 1318.0, + 942.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 1233.0, + 1420.0, + 1233.0, + 1420.0, + 1318.0, + 1337.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1287.0, + 1072.0, + 1287.0, + 1072.0, + 1324.0, + 294.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 1287.0, + 1405.0, + 1287.0, + 1405.0, + 1324.0, + 1337.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1319.0, + 667.0, + 1319.0, + 667.0, + 1353.0, + 295.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.75, + 1269.5, + 825.75, + 1269.5, + 825.75, + 1288.5, + 797.75, + 1288.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 850.0, + 1405.0, + 850.0, + 1405.0, + 888.0, + 294.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 883.0, + 1405.0, + 883.0, + 1405.0, + 919.0, + 295.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 913.0, + 1406.0, + 913.0, + 1406.0, + 949.0, + 292.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 944.0, + 1404.0, + 944.0, + 1404.0, + 979.0, + 295.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 973.0, + 1405.0, + 973.0, + 1405.0, + 1009.0, + 295.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1002.0, + 1203.0, + 1002.0, + 1203.0, + 1040.0, + 294.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 574.0, + 531.0, + 574.0, + 531.0, + 617.0, + 292.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 574.0, + 1405.0, + 574.0, + 1405.0, + 617.0, + 592.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 609.0, + 1405.0, + 609.0, + 1405.0, + 646.0, + 295.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 638.0, + 514.0, + 638.0, + 514.0, + 680.0, + 294.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 638.0, + 1407.0, + 638.0, + 1407.0, + 680.0, + 601.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 670.0, + 1405.0, + 670.0, + 1405.0, + 704.0, + 296.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 698.0, + 1312.0, + 698.0, + 1312.0, + 737.0, + 294.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1616.0, + 948.0, + 1616.0, + 948.0, + 1653.0, + 295.0, + 1653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1616.0, + 1405.0, + 1616.0, + 1405.0, + 1653.0, + 1085.0, + 1653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1647.0, + 1405.0, + 1647.0, + 1405.0, + 1683.0, + 293.0, + 1683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1675.0, + 1404.0, + 1675.0, + 1404.0, + 1714.0, + 292.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1708.0, + 1406.0, + 1708.0, + 1406.0, + 1743.0, + 292.0, + 1743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1739.0, + 1380.0, + 1739.0, + 1380.0, + 1772.0, + 295.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1042.0, + 742.0, + 1042.0, + 742.0, + 1086.0, + 290.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1042.0, + 1407.0, + 1042.0, + 1407.0, + 1086.0, + 821.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1077.0, + 673.0, + 1077.0, + 673.0, + 1117.0, + 292.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1077.0, + 1186.0, + 1077.0, + 1186.0, + 1117.0, + 739.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 1077.0, + 1409.0, + 1077.0, + 1409.0, + 1117.0, + 1248.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1104.0, + 297.0, + 1104.0, + 297.0, + 1151.0, + 292.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1104.0, + 389.0, + 1104.0, + 389.0, + 1151.0, + 363.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 1104.0, + 477.0, + 1104.0, + 477.0, + 1151.0, + 446.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 1104.0, + 1409.0, + 1104.0, + 1409.0, + 1151.0, + 539.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1141.0, + 731.0, + 1141.0, + 731.0, + 1174.0, + 295.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1775.0, + 398.0, + 1775.0, + 398.0, + 1821.0, + 291.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 1775.0, + 531.0, + 1775.0, + 531.0, + 1821.0, + 476.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1775.0, + 1410.0, + 1775.0, + 1410.0, + 1821.0, + 597.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1814.0, + 1405.0, + 1814.0, + 1405.0, + 1850.0, + 293.0, + 1850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1844.0, + 1405.0, + 1844.0, + 1405.0, + 1881.0, + 293.0, + 1881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1874.0, + 442.0, + 1874.0, + 442.0, + 1907.0, + 295.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 746.0, + 1405.0, + 746.0, + 1405.0, + 780.0, + 296.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 777.0, + 1405.0, + 777.0, + 1405.0, + 811.0, + 295.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 807.0, + 1341.0, + 807.0, + 1341.0, + 844.0, + 295.0, + 844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1537.0, + 373.0, + 1537.0, + 373.0, + 1576.0, + 294.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 1537.0, + 788.0, + 1537.0, + 788.0, + 1576.0, + 488.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 1537.0, + 1405.0, + 1537.0, + 1405.0, + 1576.0, + 927.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1569.0, + 351.0, + 1569.0, + 351.0, + 1608.0, + 292.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 1569.0, + 1200.0, + 1569.0, + 1200.0, + 1608.0, + 437.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1221.0, + 1569.0, + 1314.0, + 1569.0, + 1314.0, + 1608.0, + 1221.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1569.0, + 1344.0, + 1569.0, + 1344.0, + 1608.0, + 1332.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1914.0, + 1012.0, + 1914.0, + 1012.0, + 1961.0, + 295.0, + 1961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 196.0, + 1227.0, + 196.0, + 1227.0, + 245.0, + 292.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 196.0, + 1326.0, + 196.0, + 1326.0, + 245.0, + 1313.0, + 245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 529.0, + 622.0, + 529.0, + 622.0, + 580.0, + 614.0, + 580.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 338, + 1404, + 338, + 1404, + 584, + 298, + 584 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1057, + 1404, + 1057, + 1404, + 1212, + 299, + 1212 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1853, + 1403, + 1853, + 1403, + 2007, + 299, + 2007 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1224, + 1404, + 1224, + 1404, + 1378, + 299, + 1378 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 846, + 1403, + 846, + 1403, + 968, + 299, + 968 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1392, + 1403, + 1392, + 1403, + 1515, + 299, + 1515 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 710, + 1404, + 710, + 1404, + 832, + 298, + 832 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 202, + 1404, + 202, + 1404, + 325, + 298, + 325 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 299, + 983, + 1397, + 983, + 1397, + 1046, + 299, + 1046 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 295, + 1528, + 1401, + 1528, + 1401, + 1591, + 295, + 1591 + ], + "score": 0.947 + }, + { + "category_id": 0, + "poly": [ + 299, + 1642, + 617, + 1642, + 617, + 1680, + 299, + 1680 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 296, + 1716, + 1403, + 1716, + 1403, + 1750, + 296, + 1750 + ], + "score": 0.912 + }, + { + "category_id": 0, + "poly": [ + 300, + 635, + 634, + 635, + 634, + 673, + 300, + 673 + ], + "score": 0.912 + }, + { + "category_id": 0, + "poly": [ + 301, + 1792, + 717, + 1792, + 717, + 1826, + 301, + 1826 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 840, + 2062, + 858, + 2062, + 858, + 2085, + 840, + 2085 + ], + "score": 0.77 + }, + { + "category_id": 13, + "poly": [ + 608, + 1945, + 663, + 1945, + 663, + 1975, + 608, + 1975 + ], + "score": 0.89, + "latex": "1 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 680, + 1177, + 755, + 1177, + 755, + 1209, + 680, + 1209 + ], + "score": 0.88, + "latex": "X ^ { \\mathrm { M L M } }" + }, + { + "category_id": 13, + "poly": [ + 919, + 1059, + 1030, + 1059, + 1030, + 1090, + 919, + 1090 + ], + "score": 0.86, + "latex": "\\mathbf { B E R T _ { B a s e } }" + }, + { + "category_id": 13, + "poly": [ + 296, + 848, + 392, + 848, + 392, + 875, + 296, + 875 + ], + "score": 0.73, + "latex": "B a s e + +" + }, + { + "category_id": 13, + "poly": [ + 976, + 1946, + 1176, + 1946, + 1176, + 1978, + 976, + 1978 + ], + "score": 0.72, + "latex": "\\mathrm { C O C O - L M _ { L a r g e + + } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 741, + 410, + 741, + 410, + 772, + 297, + 772 + ], + "score": 0.64, + "latex": "\\mathbf { B E R T _ { B a s e } }" + }, + { + "category_id": 13, + "poly": [ + 1149, + 1094, + 1190, + 1094, + 1190, + 1119, + 1149, + 1119 + ], + "score": 0.63, + "latex": "^ { + + }" + }, + { + "category_id": 13, + "poly": [ + 1211, + 1153, + 1250, + 1153, + 1250, + 1178, + 1211, + 1178 + ], + "score": 0.58, + "latex": "^ { + + }" + }, + { + "category_id": 13, + "poly": [ + 400, + 400, + 445, + 400, + 445, + 433, + 400, + 433 + ], + "score": 0.58, + "latex": "1 / 3" + }, + { + "category_id": 13, + "poly": [ + 781, + 986, + 875, + 986, + 875, + 1012, + 781, + 1012 + ], + "score": 0.57, + "latex": "b a s e + +" + }, + { + "category_id": 13, + "poly": [ + 479, + 400, + 525, + 400, + 525, + 434, + 479, + 434 + ], + "score": 0.53, + "latex": "1 / 4" + }, + { + "category_id": 13, + "poly": [ + 1067, + 714, + 1106, + 714, + 1106, + 740, + 1067, + 740 + ], + "score": 0.48, + "latex": "^ { + + }" + }, + { + "category_id": 13, + "poly": [ + 705, + 1062, + 744, + 1062, + 744, + 1087, + 705, + 1087 + ], + "score": 0.44, + "latex": "^ { + + }" + }, + { + "category_id": 13, + "poly": [ + 1061, + 1225, + 1201, + 1225, + 1201, + 1256, + 1061, + 1256 + ], + "score": 0.4, + "latex": "\\mathrm { S Q u A D } 2 . 0" + }, + { + "category_id": 13, + "poly": [ + 351, + 1120, + 467, + 1120, + 467, + 1153, + 351, + 1153 + ], + "score": 0.36, + "latex": "\\mathrm { B E R T _ { L a r g e } }" + }, + { + "category_id": 13, + "poly": [ + 295, + 986, + 403, + 986, + 403, + 1014, + 295, + 1014 + ], + "score": 0.33, + "latex": "L a r g e { + + }" + }, + { + "category_id": 13, + "poly": [ + 1224, + 715, + 1263, + 715, + 1263, + 739, + 1224, + 739 + ], + "score": 0.32, + "latex": "^ { + + }" + }, + { + "category_id": 13, + "poly": [ + 373, + 1182, + 470, + 1182, + 470, + 1212, + 373, + 1212 + ], + "score": 0.3, + "latex": "l a r g e + +" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1638.0, + 622.0, + 1638.0, + 622.0, + 1686.0, + 290.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 628.0, + 640.0, + 628.0, + 640.0, + 688.0, + 290.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1789.0, + 722.0, + 1789.0, + 722.0, + 1831.0, + 293.0, + 1831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2060.0, + 861.0, + 2060.0, + 861.0, + 2091.0, + 840.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 340.0, + 1406.0, + 340.0, + 1406.0, + 373.0, + 294.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 368.0, + 1408.0, + 368.0, + 1408.0, + 406.0, + 292.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 400.0, + 399.0, + 400.0, + 399.0, + 437.0, + 293.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 400.0, + 478.0, + 400.0, + 478.0, + 437.0, + 446.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 400.0, + 1405.0, + 400.0, + 1405.0, + 437.0, + 526.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 431.0, + 1405.0, + 431.0, + 1405.0, + 465.0, + 294.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 461.0, + 1406.0, + 461.0, + 1406.0, + 495.0, + 294.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 493.0, + 1405.0, + 493.0, + 1405.0, + 523.0, + 296.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 519.0, + 1406.0, + 519.0, + 1406.0, + 560.0, + 292.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 548.0, + 403.0, + 548.0, + 403.0, + 592.0, + 292.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1057.0, + 704.0, + 1057.0, + 704.0, + 1095.0, + 294.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 1057.0, + 918.0, + 1057.0, + 918.0, + 1095.0, + 745.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 1057.0, + 1409.0, + 1057.0, + 1409.0, + 1095.0, + 1031.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1088.0, + 1148.0, + 1088.0, + 1148.0, + 1125.0, + 295.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1088.0, + 1404.0, + 1088.0, + 1404.0, + 1125.0, + 1191.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1117.0, + 350.0, + 1117.0, + 350.0, + 1154.0, + 294.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 1117.0, + 1403.0, + 1117.0, + 1403.0, + 1154.0, + 468.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1146.0, + 1210.0, + 1146.0, + 1210.0, + 1186.0, + 293.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 1146.0, + 1405.0, + 1146.0, + 1405.0, + 1186.0, + 1251.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1172.0, + 372.0, + 1172.0, + 372.0, + 1218.0, + 293.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 1172.0, + 679.0, + 1172.0, + 679.0, + 1218.0, + 471.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1172.0, + 1237.0, + 1172.0, + 1237.0, + 1218.0, + 756.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1853.0, + 1405.0, + 1853.0, + 1405.0, + 1890.0, + 295.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1885.0, + 1404.0, + 1885.0, + 1404.0, + 1918.0, + 295.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1911.0, + 1407.0, + 1911.0, + 1407.0, + 1951.0, + 294.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1941.0, + 607.0, + 1941.0, + 607.0, + 1986.0, + 292.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1941.0, + 975.0, + 1941.0, + 975.0, + 1986.0, + 664.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 1941.0, + 1408.0, + 1941.0, + 1408.0, + 1986.0, + 1177.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1975.0, + 1157.0, + 1975.0, + 1157.0, + 2012.0, + 294.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1223.0, + 1060.0, + 1223.0, + 1060.0, + 1260.0, + 295.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1202.0, + 1223.0, + 1408.0, + 1223.0, + 1408.0, + 1260.0, + 1202.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1255.0, + 1404.0, + 1255.0, + 1404.0, + 1288.0, + 297.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1286.0, + 1405.0, + 1286.0, + 1405.0, + 1323.0, + 294.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1316.0, + 1406.0, + 1316.0, + 1406.0, + 1351.0, + 294.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1347.0, + 764.0, + 1347.0, + 764.0, + 1380.0, + 295.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 846.0, + 1405.0, + 846.0, + 1405.0, + 880.0, + 393.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 877.0, + 1405.0, + 877.0, + 1405.0, + 909.0, + 295.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 905.0, + 1404.0, + 905.0, + 1404.0, + 945.0, + 293.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 937.0, + 929.0, + 937.0, + 929.0, + 973.0, + 294.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1392.0, + 1407.0, + 1392.0, + 1407.0, + 1428.0, + 294.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1422.0, + 1407.0, + 1422.0, + 1407.0, + 1458.0, + 294.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1452.0, + 1404.0, + 1452.0, + 1404.0, + 1488.0, + 294.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1485.0, + 1074.0, + 1485.0, + 1074.0, + 1517.0, + 295.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 710.0, + 1066.0, + 710.0, + 1066.0, + 746.0, + 293.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 710.0, + 1223.0, + 710.0, + 1223.0, + 746.0, + 1107.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 710.0, + 1405.0, + 710.0, + 1405.0, + 746.0, + 1264.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 740.0, + 296.0, + 740.0, + 296.0, + 776.0, + 293.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 740.0, + 1408.0, + 740.0, + 1408.0, + 776.0, + 411.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 770.0, + 1406.0, + 770.0, + 1406.0, + 806.0, + 294.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 800.0, + 1176.0, + 800.0, + 1176.0, + 837.0, + 293.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 203.0, + 1409.0, + 203.0, + 1409.0, + 239.0, + 293.0, + 239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 233.0, + 1407.0, + 233.0, + 1407.0, + 268.0, + 292.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 264.0, + 1406.0, + 264.0, + 1406.0, + 300.0, + 293.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 295.0, + 1316.0, + 295.0, + 1316.0, + 330.0, + 292.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 983.0, + 780.0, + 983.0, + 780.0, + 1018.0, + 404.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 983.0, + 1402.0, + 983.0, + 1402.0, + 1018.0, + 876.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1012.0, + 1065.0, + 1012.0, + 1065.0, + 1048.0, + 295.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1528.0, + 1405.0, + 1528.0, + 1405.0, + 1563.0, + 297.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1557.0, + 1338.0, + 1557.0, + 1338.0, + 1594.0, + 294.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1715.0, + 1406.0, + 1715.0, + 1406.0, + 1754.0, + 296.0, + 1754.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 298, + 198, + 1402, + 198, + 1402, + 901, + 298, + 901 + ], + "score": 0.983, + "html": "
ModelParamsGLUE Single TaskSQuAD 2.0
MNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVGEMF1
Base Setting: BERT Base Size,Wikipedia + Book Corpus (16GB)
BERT[11]110M84.5/-91.391.793.258.968.687.389.583.173.776.3
RoBERTa [31]125M84.7/-1192.71111179.7
XLNet [62]110M85.8/85.41192.71111178.581.3
ELECTRA [7]110M86.0/85.390.091.993.464.370.884.989.183.780.583.3
MC-BERT [61]110M85.7/85.289.791.392.362.175.086.088.083.7
DeBERTa [23]134M86.3/86.279.382.5
TUPE [26]110M86.2/86.291.392.293.363.673.689.989.284.911
RoBERTa (Ours)110M85.8/85.591.392.093.760.168.287.388.583.377.780.5
ELECTRA (Ours)110M86.9/86.791.992.693.666.275.188.289.785.579.782.6
COCO-LM110M88.5/88.392.093.193.263.984.891.490.387.282.485.2
Base++ Seting: BERT Base Size,Bigger Training Data,and/or More Training Steps
XLNet [62]110M86.8/-91.491.794.760.274.088.289.584.680.2
RoBERTa [31]125M87.6/-91.992.894.863.678.790.291.286.480.583.7
UniLMV2[1]110M88.5/-91.793.595.165.281.391.891.087.183.386.1
DeBERTa [23]134M88.8/88.5183.186.2
CLEAR [59]110M86.7/-90.092.994.564.378.389.289.885.71
COCO-LM134M90.2/90.092.294.294.667.387.491.291.888.685.488.1
Large++ Setting: BERTLarge Size,Bigger Training Data,and More Training Steps
XLNet [62]360M90.8/90.892.394.997.069.085.990.892.589.287.990.6
RoBERTa [31]356M90.2/90.292.294.796.468.086.690.992.488.986.589.4
ELECTRA[7]335M90.9/-92.495.096.969.188.090.892.689.488.090.6
DeBERTa [23]384M91.1/91.192.395.396.870.5111188.090.7
COCO-LM367M91.4/91.692.895.796.973.991.092.292.790.888.291.0
Megatron1.3B [49]1.3B90.9/91.092.611187.190.2
Megatron3.9B [49]3.9B91.4/91.492.711188.591.2
" + }, + { + "category_id": 5, + "poly": [ + 299, + 1131, + 1400, + 1131, + 1400, + 1416, + 299, + 1416 + ], + "score": 0.982, + "html": "
ModelParamsMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
Base/Base++ Setting: BERT Base Size
BERTBase110M84.6/83.489.290.593.552.166.484.885.880.8
ELECTRABase++110M88.5/88.089.593.196.064.675.288.190.285.6
COCO-LMBase++134M89.8/89.389.894.295.668.682.388.590.387.4
Large/Large++ Seting: BERT Large Size
BERTLarge335M86.7/85.989.392.794.960.570.185.486.583.2
ELECTRALarge++335M90.7/90.290.495.596.768.186.189.291.788.5
COCO-LMLarge++367M91.6/91.190.595.896.770.589.288.491.889.3
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1671, + 1404, + 1671, + 1404, + 1794, + 299, + 1794 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 299, + 1853, + 1404, + 1853, + 1404, + 2006, + 299, + 2006 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 299, + 1595, + 1400, + 1595, + 1400, + 1657, + 299, + 1657 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 296, + 1807, + 1402, + 1807, + 1402, + 1840, + 296, + 1840 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 842, + 2061, + 858, + 2061, + 858, + 2084, + 842, + 2084 + ], + "score": 0.698 + }, + { + "category_id": 1, + "poly": [ + 296, + 911, + 1405, + 911, + 1405, + 1095, + 296, + 1095 + ], + "score": 0.629 + }, + { + "category_id": 6, + "poly": [ + 296, + 911, + 1405, + 911, + 1405, + 1095, + 296, + 1095 + ], + "score": 0.539 + }, + { + "category_id": 1, + "poly": [ + 299, + 1437, + 1403, + 1437, + 1403, + 1531, + 299, + 1531 + ], + "score": 0.496 + }, + { + "category_id": 7, + "poly": [ + 299, + 1437, + 1403, + 1437, + 1403, + 1531, + 299, + 1531 + ], + "score": 0.218 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2084, + 841, + 2084 + ], + "score": 0.158 + }, + { + "category_id": 13, + "poly": [ + 971, + 1763, + 1027, + 1763, + 1027, + 1793, + 971, + 1793 + ], + "score": 0.88, + "latex": "6 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 1057, + 1763, + 1112, + 1763, + 1112, + 1793, + 1057, + 1793 + ], + "score": 0.88, + "latex": "5 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 1116, + 1734, + 1155, + 1734, + 1155, + 1762, + 1116, + 1762 + ], + "score": 0.81, + "latex": "1 +" + }, + { + "category_id": 13, + "poly": [ + 643, + 271, + 659, + 271, + 659, + 288, + 643, + 288 + ], + "score": 0.33, + "latex": "^ +" + }, + { + "category_id": 13, + "poly": [ + 367, + 704, + 388, + 704, + 388, + 721, + 367, + 721 + ], + "score": 0.27, + "latex": "^ { + + }" + }, + { + "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, + 913.0, + 1403.0, + 913.0, + 1403.0, + 945.0, + 295.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 941.0, + 1407.0, + 941.0, + 1407.0, + 976.0, + 294.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 970.0, + 1408.0, + 970.0, + 1408.0, + 1007.0, + 293.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1000.0, + 1406.0, + 1000.0, + 1406.0, + 1039.0, + 293.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1031.0, + 1407.0, + 1031.0, + 1407.0, + 1069.0, + 294.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1064.0, + 678.0, + 1064.0, + 678.0, + 1099.0, + 295.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1434.0, + 1405.0, + 1434.0, + 1405.0, + 1474.0, + 293.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1468.0, + 1408.0, + 1468.0, + 1408.0, + 1501.0, + 294.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1496.0, + 1300.0, + 1496.0, + 1300.0, + 1534.0, + 294.0, + 1534.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": [ + 293.0, + 1669.0, + 1409.0, + 1669.0, + 1409.0, + 1709.0, + 293.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1703.0, + 1405.0, + 1703.0, + 1405.0, + 1736.0, + 295.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1731.0, + 1115.0, + 1731.0, + 1115.0, + 1766.0, + 293.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1731.0, + 1405.0, + 1731.0, + 1405.0, + 1766.0, + 1156.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1763.0, + 970.0, + 1763.0, + 970.0, + 1799.0, + 294.0, + 1799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 1763.0, + 1056.0, + 1763.0, + 1056.0, + 1799.0, + 1028.0, + 1799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1763.0, + 1399.0, + 1763.0, + 1399.0, + 1799.0, + 1113.0, + 1799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1853.0, + 1404.0, + 1853.0, + 1404.0, + 1886.0, + 294.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1881.0, + 1409.0, + 1881.0, + 1409.0, + 1923.0, + 292.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1915.0, + 1405.0, + 1915.0, + 1405.0, + 1948.0, + 297.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1981.0, + 293.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1976.0, + 1005.0, + 1976.0, + 1005.0, + 2010.0, + 294.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1592.0, + 1404.0, + 1592.0, + 1404.0, + 1631.0, + 293.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1627.0, + 505.0, + 1627.0, + 505.0, + 1659.0, + 294.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1804.0, + 1407.0, + 1804.0, + 1407.0, + 1843.0, + 295.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 913.0, + 1403.0, + 913.0, + 1403.0, + 945.0, + 295.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 941.0, + 1407.0, + 941.0, + 1407.0, + 976.0, + 294.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 970.0, + 1408.0, + 970.0, + 1408.0, + 1007.0, + 293.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1000.0, + 1406.0, + 1000.0, + 1406.0, + 1039.0, + 293.0, + 1039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1031.0, + 1407.0, + 1031.0, + 1407.0, + 1069.0, + 294.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1064.0, + 678.0, + 1064.0, + 678.0, + 1099.0, + 295.0, + 1099.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1434.0, + 1405.0, + 1434.0, + 1405.0, + 1474.0, + 293.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1468.0, + 1408.0, + 1468.0, + 1408.0, + 1501.0, + 294.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1496.0, + 1300.0, + 1496.0, + 1300.0, + 1534.0, + 294.0, + 1534.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 299, + 196, + 1399, + 196, + 1399, + 529, + 299, + 529 + ], + "score": 0.98, + "html": "
GroupMethodMNLI-(m/mm)QQPQNLISST-2CoLARTEMRPCSTS-BAVG
COCO-LMBase88.5/88.392.093.193.263.984.891.490.387.2
Pretraining TaskRTDOnly88.4/88.292.193.592.767.380.589.090.986.8
CLMOnly88.6/88.492.093.293.767.480.190.090.486.9
SCL +RTD88.6/88.292.193.593.864.382.790.290.686.9
Network Setingw/o. Rel-Pos w. ELECTRA's Auxiliary88.2/87.792.293.493.768.882.791.290.687.6
Training88.0/87.791.992.793.564.381.289.589.786.3
w.Random Replacements84.9/84.791.491.191.441.670.087.387.180.6
Signalw. Converged Auxiliary88.3/88.192.092.894.364.278.390.490.286.3
CLM SetupAll-Token LM Only87.2/87.092.693.788.589.784.7
CLM w/o. Copy88.0/87.991.8 91.893.194.460.6 66.674.0 76.989.590.186.3
CLM w/o. Stop-grad88.5/88.292.092.994.366.580.990.090.686.9
" + }, + { + "category_id": 1, + "poly": [ + 299, + 1793, + 1403, + 1793, + 1403, + 2007, + 299, + 2007 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1596, + 1403, + 1596, + 1403, + 1781, + 298, + 1781 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1350, + 1404, + 1350, + 1404, + 1443, + 299, + 1443 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 298, + 1214, + 1404, + 1214, + 1404, + 1337, + 298, + 1337 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 295, + 915, + 1001, + 915, + 1001, + 1038, + 295, + 1038 + ], + "score": 0.965 + }, + { + "category_id": 3, + "poly": [ + 306, + 623, + 988, + 623, + 988, + 890, + 306, + 890 + ], + "score": 0.964 + }, + { + "category_id": 4, + "poly": [ + 1033, + 881, + 1410, + 881, + 1410, + 1035, + 1033, + 1035 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 300, + 1107, + 1397, + 1107, + 1397, + 1200, + 300, + 1200 + ], + "score": 0.956 + }, + { + "category_id": 3, + "poly": [ + 1044, + 622, + 1395, + 622, + 1395, + 857, + 1044, + 857 + ], + "score": 0.93 + }, + { + "category_id": 0, + "poly": [ + 297, + 1490, + 876, + 1490, + 876, + 1523, + 297, + 1523 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 289, + 1550, + 1350, + 1550, + 1350, + 1584, + 289, + 1584 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 840, + 2062, + 858, + 2062, + 858, + 2085, + 840, + 2085 + ], + "score": 0.798 + }, + { + "category_id": 7, + "poly": [ + 297, + 552, + 1397, + 552, + 1397, + 585, + 297, + 585 + ], + "score": 0.786 + }, + { + "category_id": 13, + "poly": [ + 1010, + 1687, + 1065, + 1687, + 1065, + 1717, + 1010, + 1717 + ], + "score": 0.89, + "latex": "7 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 1307, + 972, + 1367, + 972, + 1367, + 1000, + 1307, + 1000 + ], + "score": 0.87, + "latex": "X ^ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 1306, + 1002, + 1374, + 1002, + 1374, + 1033, + 1306, + 1033 + ], + "score": 0.87, + "latex": "1 0 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 1034, + 978, + 1053, + 978, + 1053, + 1000, + 1034, + 1000 + ], + "score": 0.74, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 802, + 920, + 819, + 920, + 819, + 947, + 802, + 947 + ], + "score": 0.69, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 1122, + 912, + 1207, + 912, + 1207, + 943, + 1122, + 943 + ], + "score": 0.65, + "latex": "\\mathbf { \\cdot L M _ { B a s e } }" + }, + { + "category_id": 13, + "poly": [ + 507, + 916, + 592, + 916, + 592, + 947, + 507, + 947 + ], + "score": 0.61, + "latex": "\\mathbf { \\cdot L M _ { B a s e } }" + }, + { + "category_id": 13, + "poly": [ + 1336, + 830, + 1383, + 830, + 1383, + 854, + 1336, + 854 + ], + "score": 0.39, + "latex": "X ^ { \\mathrm { o r i g } }" + }, + { + "category_id": 13, + "poly": [ + 408, + 915, + 591, + 915, + 591, + 947, + 408, + 947 + ], + "score": 0.27, + "latex": "\\mathrm { C O C O - L M _ { B a s e } }" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 914.0, + 407.0, + 914.0, + 407.0, + 951.0, + 293.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 914.0, + 801.0, + 914.0, + 801.0, + 951.0, + 593.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 914.0, + 1004.0, + 914.0, + 1004.0, + 951.0, + 820.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 944.0, + 1004.0, + 944.0, + 1004.0, + 980.0, + 293.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 976.0, + 1000.0, + 976.0, + 1000.0, + 1010.0, + 294.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1004.0, + 984.0, + 1004.0, + 984.0, + 1043.0, + 294.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 637.0, + 383.0, + 637.0, + 383.0, + 728.0, + 305.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 649.0, + 468.0, + 649.0, + 468.0, + 663.0, + 399.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 512.0, + 652.0, + 535.0, + 652.0, + 535.0, + 660.0, + 512.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 649.0, + 627.0, + 649.0, + 627.0, + 663.0, + 577.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 637.0, + 728.0, + 637.0, + 728.0, + 730.0, + 649.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 649.0, + 909.0, + 649.0, + 909.0, + 663.0, + 872.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 662.0, + 413.0, + 662.0, + 413.0, + 670.0, + 401.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 608.0, + 663.0, + 615.0, + 663.0, + 615.0, + 674.0, + 608.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 663.0, + 775.0, + 663.0, + 775.0, + 676.0, + 743.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 685.0, + 384.0, + 685.0, + 384.0, + 713.0, + 332.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 685.0, + 728.0, + 685.0, + 728.0, + 713.0, + 676.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 686.0, + 770.0, + 686.0, + 770.0, + 704.0, + 741.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 721.0, + 385.0, + 721.0, + 385.0, + 776.0, + 306.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 716.0, + 624.0, + 716.0, + 624.0, + 754.0, + 540.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 713.0, + 728.0, + 713.0, + 728.0, + 775.0, + 653.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 715.0, + 822.0, + 715.0, + 822.0, + 742.0, + 812.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 734.0, + 878.0, + 734.0, + 878.0, + 755.0, + 858.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 716.0, + 971.0, + 716.0, + 971.0, + 754.0, + 885.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 751.0, + 624.0, + 751.0, + 624.0, + 772.0, + 540.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 757.0, + 874.0, + 757.0, + 874.0, + 768.0, + 861.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 751.0, + 969.0, + 751.0, + 969.0, + 772.0, + 885.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 767.0, + 384.0, + 767.0, + 384.0, + 795.0, + 332.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 784.0, + 561.0, + 784.0, + 561.0, + 792.0, + 553.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 769.0, + 727.0, + 769.0, + 727.0, + 794.0, + 678.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 783.0, + 906.0, + 783.0, + 906.0, + 792.0, + 897.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 950.0, + 784.0, + 960.0, + 784.0, + 960.0, + 792.0, + 950.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 795.0, + 404.0, + 795.0, + 404.0, + 818.0, + 383.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 794.0, + 466.0, + 794.0, + 466.0, + 818.0, + 433.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 793.0, + 520.0, + 793.0, + 520.0, + 820.0, + 485.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 793.0, + 575.0, + 793.0, + 575.0, + 820.0, + 540.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 793.0, + 628.0, + 793.0, + 628.0, + 820.0, + 594.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 794.0, + 749.0, + 794.0, + 749.0, + 818.0, + 727.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 794.0, + 810.0, + 794.0, + 810.0, + 818.0, + 776.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 794.0, + 863.0, + 794.0, + 863.0, + 818.0, + 830.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 793.0, + 918.0, + 793.0, + 918.0, + 820.0, + 883.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 794.0, + 971.0, + 794.0, + 971.0, + 818.0, + 938.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 817.0, + 624.0, + 817.0, + 624.0, + 850.0, + 407.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 817.0, + 968.0, + 817.0, + 968.0, + 850.0, + 751.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 858.0, + 543.0, + 858.0, + 543.0, + 889.0, + 407.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 858.0, + 897.0, + 858.0, + 897.0, + 891.0, + 741.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 880.0, + 1412.0, + 880.0, + 1412.0, + 914.0, + 1033.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 910.0, + 1121.0, + 910.0, + 1121.0, + 945.0, + 1033.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 910.0, + 1411.0, + 910.0, + 1411.0, + 945.0, + 1208.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 938.0, + 1410.0, + 938.0, + 1410.0, + 975.0, + 1031.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 968.0, + 1306.0, + 968.0, + 1306.0, + 1006.0, + 1054.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1368.0, + 968.0, + 1414.0, + 968.0, + 1414.0, + 1006.0, + 1368.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 1002.0, + 1305.0, + 1002.0, + 1305.0, + 1037.0, + 1030.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 1002.0, + 1394.0, + 1002.0, + 1394.0, + 1037.0, + 1375.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 616.0, + 1131.0, + 616.0, + 1131.0, + 648.0, + 1073.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 645.0, + 1077.0, + 645.0, + 1077.0, + 772.0, + 1043.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 666.0, + 1138.0, + 666.0, + 1138.0, + 702.0, + 1071.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 720.0, + 1140.0, + 720.0, + 1140.0, + 751.0, + 1073.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 772.0, + 1129.0, + 772.0, + 1129.0, + 801.0, + 1074.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 795.0, + 1193.0, + 795.0, + 1193.0, + 828.0, + 1140.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 795.0, + 1293.0, + 795.0, + 1293.0, + 828.0, + 1239.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 796.0, + 1398.0, + 796.0, + 1398.0, + 827.0, + 1333.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 824.0, + 1335.0, + 824.0, + 1335.0, + 861.0, + 1157.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1384.0, + 824.0, + 1397.0, + 824.0, + 1397.0, + 861.0, + 1384.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1489.0, + 882.0, + 1489.0, + 882.0, + 1528.0, + 294.0, + 1528.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": [ + 293.0, + 546.0, + 1401.0, + 546.0, + 1401.0, + 591.0, + 293.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1792.0, + 1404.0, + 1792.0, + 1404.0, + 1830.0, + 295.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1825.0, + 1405.0, + 1825.0, + 1405.0, + 1857.0, + 294.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1853.0, + 1407.0, + 1853.0, + 1407.0, + 1890.0, + 293.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1885.0, + 1407.0, + 1885.0, + 1407.0, + 1920.0, + 294.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1915.0, + 1404.0, + 1915.0, + 1404.0, + 1949.0, + 294.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1944.0, + 1404.0, + 1944.0, + 1404.0, + 1981.0, + 293.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1976.0, + 1404.0, + 1976.0, + 1404.0, + 2010.0, + 295.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1593.0, + 1405.0, + 1593.0, + 1405.0, + 1631.0, + 293.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1626.0, + 1404.0, + 1626.0, + 1404.0, + 1661.0, + 294.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1657.0, + 1405.0, + 1657.0, + 1405.0, + 1691.0, + 294.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1685.0, + 1009.0, + 1685.0, + 1009.0, + 1725.0, + 292.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1685.0, + 1407.0, + 1685.0, + 1407.0, + 1725.0, + 1066.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1718.0, + 1404.0, + 1718.0, + 1404.0, + 1750.0, + 294.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1747.0, + 814.0, + 1747.0, + 814.0, + 1781.0, + 294.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1346.0, + 1408.0, + 1346.0, + 1408.0, + 1388.0, + 293.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1378.0, + 1404.0, + 1378.0, + 1404.0, + 1418.0, + 293.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1412.0, + 666.0, + 1412.0, + 666.0, + 1446.0, + 295.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1213.0, + 1405.0, + 1213.0, + 1405.0, + 1250.0, + 292.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1243.0, + 1408.0, + 1243.0, + 1408.0, + 1279.0, + 294.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1277.0, + 1406.0, + 1277.0, + 1406.0, + 1309.0, + 293.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1307.0, + 1338.0, + 1307.0, + 1338.0, + 1339.0, + 296.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1105.0, + 1405.0, + 1105.0, + 1405.0, + 1145.0, + 292.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1139.0, + 1402.0, + 1139.0, + 1402.0, + 1173.0, + 295.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1169.0, + 1390.0, + 1169.0, + 1390.0, + 1203.0, + 296.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1545.0, + 1350.0, + 1545.0, + 1350.0, + 1592.0, + 293.0, + 1592.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1666, + 1404, + 1666, + 1404, + 2001, + 298, + 2001 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1282, + 1404, + 1282, + 1404, + 1526, + 298, + 1526 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 1115, + 1404, + 1115, + 1404, + 1268, + 299, + 1268 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 296, + 629, + 1406, + 629, + 1406, + 858, + 296, + 858 + ], + "score": 0.966 + }, + { + "category_id": 4, + "poly": [ + 296, + 881, + 1404, + 881, + 1404, + 1005, + 296, + 1005 + ], + "score": 0.964 + }, + { + "category_id": 4, + "poly": [ + 697, + 445, + 1403, + 445, + 1403, + 598, + 697, + 598 + ], + "score": 0.962 + }, + { + "category_id": 4, + "poly": [ + 296, + 444, + 662, + 444, + 662, + 598, + 296, + 598 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 297, + 1039, + 1399, + 1039, + 1399, + 1102, + 297, + 1102 + ], + "score": 0.941 + }, + { + "category_id": 3, + "poly": [ + 715, + 167, + 1390, + 167, + 1390, + 420, + 715, + 420 + ], + "score": 0.936 + }, + { + "category_id": 0, + "poly": [ + 298, + 1563, + 873, + 1563, + 873, + 1596, + 298, + 1596 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 301, + 1619, + 1149, + 1619, + 1149, + 1651, + 301, + 1651 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 840, + 2062, + 858, + 2062, + 858, + 2084, + 840, + 2084 + ], + "score": 0.794 + }, + { + "category_id": 3, + "poly": [ + 306, + 168, + 637, + 168, + 637, + 391, + 306, + 391 + ], + "score": 0.743 + }, + { + "category_id": 13, + "poly": [ + 1015, + 1434, + 1128, + 1434, + 1128, + 1464, + 1015, + 1464 + ], + "score": 0.91, + "latex": "1 0 \\% / 2 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 1119, + 1757, + 1218, + 1757, + 1218, + 1788, + 1119, + 1788 + ], + "score": 0.89, + "latex": "( 7 - 8 \\%" + }, + { + "category_id": 13, + "poly": [ + 484, + 1176, + 539, + 1176, + 539, + 1206, + 484, + 1206 + ], + "score": 0.88, + "latex": "8 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 706, + 1403, + 747, + 1403, + 747, + 1433, + 706, + 1433 + ], + "score": 0.87, + "latex": "1 \\%" + }, + { + "category_id": 13, + "poly": [ + 439, + 1434, + 528, + 1434, + 528, + 1467, + 439, + 1467 + ], + "score": 0.78, + "latex": "0 . 8 / 0 . 5" + }, + { + "category_id": 13, + "poly": [ + 1194, + 949, + 1213, + 949, + 1213, + 971, + 1194, + 971 + ], + "score": 0.62, + "latex": "\\scriptstyle { \\dot { x } }" + }, + { + "category_id": 13, + "poly": [ + 1327, + 1404, + 1402, + 1404, + 1402, + 1433, + 1327, + 1433 + ], + "score": 0.49, + "latex": ". \\mathrm { m } / \\mathrm { m m }" + }, + { + "category_id": 13, + "poly": [ + 535, + 566, + 616, + 566, + 616, + 597, + 535, + 597 + ], + "score": 0.43, + "latex": "\\mathrm { L M } _ { \\mathrm { B a s e } }" + }, + { + "category_id": 13, + "poly": [ + 376, + 1344, + 408, + 1344, + 408, + 1373, + 376, + 1373 + ], + "score": 0.29, + "latex": "\\mathrm { 7 c }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 632.0, + 353.0, + 632.0, + 353.0, + 750.0, + 295.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 640.0, + 550.0, + 640.0, + 550.0, + 686.0, + 482.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 632.0, + 642.0, + 632.0, + 642.0, + 752.0, + 580.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 641.0, + 918.0, + 641.0, + 918.0, + 758.0, + 864.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 641.0, + 1190.0, + 641.0, + 1190.0, + 758.0, + 1135.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 688.0, + 352.0, + 688.0, + 352.0, + 711.0, + 318.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 688.0, + 637.0, + 688.0, + 637.0, + 711.0, + 603.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 681.0, + 918.0, + 681.0, + 918.0, + 706.0, + 888.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 682.0, + 1190.0, + 682.0, + 1190.0, + 711.0, + 1157.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 769.0, + 704.0, + 830.0, + 704.0, + 830.0, + 724.0, + 769.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 720.0, + 834.0, + 720.0, + 834.0, + 745.0, + 738.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 715.0, + 918.0, + 715.0, + 918.0, + 741.0, + 888.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 713.0, + 1114.0, + 713.0, + 1114.0, + 755.0, + 1019.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 715.0, + 1191.0, + 715.0, + 1191.0, + 745.0, + 1157.0, + 745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 713.0, + 1386.0, + 713.0, + 1386.0, + 752.0, + 1292.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 743.0, + 353.0, + 743.0, + 353.0, + 768.0, + 318.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 741.0, + 640.0, + 741.0, + 640.0, + 770.0, + 603.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 761.0, + 980.0, + 761.0, + 980.0, + 772.0, + 969.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 761.0, + 1029.0, + 761.0, + 1029.0, + 772.0, + 1017.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 769.0, + 377.0, + 769.0, + 377.0, + 792.0, + 343.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 768.0, + 428.0, + 768.0, + 428.0, + 792.0, + 392.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 768.0, + 478.0, + 768.0, + 478.0, + 792.0, + 444.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 768.0, + 527.0, + 768.0, + 527.0, + 792.0, + 493.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 766.0, + 578.0, + 766.0, + 578.0, + 794.0, + 543.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 769.0, + 663.0, + 769.0, + 663.0, + 792.0, + 628.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 768.0, + 714.0, + 768.0, + 714.0, + 792.0, + 678.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 768.0, + 763.0, + 768.0, + 763.0, + 792.0, + 729.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 778.0, + 768.0, + 813.0, + 768.0, + 813.0, + 792.0, + 778.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 766.0, + 863.0, + 766.0, + 863.0, + 794.0, + 828.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 772.0, + 943.0, + 772.0, + 943.0, + 790.0, + 928.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 768.0, + 983.0, + 768.0, + 983.0, + 792.0, + 964.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 767.0, + 1036.0, + 767.0, + 1036.0, + 794.0, + 1009.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 767.0, + 1133.0, + 767.0, + 1133.0, + 792.0, + 1103.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1198.0, + 770.0, + 1214.0, + 770.0, + 1214.0, + 788.0, + 1198.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 769.0, + 1254.0, + 769.0, + 1254.0, + 792.0, + 1235.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 768.0, + 1309.0, + 768.0, + 1309.0, + 792.0, + 1278.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 768.0, + 1404.0, + 768.0, + 1404.0, + 792.0, + 1374.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 791.0, + 547.0, + 791.0, + 547.0, + 815.0, + 373.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 790.0, + 833.0, + 790.0, + 833.0, + 818.0, + 656.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 787.0, + 1112.0, + 787.0, + 1112.0, + 818.0, + 941.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1211.0, + 790.0, + 1383.0, + 790.0, + 1383.0, + 818.0, + 1211.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 826.0, + 524.0, + 826.0, + 524.0, + 855.0, + 347.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 826.0, + 792.0, + 826.0, + 792.0, + 859.0, + 644.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 826.0, + 1069.0, + 826.0, + 1069.0, + 859.0, + 932.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 826.0, + 1350.0, + 826.0, + 1350.0, + 859.0, + 1191.0, + 859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 880.0, + 1402.0, + 880.0, + 1402.0, + 917.0, + 293.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 913.0, + 1405.0, + 913.0, + 1405.0, + 948.0, + 293.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 943.0, + 1193.0, + 943.0, + 1193.0, + 978.0, + 293.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 943.0, + 1406.0, + 943.0, + 1406.0, + 978.0, + 1214.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 972.0, + 1209.0, + 972.0, + 1209.0, + 1008.0, + 294.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 445.0, + 1409.0, + 445.0, + 1409.0, + 479.0, + 696.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 476.0, + 1407.0, + 476.0, + 1407.0, + 510.0, + 695.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 506.0, + 1406.0, + 506.0, + 1406.0, + 539.0, + 695.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 535.0, + 1407.0, + 535.0, + 1407.0, + 571.0, + 698.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 566.0, + 1158.0, + 566.0, + 1158.0, + 602.0, + 694.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 444.0, + 664.0, + 444.0, + 664.0, + 478.0, + 296.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 476.0, + 662.0, + 476.0, + 662.0, + 507.0, + 294.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 506.0, + 662.0, + 506.0, + 662.0, + 538.0, + 296.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 531.0, + 664.0, + 531.0, + 664.0, + 572.0, + 294.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 561.0, + 534.0, + 561.0, + 534.0, + 604.0, + 298.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 561.0, + 629.0, + 561.0, + 629.0, + 604.0, + 617.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 170.0, + 768.0, + 170.0, + 768.0, + 199.0, + 727.0, + 199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 170.0, + 1113.0, + 170.0, + 1113.0, + 200.0, + 1071.0, + 200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 227.0, + 958.0, + 227.0, + 958.0, + 235.0, + 948.0, + 235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 239.0, + 763.0, + 239.0, + 763.0, + 261.0, + 741.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 235.0, + 999.0, + 235.0, + 999.0, + 291.0, + 967.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 240.0, + 1023.0, + 240.0, + 1023.0, + 249.0, + 1014.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 239.0, + 1106.0, + 239.0, + 1106.0, + 261.0, + 1085.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 233.0, + 1165.0, + 233.0, + 1165.0, + 242.0, + 1156.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1310.0, + 244.0, + 1320.0, + 244.0, + 1320.0, + 252.0, + 1310.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 252.0, + 1020.0, + 252.0, + 1020.0, + 261.0, + 1011.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 259.0, + 919.0, + 259.0, + 919.0, + 278.0, + 895.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 711.0, + 301.0, + 778.0, + 301.0, + 778.0, + 332.0, + 711.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1057.0, + 301.0, + 1114.0, + 301.0, + 1114.0, + 332.0, + 1057.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1199.0, + 307.0, + 1229.0, + 307.0, + 1229.0, + 335.0, + 1199.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 339.0, + 812.0, + 339.0, + 812.0, + 351.0, + 799.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 341.0, + 909.0, + 341.0, + 909.0, + 349.0, + 901.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 340.0, + 1007.0, + 340.0, + 1007.0, + 350.0, + 998.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 339.0, + 1353.0, + 339.0, + 1353.0, + 351.0, + 1340.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 348.0, + 833.0, + 348.0, + 833.0, + 380.0, + 781.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 352.0, + 914.0, + 352.0, + 914.0, + 376.0, + 894.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 350.0, + 1019.0, + 350.0, + 1019.0, + 378.0, + 986.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 345.0, + 1177.0, + 345.0, + 1177.0, + 381.0, + 1125.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 353.0, + 1258.0, + 353.0, + 1258.0, + 376.0, + 1238.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 350.0, + 1363.0, + 350.0, + 1363.0, + 378.0, + 1330.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 390.0, + 966.0, + 390.0, + 966.0, + 419.0, + 790.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 389.0, + 1296.0, + 389.0, + 1296.0, + 421.0, + 1148.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1334.0, + 221.5, + 1337.0, + 221.5, + 1337.0, + 232.5, + 1334.0, + 232.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 223.5, + 879.0, + 223.5, + 879.0, + 263.0, + 790.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 339.5, + 1155.0, + 339.5, + 1155.0, + 348.0, + 1143.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1561.0, + 877.0, + 1561.0, + 877.0, + 1603.0, + 293.0, + 1603.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": [ + 306.0, + 162.0, + 336.0, + 162.0, + 336.0, + 343.0, + 306.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 182.0, + 493.0, + 182.0, + 493.0, + 208.0, + 424.0, + 208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 208.0, + 368.0, + 208.0, + 368.0, + 234.0, + 334.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 205.0, + 487.0, + 205.0, + 487.0, + 228.0, + 425.0, + 228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 265.0, + 365.0, + 265.0, + 365.0, + 288.0, + 345.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 320.0, + 364.0, + 320.0, + 364.0, + 338.0, + 347.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 330.0, + 506.0, + 330.0, + 506.0, + 340.0, + 498.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 331.0, + 568.0, + 331.0, + 568.0, + 339.0, + 559.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 341.0, + 464.0, + 341.0, + 464.0, + 370.0, + 352.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 342.0, + 524.0, + 342.0, + 524.0, + 368.0, + 483.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 342.0, + 589.0, + 342.0, + 589.0, + 368.0, + 547.0, + 368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 342.0, + 642.0, + 342.0, + 642.0, + 367.0, + 601.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 363.0, + 587.0, + 363.0, + 587.0, + 393.0, + 437.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1667.0, + 1405.0, + 1667.0, + 1405.0, + 1701.0, + 293.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1695.0, + 1406.0, + 1695.0, + 1406.0, + 1732.0, + 292.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1727.0, + 1407.0, + 1727.0, + 1407.0, + 1762.0, + 292.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1758.0, + 1118.0, + 1758.0, + 1118.0, + 1793.0, + 294.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 1758.0, + 1408.0, + 1758.0, + 1408.0, + 1793.0, + 1219.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1788.0, + 1406.0, + 1788.0, + 1406.0, + 1822.0, + 294.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1816.0, + 1405.0, + 1816.0, + 1405.0, + 1855.0, + 293.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1847.0, + 1405.0, + 1847.0, + 1405.0, + 1883.0, + 292.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1877.0, + 1405.0, + 1877.0, + 1405.0, + 1915.0, + 293.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1909.0, + 1406.0, + 1909.0, + 1406.0, + 1943.0, + 293.0, + 1943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1936.0, + 1405.0, + 1936.0, + 1405.0, + 1978.0, + 292.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1971.0, + 840.0, + 1971.0, + 840.0, + 2005.0, + 294.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1280.0, + 1406.0, + 1280.0, + 1406.0, + 1318.0, + 295.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1313.0, + 1409.0, + 1313.0, + 1409.0, + 1345.0, + 293.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1344.0, + 375.0, + 1344.0, + 375.0, + 1378.0, + 294.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 1344.0, + 1405.0, + 1344.0, + 1405.0, + 1378.0, + 409.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1374.0, + 1406.0, + 1374.0, + 1406.0, + 1408.0, + 293.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1402.0, + 705.0, + 1402.0, + 705.0, + 1439.0, + 294.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 1402.0, + 1326.0, + 1402.0, + 1326.0, + 1439.0, + 748.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1402.0, + 1406.0, + 1402.0, + 1406.0, + 1439.0, + 1403.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1434.0, + 438.0, + 1434.0, + 438.0, + 1468.0, + 292.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 1434.0, + 1014.0, + 1434.0, + 1014.0, + 1468.0, + 529.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 1434.0, + 1405.0, + 1434.0, + 1405.0, + 1468.0, + 1129.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1465.0, + 1404.0, + 1465.0, + 1404.0, + 1498.0, + 296.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1491.0, + 521.0, + 1491.0, + 521.0, + 1533.0, + 292.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1112.0, + 1404.0, + 1112.0, + 1404.0, + 1153.0, + 294.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1148.0, + 1403.0, + 1148.0, + 1403.0, + 1181.0, + 295.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1176.0, + 483.0, + 1176.0, + 483.0, + 1213.0, + 294.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 1176.0, + 1408.0, + 1176.0, + 1408.0, + 1213.0, + 540.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1206.0, + 1406.0, + 1206.0, + 1406.0, + 1243.0, + 294.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1236.0, + 1252.0, + 1236.0, + 1252.0, + 1277.0, + 294.0, + 1277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1039.0, + 1405.0, + 1039.0, + 1405.0, + 1076.0, + 292.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1069.0, + 1359.0, + 1069.0, + 1359.0, + 1105.0, + 296.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1618.0, + 1154.0, + 1618.0, + 1154.0, + 1658.0, + 294.0, + 1658.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1358, + 1404, + 1358, + 1404, + 1512, + 298, + 1512 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1662, + 1404, + 1662, + 1404, + 1784, + 299, + 1784 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1525, + 1404, + 1525, + 1404, + 1649, + 299, + 1649 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 986, + 1406, + 986, + 1406, + 1229, + 298, + 1229 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 300, + 1914, + 1402, + 1914, + 1402, + 2006, + 300, + 2006 + ], + "score": 0.972 + }, + { + "category_id": 5, + "poly": [ + 907, + 595, + 1398, + 595, + 1398, + 765, + 907, + 765 + ], + "score": 0.971, + "html": "
ModelMNLI-mMNLI-mm
RoBERTaBase++60.1 (1.5)61.8 (1.2)
COCO-LMBase++66.5 (2.1)68.0 (2.3)
RoBERTaLarge++70.7 (1.3)72.0 (1.2)
COCO-LMLarge++72.0 (1.5)73.3 (1.1)
" + }, + { + "category_id": 1, + "poly": [ + 299, + 591, + 881, + 591, + 881, + 984, + 299, + 984 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 298, + 195, + 1400, + 195, + 1400, + 417, + 298, + 417 + ], + "score": 0.961 + }, + { + "category_id": 4, + "poly": [ + 296, + 441, + 1405, + 441, + 1405, + 535, + 296, + 535 + ], + "score": 0.96 + }, + { + "category_id": 0, + "poly": [ + 300, + 1839, + 561, + 1839, + 561, + 1875, + 300, + 1875 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 299, + 1282, + 779, + 1282, + 779, + 1320, + 299, + 1320 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 837, + 2062, + 865, + 2062, + 865, + 2085, + 837, + 2085 + ], + "score": 0.847 + }, + { + "category_id": 1, + "poly": [ + 902, + 788, + 1402, + 788, + 1402, + 941, + 902, + 941 + ], + "score": 0.583 + }, + { + "category_id": 6, + "poly": [ + 902, + 788, + 1402, + 788, + 1402, + 941, + 902, + 941 + ], + "score": 0.316 + }, + { + "category_id": 13, + "poly": [ + 547, + 742, + 802, + 742, + 802, + 774, + 547, + 774 + ], + "score": 0.9, + "latex": "\\{ 3 e - 6 , 4 e - 6 , 5 e - 6 \\}" + }, + { + "category_id": 13, + "poly": [ + 1059, + 447, + 1077, + 447, + 1077, + 473, + 1059, + 473 + ], + "score": 0.72, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 297, + 927, + 374, + 927, + 374, + 954, + 297, + 954 + ], + "score": 0.69, + "latex": "\\mathrm { m } / \\mathrm { m m }" + }, + { + "category_id": 13, + "poly": [ + 401, + 686, + 439, + 686, + 439, + 712, + 401, + 712 + ], + "score": 0.68, + "latex": "^ { + + }" + }, + { + "category_id": 13, + "poly": [ + 738, + 866, + 831, + 866, + 831, + 893, + 738, + 893 + ], + "score": 0.62, + "latex": "b a s e + +" + }, + { + "category_id": 13, + "poly": [ + 702, + 479, + 720, + 479, + 720, + 500, + 702, + 500 + ], + "score": 0.62, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1082, + 911, + 1159, + 911, + 1159, + 939, + 1082, + 939 + ], + "score": 0.52, + "latex": ". \\mathrm { m } / \\mathrm { m m }" + }, + { + "category_id": 13, + "poly": [ + 789, + 654, + 882, + 654, + 882, + 680, + 789, + 680 + ], + "score": 0.36, + "latex": "b a s e + +" + }, + { + "category_id": 13, + "poly": [ + 356, + 898, + 398, + 898, + 398, + 924, + 356, + 924 + ], + "score": 0.27, + "latex": "^ { \\cdot + + }" + }, + { + "category_id": 13, + "poly": [ + 297, + 897, + 399, + 897, + 399, + 925, + 297, + 925 + ], + "score": 0.27, + "latex": "l a r g e + +" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 193.0, + 1200.0, + 193.0, + 1200.0, + 218.0, + 1147.0, + 218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 213.0, + 364.0, + 213.0, + 364.0, + 310.0, + 296.0, + 310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 208.0, + 641.0, + 208.0, + 641.0, + 309.0, + 570.0, + 309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 205.0, + 657.0, + 205.0, + 657.0, + 252.0, + 645.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 218.0, + 919.0, + 218.0, + 919.0, + 308.0, + 853.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 220.0, + 1153.0, + 220.0, + 1153.0, + 307.0, + 1124.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 218.0, + 1216.0, + 218.0, + 1216.0, + 244.0, + 1207.0, + 244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 261.0, + 366.0, + 261.0, + 366.0, + 287.0, + 318.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 252.0, + 641.0, + 252.0, + 641.0, + 277.0, + 591.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 262.0, + 922.0, + 262.0, + 922.0, + 288.0, + 875.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 252.0, + 1200.0, + 252.0, + 1200.0, + 277.0, + 1147.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 247.0, + 1226.0, + 247.0, + 1226.0, + 268.0, + 1206.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 282.0, + 555.0, + 282.0, + 555.0, + 319.0, + 459.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 295.0, + 641.0, + 295.0, + 641.0, + 320.0, + 591.0, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 273.0, + 668.0, + 273.0, + 668.0, + 325.0, + 648.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 940.0, + 283.0, + 961.0, + 283.0, + 961.0, + 325.0, + 940.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 310.0, + 376.0, + 310.0, + 376.0, + 335.0, + 319.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 310.0, + 923.0, + 310.0, + 923.0, + 335.0, + 875.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 310.0, + 1207.0, + 310.0, + 1207.0, + 335.0, + 1146.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 331.0, + 379.0, + 331.0, + 379.0, + 353.0, + 359.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 322.0, + 457.0, + 322.0, + 457.0, + 353.0, + 436.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 507.0, + 327.0, + 537.0, + 327.0, + 537.0, + 353.0, + 507.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 331.0, + 659.0, + 331.0, + 659.0, + 351.0, + 639.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 329.0, + 734.0, + 329.0, + 734.0, + 353.0, + 714.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 324.0, + 815.0, + 324.0, + 815.0, + 354.0, + 786.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 331.0, + 934.0, + 331.0, + 934.0, + 353.0, + 915.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 320.0, + 1014.0, + 320.0, + 1014.0, + 354.0, + 990.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 327.0, + 1093.0, + 327.0, + 1093.0, + 353.0, + 1064.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 331.0, + 1215.0, + 331.0, + 1215.0, + 353.0, + 1195.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 329.0, + 1291.0, + 329.0, + 1291.0, + 353.0, + 1271.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1342.0, + 327.0, + 1371.0, + 327.0, + 1371.0, + 354.0, + 1342.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 347.0, + 535.0, + 347.0, + 535.0, + 378.0, + 380.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 347.0, + 813.0, + 347.0, + 813.0, + 378.0, + 660.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 349.0, + 1092.0, + 349.0, + 1092.0, + 376.0, + 938.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 347.0, + 1371.0, + 347.0, + 1371.0, + 378.0, + 1215.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 384.0, + 841.0, + 384.0, + 841.0, + 419.0, + 298.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 381.0, + 1394.0, + 381.0, + 1394.0, + 420.0, + 845.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 412.75, + 285.0, + 438.75, + 285.0, + 438.75, + 296.0, + 412.75, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 296.5, + 425.0, + 296.5, + 425.0, + 312.0, + 375.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 439.0, + 1058.0, + 439.0, + 1058.0, + 481.0, + 293.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 439.0, + 1406.0, + 439.0, + 1406.0, + 481.0, + 1078.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 470.0, + 701.0, + 470.0, + 701.0, + 509.0, + 293.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 470.0, + 1406.0, + 470.0, + 1406.0, + 509.0, + 721.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 503.0, + 1403.0, + 503.0, + 1403.0, + 539.0, + 294.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1835.0, + 565.0, + 1835.0, + 565.0, + 1882.0, + 295.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1279.0, + 783.0, + 1279.0, + 783.0, + 1324.0, + 292.0, + 1324.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": [ + 898.0, + 783.0, + 1406.0, + 783.0, + 1406.0, + 825.0, + 898.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 816.0, + 1404.0, + 816.0, + 1404.0, + 851.0, + 900.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 848.0, + 1405.0, + 848.0, + 1405.0, + 881.0, + 899.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 879.0, + 1406.0, + 879.0, + 1406.0, + 913.0, + 899.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 908.0, + 1081.0, + 908.0, + 1081.0, + 942.0, + 898.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 908.0, + 1289.0, + 908.0, + 1289.0, + 942.0, + 1160.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1356.0, + 1405.0, + 1356.0, + 1405.0, + 1395.0, + 293.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1386.0, + 1408.0, + 1386.0, + 1408.0, + 1427.0, + 293.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1420.0, + 1404.0, + 1420.0, + 1404.0, + 1454.0, + 296.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1446.0, + 1405.0, + 1446.0, + 1405.0, + 1488.0, + 293.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1479.0, + 576.0, + 1479.0, + 576.0, + 1518.0, + 295.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1662.0, + 1409.0, + 1662.0, + 1409.0, + 1698.0, + 294.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1691.0, + 1408.0, + 1691.0, + 1408.0, + 1728.0, + 293.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1723.0, + 1405.0, + 1723.0, + 1405.0, + 1759.0, + 294.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1754.0, + 991.0, + 1754.0, + 991.0, + 1787.0, + 295.0, + 1787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1523.0, + 1406.0, + 1523.0, + 1406.0, + 1561.0, + 293.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1558.0, + 1405.0, + 1558.0, + 1405.0, + 1591.0, + 295.0, + 1591.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": [ + 293.0, + 1616.0, + 939.0, + 1616.0, + 939.0, + 1655.0, + 293.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 300.0, + 986.0, + 1408.0, + 986.0, + 1408.0, + 1023.0, + 300.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1014.0, + 1404.0, + 1014.0, + 1404.0, + 1050.0, + 295.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1043.0, + 1404.0, + 1043.0, + 1404.0, + 1083.0, + 293.0, + 1083.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1075.0, + 1406.0, + 1075.0, + 1406.0, + 1113.0, + 295.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1103.0, + 1407.0, + 1103.0, + 1407.0, + 1144.0, + 292.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1134.0, + 1406.0, + 1134.0, + 1406.0, + 1175.0, + 293.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1164.0, + 1408.0, + 1164.0, + 1408.0, + 1203.0, + 293.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1195.0, + 1408.0, + 1195.0, + 1408.0, + 1235.0, + 295.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1914.0, + 1406.0, + 1914.0, + 1406.0, + 1948.0, + 296.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1984.0, + 293.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1976.0, + 735.0, + 1976.0, + 735.0, + 2013.0, + 295.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 590.0, + 883.0, + 590.0, + 883.0, + 626.0, + 295.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 621.0, + 881.0, + 621.0, + 881.0, + 656.0, + 296.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 651.0, + 788.0, + 651.0, + 788.0, + 685.0, + 294.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 684.0, + 400.0, + 684.0, + 400.0, + 716.0, + 297.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 684.0, + 883.0, + 684.0, + 883.0, + 716.0, + 440.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 713.0, + 881.0, + 713.0, + 881.0, + 746.0, + 295.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 741.0, + 546.0, + 741.0, + 546.0, + 777.0, + 294.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 741.0, + 882.0, + 741.0, + 882.0, + 777.0, + 803.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 773.0, + 885.0, + 773.0, + 885.0, + 805.0, + 295.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 805.0, + 883.0, + 805.0, + 883.0, + 835.0, + 294.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 833.0, + 884.0, + 833.0, + 884.0, + 868.0, + 294.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 864.0, + 737.0, + 864.0, + 737.0, + 895.0, + 294.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 864.0, + 883.0, + 864.0, + 883.0, + 895.0, + 832.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 894.0, + 886.0, + 894.0, + 886.0, + 929.0, + 400.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 924.0, + 885.0, + 924.0, + 885.0, + 959.0, + 375.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 953.0, + 881.0, + 953.0, + 881.0, + 990.0, + 294.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 783.0, + 1406.0, + 783.0, + 1406.0, + 825.0, + 898.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 816.0, + 1404.0, + 816.0, + 1404.0, + 851.0, + 900.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 848.0, + 1405.0, + 848.0, + 1405.0, + 881.0, + 899.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 879.0, + 1406.0, + 879.0, + 1406.0, + 913.0, + 899.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 908.0, + 1081.0, + 908.0, + 1081.0, + 942.0, + 898.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 908.0, + 1289.0, + 908.0, + 1289.0, + 942.0, + 1160.0, + 942.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 294, + 241, + 1411, + 241, + 1411, + 2012, + 294, + 2012 + ], + "score": 0.934 + }, + { + "category_id": 0, + "poly": [ + 299, + 200, + 455, + 200, + 455, + 234, + 299, + 234 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 863, + 2061, + 863, + 2086, + 836, + 2086 + ], + "score": 0.647 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 863, + 2061, + 863, + 2086, + 836, + 2086 + ], + "score": 0.435 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 196.0, + 460.0, + 196.0, + 460.0, + 240.0, + 295.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 868.0, + 2058.0, + 868.0, + 2098.0, + 832.0, + 2098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 868.0, + 2058.0, + 868.0, + 2098.0, + 832.0, + 2098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 251.0, + 1406.0, + 251.0, + 1406.0, + 283.0, + 307.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 277.0, + 1408.0, + 277.0, + 1408.0, + 314.0, + 349.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 304.0, + 814.0, + 304.0, + 814.0, + 341.0, + 349.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 355.0, + 1406.0, + 355.0, + 1406.0, + 392.0, + 307.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 382.0, + 725.0, + 382.0, + 725.0, + 417.0, + 347.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 435.0, + 1408.0, + 435.0, + 1408.0, + 466.0, + 309.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 462.0, + 1402.0, + 462.0, + 1402.0, + 493.0, + 350.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 489.0, + 744.0, + 489.0, + 744.0, + 520.0, + 350.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 536.0, + 1408.0, + 536.0, + 1408.0, + 577.0, + 303.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 567.0, + 978.0, + 567.0, + 978.0, + 602.0, + 347.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 616.0, + 1408.0, + 616.0, + 1408.0, + 653.0, + 307.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 645.0, + 1408.0, + 645.0, + 1408.0, + 682.0, + 349.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 674.0, + 611.0, + 674.0, + 611.0, + 706.0, + 349.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 723.0, + 1406.0, + 723.0, + 1406.0, + 760.0, + 307.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 750.0, + 822.0, + 750.0, + 822.0, + 785.0, + 349.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 801.0, + 1408.0, + 801.0, + 1408.0, + 838.0, + 307.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 828.0, + 1012.0, + 828.0, + 1012.0, + 863.0, + 347.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 879.0, + 1410.0, + 879.0, + 1410.0, + 916.0, + 307.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 908.0, + 417.0, + 908.0, + 417.0, + 941.0, + 349.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 953.0, + 1410.0, + 953.0, + 1410.0, + 998.0, + 303.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 984.0, + 1056.0, + 984.0, + 1056.0, + 1019.0, + 349.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1031.0, + 1410.0, + 1031.0, + 1410.0, + 1076.0, + 290.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1066.0, + 862.0, + 1066.0, + 862.0, + 1097.0, + 350.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1113.0, + 1406.0, + 1113.0, + 1406.0, + 1150.0, + 293.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1144.0, + 1136.0, + 1144.0, + 1136.0, + 1175.0, + 350.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1189.0, + 1406.0, + 1189.0, + 1406.0, + 1226.0, + 293.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1222.0, + 902.0, + 1222.0, + 902.0, + 1253.0, + 350.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1269.0, + 1408.0, + 1269.0, + 1408.0, + 1306.0, + 293.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 1292.0, + 1412.0, + 1292.0, + 1412.0, + 1337.0, + 343.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1325.0, + 541.0, + 1325.0, + 541.0, + 1356.0, + 349.0, + 1356.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": [ + 347.0, + 1403.0, + 963.0, + 1403.0, + 963.0, + 1438.0, + 347.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1456.0, + 1408.0, + 1456.0, + 1408.0, + 1487.0, + 295.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 1477.0, + 507.0, + 1477.0, + 507.0, + 1519.0, + 345.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1534.0, + 1406.0, + 1534.0, + 1406.0, + 1565.0, + 295.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1561.0, + 605.0, + 1561.0, + 605.0, + 1592.0, + 350.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1608.0, + 1406.0, + 1608.0, + 1406.0, + 1645.0, + 293.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1637.0, + 1322.0, + 1637.0, + 1322.0, + 1674.0, + 349.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1690.0, + 1404.0, + 1690.0, + 1404.0, + 1721.0, + 295.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1715.0, + 685.0, + 1715.0, + 685.0, + 1750.0, + 348.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1764.0, + 1408.0, + 1764.0, + 1408.0, + 1801.0, + 293.0, + 1801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1793.0, + 801.0, + 1793.0, + 801.0, + 1830.0, + 349.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1844.0, + 1408.0, + 1844.0, + 1408.0, + 1881.0, + 295.0, + 1881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 1871.0, + 930.0, + 1871.0, + 930.0, + 1906.0, + 347.0, + 1906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1922.0, + 1406.0, + 1922.0, + 1406.0, + 1957.0, + 293.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1949.0, + 1404.0, + 1949.0, + 1404.0, + 1986.0, + 349.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 1976.0, + 776.0, + 1976.0, + 776.0, + 2011.0, + 347.0, + 2011.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 836, + 2061, + 865, + 2061, + 865, + 2086, + 836, + 2086 + ], + "score": 0.83 + }, + { + "category_id": 1, + "poly": [ + 293, + 106, + 1410, + 106, + 1410, + 2016, + 293, + 2016 + ], + "score": 0.79 + }, + { + "category_id": 13, + "poly": [ + 1163, + 1770, + 1264, + 1770, + 1264, + 1797, + 1163, + 1797 + ], + "score": 0.58, + "latex": "^ { 1 0 0 , 0 0 0 + }" + }, + { + "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": [ + 294.0, + 203.0, + 1409.0, + 203.0, + 1409.0, + 242.0, + 294.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 230.0, + 828.0, + 230.0, + 828.0, + 267.0, + 344.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 282.0, + 1405.0, + 282.0, + 1405.0, + 316.0, + 296.0, + 316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 309.0, + 746.0, + 309.0, + 746.0, + 343.0, + 349.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 360.0, + 1407.0, + 360.0, + 1407.0, + 393.0, + 296.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 387.0, + 1128.0, + 387.0, + 1128.0, + 420.0, + 351.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 431.0, + 1409.0, + 431.0, + 1409.0, + 473.0, + 292.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 458.0, + 1407.0, + 458.0, + 1407.0, + 500.0, + 344.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 489.0, + 611.0, + 489.0, + 611.0, + 523.0, + 349.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 535.0, + 1409.0, + 535.0, + 1409.0, + 575.0, + 294.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 567.0, + 420.0, + 567.0, + 420.0, + 602.0, + 347.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 613.0, + 1411.0, + 613.0, + 1411.0, + 651.0, + 292.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 644.0, + 1316.0, + 644.0, + 1316.0, + 678.0, + 349.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 692.0, + 1409.0, + 692.0, + 1409.0, + 726.0, + 294.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 739.0, + 1409.0, + 739.0, + 1409.0, + 778.0, + 294.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 762.0, + 1409.0, + 762.0, + 1409.0, + 810.0, + 344.0, + 810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 795.0, + 1044.0, + 795.0, + 1044.0, + 835.0, + 349.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 841.0, + 1407.0, + 841.0, + 1407.0, + 883.0, + 292.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 870.0, + 894.0, + 870.0, + 894.0, + 910.0, + 347.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 919.0, + 1409.0, + 919.0, + 1409.0, + 956.0, + 289.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 944.0, + 1409.0, + 944.0, + 1409.0, + 988.0, + 344.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 977.0, + 761.0, + 977.0, + 761.0, + 1009.0, + 349.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1025.0, + 1405.0, + 1025.0, + 1405.0, + 1059.0, + 296.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1055.0, + 845.0, + 1055.0, + 845.0, + 1086.0, + 346.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1103.0, + 1407.0, + 1103.0, + 1407.0, + 1136.0, + 296.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1130.0, + 1340.0, + 1130.0, + 1340.0, + 1164.0, + 351.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1176.0, + 1407.0, + 1176.0, + 1407.0, + 1216.0, + 294.0, + 1216.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1208.0, + 843.0, + 1208.0, + 843.0, + 1241.0, + 349.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1256.0, + 1407.0, + 1256.0, + 1407.0, + 1289.0, + 296.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 1277.0, + 1411.0, + 1277.0, + 1411.0, + 1321.0, + 345.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1310.0, + 420.0, + 1310.0, + 420.0, + 1346.0, + 349.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1360.0, + 1405.0, + 1360.0, + 1405.0, + 1394.0, + 296.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1388.0, + 1154.0, + 1388.0, + 1154.0, + 1421.0, + 349.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1436.0, + 1407.0, + 1436.0, + 1407.0, + 1469.0, + 296.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1465.0, + 887.0, + 1465.0, + 887.0, + 1494.0, + 346.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1509.0, + 1409.0, + 1509.0, + 1409.0, + 1549.0, + 294.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 1538.0, + 1409.0, + 1538.0, + 1409.0, + 1578.0, + 347.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1589.0, + 1405.0, + 1589.0, + 1405.0, + 1622.0, + 296.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1618.0, + 995.0, + 1618.0, + 995.0, + 1651.0, + 349.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1666.0, + 1407.0, + 1666.0, + 1407.0, + 1700.0, + 296.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1693.0, + 1409.0, + 1693.0, + 1409.0, + 1727.0, + 351.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1721.0, + 818.0, + 1721.0, + 818.0, + 1754.0, + 349.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1771.0, + 1162.0, + 1771.0, + 1162.0, + 1804.0, + 294.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1265.0, + 1771.0, + 1407.0, + 1771.0, + 1407.0, + 1804.0, + 1265.0, + 1804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1796.0, + 866.0, + 1796.0, + 866.0, + 1829.0, + 349.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1846.0, + 1407.0, + 1846.0, + 1407.0, + 1880.0, + 296.0, + 1880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 1869.0, + 1407.0, + 1869.0, + 1407.0, + 1911.0, + 344.0, + 1911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1901.0, + 678.0, + 1901.0, + 678.0, + 1934.0, + 349.0, + 1934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1947.0, + 1409.0, + 1947.0, + 1409.0, + 1986.0, + 294.0, + 1986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1978.0, + 541.0, + 1978.0, + 541.0, + 2012.0, + 351.0, + 2012.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.834 + }, + { + "category_id": 1, + "poly": [ + 292, + 96, + 1411, + 96, + 1411, + 1883, + 292, + 1883 + ], + "score": 0.702 + }, + { + "category_id": 13, + "poly": [ + 1291, + 671, + 1351, + 671, + 1351, + 700, + 1291, + 700 + ], + "score": 0.45, + "latex": "\\mathrm { ~ Y ~ N ~ g ~ }" + }, + { + "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": [ + 294.0, + 203.0, + 1407.0, + 203.0, + 1407.0, + 241.0, + 294.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 235.0, + 761.0, + 235.0, + 761.0, + 266.0, + 350.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 282.0, + 1407.0, + 282.0, + 1407.0, + 319.0, + 294.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 313.0, + 721.0, + 313.0, + 721.0, + 345.0, + 350.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 362.0, + 1405.0, + 362.0, + 1405.0, + 394.0, + 296.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 388.0, + 679.0, + 388.0, + 679.0, + 419.0, + 350.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 437.0, + 1407.0, + 437.0, + 1407.0, + 475.0, + 294.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 467.0, + 657.0, + 467.0, + 657.0, + 498.0, + 350.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 514.0, + 1383.0, + 514.0, + 1383.0, + 549.0, + 292.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 563.0, + 1409.0, + 563.0, + 1409.0, + 600.0, + 292.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 592.0, + 1407.0, + 592.0, + 1407.0, + 630.0, + 348.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 620.0, + 701.0, + 620.0, + 701.0, + 655.0, + 346.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 669.0, + 1290.0, + 669.0, + 1290.0, + 706.0, + 294.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1352.0, + 669.0, + 1407.0, + 669.0, + 1407.0, + 706.0, + 1352.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 701.0, + 1405.0, + 701.0, + 1405.0, + 732.0, + 352.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 726.0, + 511.0, + 726.0, + 511.0, + 758.0, + 350.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 775.0, + 1407.0, + 775.0, + 1407.0, + 813.0, + 294.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 803.0, + 1411.0, + 803.0, + 1411.0, + 838.0, + 344.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 830.0, + 418.0, + 830.0, + 418.0, + 866.0, + 348.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 879.0, + 1407.0, + 879.0, + 1407.0, + 917.0, + 294.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 907.0, + 617.0, + 907.0, + 617.0, + 942.0, + 346.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 958.0, + 1405.0, + 958.0, + 1405.0, + 990.0, + 296.0, + 990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 988.0, + 1094.0, + 988.0, + 1094.0, + 1019.0, + 350.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1035.0, + 1409.0, + 1035.0, + 1409.0, + 1072.0, + 294.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 1058.0, + 1407.0, + 1058.0, + 1407.0, + 1104.0, + 344.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1092.0, + 569.0, + 1092.0, + 569.0, + 1123.0, + 350.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1139.0, + 1407.0, + 1139.0, + 1407.0, + 1176.0, + 294.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1168.0, + 872.0, + 1168.0, + 872.0, + 1200.0, + 350.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1218.0, + 1409.0, + 1218.0, + 1409.0, + 1255.0, + 294.0, + 1255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1245.0, + 1363.0, + 1245.0, + 1363.0, + 1280.0, + 346.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1294.0, + 1407.0, + 1294.0, + 1407.0, + 1332.0, + 294.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1322.0, + 487.0, + 1322.0, + 487.0, + 1359.0, + 348.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1373.0, + 1407.0, + 1373.0, + 1407.0, + 1410.0, + 294.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1398.0, + 928.0, + 1398.0, + 928.0, + 1438.0, + 346.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1449.0, + 1407.0, + 1449.0, + 1407.0, + 1487.0, + 294.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1477.0, + 1132.0, + 1477.0, + 1132.0, + 1512.0, + 346.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1526.0, + 1407.0, + 1526.0, + 1407.0, + 1563.0, + 294.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 1550.0, + 1411.0, + 1550.0, + 1411.0, + 1595.0, + 344.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1583.0, + 420.0, + 1583.0, + 420.0, + 1618.0, + 350.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1632.0, + 1409.0, + 1632.0, + 1409.0, + 1670.0, + 294.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1658.0, + 1411.0, + 1658.0, + 1411.0, + 1701.0, + 346.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1709.0, + 1409.0, + 1709.0, + 1409.0, + 1746.0, + 294.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1740.0, + 1218.0, + 1740.0, + 1218.0, + 1772.0, + 350.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1788.0, + 1407.0, + 1788.0, + 1407.0, + 1825.0, + 294.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1809.0, + 1407.0, + 1809.0, + 1407.0, + 1856.0, + 346.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1845.0, + 589.0, + 1845.0, + 589.0, + 1876.0, + 350.0, + 1876.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/qiydAcw6Re/qiydAcw6Re.md b/parse/train/qiydAcw6Re/qiydAcw6Re.md new file mode 100644 index 0000000000000000000000000000000000000000..24fd8211b1712b8709402ce28ff1f17904037c27 --- /dev/null +++ b/parse/train/qiydAcw6Re/qiydAcw6Re.md @@ -0,0 +1,636 @@ +# GEOMETRY OF PROGRAM SYNTHESIS + +Anonymous authors Paper under double-blind review + +# ABSTRACT + +We present a new perspective on program synthesis in which programs may be identified with singularities of analytic functions. As an example, Turing machines are synthesised from input-output examples by propagating uncertainty through a smooth relaxation of a universal Turing machine. The posterior distribution over weights is approximated using Markov chain Monte Carlo and bounds on the generalisation error of these models is estimated using the real log canonical threshold, a geometric invariant from singular learning theory. + +# 1 INTRODUCTION + +The idea of program synthesis dates back to the birth of modern computation itself (Turing, 1948) and is recognised as one of the most important open problems in computer science (Gulwani et al., 2017). However, there appear to be serious obstacles to synthesising programs by gradient descent at scale (Neelakantan et al., 2016; Kaiser & Sutskever, 2016; Bunel et al., 2016; Gaunt et al., 2016; Evans & Grefenstette, 2018; Chen et al., 2018) and these problems suggest that it would be appropriate to make a fundamental study of the geometry of loss surfaces in program synthesis, since this geometry determines the learning process. To that end, in this paper we explain a new point of view on program synthesis using the singular learning theory of Watanabe (2009) and the smooth relaxation of Turing machines from Clift & Murfet (2018). + +In broad strokes this new geometric point of view on program synthesis says: + +• Programs to be synthesised are singularities of analytic functions. If $U \subseteq \mathbb { R } ^ { d }$ is open and $K : U \longrightarrow \mathbb { R }$ is analytic, then $x \in U$ is a critical point of $K$ if $\nabla K ( x ) = 0$ and a singularity of the function $K$ if it is a critical point where $K ( x ) = 0$ . The Kolmogorov complexity of a program is related to a geometric invariant of the associated singularity called the Real Log Canonical Threshold (RLCT). This invariant controls both the generalisation error and the learning process, and is therefore an appropriate measure of “complexity” in continuous program synthesis. See Section 3. The geometry has concrete practical implications. For example, a MCMC-based approach to program synthesis will find, with high probability, a solution that is of low complexity (if it finds a solution at all). We sketch a novel point of view on the problem of “bad local minima” (Gaunt et al., 2016) based on these ideas. See Section 4. + +We demonstrate all of these principles in experiments with toy examples of synthesis problems. + +Program synthesis as inference. We use Turing machines, but mutatis mutandis everything applies to other programming languages. Let $T$ be a Turing machine with tape alphabet $\Sigma$ and set of states $Q$ and assume that on any input $x \in \Sigma ^ { * }$ the machine eventually halts with output $T ( x ) \in \Sigma ^ { * }$ . Then to the machine $T$ we may associate the set $\{ ( x , T ( x ) ) \} _ { x \in \Sigma ^ { * } } \subseteq \Sigma ^ { * } \times \Sigma ^ { * }$ . Program synthesis is the study of the inverse problem: given a subset of $\Sigma ^ { * } \times \Sigma ^ { * }$ we would like to determine (if possible) a Turing machine which computes the given outputs on the given inputs. + +If we presume given a probability distribution $q ( x )$ on $\Sigma ^ { * }$ then we can formulate this as a problem of statistical inference: given a probability distribution $q ( x , y )$ on $\Sigma ^ { * } \times \Sigma ^ { * }$ determine the most likely machine producing the observed distribution $q ( x , y ) = q ( y | x ) q ( x )$ . If we fix a universal Turing machine $\mathcal { U }$ then Turing machines can be parametrised by codes $\dot { w } \in W ^ { c o d e }$ with $\mathcal { U } ( x , w ) = T ( x )$ for all $x \in \Sigma ^ { * }$ . We let ${ \bar { p } } ( y | x , w )$ denote the probability of $\mathcal { U } ( x , w ) = y$ (which is either zero or one) + +so that solutions to the synthesis problem are in bijection with the zeros of the Kullback-Leibler divergence between the true distribution and the model + +$$ +K ( w ) = \int \int q ( y | x ) q ( x ) \log \frac { q ( y | x ) } { p ( y | x , w ) } d x d y . +$$ + +So far this is just a trivial rephrasing of the combinatorial optimisation problem of finding a Turing machine $T$ with $T ( x ) = y$ for all $( x , y )$ with $q ( x , y ) > 0$ . + +Smooth relaxation. One approach is to seek a smooth relaxation of the synthesis problem consisting of an analytic manifold $W \bar { \supseteq } W ^ { c o d e }$ and an extension of $K$ to an analytic function $K : W \longrightarrow \mathbb { R }$ so that we can search for the zeros of $K$ using gradient descent. Perhaps the most natural way to construct such a smooth relaxation is to take $W$ to be a space of probability distributions over $W ^ { \dot { c } o d e }$ and prescribe a model $p ( \boldsymbol { y } | \boldsymbol { x } , \boldsymbol { w } )$ for propagating uncertainty about codes to uncertainty about outputs (Gaunt et al., 2016; Evans & Grefenstette, 2018). The particular model we choose is based on the semantics of linear logic (Clift & Murfet, 2018). Supposing that such a smooth relaxation has been chosen together with a prior $\varphi ( w )$ over $W$ , smooth program synthesis becomes the study of the statistical learning theory of the triple $( p , q , \varphi )$ . + +There are perhaps two primary reasons to consider the smooth relaxation. Firstly, one might hope that stochastic gradient descent or techniques like Markov chain Monte Carlo will be effective means of solving the original combinatorial optimisation problem. This is not a new idea (Gulwani et al., 2017, §6) but so far its effectiveness for large programs has not been proven. Independently, one might hope to find powerful new mathematical ideas that apply to the relaxed problem and shed light on the nature of program synthesis. This is the purpose of the present paper. + +Singular learning theory. We denote by $W _ { 0 } = \{ w \in W | K ( w ) = 0 \}$ so that + +$$ +W _ { 0 } \cap W ^ { c o d e } \subseteq W _ { 0 } \subseteq W +$$ + +where $W _ { 0 } \cap W ^ { c o d e }$ is the discrete set of solutions to the original synthesis problem. We refer to these as the classical solutions. As the vanishing locus of an analytic function, $W _ { 0 }$ is an analytic space over $\mathbb { R }$ (Hironaka, 1964, $\ S 0 . 1 )$ , (Griffith & Harris, 1978) and it is interesting to study the geometry of this space near the classical solutions. Since $K$ is a Kullback-Leibler divergence it is non-negative and so it not only vanishes on $W _ { 0 }$ but $\nabla K$ also vanishes, hence every point of $W _ { 0 }$ is a singular point. + +Beyond this the geometry of $W _ { 0 }$ depends on the particular model $p ( \boldsymbol { y } | \boldsymbol { x } , \boldsymbol { w } )$ that has been chosen, but some aspects are universal: the nature of program synthesis means that typically $W _ { 0 }$ is an extended object (i.e. it contains points other than the classical solutions) and the Hessian matrix of second order partial derivatives of $K$ at a classical solution is not invertible - that is, the classical solutions are degenerate critical points of $K$ . This means that singularity theory is the appropriate branch of mathematics for studying the geometry of $W _ { 0 }$ near a classical solution. It also means that the Fisher information matrix + +$$ +I ( w ) _ { i j } = \int \int \frac { \partial } { \partial w _ { i } } \big [ \log p ( y | x , w ) \big ] \frac { \partial } { \partial w _ { j } } \big [ \log p ( y | x , w ) \big ] q ( y | x ) q ( x ) d x d y , +$$ + +is degenerate at a classical solution, so that the appropriate branch of statistical learning theory is singular learning theory (Watanabe, 2007; 2009). For an introduction to singular learning theory in the context of deep learning see (Murfet et al., 2020). + +Broadly speaking the contribution of this paper is to realise program synthesis within the framework of singular learning theory, at both a theoretical and an experimental level. In more detail the contents of the paper are: + +• We define a staged pseudo-UTM (Appendix E) which is well-suited to experiments with the ideas discussed above. Propagating uncertainty about the code through this UTM using the ideas of (Clift & Murfet, 2018) defines a triple $( p , q , \varphi )$ associated to a synthesis problem. This formally embeds program synthesis within singular learning theory. We realise this embedding in code by providing an implementation in PyTorch of this propagation of uncertainty through a UTM. Using the No-U-Turn variant of MCMC (Hoffman & Gelman, 2014) we can approximate the Bayesian posterior of any program synthesis problem (of course in practice we are limited by computational constraints in doing so). + +• We explain how the real log canonical threshold (a geometric invariant) is related to Kolmogorov complexity (Section 3). • We give a simple example (Appendix C) in which $W _ { 0 }$ contains the set of classical solutions as a proper subset and every point of $W _ { 0 }$ is a degenerate critical point of $K$ . For two simple synthesis problems detectA and parityCheck we demonstrate all of the above, using MCMC to approximate the Bayesian posterior and theorems from Watanabe (2013) to estimate the RLCT (Section 5). We discuss how $W _ { 0 }$ is an extended object and how the RLCT relates to the local dimension of $W _ { 0 }$ near a classical solution. + +# RELATED WORK + +The idea of synthesising Turing machines can be traced back to the work of Solomonoff on inductive inference (Solomonoff, 1964). A more explicit form of the problem was given in Biermann (1972) who proposed an algorithmic method. Machine learning based approaches appear in Schmidhuber (1997) and Hutter (2004), which pay particular attention to model complexity, and Gaunt et al. (2016) and Freer et al. (2014), the latter using the notion of “universal probabilistic Turing machine” (De Leeuw et al., 1956). A different probabilistic extension of a universal Turing machine was introduced in Clift & Murfet (2018) via linear logic. Studies of the singular geometry of learning models go back to Amari et al. (2003) and notably, the extensive work of Watanabe (2007; 2009). + +# 2 TURING MACHINE SYNTHESIS AS SINGULAR LEARNING + +All known approaches to program synthesis can be formulated in terms of a singular learning problem. Singular learning theory is the extension of statistical learning theory to account for the fact that the set of learned parameters $W _ { 0 }$ has the structure of an analytic space as opposed to an analytic manifold (Watanabe, 2007; 2009). It is organised around triples $( p , q , \varphi )$ consisting of a class of models $\{ p ( y | x , w ) : w \in W \}$ , a true distribution $q ( y | x )$ and a prior $\varphi$ on $W$ . + +In our approach we fix a Universal Turing Machine (UTM), denoted $\mathcal { U }$ , with a description tape (which specifies the code of the Turing machine to be executed), a work tape (simulating the tape of that Turing machine during its operation) and a state tape (simulating the state of that Turing machine). The general statistical learning problem that can be formulated using $\mathcal { U }$ is the following: given some initial string $x$ on the work tape, predict the state of the simulated machine and the contents of the work tape after some specified number of steps (Clift & Murfet, 2018, $\ S 7 . 1 )$ . For simplicity, in this paper we consider models that only predict the final state; the necessary modifications in the general case are routine. We also assume that $W$ parametrises Turing machines whose tape alphabet $\Sigma$ and set of states $Q$ have been encoded by individual symbols in the tape alphabet of $\mathcal { U }$ . Hence $\mathcal { U }$ is actually what we call a pseudo-UTM (see Appendix E). Again, treating the general case is routine and for the present purposes only introduces uninteresting complexity. + +Let $\Sigma$ denote the tape alphabet of the simulated machine, $Q$ the set of states and let $L , S , R$ stand for left, stay and right, the possible motions of the Turing machine head. We assume that $| Q | > 1$ since otherwise the synthesis problem is trivial. The set of ordinary codes $W ^ { c o d e }$ for a Turing machine sits inside a compact space of probability distributions $W$ over codes + +$$ +W ^ { c o d e } : = \prod _ { \sigma , q } \Sigma \times Q \times \{ L , S , R \} \subseteq \prod _ { \sigma , q } \Delta \Sigma \times \Delta Q \times \Delta \{ L , S , R \} = : W +$$ + +where $\Delta X$ denotes the set of probability distributions over a set $X$ , see (8), and the product is over pairs $( \sigma , q ) \in \Sigma \times Q$ .1 For example the point $\{ ( \sigma ^ { \prime } , q ^ { \prime } , d ) \} _ { \sigma , q } \in W ^ { c o d e }$ encodes the machine which when it reads $\sigma$ under the head in state $q$ writes $\sigma ^ { \prime }$ , transitions into state $q ^ { \prime }$ and moves in direction $d$ . Given $w \in W ^ { c o d e }$ let $\operatorname { s t e p } ^ { t } ( x , w ) \in Q$ denote the contents of the state tape of $\mathcal { U }$ after $t$ timesteps (of the simulated machine) when the work tape is initialised with $x$ and the description tape with $w$ . + +There is a principled extension of this operation of $\mathcal { U }$ to a smooth function + +$$ +\Delta \operatorname { s t e p } ^ { t } : { \Sigma } ^ { * } \times W \longrightarrow \Delta Q +$$ + +which propagates uncertainty about the symbols on the description tape to uncertainty about the final state and we refer to this extension as the smooth relaxation of $\mathcal { U }$ . The details are given in Appendix F but at an informal level the idea behind the relaxation is easy to understand: to sample from $\Delta \operatorname { s t e p } ^ { t } ( x , w )$ we run $\mathcal { U }$ to simulate $t$ timesteps in such a way that whenever the UTM needs to “look at” an entry on the description tape we sample from the corresponding distribution specified by $w$ .2 The significance of the particular smooth relaxation that we use is that its derivatives have a logical interpretation (Clift & Murfet, 2018, $\ S 7 . 1 \ r _ { . }$ ). + +The class of models that we consider is + +$$ +p ( y | x , w ) = \Delta \mathrm { s t e p } ^ { t } ( x , w ) +$$ + +where $t$ is fixed for simplicity in this paper. More generally we could also view $x$ as consisting of a sequence and a timeout, as is done in (Clift & Murfet, 2018, $\ S 7 . 1 )$ . The construction of this model is summarised in Figure 1. + +![](images/4a6eaec4d0956e25ce7728bf29fb6ddeee2cacf5f806fd63f0d36ae211bc6fec.jpg) +Figure 1: The state of $\mathcal { U }$ is represented by the state of the work tape, state tape and description (code) tape. The work tape is initialised with a sequence $x \in \Sigma ^ { * }$ , the code tape with $w \in W$ and the state tape with some standard initial state, the smooth relaxation $\Delta$ step of the pseudo-UTM is run for $t$ steps and the final probability distribution over states is $y$ . + +Definition 2.1 (Synthesis problem). A synthesis problem for $\mathcal { U }$ consists of a probability distribution $q ( x , y )$ over $\Sigma ^ { * } \times Q$ . We say that the synthesis problem is deterministic if there is $f : \Sigma ^ { * } \longrightarrow Q$ such that $q ( y = f ( x ) | x ) = 1$ for all $x \in \Sigma ^ { * }$ . + +Definition 2.2. The triple $( p , q , \varphi )$ associated to a synthesis problem is the model $p$ of (5) together with the true distribution $q$ and uniform prior $\varphi$ on the parameter space $W$ . The Kullback-Leibler function $K ( w )$ of the synthesis problem is defined by (1) and a solution to the synthesis problem is a point of $W _ { 0 }$ . A classical solution is a point of $W _ { 0 } \cap W ^ { c o d e }$ . + +As $\Delta \mathrm { s t e p } ^ { t }$ is a polynomial function, $K$ is analytic and so $W _ { 0 }$ is a semi-analytic space (it is cut out of the semi-analytic space $W$ by the vanishing of $K$ ). If the synthesis problem is deterministic and $q ( x )$ is uniform on some finite subset of $\Sigma ^ { * }$ then $W _ { 0 }$ is semi-algebraic (it is cut out of $W$ by polynomial equations) and all solutions lie at the boundary of the parameter space $W$ (Appendix D). However in general $W _ { 0 }$ is only semi-analytic and intersects the interior of $W$ (Example C.2). We assume that ${ \bar { q } } ( y | x )$ is realisable that is, there exists $w _ { 0 } \in W$ with $q ( y | x ) = p ( y | x , w _ { 0 } )$ . + +A triple $( p , q , \varphi )$ is regular if the model is identifiable, ie. for all inputs $x \in \mathbb { R } ^ { n }$ , the map sending $w$ to the conditional probability distribution $p ( \boldsymbol { y } | \boldsymbol { x } , \boldsymbol { w } )$ is one-to-one, and the Fisher information matrix is non-degenerate. Otherwise, the learning machine is strictly singular (Watanabe, 2009, $\ S 1 . 2 . 1 $ . Triples arising from synthesis problems are typically singular: in Example 2.5 below we show an explicit example where multiple parameters $w$ determine the same model, and in Example C.2 we give an example where the Hessian of $K$ is degenerate everywhere on $W _ { 0 }$ (Watanabe, 2009, §1.1.3). + +Remark 2.3. Non-deterministic synthesis problems arise naturally in various contexts, for example in the fitting of algorithms to the behaviour of deep reinforcement learning agents. Suppose an agent is acting in an environment with starting states encoded by $x \in \Sigma ^ { * }$ and possible episode end states by $y \in Q$ . Even if the optimal policy is known to determine a computable function $\Sigma ^ { * } \longrightarrow Q$ the statistics of the observed behaviour after finite training time will only provide a function $\Sigma ^ { * } \longrightarrow \Delta Q$ and if we wish to fit algorithms to behaviour it makes sense to deal with this uncertainty directly. + +Definition 2.4. Let $( p , q , \varphi )$ be the triple associated to a synthesis problem. The Real Log Canonical Threshold (RLCT) $\lambda$ of the synthesis problem is defined so that $- \lambda$ is the largest pole of the meromorphic extension (Atiyah, 1970) of the zeta function $\begin{array} { r } { \zeta ( z ) = \int K ( w ) ^ { z } \varphi ( w ) \hat { d w } } \end{array}$ . + +The more singular the analytic space $W _ { 0 }$ of solutions is, the smaller the RLCT. One way to think of the RLCT is as a count of the effective number of parameters near $W _ { 0 }$ (Murfet et al., 2020, $\ S 4$ ). In Section 3 we relate the RLCT to Kolmogorov complexity and in Section 5 we estimate the RLCT of the synthesis problem detectA given below, using the method explained in Appendix A. + +Example 2.5 (detectA). The deterministic synthesis problem detectA has $\Sigma = \{ \boxed \} , A , B \}$ , $Q = \{ { \mathrm { r e j e c t } } , { \mathrm { a c c e p t } } \}$ and $q ( y | x )$ is determined by the function taking in a string $x$ of $A$ ’s and $B$ ’s and returning the state accept if the string contains an $A$ and state reject otherwise. The conditional true distribution $q ( y | x )$ is realisable because this function is computed by a Turing machine. + +Two solutions are shown in Figure 2. On the left is a parameter $w _ { l } \in \ b { W } _ { 0 } \setminus \ b { W } ^ { c o d e }$ and on the right is $w _ { r } \in W _ { 0 } \cap W ^ { c o d e }$ . Varying the distributions in $w _ { l }$ that have nonzero entropy we obtain a submanifold $V \subseteq W _ { 0 }$ containing $w _ { l }$ of dimension 14. This leads by (Watanabe, 2009, Remark 7.3) to a bound on the RLCT of $\lambda \le \frac { 1 } { 2 } ( 3 0 - 1 4 ) = 8$ which is consistent with the experimental results in Table 1. This highlights that solutions need not lie at vertices of the probability simplex, and $W _ { 0 }$ may contain a high-dimensional submanifold around a given classical solution. + +![](images/94e2cb3be00f1414e5f172ce0b09cdea4b00fe6fbc48f36b360a03838c63cdbb.jpg) +Figure 2: Visualisation of two solutions for the synthesis problem detectA . + +# 2.1 THE SYNTHESIS PROCESS + +Synthesis is a problem because we do not assume that the true distribution is known: for example, if $q { \dot { ( } } y | x )$ is deterministic and the associated function is $f : \Sigma ^ { * } \longrightarrow Q$ , we assume that some example pairs $( x , f ( x ) )$ are known but no general algorithm for computing $f$ is known (if it were, synthesis would have already been performed). In practice synthesis starts with a sample $D _ { n } = \{ ( x _ { i } , y _ { i } ) \} _ { i = 1 } ^ { n }$ from $q ( x , y )$ with associated empirical Kullback-Leibler distance + +$$ +K _ { n } ( w ) = \frac { 1 } { n } \sum _ { i = 1 } ^ { n } \log \frac { q ( y _ { i } | x _ { i } ) } { p ( y _ { i } | x _ { i } , w ) } . +$$ + +If the synthesis problem is deterministic and $u \in W ^ { c o d e }$ then $K _ { n } ( u ) = 0$ if and only if $u$ explains the data in the sense that $\operatorname { s t e p } ^ { t } ( x _ { i } , u ) = y _ { i }$ for $1 \leq i \leq n$ . We now review two natural ways of finding such solutions in the context of machine learning. + +Synthesis by stochastic gradient descent (SGD). The first approach is to view the process of program synthesis as stochastic gradient descent for the function $K : W \longrightarrow \mathbb { R }$ . We view $D _ { n }$ as a large training set and further sample subsets $D _ { m }$ with $m \ll n$ and compute $\nabla K _ { m }$ to take gradient descent steps $w _ { i + 1 } = w _ { i } - \eta \nabla K _ { m } ( w _ { i } )$ for some learning rate $\eta$ . Stochastic gradient descent has the advantage (in principle) of scaling to high-dimensional parameter spaces $W$ , but in practice it is challenging to use gradient descent to find points of $W _ { 0 }$ (Gaunt et al., 2016). + +Synthesis by sampling. The second approach is to consider the Bayesian posterior associated to the synthesis problem, which can be viewed as an update on the prior distribution $\varphi$ after seeing $D _ { n }$ + +$$ +p ( w | D _ { n } ) = { \frac { p ( D _ { n } | w ) p ( w ) } { p ( D _ { n } ) } } = { \frac { 1 } { Z _ { n } } } \varphi ( w ) \prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) = { \frac { 1 } { Z _ { n } ^ { 0 } } } \exp \{ - n K _ { n } ( w ) + \log \varphi ( w ) \} +$$ + +where $\begin{array} { r } { Z _ { n } ^ { 0 } = \int \varphi ( w ) \exp ( - n K _ { n } ( w ) ) d w } \end{array}$ . If $n$ is large the posterior distribution concentrates around solutions $w \in W _ { 0 }$ and so sampling from the posterior will tend to produce machines that are (nearly) solutions. The gold standard sampling is Markov Chain Monte Carlo (MCMC). Scaling MCMC to where $W$ is high-dimensional is a challenging task with many attempts to bridge the gap with SGD (Welling & Teh, 2011; Chen et al., 2014; Ding et al., 2014; Zhang et al., 2020). Nonetheless in simple cases we demonstrate experimentally in Section 5 that machines may be synthesised by using MCMC to sample from the posterior. + +# 3 COMPLEXITY OF PROGRAMS + +Every Turing machine is the solution of a deterministic synthesis problem, so Section 2 associates to any Turing machine a singularity of a semi-analytic space $W _ { 0 }$ . To indicate that this connection is not vacuous, we sketch how the complexity of a program is related to the real log canonical threshold of a singularity. A more detailed discussion will appear elsewhere. + +Let $q ( x , y )$ be a deterministic synthesis problem for $\mathcal { U }$ which only involves input sequences in some restricted alphabet $\Sigma _ { i n p u t }$ , that is, $q ( x ) \bar { = } 0$ if $x \notin ( \Sigma _ { i n p u t } ) ^ { * }$ . Let $D _ { n }$ be sampled from $q ( x , y )$ and let $u , v \in W ^ { c o d e } \cap W _ { 0 }$ be two explanations for the sample in the sense that $K _ { n } ( u ) = K _ { n } ( v ) = 0$ . Which explanation for the data should we prefer? The classical answer based on Occam’s razor (Solomonoff, 1964) is that we should prefer the shorter program, that is, the one using the fewest states and symbols. + +Set $N = | \Sigma |$ and $M = | Q |$ . Any Turing machine $T$ using $N ^ { \prime } \leq N$ symbols and $M ^ { \prime } \leq M$ states has a code for $\mathcal { U }$ of length $c M ^ { \prime } N ^ { \prime }$ where $c$ is a constant. We assume that $\Sigma _ { i n p u t }$ is included in the tape alphabet of $T$ so that $N ^ { \prime } \geq | \Sigma _ { i n p u t } |$ and define the Kolmogorov complexity of $q$ with respect to $\mathcal { U }$ to be the infimum ${ \mathfrak { c } } ( q )$ of $M ^ { \prime } N ^ { \prime }$ over Turing machines $T$ that give classical solutions for $q$ . + +Let $\lambda$ be the RLCT of the triple $( p , q , \varphi )$ associated to the synthesis problem (Definition 2.4). + +Theorem 3.1. $\begin{array} { r } { \lambda \le \frac { 1 } { 2 } ( M + N ) \mathfrak { c } ( q ) } \end{array}$ . + +Proof. Let $u \in W ^ { c o d e } \cap W _ { 0 }$ be the code of a Turing machine realising the infimum in the definition of the Kolmogorov complexity and suppose that this machine only uses symbols in $\Sigma ^ { \prime }$ and states in $Q ^ { \prime }$ with $N ^ { \prime } = | \Sigma ^ { \prime } |$ and $\bar { M } ^ { \prime } = | Q ^ { \prime } |$ . The time evolution of the staged pseudo-UTM $\mathcal { U }$ simulating $u$ on $x \in \Sigma _ { i n p u t } ^ { * }$ is independent of the entries on the description tape that belong to tuples of the form $( \sigma , q , ? , ? , ? )$ with $( \sigma , q ) \notin \Sigma ^ { \prime } \times Q ^ { \prime }$ . Let $V \subseteq W$ be the submanifold of points which agree with $u$ on all tuples with $( \sigma , q ) \in \Sigma ^ { \prime } \times Q ^ { \prime }$ and are otherwise free. Then $u \in V \subseteq W _ { 0 }$ and $\operatorname { c o d i m } ( V ) =$ $M ^ { \prime } N ^ { \prime } ( \bar { M } + N )$ and by (Watanabe, 2009, Theorem 7.3) we have $\begin{array} { r } { \lambda \le \frac 1 2 \bmod { \mathrm { i m } } ( V ) } \end{array}$ . □ + +Remark 3.2. The Kolmogorov complexity depends only on the number of symbols and states used. The RLCT is a more refined invariant since it also depends on how each symbol and state is used (Clift & Murfet, 2018, Remark 7.8) as this affects the polynomials defining $W _ { 0 }$ (see Appendix D). + +# 4 PRACTICAL IMPLICATIONS + +Using singular learning theory we have explained how programs to be synthesised are singularities of analytic functions, and how the Kolmogorov complexity of a program bounds the RLCT of the associated singularity. We now sketch some practical insights that follow from this point of view. + +Synthesis minimises the free energy: the sampling-based approach to synthesis (Section 2.1) aims to approximate, via MCMC, sampling from the Bayesian posterior for the triple $( p , q , \varphi )$ associated to a synthesis problem. To understand the behaviour of these Markov chains we follow the asymptotic analysis of (Watanabe, 2009, Section 7.6). If we cover $W$ by small closed balls $V _ { \alpha }$ around points $w _ { \alpha }$ then we can compute the probability that a sample comes from $V _ { \alpha }$ by + +$$ +p _ { \alpha } = \frac { 1 } { Z _ { 0 } } \int _ { V _ { \alpha } } e ^ { - n K _ { n } ( w ) } \varphi ( w ) d w +$$ + +and if $n$ is sufficiently large this is proportional to $e ^ { - f _ { \alpha } }$ where the quantity + +$$ +f _ { \alpha } = K _ { \alpha } n + \lambda _ { \alpha } \log ( n ) +$$ + +is called the free energy. Here $K _ { \alpha }$ is the smallest value of the Kullback-Leibler divergence $K$ on $V _ { \alpha }$ and $\lambda _ { \alpha }$ is the RLCT of the set $W _ { K _ { \alpha } } \cap V _ { \alpha }$ where $W _ { c } = \{ w \in W | K ( w ) = c \}$ is a level set of $K$ . The Markov chains used to generate approximate samples from the posterior are attempting to minimise the free energy, which involves a tradeoff between the energy $K _ { \alpha } n$ and the entropy $\lambda _ { \alpha } \log ( n )$ . + +Why synthesis gets stuck: the kind of local minimum of the free energy that we want the synthesis process to find are solutions $w _ { \alpha } \in W _ { 0 }$ where $\lambda _ { \alpha }$ is minimal. By Section 3 one may think of these points as the “lowest complexity” solutions. However it is possible that there are other local minima of the free energy. Indeed, there may be local minima where the free energy is lower than the free energy at any solution since at finite $n$ it is possible to tradeoff an increase in $K _ { \alpha }$ against a decrease in the RLCT $\lambda _ { \alpha }$ . In practice, the existence of such “siren minima” of the free energy may manifest itself as regions where the synthesis process gets stuck and fails to converge to a solution. In such a region $\bar { K _ { \alpha } } n + \lambda _ { \alpha } \log ( n ) < \lambda \log ( \bar { n } )$ where $\lambda$ is the RLCT of the synthesis problem. In practice it has been observed that program synthesis by gradient descent often fails for complex problems in the sense that it fails to converge to a solution (Gaunt et al., 2016). While synthesis by SGD and sampling are different, it is a reasonable hypothesis that these siren minima are a significant contributing factor in both cases. + +Can we avoid siren minima? If we let $\lambda _ { c }$ denote the RLCT of the level set $W _ { c }$ then siren minima of the free energy will be impossible at a given value of n and c as long as λc ≥ λ−c nlog(n) . Recall that the more singular $W _ { c }$ is the lower the RLCT, so this lower bound says that the level sets should not become too singular too quickly as $c$ increases. At any given value of $n$ there is a “siren free” region in the range $c \geq { \frac { \lambda \log ( n ) } { n } }$ since the RLCT is non-negative (Figure 3). Thus the learning process will be more reliable the smaller $\frac { \lambda \log ( n ) } { n }$ is. This can arranged either by increasing $n$ (providing more examples) or decreasing $\lambda$ . + +While the RLCT is determined by the synthesis problem, it is possible to change its value by changing the structure of the UTM $\mathcal { U }$ . As we have defined it $\mathcal { U }$ is a “simulation type” UTM, but one could for example add special states such that if a code specifies a transition into that state a series of steps is executed by the UTM (i.e. a subroutine). This amounts to specifying codes in a higher level programming language. Hence one of the practical insights that can be derived from the geometric point of view on program synthesis is that varying this language is a natural way to engineer the singularities of the level sets of $K$ , which according to singular learning theory has direct implications for the learning process. + +![](images/e34800be3128393d0b71b422f4ec9e848e92967fd980b5ceb119d06d14b03a68.jpg) +Figure 3: Level sets above the cutoff cannot contain siren local minima of the free energy. + +# 5 EXPERIMENTS + +We estimate the RLCT for the triples $( p , q , \varphi )$ associated to the synthesis problems detectA (Example 2.5) and parityCheck. Hyperparameters of the various machines are contained in Table 3 of Appendix B. The true distribution $q ( x )$ is defined as follows: we fix a minimum and maximum sequence length $a \leq b$ and to sample $x \sim q ( x )$ we first sample a length $l$ uniformly from $[ a , b ]$ and then uniformly sample $x$ from $\{ A , { \cal B } \} ^ { l }$ . + +We perform MCMC on the weight vector for the model class $\{ p ( y | x , w ) : w \in W \}$ where $w$ is represented in our PyTorch implementation by three tensors of shape $\{ [ L , n _ { i } ] \} _ { 1 \leq i \leq 3 }$ where $L$ is the number of tuples in the description tape of the TM being simulated and $\{ n _ { i } \}$ are the number of symbols, states and directions respectively. A direct simulation of the UTM is used for all experiments to improve computational efficiency (Appendix G). We generate, for each inverse temperature $\beta$ and dataset $D _ { n }$ , a Markov chain via the No-U-turn sampler from Hoffman & Gelman (2014). We use the standard uniform distribution as our prior $\varphi$ . + +Table 1: RLCT estimates for detectA. + +
Max-lengthTemperatureRLCTStdR squared
7log(500)8.0892053.5247190.965384
7log(1000)6.5333622.0942780.966856
8log(500)4.6018001.1563250.974569
8log(1000)4.4316831.0690200.967847
9log(500)5.3025982.4156470.973016
9log(1000)4.0273241.8668020.958805
10log(500)3.2249101.1696990.963358
10log(1000)3.4336240.9999670.949972
+ +For the problem detectA given in Example 2.5 the dimension of parameter space is dim $W = 3 0$ . We use generalized least squares to fit the RLCT $\lambda$ (with goodness-of-fit measured by $R ^ { 2 }$ ), the algorithm of which is given in Appendix A. Our results are displayed in Table 1 and Figure 4. Our purpose in these experiments is not to provide high accuracy estimates of the RLCT, as these would require much longer Markov chains. Instead we demonstrate how rough estimates consistent with the theory can be obtained at low computational cost. If this model were regular the RLCT would be $\dim W / 2 = 1 5$ . + +![](images/9ace473833bc61d56cd4eaf090be6f773656e1bf4f188e396d12fd45dcd66217.jpg) +Figure 4: Plot of RLCT estimates for detectA. Shaded region shows one standard deviation. + +The deterministic synthesis problem parityCheck has + +$$ +\begin{array} { l } { \Sigma = \{ \Pi , A , B , X \} } \\ { Q = \{ \mathrm { r e j e c t , a c c e p t , g e t N e x t A B , g e t N e x t A , g e t N e x t B , g o t o S t a r t } \} . } \end{array} +$$ + +The distribution $q ( x )$ is as discussed in Section 5 and $q ( y | x )$ is determined by the function taking in a string of $A$ ’s and $B$ ’s, and terminating in state accept if the string contains the same number of $A$ ’s as $B$ ’s, and terminating in state reject otherwise. The string is assumed to contain no blank symbols. The true distribution is realisable because there is a Turing machine using $\Sigma$ and $Q$ which computes this function: the machine works by repeatedly overwriting pairs consisting of a single $A$ and $B$ with $X$ ’s; if there are any $A$ ’s without a matching $B$ left over (or vice versa), we reject, otherwise we accept. + +In more detail, the starting state getNextAB moves right on the tape until the first $A$ or $B$ is found, and overwrites it with an $X$ . If it’s an $A$ (resp. $B$ ) we enter state getNextB (resp. getNextA). If no $A$ or $B$ is found, we enter the state accept. The state getNextA (resp. getNextB) moves right until an $A$ (resp. $B$ ) is found, overwrites it with an $X$ and enters state gotoStart which moves left until a blank symbol is found (resetting the machine to the left end of the tape). If no $A$ ’s (resp. $B$ ’s) were left on the tape, we enter state reject. The dimension of the parameter space is $\dim W = 2 4 0$ . If this model were regular, the RLCT would be $\dim W / 2 = 1 2 { \bar { 0 } }$ . Our RLCT estimates are contained in Table 2. + +Table 2: RLCT estimates for parityCheck. + +
Max-lengthTemperatureRLCTStdR squared
5log(300)4.4117320.2524580.969500
6log(300)4.0056670.3658550.971619
7log(300)3.8876790.2763370.973716
+ +# 6 DISCUSSION + +We have developed a theoretical framework in which all programs can in principle be learnt from input-output examples via an existing optimisation procedure. This is done by associating to each program a smooth relaxation which, based on Clift & Murfet (2018), can be argued to be more canonical than existing approaches. This realization has important implications for the building of intelligent systems. + +In approaches to program synthesis based on gradient descent there is a tendency to think of solutions to the synthesis problem as isolated critical points of the loss function $K$ , but this is a false intuition based on regular models. Since neural networks, Bayesian networks, smooth relaxations of UTMs and all other extant approaches to smooth program synthesis are strictly singular models (the map from parameters to functions is not injective) the set $W _ { 0 }$ of parameters $w$ with $K ( w ) = 0$ is a complex extended object, whose geometry is shown by Watanabe’s singular learning theory to be deeply related to the learning process. We have examined this geometry in several specific examples and shown how to think about complexity of programs from a geometric perspective. It is our hope that algebraic geometry can assist in developing the next generation of synthesis machines. + +# REFERENCES + +Shun-ichi Amari, Tomoko Ozeki, and Hyeyoung Park. Learning and inference in hierarchical models with singularities. Systems and Computers in Japan, 34(7):34–42, 2003. + +Michael F Atiyah. Resolution of singularities and division of distributions. Communications on Pure and Applied Mathematics, 23(2):145–150, 1970. + +Alan W Biermann. On the inference of Turing machines from sample computations. Artificial Intelligence, 3:181–198, 1972. + +Rudy R Bunel, Alban Desmaison, Pawan K Mudigonda, Pushmeet Kohli, and Philip Torr. Adaptive neural compilation. In Advances in Neural Information Processing Systems, pp. 1444–1452, 2016. + +Tianqi Chen, Emily Fox, and Carlos Guestrin. Stochastic gradient Hamiltonian Monte Carlo. In International Conference on Machine Learning, pp. 1683–1691, 2014. + +Xinyun Chen, Chang Liu, and Dawn Song. Execution-guided neural program synthesis. In International Conference on Learning Representations, 2018. + +James Clift and Daniel Murfet. Derivatives of Turing machines in linear logic. arXiv preprint arXiv:1805.11813, 2018. + +Karel De Leeuw, Edward F Moore, Claude E Shannon, and Norman Shapiro. Computability by probabilistic machines. Automata studies, 34:183–198, 1956. + +Nan Ding, Youhan Fang, Ryan Babbush, Changyou Chen, Robert D Skeel, and Hartmut Neven. Bayesian sampling using stochastic gradient thermostats. In Advances in Neural Information Processing Systems, pp. 3203–3211, 2014. + +Richard Evans and Edward Grefenstette. Learning explanatory rules from noisy data. Journal of Artificial Intelligence Research, 61:1–64, 2018. + +Cameron E Freer, Daniel M Roy, and Joshua B Tenenbaum. Towards common-sense reasoning via conditional simulation: legacies of Turing in artificial intelligence. Turing’s Legacy, 42:195–252, 2014. + +Alexander L Gaunt, Marc Brockschmidt, Rishabh Singh, Nate Kushman, Pushmeet Kohli, Jonathan Taylor, and Daniel Tarlow. Terpret: A probabilistic programming language for program induction. arXiv preprint arXiv:1608.04428, 2016. + +Phillip Griffith and Joseph Harris. Principles of Algebraic Geometry. Wiley-Interscience, 1978. + +Sumit Gulwani, Oleksandr Polozov, and Rishabh Singh. Program synthesis. Foundations and Trends in Programming Languages, 4(1-2):1–119, 2017. + +Heisuke Hironaka. Resolution of singularities of an algebraic variety over a field of characteristic zero: I. Annals of Mathematics, 79(1):109–203, 1964. + +Matthew D Hoffman and Andrew Gelman. The No-U-Turn sampler: adaptively setting path lengths in Hamiltonian Monte Carlo. J. Mach. Learn. Res., 15(1):1593–1623, 2014. + +Marcus Hutter. Universal artificial intelligence: Sequential decisions based on algorithmic probability. Springer Science & Business Media, 2004. + +Łukasz Kaiser and Ilya Sutskever. Neural GPUs learn algorithms. In International Conference on Learning Representations, 2016. + +Daniel Murfet, Susan Wei, Mingming Gong, Hui Li, Jesse Gell-Redman, and Thomas Quella. Deep learning is singular, and that’s good. arXiv preprint arXiv:2010.11560, 2020. + +Arvind Neelakantan, Quoc V. Le, and Ilya Sutskever. Neural programmer: Inducing latent programs with gradient descent. In International Conference on Learning Representations, ICLR 2016, 2016. + +Jurgen Schmidhuber. Discovering neural nets with low Kolmogorov complexity and high general- ¨ ization capability. Neural Networks, 10(5):857–873, 1997. + +Ray J Solomonoff. A formal theory of inductive inference. Part I. Information and control, 7(1): 1–22, 1964. + +Alan Turing. Intelligent machinery. NPL Mathematics Division, 1948. + +Sumio Watanabe. Almost all learning machines are singular. In 2007 IEEE Symposium on Foundations of Computational Intelligence, pp. 383–388. IEEE, 2007. + +Sumio Watanabe. Algebraic Geometry and Statistical Learning Theory, volume 25. Cambridge University Press, 2009. + +Sumio Watanabe. A widely applicable Bayesian information criterion. Journal of Machine Learning Research, 14:867–897, 2013. + +Max Welling and Yee W Teh. Bayesian learning via stochastic gradient Langevin dynamics. In Proceedings of the 28th International Conference on Machine Learning, pp. 681–688, 2011. + +Ruqi Zhang, Chunyuan Li, Jianyi Zhang, Changyou Chen, and Andrew Gordon Wilson. Cyclical stochastic gradient MCMC for Bayesian deep learning. In International Conference on Learning Representations, 2020. + +# APPENDIX + +# A ALGORITHM FOR ESTIMATING RLCTS + +Given a sample $D _ { n } = \{ ( x _ { i } , y _ { i } ) \} _ { i = 1 } ^ { n }$ from $q ( x , y )$ let $\begin{array} { r } { L _ { n } ( w ) : = - \frac { 1 } { n } \sum _ { i = 1 } ^ { n } \log p ( y _ { i } | x _ { i } , w ) } \end{array}$ be the negative log likelihood. We would like to estimate + +$$ +\mathbb { E } _ { w } ^ { \beta } [ n L _ { n } ( w ) ] : = \frac { 1 } { Z _ { n } ^ { \beta } } \int n L _ { n } ( w ) \varphi ( w ) \prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \beta } d w +$$ + +where $\begin{array} { r } { Z _ { n } ^ { \beta } = \int \varphi ( w ) \prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \beta } d w } \end{array}$ for some inverse temperature $\beta$ . If $\begin{array} { r } { \beta = \frac { \beta _ { 0 } } { \log n } } \end{array}$ for some constant $\beta _ { 0 }$ , then by Theorem 4 of Watanabe (2013), + +$$ +\mathbb { E } _ { w } ^ { \beta } [ n L _ { n } ( w ) ] = n L _ { n } ( w _ { 0 } ) + \frac { \lambda \log n } { \beta _ { 0 } } + U _ { n } \sqrt { \frac { \lambda \log n } { 2 \beta _ { 0 } } } + O _ { p } ( 1 ) +$$ + +where $\{ U _ { n } \}$ is a sequence of random variables satisfying $\mathbb { E } [ U _ { n } ] = 0$ and $\lambda$ is the RLCT. In practice, the last two terms often vary negligibly with $1 / \beta$ and so $\mathbb { E } _ { w } ^ { \beta } [ n L _ { n } ( w ) ]$ approximates a linear function of $1 / \beta$ with slope $\lambda$ (Watanabe, 2013, Corollary 3). This is the foundation of the RLCT estimation procedure found in Algorithm 1 which is used in our experiments. + +# Algorithm 1 RLCT estimation + +
Input: range of β's, set of training sets T each of size n, approximate samples {w1,..,WR} from pβ(w|Dn) for each training set Dn and each β
for training set Dn ∈ T do
for β in range of β's do
ples from pβ(w|Dn)
end for
Perform generalised least squares to fit X in Equation (7),call result λ(Dn)
end for
Output: ∑Dn∈T λ(Dn)
+ +Each RLCT estimate $\hat { \lambda } ( \mathcal { D } _ { n } )$ in Algorithm 1 was performed by linear regression on the pairs $\{ ( 1 / \beta _ { i } , \mathbb { E } _ { w } ^ { \beta _ { i } } [ n L _ { n } ( w ) ] ) \} _ { i = 1 } ^ { 5 }$ where the five inverse temperatures $\beta _ { i }$ are centered on the inverse temperature $1 / T$ where $T$ is the temperature reported for each experiment in Table 1 and Table 2. + +From a Bayesian perspective, predictions about outputs $y$ should be made using the predictive distribution + +$$ +p ^ { * } ( y | x , D _ { n } ) = \int p ( y | x , w ) p ( w | D _ { n } ) d w . +$$ + +The Bayesian generalisation error associated to the Bayesian predictor is defined as the KullbackLeibler distance to the true conditional distribution + +$$ +B _ { g } ( n ) : = D _ { K L } ( q \| p ^ { * } ) = \int q ( y | x ) q ( x ) \log \left( { \frac { q ( y | x ) } { p ^ { * } ( y | x ) } } \right) d y d x . +$$ + +If some fundamental conditions are satisfied (Definition 6.1 and Definition 6.3 of Watanabe (2009)), then by Theorem 6.8 of loc.cit., there exists a random variable $B _ { g } ^ { * }$ such that as $n \to \infty$ , $\mathbb { E } [ n B _ { g } ( n ) ]$ converges to $\mathbb { E } [ B _ { g } ^ { * } ]$ . In particular, by Theorem 6.10 of Watanabe (2009), $\mathbb { E } [ B _ { g } ^ { * } ] = \lambda$ . + +# B HYPERPARAMETERS + +The hyperparameters for the various synthesis tasks are contained in Table 3. The number of samples is $R$ in Algorithm 1 and the number of datasets is $| \tau |$ . Samples are taken according to the Dirichlet distribution, a probability distribution over the simplex, which is controlled by the concentration. When the concentration is a constant across all dimensions, as is assumed here, this corresponds to a density which is symmetric about the uniform probability mass function occurring in the centre of the simplex. The value $\alpha = 1 . 0$ corresponds to the uniform distribution over the simplex. Finally, the chain temperature controls the default $\beta$ value, ie. all inverse temperature values are centered around $1 / T$ where $T$ is the chain temperature. + +Table 3: Hyperparameters for Datasets and MCMC. + +
HyperparameterdetectAparityCheck
Dataset size (n)200100
Minimum sequence length (a)41
Maximum sequence length (b)7/8/9/105/6/7
Number of samples (R)20.0002.000
Number of burn-in steps1,000500
Number of datasets (|T|)43
Target accept probability0.80.8
Concentration (α)1.01.0
Chain temperature (T)log(500)/log(1000)log(300)
Number of timesteps (t)1042
+ +# C THE SHIFT MACHINE + +The pseudo-UTM $\mathcal { U }$ is a complicated Turing machine, and the models $p ( \boldsymbol { y } | \boldsymbol { x } , \boldsymbol { w } )$ of Section 2 are therefore not easy to analyse by hand. To illustrate the kind of geometry that appears, we study the simple Turing machine shiftMachine of Clift & Murfet (2018) and formulate an associated statistical learning problem. The tape alphabet is $\Sigma = \{ \boxed { \begin{array} { r l } \end{array} } , A , B , 0 , 1 , 2 \}$ and the input to the machine will be a string of the form $\boxed { 1 } n a _ { 1 } a _ { 2 } a _ { 3 } \boxed { 2 }$ where $n$ is called the counter and $\bar { a _ { i } } \in \{ A , B \}$ . The transition function, given in loc.cit., will move the string of $A$ ’s and $B$ ’s leftwards by $n$ steps and fill the right hand end of the string with $A$ ’s, keeping the string length invariant. For example, if $\square 2 B A B \square$ is the input to $M$ , the output will be $\square 0 B A A \square$ . + +Set $W = \Delta \{ 0 , 2 \} \times \Delta \{ A , B \}$ and view $w = ( h , k ) \in W$ as representing a probability distribution $( 1 - h ) \cdot 0 + h \cdot 2$ for the counter and $( 1 - k ) \cdot B + k \cdot A$ for $a _ { 1 }$ . The model is + +$$ +p \big ( \boldsymbol { y } | \boldsymbol { x } = ( a _ { 2 } , a _ { 3 } ) , \boldsymbol { w } \big ) = ( 1 - h ) ^ { 2 } \boldsymbol { k } \cdot \boldsymbol { A } + ( 1 - h ) ^ { 2 } ( 1 - \boldsymbol { k } ) \cdot \boldsymbol { B } + \sum _ { i = 2 } ^ { 3 } \binom { 2 } { i - 1 } h ^ { i - 1 } ( 1 - h ) ^ { 3 - i } \cdot a _ { i } . +$$ + +This model is derived by propagating uncertainty through shiftMachine in the same way that $p ( \boldsymbol { y } | \boldsymbol { x } , \boldsymbol { w } )$ is derived from $\mathrm { \Delta } \mathrm { { s t e p } } ^ { t }$ in Section 2 by propagating uncertainty through $\mathcal { U }$ . We assume that some distribution $q ( x )$ over $\{ A , B \} ^ { 2 }$ is given. + +Example C.1. Suppose $q ( y | x ) = p ( y | x , w _ { 0 } )$ where $w _ { 0 } = ( 1 , 1 )$ . It is easy to see that + +$$ +K ( w ) = - { \frac { 1 } { 4 } } \sum _ { a _ { 2 } , a _ { 3 } } \log p \big ( y = a _ { 3 } | x = ( a _ { 2 } , a _ { 3 } ) , w \big ) = - { \frac { 1 } { 2 } } \log [ g ( h , k ) ] +$$ + +where $g ( h , k ) = \left( ( 1 - h ) ^ { 2 } k + h ^ { 2 } \right) \left( ( 1 - h ) ^ { 2 } ( 1 - k ) + h ^ { 2 } \right)$ is a polynomial in $w$ . Hence + +$$ +W _ { 0 } = \{ ( h , k ) \in W : g ( h , k ) = 1 \} = \mathbb { V } ( g - 1 ) \cap [ 0 , 1 ] ^ { 2 } +$$ + +is a semi-algebraic variety, that is, it is defined by polynomial equations and inequalities. Here $\mathbb { V } ( h )$ denotes the vanishing locus of a function $h$ . + +Example C.2. Suppose $q ( A B ) = 1$ and $\begin{array} { r } { q ( y | x = A B ) = \frac { 1 } { 2 } A + \frac { 1 } { 2 } B } \end{array}$ . Then the Kullback-Leibler divergence is $\begin{array} { r } { K ( h , k ) = - \frac { 1 } { 2 } \log ( 4 f ( 1 - f ) ) } \end{array}$ where $f = ( 1 - h ) ^ { 2 } k + 2 h ( 1 - h )$ . Hence $\nabla K =$ $\begin{array} { r } { ( f - \frac { 1 } { 2 } ) \frac { 1 } { f ( 1 - f ) } \nabla f . } \end{array}$ . Note that $f$ has no critical points, and so $\nabla K = 0$ at $( h , k ) \in ( 0 , 1 ) ^ { 2 }$ if and only if $\begin{array} { r } { f ( h , k ) = \frac { 1 } { 2 } } \end{array}$ . Since $K$ is non-negative, any $w \in W _ { 0 }$ satisfies $\nabla K ( w ) = 0$ and so + +$$ +W _ { 0 } = [ 0 , 1 ] ^ { 2 } \cap \mathbb { V } ( 4 f ( 1 - f ) - 1 ) = [ 0 , 1 ] ^ { 2 } \cap \mathbb { V } ( f - \frac { 1 } { 2 } ) +$$ + +is semi-algebraic. Note that the curve $\begin{array} { r } { f = \frac { 1 } { 2 } } \end{array}$ is regular while the curve $4 f ( 1 - f ) = 1$ is singular and it is the geometry of the singular curve that is related to the behaviour of $K$ . This curve is shown in Figure 5. It is straightforward to check that the determinant of the Hessian of $K$ is identically zero on $W _ { 0 }$ , so that every point on $W _ { 0 }$ is a degenerate critical point of $K$ . + +![](images/6e526ca2a8223c4c58975329dac1b2911fc337af16f18add2a573fa4cdb23bdf.jpg) +Figure 5: Values of $K ( h , k )$ on $[ 0 , 1 ] ^ { 2 }$ are shown by colour, ranging from blue (zero) to red (0.01). The singular analytic space $K = 0$ (white) and the regular analytic level set $K = 0 . 0 0 1$ (black). + +# D GENERAL SOLUTION FOR DETERMINISTIC SYNTHESIS PROBLEMS + +In this section we consider the case of a deterministic synthesis problem $q ( x , y )$ which is finitely supported in the sense that there exists a finite set $\mathcal { X } \subseteq \Sigma ^ { * }$ such that $q ( x ) = c$ for all $x \in \mathcal { X }$ and $q ( x ) = 0$ for all $x \notin \mathcal { X }$ . We first need to discuss the coordinates on the parameter space $W$ of (3). To specify a point on $W$ is to specify for each pair $( \sigma , q ) \in \Sigma \times Q$ (that is, for each tuple on the description tape) a triple of probability distributions + +$$ +\begin{array} { r l } & { \displaystyle \sum _ { \sigma ^ { \prime } \in Q } x _ { \sigma ^ { \prime } } ^ { \sigma , q } \cdot \sigma ^ { \prime } \in \Delta \Sigma , } \\ & { \displaystyle \sum _ { q ^ { \prime } \in Q } y _ { q ^ { \prime } } ^ { \sigma , q } \cdot q ^ { \prime } \in \Delta Q , } \\ & { \displaystyle \sum _ { d \in \{ L , S , R \} } z _ { d } ^ { \sigma , q } \cdot d \in \Delta \{ L , S , R \} . } \end{array} +$$ + +The space $W$ of distributions is therefore contained in the affine space with coordinate ring + +$$ +R _ { W } = \mathbb { R } \big [ \big \{ x _ { \sigma ^ { \prime } } ^ { \sigma , q } \big \} _ { \sigma , q , \sigma ^ { \prime } } , \big \{ y _ { q ^ { \prime } } ^ { \sigma , q } \big \} _ { \sigma , q , q ^ { \prime } } , \big \{ z _ { d } ^ { \sigma , q } \big \} _ { \sigma , q , d } \big ] . +$$ + +The function $F ^ { x } = \Delta \mathrm { s t e p } ^ { t } ( x , - ) : W \longrightarrow \Delta Q$ is polynomial (Clift & Murfet, 2018, Proposition 4.2) and we denote for $s \in Q$ by $F _ { s } ^ { x } \in R _ { W }$ the polynomial computing the associated component of the function $F ^ { x }$ . Let $\partial W$ denote the boundary of the manifold with corners $W$ , that is, the set of all points on $W$ where at least one of the coordinate functions given above vanishes + +$$ +\partial W = \mathbb { V } \big ( \prod _ { \sigma , q } \Big [ \prod _ { \sigma ^ { \prime } \in Q } x _ { \sigma ^ { \prime } } ^ { \sigma , q } \prod _ { q ^ { \prime } \in Q } y _ { q ^ { \prime } } ^ { \sigma , q } \prod _ { \substack { d \in \{ L , S , R \} } } z _ { d } ^ { \sigma , q } \Big ] \big ) +$$ + +where $\mathbb { V } ( h )$ denotes the vanishing locus of $h$ . + +Lemma D.1. $W _ { 0 } \neq W$ + +Proof. Choose $x \in \mathcal { X }$ with $q ( x ) > 0$ and let $y$ be such that $q ( y | x ) = 1$ . Let $w \in W ^ { c o d e }$ be the code for the Turing machine which ignores the symbol under the head and current state, transitions to some fixed state $s \neq y$ and stays. Then $w \not \in W _ { 0 }$ . □ + +Lemma D.2. The set $W _ { 0 }$ is semi-algebraic and $W _ { 0 } \subseteq \partial W$ . + +Proof. Given $x \in \Sigma ^ { * }$ with $q ( x ) > 0$ we write $y = y ( x )$ for the unique state with $q ( x , y ) \neq 0$ . In this notation the Kullback-Leibler divergence is + +$$ +K ( w ) = \sum _ { x \in \mathcal { X } } c D _ { K L } ( y | | F ^ { x } ( w ) ) = - c \sum _ { x \in \mathcal { X } } \log F _ { y } ^ { x } ( w ) = - c \log \prod _ { x \in \mathcal { X } } F _ { y } ^ { x } ( w ) . +$$ + +Hence + +$$ +W _ { 0 } = W \cap \bigcap _ { x \in \mathcal { X } } \mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) ) +$$ + +is semi-algebraic. + +Recall that the function $\Delta \mathrm { s t e p } ^ { t }$ is associated to an encoding of the UTM in linear logic by the Sweedler semantics (Clift & Murfet, 2018) and the particular polynomials involved have a form that is determined by the details of that encoding (Clift & Murfet, 2018, Proposition 4.3). From the design of our UTM we obtain positive integers $l _ { \sigma } , m _ { q } , n _ { d }$ for $\sigma \in \Sigma , q \in \bar { Q } , d \in \{ L , S , R \}$ and a function $\pi : \Theta \longrightarrow Q$ where + +$$ +\Theta = \prod _ { \sigma , q } \Sigma ^ { l _ { \sigma } } \times Q ^ { m _ { q } } \times \{ L , S , R \} ^ { n _ { d } } . +$$ + +We represent elements of $\Theta$ by tuples $( \mu , \zeta , \xi ) \in \Theta$ where $\mu ( \sigma , q , i ) \in \Sigma$ for $\sigma \in \Sigma , q \in Q$ and $1 \leq i \leq l _ { \sigma }$ and similarly $\zeta ( \sigma , q , j ) \in Q$ and $\xi ( \sigma , q , k ) \in \{ L , S , R \}$ . The polynomial $F _ { s } ^ { x }$ is + +$$ +F _ { s } ^ { x } = \sum _ { ( \mu , \zeta , \xi ) \in \Theta } \delta ( s = \pi ( \mu , \zeta , \xi ) ) \prod _ { \sigma , q } \Big [ \prod _ { i = 1 } ^ { l _ { \sigma } } x _ { \mu ( \sigma , q , i ) } ^ { \sigma , q } \prod _ { j = 1 } ^ { m _ { q } } y _ { \zeta ( \sigma , q , j ) } ^ { \sigma , q } \prod _ { k = 1 } ^ { n _ { d } } z _ { \xi ( \sigma , q , k ) } ^ { \sigma , q } \Big ] +$$ + +where $\delta$ is a Kronecker delta. With this in hand we may compute + +$$ +\begin{array} { r } { W _ { 0 } = W \cap \displaystyle \bigcap _ { x \in \mathcal { X } } \mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) ) } \\ { = W \cap \displaystyle \bigcap _ { x \in \mathcal { X } } \bigcap _ { s \neq y } \mathbb { V } ( F _ { s } ^ { x } ( w ) ) . } \end{array} +$$ + +But $F _ { s } ^ { x }$ is a polynomial with non-negative integer coefficients, which takes values in $[ 0 , 1 ]$ for $w \in$ $W$ . Hence it vanishes on $w$ if and only if for each triple $\mu , \zeta , \xi$ with $s = \pi ( \mu , \zeta , \xi )$ one or more of the coordinate functions xσ,qµ(σ,q,i), yσ,qζ(σ,q,j), zσ,qξ(σ,q,k) vanishes on $w$ . + +The desired conclusion follows unless for every $x \in \mathcal { X }$ and $( \mu , \zeta , \xi ) \in \Theta$ we have $\pi ( \mu , \zeta , \xi ) = y$ so that $F _ { s } ^ { x } = 0$ for all $s \neq y$ . But in this case case $W _ { 0 } = W$ which contradicts Lemma D.1. □ + +# E STAGED PSEUDO-UTM + +Simulating a Turing machine $M$ with tape alphabet $\Sigma$ and set of states $Q$ on a standard UTM requires the specification of an encoding of $\Sigma$ and $Q$ in the tape alphabet of the UTM. From the point of view of exploring the geometry of program synthesis, this additional complexity is uninteresting and so here we consider a staged pseudo-UTM whose alphabet is + +$$ +\Sigma _ { \mathrm { U T M } } = \Sigma \cup Q \cup \{ L , R , S \} \cup \{ X , \sqsubseteq \} +$$ + +where the union is disjoint where $\boxed { \begin{array} { r l } \end{array} }$ is the blank symbol (which is distinct from the blank symbol of $M$ ). Such a machine is capable of simulating any machine with tape alphabet $\Sigma$ and set of states $Q$ but cannot simulate arbitrary machines and is not a UTM in the standard sense. The adjective staged refers to the design of the UTM, which we now explain. The set of states is + +$$ +\begin{array} { r } { Q _ { \mathrm { U T M } } = \{ \mathrm { c o m p S y m b o l , c o m p S t a t e , c o p y S y m b o l , c o p y S t a t e , c o p y } \mathrm { ~ } \forall \mathrm { t o p y ~ } \mathrm { ~ c o p y ~ } \mathrm { ~ c o p y ~ } \mathrm { ~ c o p y ~ } \mathrm { ~ c o p y ~ } \mathrm { ~ c o p y ~ } \mathrm { ~ c o p y ~ } \mathrm { ~ c o m p ~ } } \\ \mathrm { ~ \ " c o m p S t a t e , ~ } \mathrm { \ " { c o p y S y m b o l , } \mathrm { ~ \ " { c o p y S t a t e , } \mathrm { ~ - c o p y S t a t e , } \mathrm { ~ - c o p y D i r , } \mathrm { ~ \ ~ } } } \\ \mathrm { ~ \ " { u p d a t e S y m b o l , u p d a t e S t a t e , u p d a t e D i r , r e s e t D e s c r ~ } \} . } \end{array} +$$ + +The UTM has four tapes numbered from 0 to 3, which we refer to as the description tape, the staging tape, the state tape and the working tape respectively. Initially the description tape contains a string of the form + +$$ +X s _ { 0 } q _ { 0 } s _ { 0 } ^ { \prime } q _ { 0 } ^ { \prime } d _ { 0 } s _ { 1 } q _ { 1 } s _ { 1 } ^ { \prime } q _ { 1 } ^ { \prime } d _ { 1 } \dots s _ { N } q _ { N } s _ { N } ^ { \prime } q _ { N } ^ { \prime } d _ { N } X , +$$ + +corresponding to the tuples which define $M$ , with the tape head initially on $s _ { 0 }$ . The staging tape is initially a string $X X X$ with the tape head over the second $X$ . The state tape has a single square containing some distribution in $\Delta Q$ , corresponding to the initial state of the simulated machine $M$ , with the tape head over that square. Each square on the the working tape is some distribution in $\Delta \Sigma$ with only finitely many distributions different from $\boxed { \begin{array} { r l } \end{array} }$ . The UTM is initialized in state compSymbol. + +The operation of the UTM is outlined in Figure 6. It consists of two phases; the scan phase (middle and right path), and the update phase (left path). During the scan phase, the description tape is scanned from left to right, and the first two squares of each tuple are compared to the contents of the working tape and state tape respectively. If both agree, then the last three symbols of the tuple are written to the staging tape (middle path), otherwise the tuple is ignored (right path). Once the $X$ at the end of the description tape is reached, the UTM begins the update phase, wherein the three symbols on the staging tape are then used to print the new symbol on the working tape, to update the simulated state on the state tape, and to move the working tape head in the appropriate direction. The tape head on the description tape is then reset to the initial $X$ . + +Remark E.1. One could imagine a variant of the UTM which did not include a staging tape, instead performing the actions on the work and state tape directly upon reading the appropriate tuple on the description tape. However, this is problematic when the contents of the state or working tape are distributions, as the exact time-step of the simulated machine can become unsynchronised, increasing entropy. As a simple example, suppose that the contents of the state tape were $0 . 5 q + 0 . 5 p$ , and the symbol under the working tape head was $s$ . Upon encountering the tuple $s q s { ' } q { ' } R$ , the machine would enter a superposition of states corresponding to the tape head having both moved right and not moved, complicating the future behaviour. + +We define the period of the UTM to be the smallest nonzero time interval taken for the tape head on the description tape to return to the initial $X$ , and the machine to reenter the state compSymbol. If the number of tuples on the description tape is $N$ , then the period of the UTM is $T = 1 0 N + 5$ . Moreover, other than the working tape, the position of the tape heads are $T$ -periodic. + +# F SMOOTH TURING MACHINES + +Let $\mathcal { U }$ be the staged pseudo-UTM of Appendix E. In defining the model $p ( \boldsymbol { y } | \boldsymbol { x } , \boldsymbol { w } )$ associated to a synthesis problem in Section 2 we use a smooth relaxation $\Delta \mathrm { { s t e p } } ^ { t }$ of the step function of $\mathcal { U }$ . In this appendix we define the smooth relaxation of any Turing machine following Clift & Murfet (2018). + +Let $M = ( \Sigma , Q , \delta )$ be a Turing machine with a finite set of symbols $\Sigma$ , a finite set of states $Q$ and transition function $\delta : \Sigma \times Q \bar { \to } \Sigma \times Q \times \{ - 1 , 0 , 1 \}$ . We write $\delta _ { i } = \mathsf { p r o j } _ { i } \circ \delta$ for the $i$ th component of $\delta$ for $i \in \{ 1 , 2 , 3 \}$ . For $\sqsubseteq \Sigma$ , let + +$$ +\Sigma ^ { \mathbb { Z } , \sqcap } = \{ f : \mathbb { Z } \to \Sigma | f ( i ) = \bigsqcup \mathrm { e x c e p t ~ f o r ~ f i n i t e l y ~ m a n y ~ } i \} . +$$ + +![](images/8439277769c907e73a890f5d22819ba3dcc4dc5cc4f53963fd296742f6e34336.jpg) +Figure 6: The UTM. Each of the rectangles are states, and an arrow $q q ^ { \prime }$ has the following interpretation: if the UTM is in state $q$ and sees the tape symbols (on the four tapes) as indicated by the source of the arrow, then the UTM transitions to state $q ^ { \prime }$ , writes the indicated symbols (or if there is no write instruction, simply rewrites the same symbols back onto the tapes), and performs the indicated movements of each of the tape heads. The symbols $a , b , c , d$ stand for generic symbols which are not $X$ . + +We can associate to $M$ a discrete dynamical system ${ \widehat { M } } = ( \Sigma ^ { \mathbb { Z } , \sqcup } \times Q , { \mathrm { s t e } } ]$ p) where + +$$ +{ \mathrm { s t e p } } : \Sigma ^ { \mathbb { Z } , \sqcap } \times Q \Sigma ^ { \mathbb { Z } , \sqcap } \times Q +$$ + +is the step function defined by + +$$ +\mathrm { s t e p } ( \sigma , q ) = \Bigl ( \alpha ^ { \delta _ { 3 } ( \sigma _ { 0 } , q ) } \bigl ( \ldots , \sigma _ { - 2 } , \sigma _ { - 1 } , \delta _ { 1 } ( \sigma _ { 0 } , q ) , \sigma _ { 1 } , \sigma _ { 2 } , \ldots \bigr ) , \delta _ { 2 } ( \sigma _ { 0 } , q ) \Bigr ) . +$$ + +with shift map $\alpha ^ { \delta _ { 3 } ( \sigma _ { 0 } , q ) } ( \sigma ) _ { u } = \sigma _ { u + \delta _ { 3 } ( \sigma _ { 0 } , q ) } .$ + +Let $X$ be a finite set. The standard $X$ -simplex is defined as + +$$ +\Delta X = \{ \sum _ { x \in X } \lambda _ { x } x \in \mathbb { R } X | \sum _ { x } \lambda _ { x } = 1 { \mathrm { a n d } } \lambda _ { x } \geq 0 { \mathrm { f o r ~ a l l } } x \in X \} +$$ + +where $\mathbb { R } X$ is the free vector space on $X$ . We often identify $X$ with the vertices of $\Delta X$ under the canonical inclusion $i : X \to \Delta X$ given by $\begin{array} { r } { i ( x ) = \sum _ { x ^ { \prime } \in X } \delta _ { x = x ^ { \prime } } x ^ { \prime } } \end{array}$ . For example $\{ 0 , 1 \} \subset$ $\Delta ( \{ 0 , 1 \} ) \simeq [ 0 , 1 ]$ . + +A tape square is said to be at relative position $u \in \mathbb { Z }$ if it is labelled $u$ after enumerating all squares in increasing order from left to right such that the square currently under the head is assigned zero. Consider the following random variables at times $t \geq 0$ : + +• $Y _ { u , t } \in \Sigma$ : the content of the tape square at relative position $u$ at time $t$ . +• $S _ { t } \in Q$ : the internal state at time $t$ . +· $W r _ { t } \in \Sigma$ : the symbol to be written, in the transition from time $t$ to $t + 1$ . +· $M v _ { t } \in \{ L , S , R \}$ : the direction to move, in the transition from time $t$ to $t + 1$ . + +We call a smooth dynamical system a pair $( A , \phi )$ consisting of a smooth manifold $A$ with corners together with a smooth transformation $\phi : A A$ . + +Definition F.1. Let $M = ( \Sigma , Q , \delta )$ be a Turing machine. The smooth relaxation of $M$ is the smooth dynamical system $( ( \Delta \Sigma ) ^ { \mathbb { Z } , \sqsupset } \times \Delta Q , \Delta \mathrm { s t e p } )$ where + +$$ +\Delta \mathrm { s t e p } : ( \Delta \Sigma ) ^ { \mathbb { Z } , \square } \times \Delta Q ( \Delta \Sigma ) ^ { \mathbb { Z } , \square } \times \Delta Q +$$ + +is a smooth transformation sending a state $( \{ P ( Y _ { u , t } ) \} _ { u \in \mathbb { Z } } , P ( S _ { t } ) )$ to $( \{ P ( Y _ { u , t + 1 } ) \} _ { u \in \mathbb { Z } } , P ( S _ { t + 1 } ) )$ determined by the equations + +$$ +\begin{array} { r } { P ( M v _ { t } = d | C ) = \sum _ { \sigma , q } \delta _ { \delta _ { 3 } ( \sigma , q ) = d } P ( Y _ { 0 , t } = \sigma | C ) P ( S _ { t } = q | C ) , } \end{array} +$$ + +$$ +\begin{array} { r } { P ( W r _ { t } = \sigma | C ) = \sum _ { \sigma ^ { \prime } , q } \delta _ { \delta _ { 1 } ( \sigma ^ { \prime } , q ) = \sigma } P ( Y _ { 0 , t } = \sigma ^ { \prime } | C ) P ( S _ { t } = q | C ) , } \end{array} +$$ + +$$ +\begin{array} { r l } & { P ( Y _ { u , t + 1 } = \sigma | C ) = P ( M v _ { t } = L | C ) \Big ( \delta _ { u \neq 1 } P ( Y _ { u - 1 , t } = \sigma | C ) + \delta _ { u = 1 } P ( W r _ { t } = \sigma | C ) \Big ) } \\ & { \qquad + P ( M v _ { t } = S | C ) \Big ( \delta _ { u \neq 0 } P ( Y _ { u , t } = \sigma | C ) + \delta _ { u = 0 } P ( W r _ { t } = \sigma | C ) \Big ) } \\ & { \qquad + P ( M v _ { t } = R | C ) \Big ( \delta _ { u \neq - 1 } P ( Y _ { u + 1 , t } = \sigma | C ) + \delta _ { u = - 1 } P ( W r _ { t } = \sigma | C ) \Big ) , } \end{array} +$$ + +where $C \in ( \Delta \Sigma ) ^ { \mathbb { Z } , \square } \times \Delta Q$ is an initial state. + +We will call the smooth relaxation of a Turing machine a smooth Turing machine. A smooth Turing machine encodes uncertainty in the initial configuration of a Turing machine together with an update rule for how to propagate this uncertainty over time. We interpret the smooth step function as updating the state of belief of a “naive” Bayesian observer. This nomenclature comes from the assumption of conditional independence between random variables in our probability functions. + +Remark F.2. Propagating uncertainty using standard probability leads to a smooth dynamical system which encodes the state evolution of an “ordinary” Bayesian observer of the Turing machine. This requires the calculation of various joint distributions which makes such an extension computationally difficult to work with. Computation aside, the naive probabilistic extension is justified from the point of view of derivatives of algorithms according to the denotational semantics of differential linear logic. See Clift & Murfet (2018) for further details. + +We call the smooth extension of a universal Turing machine a smooth universal Turing machine. Recall that the staged pseudo-UTM $\mathcal { U }$ has four tapes: the description tape, the staging tape, the state tape and working tape. The smooth relaxation of $\mathcal { U }$ is a smooth dynamical system + +$$ +\Delta \mathrm { s t e p } _ { \mathcal { U } } : [ ( \Delta \Sigma _ { \mathrm { U T M } } ) ^ { \mathbb { Z } , \bigtriangledown } ] ^ { 4 } \times \Delta Q _ { \mathrm { U T M } } \to [ ( \Delta \Sigma _ { \mathrm { U T M } } ) ^ { \mathbb { Z } , \bigtriangledown } ] ^ { 4 } \times \Delta Q _ { \mathrm { U T M } } . +$$ + +If we use the staged pseudo-UTM to simulate a Turing machine with tape alphabet $\Sigma \subseteq \Sigma _ { \mathrm { U T M } }$ and states $Q \subseteq \Sigma _ { \mathrm { U T M } }$ then with some determined initial state the function $\Delta$ step restricts to + +$$ +\Delta \mathrm { s t e p } _ { \mathscr { U } } : ( \Delta \Sigma ) ^ { \mathbb { Z } , \sharp } \times { \mathscr { W } } \times \Delta Q \times \mathscr { X } \longrightarrow ( \Delta \Sigma ) ^ { \mathbb { Z } , \sharp } \times { \mathscr { W } } \times \Delta Q \times \mathscr { X } +$$ + +where the first factor is the configuration of the work tape, $W$ is as in (3) and + +$$ +\mathcal { X } = [ ( \Delta \Sigma _ { \mathrm { U T M } } ) ^ { \mathbb { Z } , \sqcap } ] \times \Delta Q _ { \mathrm { U T M } } +$$ + +where the first factor is the configuration of the staging tape. Since $\mathcal { U }$ is periodic of period $T =$ $1 0 N + 5$ (Appendix E) the iterated function $( \Delta \mathrm { s t e p } _ { \mathscr { U } } ) ^ { T }$ takes an input with staging tape in its + +default state $X X X$ and UTM state compSymbol and returns a configuration with the same staging tape and state, but with the configuration of the work tape, description tape and state tape updated by one complete simulation step. That is, + +$$ +( \Delta \operatorname { s t e p } _ { \mathcal { U } } ) ^ { T } ( x , w , q , X X X , \mathrm { c o m p S y m b o l } ) = ( F ( x , w , q ) , X X X , \mathrm { c o m p S y m b o l } ) +$$ + +for some smooth function + +$$ +F : ( \Delta \Sigma ) ^ { \mathbb { Z } , \sharp } \times W \times \Delta Q \longrightarrow ( \Delta \Sigma ) ^ { \mathbb { Z } , \sharp } \times W \times \Delta Q . +$$ + +Finally we can define the function $\Delta \mathrm { s t e p } ^ { t }$ of (4). We assume all Turing machines are initialised in some common state init $\in Q$ . + +Definition F.3. Given $t \geq 0$ we define $\Delta \operatorname { s t e p } ^ { t } : \Sigma ^ { * } \times W \longrightarrow \Delta Q$ by + +$$ +\Delta \operatorname { s t e p } ^ { t } ( x , w ) = \Pi _ { Q } F ^ { t } ( x , w , \operatorname { i n i t } ) +$$ + +where $\Pi _ { Q }$ is the projection onto $\Delta Q$ . + +# G DIRECT SIMULATION + +For computational efficiency in our PyTorch implementation of the staged pseudo-UTM we implement $F$ of (9) rather than $\Delta \mathrm { s t e p } _ { \mathcal { U } }$ . We refer to this as direction simulation since it means that we update in one step the state and working tape of the UTM for a full cycle where a cycle consists of $T = 1 0 N + 5$ steps of the UTM. + +Let $S ( t )$ and $Y _ { u } ( t )$ be random variables describing the contents of state tape and working tape in relative positions $0 , u$ respectively after $t \geq 0$ time steps of the UTM. We define ${ \widetilde { S } } ( t ) : = S ( 4 + T t )$ and $\widetilde { Y } _ { u } ( t ) : = Y _ { u } ( 4 + T t )$ where $t \geq 0$ and $u \in \mathbb { Z }$ . The task then is to define functions $f , g$ such that + +$$ +\widetilde { S } ( t + 1 ) = f ( \widetilde { S } ( t ) ) +$$ + +$$ +\widetilde Y _ { u } ( t + 1 ) = g ( \widetilde Y _ { u } ( t ) ) . +$$ + +The functional relationship is given as follows: for $1 \leq i \leq N$ indexing tuples on the description tape, while processing that tuple, the UTM is in a state distribution $\lambda _ { i } \cdot \bar { q } + ( 1 - \lambda _ { i } ) \cdot \neg \bar { q }$ where $\bar { q } \in$ {copySymbol, copyState, $\mathrm { c o p y D i r } \}$ . Given the initial state of the description tape, we assume uncertainty about $s ^ { \prime } , q ^ { \prime } , d$ only. This determines a map + +$$ +\theta : \{ 1 , \dots , N \} \to \Sigma \times Q +$$ + +where the description tape at tuple number $i$ is given by $\theta ( i ) _ { 1 } \theta ( i ) _ { 2 } P ( s _ { i } ^ { \prime } ) P ( q _ { i } ^ { \prime } ) P ( d _ { i } )$ . We define the conditionally independent joint distribution between $\{ \widetilde { Y } _ { 0 , t - 1 } , \widetilde { S } _ { t - 1 } \}$ by + +$$ +\begin{array} { l } { { \lambda _ { i } = \displaystyle \sum _ { \sigma \in \Sigma } \delta _ { \theta ( i ) _ { 1 } = \sigma } P ( \widetilde { Y } _ { 0 , t - 1 } = \sigma ) \cdot \sum _ { q \in Q } \delta _ { \theta ( i ) _ { 2 } = q } P ( \widetilde { S } _ { t - 1 } = q ) \hfill } } \\ { { \quad = P ( \widetilde { Y } _ { 0 , t - 1 } = \theta ( i ) _ { 1 } ) \cdot P ( \widetilde { S } _ { t - 1 } = \theta ( i ) _ { 2 } ) . } } \end{array} +$$ + +We then calculate a recursive set of equations for $0 \leq j \leq N$ describing distributions $P ( \hat { s } _ { j } ) , P ( \hat { q } _ { j } )$ and $P ( \hat { d } _ { j } )$ on the staging tape after processing all tuples up to and including tuple $j$ . These are given by $P ( \hat { s } _ { 0 } ) = P ( \hat { q } _ { 0 } ) = P ( \hat { d } _ { 0 } ) = 1 \cdot X$ and + +$$ +\begin{array} { r l } & { \displaystyle { P ( \hat { s } _ { i } ) = \sum _ { \sigma \in \Sigma } \{ \lambda _ { i } \cdot P ( s _ { i } ^ { \prime } = \sigma ) + ( 1 - \lambda _ { i } ) \cdot P ( \hat { s } _ { i - 1 } = \sigma ) \} \cdot \sigma + ( 1 - \lambda _ { i } ) \cdot P ( \hat { s } _ { i - 1 } = X ) \cdot X } } \\ & { \displaystyle { P ( \hat { q } _ { i } ) = \sum _ { \ q \in Q } \{ \lambda _ { i } \cdot P ( q _ { i } ^ { \prime } = q ) + ( 1 - \lambda _ { i } ) \cdot P ( \hat { q } _ { i - 1 } = q ) \} \cdot q + ( 1 - \lambda _ { i } ) \cdot P ( \hat { q } _ { i - 1 } = X ) \cdot X } } \\ & { \displaystyle { \hat { l } _ { i } ) = \sum _ { \alpha \in \{ L , R , S \} } \{ \lambda _ { i } \cdot P ( d _ { i } = a ) + ( 1 - \lambda _ { i } ) \cdot P ( \hat { d } _ { i - 1 } = a ) \} \cdot a + ( 1 - \lambda _ { i } ) \cdot P ( \hat { d } _ { i - 1 } = X ) \cdot X . } } \end{array} +$$ + +Let $A _ { \sigma } = P ( \widehat { s } _ { N } = X ) \cdot P ( \widetilde { Y } _ { 0 , t - 1 } = \sigma ) + P ( \widehat { s } _ { N } = \sigma ) .$ . In terms of the above distributions + +$$ +P ( \widetilde { S } _ { t } ) = \sum _ { q \in Q } \Big ( P ( \hat { q } _ { N } = X ) \cdot P ( \widetilde { S } _ { t - 1 } = q ) + P ( \hat { q } _ { N } = q ) \Big ) \cdot q +$$ + +and + +$$ +\begin{array} { r l } & { P ( \widetilde { Y } _ { u , t } = \sigma ) = P ( \hat { d } _ { N } = L ) \left( \delta _ { u \neq 1 } P ( \widetilde { Y } _ { u - 1 , t - 1 } = \sigma ) + \delta _ { u = 1 } A _ { \sigma } \right) } \\ & { \quad \quad \quad \quad \quad + P ( \hat { d } _ { N } = R ) \left( \delta _ { u \neq - 1 } P ( \widetilde { Y } _ { u + 1 , t - 1 } = \sigma ) + \delta _ { u = - 1 } A _ { \sigma } \right) } \\ & { \quad \quad \quad \quad \quad + P ( \hat { d } _ { N } = S ) \left( \delta _ { u \neq 0 } P ( \widetilde { Y } _ { u , t - 1 } = \sigma ) + \delta _ { u = 0 } A _ { \sigma } \right) } \\ & { \quad \quad \quad \quad \quad + P ( \hat { d } _ { N } = X ) \left( \delta _ { u \neq 0 } P ( \widetilde { Y } _ { u , t - 1 } = \sigma ) + \delta _ { u = 0 } A _ { \sigma } \right) . } \end{array} +$$ + +Using these equations, we can state efficient update rules for the staging tape. We have + +$$ +\begin{array} { l l l } { { \displaystyle P ( \hat { s } _ { N } = X ) = \prod _ { j = 1 } ^ { N } ( 1 - \lambda _ { j } ) , \quad } } & { { \displaystyle P ( \hat { s } _ { N } = \sigma ) = \sum _ { j = 1 } ^ { N } \lambda _ { j } \cdot P ( s _ { j } ^ { \prime } = \sigma ) \prod _ { l = j + 1 } ^ { N } ( 1 - \lambda _ { l } ) } } \\ { { \displaystyle P ( \hat { q } _ { N } = X ) = \prod _ { j = 1 } ^ { N } ( 1 - \lambda _ { j } ) , \quad } } & { { \displaystyle P ( \hat { q } _ { N } = q ) = \sum _ { j = 1 } ^ { N } \lambda _ { j } \cdot P ( q _ { j } ^ { \prime } = q ) \prod _ { l = j + 1 } ^ { N } ( 1 - \lambda _ { l } ) } } \\ { { \displaystyle P ( \hat { d } _ { N } = X ) = \prod _ { j = 1 } ^ { N } ( 1 - \lambda _ { j } ) , \quad } } & { { \displaystyle P ( \hat { d } _ { N } = a ) = \sum _ { j = 1 } ^ { N } \lambda _ { j } \cdot P ( d _ { j } = a ) \prod _ { l = j + 1 } ^ { N } ( 1 - \lambda _ { l } ) . } } \end{array} +$$ + +To enable efficient computation, we can express these equations using tensor calculus. Let $\lambda =$ $( \lambda _ { 1 } , \dots , \lambda _ { N } ) \in \mathbb { R } ^ { N }$ . We view + +$$ +\theta : \mathbb { R } ^ { N } \xrightarrow { } \mathbb { R } \Sigma \otimes \mathbb { R } Q +$$ + +as a tensor and so $\begin{array} { r } { \theta = \sum _ { i = 1 } ^ { N } i \otimes \theta ( i ) _ { 1 } \otimes \theta ( i ) _ { 2 } \in \mathbb { R } ^ { N } \otimes \mathbb { R } \Sigma \otimes \mathbb { R } Q . } \end{array}$ . Then + +$$ +\theta _ { - } \left( P ( \widetilde { Y } _ { 0 , t - 1 } ) \otimes P ( \widetilde { S } _ { t - 1 } ) \right) = \sum _ { i = 1 } ^ { N } i \cdot P ( \widetilde { Y } _ { 0 , t - 1 } = \theta ( i ) _ { 1 } ) \cdot P ( \widetilde { S } _ { t - 1 } = \theta ( i ) _ { 2 } ) = \lambda . +$$ + +If we view $P ( s _ { * } ^ { \prime } = \bullet ) \in \mathbb { R } ^ { N } \otimes \mathbb { R } ^ { \Sigma }$ as a tensor, then + +$$ +{ \mathcal { S } } ( { \widehat { \mathfrak { s } } } _ { N } ) = \sum _ { j = 1 } ^ { N } P ( s _ { j } ^ { \prime } = \bullet ) \cdot \left( \lambda _ { j } \prod _ { l = j + 1 } ^ { N } ( 1 - \lambda _ { l } ) \right) = \lambda \cdot \left( \prod _ { l = 2 } ^ { N } ( 1 - \lambda _ { l } ) , \prod _ { l = 3 } ^ { N } ( 1 - \lambda _ { l } ) , \ldots , ( 1 - \lambda _ { N } ) , 1 \right) +$$ + +can be expressed in terms on the vector $\lambda$ only. Similarly, $P ( q _ { * } ^ { \prime } = \bullet ) \in \mathbb { R } ^ { N } \otimes \mathbb { R } ^ { Q }$ with + +$$ +{ \cal P } ( \hat { q } _ { N } ) = \sum _ { j = 1 } ^ { N } P ( q _ { j } ^ { \prime } = \bullet ) \cdot \left( \lambda _ { j } \prod _ { l = j + 1 } ^ { N } ( 1 - \lambda _ { l } ) \right) = \lambda \cdot \left( \prod _ { l = 2 } ^ { N } ( 1 - \lambda _ { l } ) , \prod _ { l = 3 } ^ { N } ( 1 - \lambda _ { l } ) , \ldots , ( 1 - \lambda _ { N } ) , 1 \right) +$$ + +and $P ( d _ { * } = \bullet ) \in \mathbb { R } ^ { N } \otimes \mathbb { R } ^ { 3 }$ with + +$$ +^ { > } ( \hat { d } _ { N } ) = \sum _ { j = 1 } ^ { N } P ( d _ { j } = \bullet ) \cdot \left( \lambda _ { j } \prod _ { l = j + 1 } ^ { N } ( 1 - \lambda _ { l } ) \right) = \lambda \cdot \left( \prod _ { l = 2 } ^ { N } ( 1 - \lambda _ { l } ) , \prod _ { l = 3 } ^ { N } ( 1 - \lambda _ { l } ) , \ldots , ( 1 - \lambda _ { N } ) , 1 \right) . +$$ \ No newline at end of file diff --git a/parse/train/qiydAcw6Re/qiydAcw6Re_content_list.json b/parse/train/qiydAcw6Re/qiydAcw6Re_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..d42612782f8bfe62409ae3086823b7c1fd5aa786 --- /dev/null +++ b/parse/train/qiydAcw6Re/qiydAcw6Re_content_list.json @@ -0,0 +1,2983 @@ +[ + { + "type": "text", + "text": "GEOMETRY OF PROGRAM SYNTHESIS ", + "text_level": 1, + "bbox": [ + 174, + 98, + 627, + 121 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous authors Paper under double-blind review ", + "bbox": [ + 183, + 145, + 398, + 172 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 210, + 544, + 226 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "We present a new perspective on program synthesis in which programs may be identified with singularities of analytic functions. As an example, Turing machines are synthesised from input-output examples by propagating uncertainty through a smooth relaxation of a universal Turing machine. The posterior distribution over weights is approximated using Markov chain Monte Carlo and bounds on the generalisation error of these models is estimated using the real log canonical threshold, a geometric invariant from singular learning theory. ", + "bbox": [ + 232, + 242, + 764, + 340 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 371, + 334, + 386 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The idea of program synthesis dates back to the birth of modern computation itself (Turing, 1948) and is recognised as one of the most important open problems in computer science (Gulwani et al., 2017). However, there appear to be serious obstacles to synthesising programs by gradient descent at scale (Neelakantan et al., 2016; Kaiser & Sutskever, 2016; Bunel et al., 2016; Gaunt et al., 2016; Evans & Grefenstette, 2018; Chen et al., 2018) and these problems suggest that it would be appropriate to make a fundamental study of the geometry of loss surfaces in program synthesis, since this geometry determines the learning process. To that end, in this paper we explain a new point of view on program synthesis using the singular learning theory of Watanabe (2009) and the smooth relaxation of Turing machines from Clift & Murfet (2018). ", + "bbox": [ + 174, + 404, + 825, + 529 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In broad strokes this new geometric point of view on program synthesis says: ", + "bbox": [ + 176, + 535, + 678, + 550 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "• Programs to be synthesised are singularities of analytic functions. If $U \\subseteq \\mathbb { R } ^ { d }$ is open and $K : U \\longrightarrow \\mathbb { R }$ is analytic, then $x \\in U$ is a critical point of $K$ if $\\nabla K ( x ) = 0$ and a singularity of the function $K$ if it is a critical point where $K ( x ) = 0$ . The Kolmogorov complexity of a program is related to a geometric invariant of the associated singularity called the Real Log Canonical Threshold (RLCT). This invariant controls both the generalisation error and the learning process, and is therefore an appropriate measure of “complexity” in continuous program synthesis. See Section 3. The geometry has concrete practical implications. For example, a MCMC-based approach to program synthesis will find, with high probability, a solution that is of low complexity (if it finds a solution at all). We sketch a novel point of view on the problem of “bad local minima” (Gaunt et al., 2016) based on these ideas. See Section 4. ", + "bbox": [ + 215, + 563, + 825, + 728 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "We demonstrate all of these principles in experiments with toy examples of synthesis problems. ", + "bbox": [ + 178, + 742, + 797, + 756 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Program synthesis as inference. We use Turing machines, but mutatis mutandis everything applies to other programming languages. Let $T$ be a Turing machine with tape alphabet $\\Sigma$ and set of states $Q$ and assume that on any input $x \\in \\Sigma ^ { * }$ the machine eventually halts with output $T ( x ) \\in \\Sigma ^ { * }$ . Then to the machine $T$ we may associate the set $\\{ ( x , T ( x ) ) \\} _ { x \\in \\Sigma ^ { * } } \\subseteq \\Sigma ^ { * } \\times \\Sigma ^ { * }$ . Program synthesis is the study of the inverse problem: given a subset of $\\Sigma ^ { * } \\times \\Sigma ^ { * }$ we would like to determine (if possible) a Turing machine which computes the given outputs on the given inputs. ", + "bbox": [ + 174, + 762, + 825, + 847 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "If we presume given a probability distribution $q ( x )$ on $\\Sigma ^ { * }$ then we can formulate this as a problem of statistical inference: given a probability distribution $q ( x , y )$ on $\\Sigma ^ { * } \\times \\Sigma ^ { * }$ determine the most likely machine producing the observed distribution $q ( x , y ) = q ( y | x ) q ( x )$ . If we fix a universal Turing machine $\\mathcal { U }$ then Turing machines can be parametrised by codes $\\dot { w } \\in W ^ { c o d e }$ with $\\mathcal { U } ( x , w ) = T ( x )$ for all $x \\in \\Sigma ^ { * }$ . We let ${ \\bar { p } } ( y | x , w )$ denote the probability of $\\mathcal { U } ( x , w ) = y$ (which is either zero or one) ", + "bbox": [ + 176, + 854, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "so that solutions to the synthesis problem are in bijection with the zeros of the Kullback-Leibler divergence between the true distribution and the model ", + "bbox": [ + 171, + 103, + 823, + 132 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/d3da2bd582ae2575ffc9fe4975a17ea33e2e7e5d6822aa86726e2a8859d775b8.jpg", + "text": "$$\nK ( w ) = \\int \\int q ( y | x ) q ( x ) \\log \\frac { q ( y | x ) } { p ( y | x , w ) } d x d y .\n$$", + "text_format": "latex", + "bbox": [ + 343, + 138, + 653, + 172 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "So far this is just a trivial rephrasing of the combinatorial optimisation problem of finding a Turing machine $T$ with $T ( x ) = y$ for all $( x , y )$ with $q ( x , y ) > 0$ . ", + "bbox": [ + 173, + 179, + 823, + 209 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Smooth relaxation. One approach is to seek a smooth relaxation of the synthesis problem consisting of an analytic manifold $W \\bar { \\supseteq } W ^ { c o d e }$ and an extension of $K$ to an analytic function $K : W \\longrightarrow \\mathbb { R }$ so that we can search for the zeros of $K$ using gradient descent. Perhaps the most natural way to construct such a smooth relaxation is to take $W$ to be a space of probability distributions over $W ^ { \\dot { c } o d e }$ and prescribe a model $p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )$ for propagating uncertainty about codes to uncertainty about outputs (Gaunt et al., 2016; Evans & Grefenstette, 2018). The particular model we choose is based on the semantics of linear logic (Clift & Murfet, 2018). Supposing that such a smooth relaxation has been chosen together with a prior $\\varphi ( w )$ over $W$ , smooth program synthesis becomes the study of the statistical learning theory of the triple $( p , q , \\varphi )$ . ", + "bbox": [ + 173, + 214, + 825, + 340 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "There are perhaps two primary reasons to consider the smooth relaxation. Firstly, one might hope that stochastic gradient descent or techniques like Markov chain Monte Carlo will be effective means of solving the original combinatorial optimisation problem. This is not a new idea (Gulwani et al., 2017, §6) but so far its effectiveness for large programs has not been proven. Independently, one might hope to find powerful new mathematical ideas that apply to the relaxed problem and shed light on the nature of program synthesis. This is the purpose of the present paper. ", + "bbox": [ + 173, + 347, + 825, + 431 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Singular learning theory. We denote by $W _ { 0 } = \\{ w \\in W | K ( w ) = 0 \\}$ so that ", + "bbox": [ + 174, + 435, + 686, + 453 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/86ade0437cc02ec74cf772862fcd0f85b59d0d58456410aeb8aa4fceae3052a3.jpg", + "text": "$$\nW _ { 0 } \\cap W ^ { c o d e } \\subseteq W _ { 0 } \\subseteq W\n$$", + "text_format": "latex", + "bbox": [ + 413, + 459, + 584, + 477 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "where $W _ { 0 } \\cap W ^ { c o d e }$ is the discrete set of solutions to the original synthesis problem. We refer to these as the classical solutions. As the vanishing locus of an analytic function, $W _ { 0 }$ is an analytic space over $\\mathbb { R }$ (Hironaka, 1964, $\\ S 0 . 1 )$ , (Griffith & Harris, 1978) and it is interesting to study the geometry of this space near the classical solutions. Since $K$ is a Kullback-Leibler divergence it is non-negative and so it not only vanishes on $W _ { 0 }$ but $\\nabla K$ also vanishes, hence every point of $W _ { 0 }$ is a singular point. ", + "bbox": [ + 173, + 484, + 825, + 555 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Beyond this the geometry of $W _ { 0 }$ depends on the particular model $p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )$ that has been chosen, but some aspects are universal: the nature of program synthesis means that typically $W _ { 0 }$ is an extended object (i.e. it contains points other than the classical solutions) and the Hessian matrix of second order partial derivatives of $K$ at a classical solution is not invertible - that is, the classical solutions are degenerate critical points of $K$ . This means that singularity theory is the appropriate branch of mathematics for studying the geometry of $W _ { 0 }$ near a classical solution. It also means that the Fisher information matrix ", + "bbox": [ + 173, + 561, + 825, + 659 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/b8dfea439a1747d3611410930a42886e436c6fc67f00c4da375cd2997dad9780.jpg", + "text": "$$\nI ( w ) _ { i j } = \\int \\int \\frac { \\partial } { \\partial w _ { i } } \\big [ \\log p ( y | x , w ) \\big ] \\frac { \\partial } { \\partial w _ { j } } \\big [ \\log p ( y | x , w ) \\big ] q ( y | x ) q ( x ) d x d y ,\n$$", + "text_format": "latex", + "bbox": [ + 254, + 662, + 740, + 698 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "is degenerate at a classical solution, so that the appropriate branch of statistical learning theory is singular learning theory (Watanabe, 2007; 2009). For an introduction to singular learning theory in the context of deep learning see (Murfet et al., 2020). ", + "bbox": [ + 174, + 703, + 823, + 746 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Broadly speaking the contribution of this paper is to realise program synthesis within the framework of singular learning theory, at both a theoretical and an experimental level. In more detail the contents of the paper are: ", + "bbox": [ + 176, + 752, + 821, + 795 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "• We define a staged pseudo-UTM (Appendix E) which is well-suited to experiments with the ideas discussed above. Propagating uncertainty about the code through this UTM using the ideas of (Clift & Murfet, 2018) defines a triple $( p , q , \\varphi )$ associated to a synthesis problem. This formally embeds program synthesis within singular learning theory. We realise this embedding in code by providing an implementation in PyTorch of this propagation of uncertainty through a UTM. Using the No-U-Turn variant of MCMC (Hoffman & Gelman, 2014) we can approximate the Bayesian posterior of any program synthesis problem (of course in practice we are limited by computational constraints in doing so). ", + "bbox": [ + 215, + 806, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "• We explain how the real log canonical threshold (a geometric invariant) is related to Kolmogorov complexity (Section 3). • We give a simple example (Appendix C) in which $W _ { 0 }$ contains the set of classical solutions as a proper subset and every point of $W _ { 0 }$ is a degenerate critical point of $K$ . For two simple synthesis problems detectA and parityCheck we demonstrate all of the above, using MCMC to approximate the Bayesian posterior and theorems from Watanabe (2013) to estimate the RLCT (Section 5). We discuss how $W _ { 0 }$ is an extended object and how the RLCT relates to the local dimension of $W _ { 0 }$ near a classical solution. ", + "bbox": [ + 212, + 103, + 825, + 227 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "RELATED WORK ", + "text_level": 1, + "bbox": [ + 174, + 250, + 310, + 265 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The idea of synthesising Turing machines can be traced back to the work of Solomonoff on inductive inference (Solomonoff, 1964). A more explicit form of the problem was given in Biermann (1972) who proposed an algorithmic method. Machine learning based approaches appear in Schmidhuber (1997) and Hutter (2004), which pay particular attention to model complexity, and Gaunt et al. (2016) and Freer et al. (2014), the latter using the notion of “universal probabilistic Turing machine” (De Leeuw et al., 1956). A different probabilistic extension of a universal Turing machine was introduced in Clift & Murfet (2018) via linear logic. Studies of the singular geometry of learning models go back to Amari et al. (2003) and notably, the extensive work of Watanabe (2007; 2009). ", + "bbox": [ + 174, + 281, + 825, + 393 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2 TURING MACHINE SYNTHESIS AS SINGULAR LEARNING ", + "text_level": 1, + "bbox": [ + 174, + 415, + 676, + 431 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "All known approaches to program synthesis can be formulated in terms of a singular learning problem. Singular learning theory is the extension of statistical learning theory to account for the fact that the set of learned parameters $W _ { 0 }$ has the structure of an analytic space as opposed to an analytic manifold (Watanabe, 2007; 2009). It is organised around triples $( p , q , \\varphi )$ consisting of a class of models $\\{ p ( y | x , w ) : w \\in W \\}$ , a true distribution $q ( y | x )$ and a prior $\\varphi$ on $W$ . ", + "bbox": [ + 174, + 446, + 825, + 517 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In our approach we fix a Universal Turing Machine (UTM), denoted $\\mathcal { U }$ , with a description tape (which specifies the code of the Turing machine to be executed), a work tape (simulating the tape of that Turing machine during its operation) and a state tape (simulating the state of that Turing machine). The general statistical learning problem that can be formulated using $\\mathcal { U }$ is the following: given some initial string $x$ on the work tape, predict the state of the simulated machine and the contents of the work tape after some specified number of steps (Clift & Murfet, 2018, $\\ S 7 . 1 )$ . For simplicity, in this paper we consider models that only predict the final state; the necessary modifications in the general case are routine. We also assume that $W$ parametrises Turing machines whose tape alphabet $\\Sigma$ and set of states $Q$ have been encoded by individual symbols in the tape alphabet of $\\mathcal { U }$ . Hence $\\mathcal { U }$ is actually what we call a pseudo-UTM (see Appendix E). Again, treating the general case is routine and for the present purposes only introduces uninteresting complexity. ", + "bbox": [ + 173, + 523, + 825, + 678 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Let $\\Sigma$ denote the tape alphabet of the simulated machine, $Q$ the set of states and let $L , S , R$ stand for left, stay and right, the possible motions of the Turing machine head. We assume that $| Q | > 1$ since otherwise the synthesis problem is trivial. The set of ordinary codes $W ^ { c o d e }$ for a Turing machine sits inside a compact space of probability distributions $W$ over codes ", + "bbox": [ + 174, + 684, + 825, + 739 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/cd50a701fdf44997a4a77d7267e011542a930c3a306e5f11d1b0e6f45f9825b0.jpg", + "text": "$$\nW ^ { c o d e } : = \\prod _ { \\sigma , q } \\Sigma \\times Q \\times \\{ L , S , R \\} \\subseteq \\prod _ { \\sigma , q } \\Delta \\Sigma \\times \\Delta Q \\times \\Delta \\{ L , S , R \\} = : W\n$$", + "text_format": "latex", + "bbox": [ + 254, + 747, + 743, + 782 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where $\\Delta X$ denotes the set of probability distributions over a set $X$ , see (8), and the product is over pairs $( \\sigma , q ) \\in \\Sigma \\times Q$ .1 For example the point $\\{ ( \\sigma ^ { \\prime } , q ^ { \\prime } , d ) \\} _ { \\sigma , q } \\in W ^ { c o d e }$ encodes the machine which when it reads $\\sigma$ under the head in state $q$ writes $\\sigma ^ { \\prime }$ , transitions into state $q ^ { \\prime }$ and moves in direction $d$ . Given $w \\in W ^ { c o d e }$ let $\\operatorname { s t e p } ^ { t } ( x , w ) \\in Q$ denote the contents of the state tape of $\\mathcal { U }$ after $t$ timesteps (of the simulated machine) when the work tape is initialised with $x$ and the description tape with $w$ . ", + "bbox": [ + 173, + 789, + 825, + 859 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "There is a principled extension of this operation of $\\mathcal { U }$ to a smooth function ", + "bbox": [ + 174, + 103, + 660, + 118 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/5dea214bbab5e854e2798a1539cbdc71b497e31002b3bffddc549555d436dd43.jpg", + "text": "$$\n\\Delta \\operatorname { s t e p } ^ { t } : { \\Sigma } ^ { * } \\times W \\longrightarrow \\Delta Q\n$$", + "text_format": "latex", + "bbox": [ + 405, + 126, + 593, + 143 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "which propagates uncertainty about the symbols on the description tape to uncertainty about the final state and we refer to this extension as the smooth relaxation of $\\mathcal { U }$ . The details are given in Appendix F but at an informal level the idea behind the relaxation is easy to understand: to sample from $\\Delta \\operatorname { s t e p } ^ { t } ( x , w )$ we run $\\mathcal { U }$ to simulate $t$ timesteps in such a way that whenever the UTM needs to “look at” an entry on the description tape we sample from the corresponding distribution specified by $w$ .2 The significance of the particular smooth relaxation that we use is that its derivatives have a logical interpretation (Clift & Murfet, 2018, $\\ S 7 . 1 \\ r _ { . }$ ). ", + "bbox": [ + 173, + 151, + 825, + 251 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The class of models that we consider is ", + "bbox": [ + 176, + 257, + 431, + 271 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/c3fa021dbc6482a3b52d76502708359b0457132f60210ddd4277aecba15a00c3.jpg", + "text": "$$\np ( y | x , w ) = \\Delta \\mathrm { s t e p } ^ { t } ( x , w )\n$$", + "text_format": "latex", + "bbox": [ + 408, + 279, + 589, + 297 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $t$ is fixed for simplicity in this paper. More generally we could also view $x$ as consisting of a sequence and a timeout, as is done in (Clift & Murfet, 2018, $\\ S 7 . 1 )$ . The construction of this model is summarised in Figure 1. ", + "bbox": [ + 174, + 305, + 825, + 348 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/4a6eaec4d0956e25ce7728bf29fb6ddeee2cacf5f806fd63f0d36ae211bc6fec.jpg", + "image_caption": [ + "Figure 1: The state of $\\mathcal { U }$ is represented by the state of the work tape, state tape and description (code) tape. The work tape is initialised with a sequence $x \\in \\Sigma ^ { * }$ , the code tape with $w \\in W$ and the state tape with some standard initial state, the smooth relaxation $\\Delta$ step of the pseudo-UTM is run for $t$ steps and the final probability distribution over states is $y$ . " + ], + "image_footnote": [], + "bbox": [ + 240, + 366, + 756, + 512 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Definition 2.1 (Synthesis problem). A synthesis problem for $\\mathcal { U }$ consists of a probability distribution $q ( x , y )$ over $\\Sigma ^ { * } \\times Q$ . We say that the synthesis problem is deterministic if there is $f : \\Sigma ^ { * } \\longrightarrow Q$ such that $q ( y = f ( x ) | x ) = 1$ for all $x \\in \\Sigma ^ { * }$ . ", + "bbox": [ + 174, + 606, + 825, + 648 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Definition 2.2. The triple $( p , q , \\varphi )$ associated to a synthesis problem is the model $p$ of (5) together with the true distribution $q$ and uniform prior $\\varphi$ on the parameter space $W$ . The Kullback-Leibler function $K ( w )$ of the synthesis problem is defined by (1) and a solution to the synthesis problem is a point of $W _ { 0 }$ . A classical solution is a point of $W _ { 0 } \\cap W ^ { c o d e }$ . ", + "bbox": [ + 174, + 654, + 825, + 709 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "As $\\Delta \\mathrm { s t e p } ^ { t }$ is a polynomial function, $K$ is analytic and so $W _ { 0 }$ is a semi-analytic space (it is cut out of the semi-analytic space $W$ by the vanishing of $K$ ). If the synthesis problem is deterministic and $q ( x )$ is uniform on some finite subset of $\\Sigma ^ { * }$ then $W _ { 0 }$ is semi-algebraic (it is cut out of $W$ by polynomial equations) and all solutions lie at the boundary of the parameter space $W$ (Appendix D). However in general $W _ { 0 }$ is only semi-analytic and intersects the interior of $W$ (Example C.2). We assume that ${ \\bar { q } } ( y | x )$ is realisable that is, there exists $w _ { 0 } \\in W$ with $q ( y | x ) = p ( y | x , w _ { 0 } )$ . ", + "bbox": [ + 173, + 722, + 825, + 806 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "A triple $( p , q , \\varphi )$ is regular if the model is identifiable, ie. for all inputs $x \\in \\mathbb { R } ^ { n }$ , the map sending $w$ to the conditional probability distribution $p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )$ is one-to-one, and the Fisher information matrix is non-degenerate. Otherwise, the learning machine is strictly singular (Watanabe, 2009, $\\ S 1 . 2 . 1 $ . Triples arising from synthesis problems are typically singular: in Example 2.5 below we show an explicit example where multiple parameters $w$ determine the same model, and in Example C.2 we give an example where the Hessian of $K$ is degenerate everywhere on $W _ { 0 }$ (Watanabe, 2009, §1.1.3). ", + "bbox": [ + 173, + 813, + 825, + 896 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Remark 2.3. Non-deterministic synthesis problems arise naturally in various contexts, for example in the fitting of algorithms to the behaviour of deep reinforcement learning agents. Suppose an agent is acting in an environment with starting states encoded by $x \\in \\Sigma ^ { * }$ and possible episode end states by $y \\in Q$ . Even if the optimal policy is known to determine a computable function $\\Sigma ^ { * } \\longrightarrow Q$ the statistics of the observed behaviour after finite training time will only provide a function $\\Sigma ^ { * } \\longrightarrow \\Delta Q$ and if we wish to fit algorithms to behaviour it makes sense to deal with this uncertainty directly. ", + "bbox": [ + 173, + 103, + 825, + 188 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Definition 2.4. Let $( p , q , \\varphi )$ be the triple associated to a synthesis problem. The Real Log Canonical Threshold (RLCT) $\\lambda$ of the synthesis problem is defined so that $- \\lambda$ is the largest pole of the meromorphic extension (Atiyah, 1970) of the zeta function $\\begin{array} { r } { \\zeta ( z ) = \\int K ( w ) ^ { z } \\varphi ( w ) \\hat { d w } } \\end{array}$ . ", + "bbox": [ + 173, + 191, + 825, + 234 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The more singular the analytic space $W _ { 0 }$ of solutions is, the smaller the RLCT. One way to think of the RLCT is as a count of the effective number of parameters near $W _ { 0 }$ (Murfet et al., 2020, $\\ S 4$ ). In Section 3 we relate the RLCT to Kolmogorov complexity and in Section 5 we estimate the RLCT of the synthesis problem detectA given below, using the method explained in Appendix A. ", + "bbox": [ + 173, + 244, + 825, + 303 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Example 2.5 (detectA). The deterministic synthesis problem detectA has $\\Sigma = \\{ \\boxed \\} , A , B \\}$ , $Q = \\{ { \\mathrm { r e j e c t } } , { \\mathrm { a c c e p t } } \\}$ and $q ( y | x )$ is determined by the function taking in a string $x$ of $A$ ’s and $B$ ’s and returning the state accept if the string contains an $A$ and state reject otherwise. The conditional true distribution $q ( y | x )$ is realisable because this function is computed by a Turing machine. ", + "bbox": [ + 173, + 306, + 825, + 363 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Two solutions are shown in Figure 2. On the left is a parameter $w _ { l } \\in \\ b { W } _ { 0 } \\setminus \\ b { W } ^ { c o d e }$ and on the right is $w _ { r } \\in W _ { 0 } \\cap W ^ { c o d e }$ . Varying the distributions in $w _ { l }$ that have nonzero entropy we obtain a submanifold $V \\subseteq W _ { 0 }$ containing $w _ { l }$ of dimension 14. This leads by (Watanabe, 2009, Remark 7.3) to a bound on the RLCT of $\\lambda \\le \\frac { 1 } { 2 } ( 3 0 - 1 4 ) = 8$ which is consistent with the experimental results in Table 1. This highlights that solutions need not lie at vertices of the probability simplex, and $W _ { 0 }$ may contain a high-dimensional submanifold around a given classical solution. ", + "bbox": [ + 173, + 369, + 825, + 454 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/94e2cb3be00f1414e5f172ce0b09cdea4b00fe6fbc48f36b360a03838c63cdbb.jpg", + "image_caption": [ + "Figure 2: Visualisation of two solutions for the synthesis problem detectA . " + ], + "image_footnote": [], + "bbox": [ + 191, + 468, + 803, + 584 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "2.1 THE SYNTHESIS PROCESS ", + "text_level": 1, + "bbox": [ + 174, + 637, + 397, + 652 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Synthesis is a problem because we do not assume that the true distribution is known: for example, if $q { \\dot { ( } } y | x )$ is deterministic and the associated function is $f : \\Sigma ^ { * } \\longrightarrow Q$ , we assume that some example pairs $( x , f ( x ) )$ are known but no general algorithm for computing $f$ is known (if it were, synthesis would have already been performed). In practice synthesis starts with a sample $D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }$ from $q ( x , y )$ with associated empirical Kullback-Leibler distance ", + "bbox": [ + 173, + 664, + 825, + 734 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/7d14e8fbfe73c032c6de880f843e24e7d2034b028aec0b312f8aaa04795f064c.jpg", + "text": "$$\nK _ { n } ( w ) = \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log \\frac { q ( y _ { i } | x _ { i } ) } { p ( y _ { i } | x _ { i } , w ) } .\n$$", + "text_format": "latex", + "bbox": [ + 387, + 741, + 611, + 782 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "If the synthesis problem is deterministic and $u \\in W ^ { c o d e }$ then $K _ { n } ( u ) = 0$ if and only if $u$ explains the data in the sense that $\\operatorname { s t e p } ^ { t } ( x _ { i } , u ) = y _ { i }$ for $1 \\leq i \\leq n$ . We now review two natural ways of finding such solutions in the context of machine learning. ", + "bbox": [ + 176, + 790, + 825, + 833 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Synthesis by stochastic gradient descent (SGD). The first approach is to view the process of program synthesis as stochastic gradient descent for the function $K : W \\longrightarrow \\mathbb { R }$ . We view $D _ { n }$ as a large training set and further sample subsets $D _ { m }$ with $m \\ll n$ and compute $\\nabla K _ { m }$ to take gradient descent steps $w _ { i + 1 } = w _ { i } - \\eta \\nabla K _ { m } ( w _ { i } )$ for some learning rate $\\eta$ . Stochastic gradient descent has the advantage (in principle) of scaling to high-dimensional parameter spaces $W$ , but in practice it is challenging to use gradient descent to find points of $W _ { 0 }$ (Gaunt et al., 2016). ", + "bbox": [ + 173, + 839, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Synthesis by sampling. The second approach is to consider the Bayesian posterior associated to the synthesis problem, which can be viewed as an update on the prior distribution $\\varphi$ after seeing $D _ { n }$ ", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/85dfd95a7a7c20074844aa594f0db4f5329f3fcaec6759bced1b5a0c8373d2d2.jpg", + "text": "$$\np ( w | D _ { n } ) = { \\frac { p ( D _ { n } | w ) p ( w ) } { p ( D _ { n } ) } } = { \\frac { 1 } { Z _ { n } } } \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) = { \\frac { 1 } { Z _ { n } ^ { 0 } } } \\exp \\{ - n K _ { n } ( w ) + \\log \\varphi ( w ) \\}\n$$", + "text_format": "latex", + "bbox": [ + 196, + 138, + 800, + 181 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where $\\begin{array} { r } { Z _ { n } ^ { 0 } = \\int \\varphi ( w ) \\exp ( - n K _ { n } ( w ) ) d w } \\end{array}$ . If $n$ is large the posterior distribution concentrates around solutions $w \\in W _ { 0 }$ and so sampling from the posterior will tend to produce machines that are (nearly) solutions. The gold standard sampling is Markov Chain Monte Carlo (MCMC). Scaling MCMC to where $W$ is high-dimensional is a challenging task with many attempts to bridge the gap with SGD (Welling & Teh, 2011; Chen et al., 2014; Ding et al., 2014; Zhang et al., 2020). Nonetheless in simple cases we demonstrate experimentally in Section 5 that machines may be synthesised by using MCMC to sample from the posterior. ", + "bbox": [ + 174, + 188, + 825, + 287 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "3 COMPLEXITY OF PROGRAMS ", + "text_level": 1, + "bbox": [ + 176, + 308, + 446, + 324 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Every Turing machine is the solution of a deterministic synthesis problem, so Section 2 associates to any Turing machine a singularity of a semi-analytic space $W _ { 0 }$ . To indicate that this connection is not vacuous, we sketch how the complexity of a program is related to the real log canonical threshold of a singularity. A more detailed discussion will appear elsewhere. ", + "bbox": [ + 174, + 339, + 825, + 396 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Let $q ( x , y )$ be a deterministic synthesis problem for $\\mathcal { U }$ which only involves input sequences in some restricted alphabet $\\Sigma _ { i n p u t }$ , that is, $q ( x ) \\bar { = } 0$ if $x \\notin ( \\Sigma _ { i n p u t } ) ^ { * }$ . Let $D _ { n }$ be sampled from $q ( x , y )$ and let $u , v \\in W ^ { c o d e } \\cap W _ { 0 }$ be two explanations for the sample in the sense that $K _ { n } ( u ) = K _ { n } ( v ) = 0$ . Which explanation for the data should we prefer? The classical answer based on Occam’s razor (Solomonoff, 1964) is that we should prefer the shorter program, that is, the one using the fewest states and symbols. ", + "bbox": [ + 173, + 402, + 825, + 488 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Set $N = | \\Sigma |$ and $M = | Q |$ . Any Turing machine $T$ using $N ^ { \\prime } \\leq N$ symbols and $M ^ { \\prime } \\leq M$ states has a code for $\\mathcal { U }$ of length $c M ^ { \\prime } N ^ { \\prime }$ where $c$ is a constant. We assume that $\\Sigma _ { i n p u t }$ is included in the tape alphabet of $T$ so that $N ^ { \\prime } \\geq | \\Sigma _ { i n p u t } |$ and define the Kolmogorov complexity of $q$ with respect to $\\mathcal { U }$ to be the infimum ${ \\mathfrak { c } } ( q )$ of $M ^ { \\prime } N ^ { \\prime }$ over Turing machines $T$ that give classical solutions for $q$ . ", + "bbox": [ + 173, + 494, + 825, + 551 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Let $\\lambda$ be the RLCT of the triple $( p , q , \\varphi )$ associated to the synthesis problem (Definition 2.4). ", + "bbox": [ + 169, + 558, + 781, + 573 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Theorem 3.1. $\\begin{array} { r } { \\lambda \\le \\frac { 1 } { 2 } ( M + N ) \\mathfrak { c } ( q ) } \\end{array}$ . ", + "bbox": [ + 176, + 575, + 413, + 593 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Proof. Let $u \\in W ^ { c o d e } \\cap W _ { 0 }$ be the code of a Turing machine realising the infimum in the definition of the Kolmogorov complexity and suppose that this machine only uses symbols in $\\Sigma ^ { \\prime }$ and states in $Q ^ { \\prime }$ with $N ^ { \\prime } = | \\Sigma ^ { \\prime } |$ and $\\bar { M } ^ { \\prime } = | Q ^ { \\prime } |$ . The time evolution of the staged pseudo-UTM $\\mathcal { U }$ simulating $u$ on $x \\in \\Sigma _ { i n p u t } ^ { * }$ is independent of the entries on the description tape that belong to tuples of the form $( \\sigma , q , ? , ? , ? )$ with $( \\sigma , q ) \\notin \\Sigma ^ { \\prime } \\times Q ^ { \\prime }$ . Let $V \\subseteq W$ be the submanifold of points which agree with $u$ on all tuples with $( \\sigma , q ) \\in \\Sigma ^ { \\prime } \\times Q ^ { \\prime }$ and are otherwise free. Then $u \\in V \\subseteq W _ { 0 }$ and $\\operatorname { c o d i m } ( V ) =$ $M ^ { \\prime } N ^ { \\prime } ( \\bar { M } + N )$ and by (Watanabe, 2009, Theorem 7.3) we have $\\begin{array} { r } { \\lambda \\le \\frac 1 2 \\bmod { \\mathrm { i m } } ( V ) } \\end{array}$ . □ ", + "bbox": [ + 173, + 611, + 825, + 713 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Remark 3.2. The Kolmogorov complexity depends only on the number of symbols and states used. The RLCT is a more refined invariant since it also depends on how each symbol and state is used (Clift & Murfet, 2018, Remark 7.8) as this affects the polynomials defining $W _ { 0 }$ (see Appendix D). ", + "bbox": [ + 174, + 723, + 825, + 765 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "4 PRACTICAL IMPLICATIONS ", + "text_level": 1, + "bbox": [ + 176, + 786, + 428, + 803 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Using singular learning theory we have explained how programs to be synthesised are singularities of analytic functions, and how the Kolmogorov complexity of a program bounds the RLCT of the associated singularity. We now sketch some practical insights that follow from this point of view. ", + "bbox": [ + 174, + 818, + 825, + 861 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Synthesis minimises the free energy: the sampling-based approach to synthesis (Section 2.1) aims to approximate, via MCMC, sampling from the Bayesian posterior for the triple $( p , q , \\varphi )$ associated to a synthesis problem. To understand the behaviour of these Markov chains we follow the asymptotic analysis of (Watanabe, 2009, Section 7.6). If we cover $W$ by small closed balls $V _ { \\alpha }$ around points $w _ { \\alpha }$ then we can compute the probability that a sample comes from $V _ { \\alpha }$ by ", + "bbox": [ + 174, + 867, + 823, + 924 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 697, + 119 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/913ad1faf9c2102a1bb88c71f0e8806d6d34d68a21500305eec785971a3adc2d.jpg", + "text": "$$\np _ { \\alpha } = \\frac { 1 } { Z _ { 0 } } \\int _ { V _ { \\alpha } } e ^ { - n K _ { n } ( w ) } \\varphi ( w ) d w\n$$", + "text_format": "latex", + "bbox": [ + 388, + 126, + 607, + 161 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "and if $n$ is sufficiently large this is proportional to $e ^ { - f _ { \\alpha } }$ where the quantity ", + "bbox": [ + 173, + 170, + 661, + 185 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/177356d3ae0be560077e8d6a24d0651047330b1c13c5e35f3ed01828ee833782.jpg", + "text": "$$\nf _ { \\alpha } = K _ { \\alpha } n + \\lambda _ { \\alpha } \\log ( n )\n$$", + "text_format": "latex", + "bbox": [ + 418, + 194, + 580, + 210 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "is called the free energy. Here $K _ { \\alpha }$ is the smallest value of the Kullback-Leibler divergence $K$ on $V _ { \\alpha }$ and $\\lambda _ { \\alpha }$ is the RLCT of the set $W _ { K _ { \\alpha } } \\cap V _ { \\alpha }$ where $W _ { c } = \\{ w \\in W | K ( w ) = c \\}$ is a level set of $K$ . The Markov chains used to generate approximate samples from the posterior are attempting to minimise the free energy, which involves a tradeoff between the energy $K _ { \\alpha } n$ and the entropy $\\lambda _ { \\alpha } \\log ( n )$ . ", + "bbox": [ + 173, + 218, + 825, + 276 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Why synthesis gets stuck: the kind of local minimum of the free energy that we want the synthesis process to find are solutions $w _ { \\alpha } \\in W _ { 0 }$ where $\\lambda _ { \\alpha }$ is minimal. By Section 3 one may think of these points as the “lowest complexity” solutions. However it is possible that there are other local minima of the free energy. Indeed, there may be local minima where the free energy is lower than the free energy at any solution since at finite $n$ it is possible to tradeoff an increase in $K _ { \\alpha }$ against a decrease in the RLCT $\\lambda _ { \\alpha }$ . In practice, the existence of such “siren minima” of the free energy may manifest itself as regions where the synthesis process gets stuck and fails to converge to a solution. In such a region $\\bar { K _ { \\alpha } } n + \\lambda _ { \\alpha } \\log ( n ) < \\lambda \\log ( \\bar { n } )$ where $\\lambda$ is the RLCT of the synthesis problem. In practice it has been observed that program synthesis by gradient descent often fails for complex problems in the sense that it fails to converge to a solution (Gaunt et al., 2016). While synthesis by SGD and sampling are different, it is a reasonable hypothesis that these siren minima are a significant contributing factor in both cases. ", + "bbox": [ + 173, + 281, + 825, + 449 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Can we avoid siren minima? If we let $\\lambda _ { c }$ denote the RLCT of the level set $W _ { c }$ then siren minima of the free energy will be impossible at a given value of n and c as long as λc ≥ λ−c nlog(n) . Recall that the more singular $W _ { c }$ is the lower the RLCT, so this lower bound says that the level sets should not become too singular too quickly as $c$ increases. At any given value of $n$ there is a “siren free” region in the range $c \\geq { \\frac { \\lambda \\log ( n ) } { n } }$ since the RLCT is non-negative (Figure 3). Thus the learning process will be more reliable the smaller $\\frac { \\lambda \\log ( n ) } { n }$ is. This can arranged either by increasing $n$ (providing more examples) or decreasing $\\lambda$ . ", + "bbox": [ + 173, + 455, + 825, + 564 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "While the RLCT is determined by the synthesis problem, it is possible to change its value by changing the structure of the UTM $\\mathcal { U }$ . As we have defined it $\\mathcal { U }$ is a “simulation type” UTM, but one could for example add special states such that if a code specifies a transition into that state a series of steps is executed by the UTM (i.e. a subroutine). This amounts to specifying codes in a higher level programming language. Hence one of the practical insights that can be derived from the geometric point of view on program synthesis is that varying this language is a natural way to engineer the singularities of the level sets of $K$ , which according to singular learning theory has direct implications for the learning process. ", + "bbox": [ + 173, + 569, + 825, + 681 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/e34800be3128393d0b71b422f4ec9e848e92967fd980b5ceb119d06d14b03a68.jpg", + "image_caption": [ + "Figure 3: Level sets above the cutoff cannot contain siren local minima of the free energy. " + ], + "image_footnote": [], + "bbox": [ + 387, + 704, + 604, + 875 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "5 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 174, + 102, + 326, + 118 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We estimate the RLCT for the triples $( p , q , \\varphi )$ associated to the synthesis problems detectA (Example 2.5) and parityCheck. Hyperparameters of the various machines are contained in Table 3 of Appendix B. The true distribution $q ( x )$ is defined as follows: we fix a minimum and maximum sequence length $a \\leq b$ and to sample $x \\sim q ( x )$ we first sample a length $l$ uniformly from $[ a , b ]$ and then uniformly sample $x$ from $\\{ A , { \\cal B } \\} ^ { l }$ . ", + "bbox": [ + 173, + 132, + 825, + 204 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We perform MCMC on the weight vector for the model class $\\{ p ( y | x , w ) : w \\in W \\}$ where $w$ is represented in our PyTorch implementation by three tensors of shape $\\{ [ L , n _ { i } ] \\} _ { 1 \\leq i \\leq 3 }$ where $L$ is the number of tuples in the description tape of the TM being simulated and $\\{ n _ { i } \\}$ are the number of symbols, states and directions respectively. A direct simulation of the UTM is used for all experiments to improve computational efficiency (Appendix G). We generate, for each inverse temperature $\\beta$ and dataset $D _ { n }$ , a Markov chain via the No-U-turn sampler from Hoffman & Gelman (2014). We use the standard uniform distribution as our prior $\\varphi$ . ", + "bbox": [ + 173, + 209, + 825, + 308 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/5d4afa355e7944efc656d6fc95adefe04ce2d1b8b5d4c0468d69412c54084812.jpg", + "table_caption": [ + "Table 1: RLCT estimates for detectA. " + ], + "table_footnote": [], + "table_body": "
Max-lengthTemperatureRLCTStdR squared
7log(500)8.0892053.5247190.965384
7log(1000)6.5333622.0942780.966856
8log(500)4.6018001.1563250.974569
8log(1000)4.4316831.0690200.967847
9log(500)5.3025982.4156470.973016
9log(1000)4.0273241.8668020.958805
10log(500)3.2249101.1696990.963358
10log(1000)3.4336240.9999670.949972
", + "bbox": [ + 284, + 319, + 714, + 449 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "For the problem detectA given in Example 2.5 the dimension of parameter space is dim $W = 3 0$ . We use generalized least squares to fit the RLCT $\\lambda$ (with goodness-of-fit measured by $R ^ { 2 }$ ), the algorithm of which is given in Appendix A. Our results are displayed in Table 1 and Figure 4. Our purpose in these experiments is not to provide high accuracy estimates of the RLCT, as these would require much longer Markov chains. Instead we demonstrate how rough estimates consistent with the theory can be obtained at low computational cost. If this model were regular the RLCT would be $\\dim W / 2 = 1 5$ . ", + "bbox": [ + 173, + 494, + 826, + 593 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/9ace473833bc61d56cd4eaf090be6f773656e1bf4f188e396d12fd45dcd66217.jpg", + "image_caption": [ + "Figure 4: Plot of RLCT estimates for detectA. Shaded region shows one standard deviation. " + ], + "image_footnote": [], + "bbox": [ + 302, + 608, + 691, + 818 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "The deterministic synthesis problem parityCheck has ", + "bbox": [ + 176, + 867, + 553, + 882 + ], + "page_idx": 7 + }, + { + "type": "equation", + "img_path": "images/586a4e6297eddaed76a38f30a3312cc424089c43682afd35d9bcb0fedb06db8a.jpg", + "text": "$$\n\\begin{array} { l } { \\Sigma = \\{ \\Pi , A , B , X \\} } \\\\ { Q = \\{ \\mathrm { r e j e c t , a c c e p t , g e t N e x t A B , g e t N e x t A , g e t N e x t B , g o t o S t a r t } \\} . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 264, + 886, + 728, + 921 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "The distribution $q ( x )$ is as discussed in Section 5 and $q ( y | x )$ is determined by the function taking in a string of $A$ ’s and $B$ ’s, and terminating in state accept if the string contains the same number of $A$ ’s as $B$ ’s, and terminating in state reject otherwise. The string is assumed to contain no blank symbols. The true distribution is realisable because there is a Turing machine using $\\Sigma$ and $Q$ which computes this function: the machine works by repeatedly overwriting pairs consisting of a single $A$ and $B$ with $X$ ’s; if there are any $A$ ’s without a matching $B$ left over (or vice versa), we reject, otherwise we accept. ", + "bbox": [ + 173, + 103, + 825, + 202 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In more detail, the starting state getNextAB moves right on the tape until the first $A$ or $B$ is found, and overwrites it with an $X$ . If it’s an $A$ (resp. $B$ ) we enter state getNextB (resp. getNextA). If no $A$ or $B$ is found, we enter the state accept. The state getNextA (resp. getNextB) moves right until an $A$ (resp. $B$ ) is found, overwrites it with an $X$ and enters state gotoStart which moves left until a blank symbol is found (resetting the machine to the left end of the tape). If no $A$ ’s (resp. $B$ ’s) were left on the tape, we enter state reject. The dimension of the parameter space is $\\dim W = 2 4 0$ . If this model were regular, the RLCT would be $\\dim W / 2 = 1 2 { \\bar { 0 } }$ . Our RLCT estimates are contained in Table 2. ", + "bbox": [ + 173, + 208, + 825, + 319 + ], + "page_idx": 8 + }, + { + "type": "table", + "img_path": "images/509b50040e6f76ba80e26f4d6f57fd36e0f2da05f22a5bcf5029ea5b32f517d6.jpg", + "table_caption": [ + "Table 2: RLCT estimates for parityCheck. " + ], + "table_footnote": [], + "table_body": "
Max-lengthTemperatureRLCTStdR squared
5log(300)4.4117320.2524580.969500
6log(300)4.0056670.3658550.971619
7log(300)3.8876790.2763370.973716
", + "bbox": [ + 282, + 329, + 714, + 397 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "6 DISCUSSION ", + "text_level": 1, + "bbox": [ + 174, + 459, + 310, + 476 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We have developed a theoretical framework in which all programs can in principle be learnt from input-output examples via an existing optimisation procedure. This is done by associating to each program a smooth relaxation which, based on Clift & Murfet (2018), can be argued to be more canonical than existing approaches. This realization has important implications for the building of intelligent systems. ", + "bbox": [ + 174, + 491, + 825, + 560 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In approaches to program synthesis based on gradient descent there is a tendency to think of solutions to the synthesis problem as isolated critical points of the loss function $K$ , but this is a false intuition based on regular models. Since neural networks, Bayesian networks, smooth relaxations of UTMs and all other extant approaches to smooth program synthesis are strictly singular models (the map from parameters to functions is not injective) the set $W _ { 0 }$ of parameters $w$ with $K ( w ) = 0$ is a complex extended object, whose geometry is shown by Watanabe’s singular learning theory to be deeply related to the learning process. We have examined this geometry in several specific examples and shown how to think about complexity of programs from a geometric perspective. It is our hope that algebraic geometry can assist in developing the next generation of synthesis machines. ", + "bbox": [ + 173, + 568, + 825, + 693 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 174, + 103, + 287, + 117 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Shun-ichi Amari, Tomoko Ozeki, and Hyeyoung Park. Learning and inference in hierarchical models with singularities. Systems and Computers in Japan, 34(7):34–42, 2003. ", + "bbox": [ + 174, + 126, + 821, + 155 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Michael F Atiyah. Resolution of singularities and division of distributions. Communications on Pure and Applied Mathematics, 23(2):145–150, 1970. ", + "bbox": [ + 173, + 162, + 823, + 193 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alan W Biermann. On the inference of Turing machines from sample computations. Artificial Intelligence, 3:181–198, 1972. ", + "bbox": [ + 174, + 200, + 823, + 229 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Rudy R Bunel, Alban Desmaison, Pawan K Mudigonda, Pushmeet Kohli, and Philip Torr. Adaptive neural compilation. In Advances in Neural Information Processing Systems, pp. 1444–1452, 2016. ", + "bbox": [ + 173, + 238, + 823, + 281 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Tianqi Chen, Emily Fox, and Carlos Guestrin. Stochastic gradient Hamiltonian Monte Carlo. In International Conference on Machine Learning, pp. 1683–1691, 2014. ", + "bbox": [ + 171, + 289, + 825, + 320 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Xinyun Chen, Chang Liu, and Dawn Song. Execution-guided neural program synthesis. In International Conference on Learning Representations, 2018. ", + "bbox": [ + 173, + 327, + 823, + 357 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "James Clift and Daniel Murfet. Derivatives of Turing machines in linear logic. arXiv preprint arXiv:1805.11813, 2018. ", + "bbox": [ + 171, + 364, + 823, + 393 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Karel De Leeuw, Edward F Moore, Claude E Shannon, and Norman Shapiro. Computability by probabilistic machines. Automata studies, 34:183–198, 1956. ", + "bbox": [ + 171, + 401, + 823, + 433 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Nan Ding, Youhan Fang, Ryan Babbush, Changyou Chen, Robert D Skeel, and Hartmut Neven. Bayesian sampling using stochastic gradient thermostats. In Advances in Neural Information Processing Systems, pp. 3203–3211, 2014. ", + "bbox": [ + 176, + 439, + 825, + 483 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Richard Evans and Edward Grefenstette. Learning explanatory rules from noisy data. Journal of Artificial Intelligence Research, 61:1–64, 2018. ", + "bbox": [ + 169, + 491, + 825, + 521 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Cameron E Freer, Daniel M Roy, and Joshua B Tenenbaum. Towards common-sense reasoning via conditional simulation: legacies of Turing in artificial intelligence. Turing’s Legacy, 42:195–252, 2014. ", + "bbox": [ + 174, + 529, + 823, + 571 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alexander L Gaunt, Marc Brockschmidt, Rishabh Singh, Nate Kushman, Pushmeet Kohli, Jonathan Taylor, and Daniel Tarlow. Terpret: A probabilistic programming language for program induction. arXiv preprint arXiv:1608.04428, 2016. ", + "bbox": [ + 176, + 580, + 821, + 623 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Phillip Griffith and Joseph Harris. Principles of Algebraic Geometry. Wiley-Interscience, 1978. ", + "bbox": [ + 169, + 631, + 802, + 648 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Sumit Gulwani, Oleksandr Polozov, and Rishabh Singh. Program synthesis. Foundations and Trends in Programming Languages, 4(1-2):1–119, 2017. ", + "bbox": [ + 171, + 655, + 823, + 685 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Heisuke Hironaka. Resolution of singularities of an algebraic variety over a field of characteristic zero: I. Annals of Mathematics, 79(1):109–203, 1964. ", + "bbox": [ + 171, + 693, + 823, + 722 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Matthew D Hoffman and Andrew Gelman. The No-U-Turn sampler: adaptively setting path lengths in Hamiltonian Monte Carlo. J. Mach. Learn. Res., 15(1):1593–1623, 2014. ", + "bbox": [ + 171, + 731, + 823, + 760 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Marcus Hutter. Universal artificial intelligence: Sequential decisions based on algorithmic probability. Springer Science & Business Media, 2004. ", + "bbox": [ + 171, + 767, + 823, + 797 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Łukasz Kaiser and Ilya Sutskever. Neural GPUs learn algorithms. In International Conference on Learning Representations, 2016. ", + "bbox": [ + 171, + 805, + 823, + 835 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Daniel Murfet, Susan Wei, Mingming Gong, Hui Li, Jesse Gell-Redman, and Thomas Quella. Deep learning is singular, and that’s good. arXiv preprint arXiv:2010.11560, 2020. ", + "bbox": [ + 171, + 843, + 823, + 873 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Arvind Neelakantan, Quoc V. Le, and Ilya Sutskever. Neural programmer: Inducing latent programs with gradient descent. In International Conference on Learning Representations, ICLR 2016, 2016. ", + "bbox": [ + 176, + 882, + 825, + 922 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Jurgen Schmidhuber. Discovering neural nets with low Kolmogorov complexity and high general- ¨ ization capability. Neural Networks, 10(5):857–873, 1997. ", + "bbox": [ + 169, + 103, + 823, + 132 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ray J Solomonoff. A formal theory of inductive inference. Part I. Information and control, 7(1): 1–22, 1964. ", + "bbox": [ + 173, + 142, + 823, + 171 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alan Turing. Intelligent machinery. NPL Mathematics Division, 1948. ", + "bbox": [ + 173, + 181, + 637, + 198 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sumio Watanabe. Almost all learning machines are singular. In 2007 IEEE Symposium on Foundations of Computational Intelligence, pp. 383–388. IEEE, 2007. ", + "bbox": [ + 173, + 207, + 820, + 237 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sumio Watanabe. Algebraic Geometry and Statistical Learning Theory, volume 25. Cambridge University Press, 2009. ", + "bbox": [ + 173, + 246, + 823, + 275 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sumio Watanabe. A widely applicable Bayesian information criterion. Journal of Machine Learning Research, 14:867–897, 2013. ", + "bbox": [ + 173, + 285, + 823, + 314 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Max Welling and Yee W Teh. Bayesian learning via stochastic gradient Langevin dynamics. In Proceedings of the 28th International Conference on Machine Learning, pp. 681–688, 2011. ", + "bbox": [ + 171, + 324, + 823, + 354 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ruqi Zhang, Chunyuan Li, Jianyi Zhang, Changyou Chen, and Andrew Gordon Wilson. Cyclical stochastic gradient MCMC for Bayesian deep learning. In International Conference on Learning Representations, 2020. ", + "bbox": [ + 173, + 363, + 823, + 406 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "APPENDIX ", + "text_level": 1, + "bbox": [ + 174, + 435, + 264, + 450 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "A ALGORITHM FOR ESTIMATING RLCTS ", + "text_level": 1, + "bbox": [ + 174, + 468, + 534, + 486 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Given a sample $D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }$ from $q ( x , y )$ let $\\begin{array} { r } { L _ { n } ( w ) : = - \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log p ( y _ { i } | x _ { i } , w ) } \\end{array}$ be the negative log likelihood. We would like to estimate ", + "bbox": [ + 173, + 498, + 823, + 530 + ], + "page_idx": 10 + }, + { + "type": "equation", + "img_path": "images/8d8e755703fb165a62e5c1ade202f2a6560bac00263a0d9806155d8da28ae7d4.jpg", + "text": "$$\n\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] : = \\frac { 1 } { Z _ { n } ^ { \\beta } } \\int n L _ { n } ( w ) \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w\n$$", + "text_format": "latex", + "bbox": [ + 307, + 536, + 691, + 578 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "where $\\begin{array} { r } { Z _ { n } ^ { \\beta } = \\int \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w } \\end{array}$ for some inverse temperature $\\beta$ . If $\\begin{array} { r } { \\beta = \\frac { \\beta _ { 0 } } { \\log n } } \\end{array}$ for some constant $\\beta _ { 0 }$ , then by Theorem 4 of Watanabe (2013), ", + "bbox": [ + 173, + 585, + 825, + 619 + ], + "page_idx": 10 + }, + { + "type": "equation", + "img_path": "images/9ac51b44fb76b345f8e352ce537dd93abee705ef95c94315ed301762c547332a.jpg", + "text": "$$\n\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] = n L _ { n } ( w _ { 0 } ) + \\frac { \\lambda \\log n } { \\beta _ { 0 } } + U _ { n } \\sqrt { \\frac { \\lambda \\log n } { 2 \\beta _ { 0 } } } + O _ { p } ( 1 )\n$$", + "text_format": "latex", + "bbox": [ + 294, + 626, + 704, + 667 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "where $\\{ U _ { n } \\}$ is a sequence of random variables satisfying $\\mathbb { E } [ U _ { n } ] = 0$ and $\\lambda$ is the RLCT. In practice, the last two terms often vary negligibly with $1 / \\beta$ and so $\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ]$ approximates a linear function of $1 / \\beta$ with slope $\\lambda$ (Watanabe, 2013, Corollary 3). This is the foundation of the RLCT estimation procedure found in Algorithm 1 which is used in our experiments. ", + "bbox": [ + 173, + 674, + 825, + 732 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Algorithm 1 RLCT estimation ", + "text_level": 1, + "bbox": [ + 173, + 747, + 379, + 762 + ], + "page_idx": 10 + }, + { + "type": "table", + "img_path": "images/ee0ac6996d3e6c803b6a9bed0ca9815b2389ef7b2a1ac8ca1f2d1035dde64725.jpg", + "table_caption": [], + "table_footnote": [], + "table_body": "
Input: range of β's, set of training sets T each of size n, approximate samples {w1,..,WR} from pβ(w|Dn) for each training set Dn and each β
for training set Dn ∈ T do
for β in range of β's do
ples from pβ(w|Dn)
end for
Perform generalised least squares to fit X in Equation (7),call result λ(Dn)
end for
Output: ∑Dn∈T λ(Dn)
", + "bbox": [ + 184, + 766, + 825, + 920 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Each RLCT estimate $\\hat { \\lambda } ( \\mathcal { D } _ { n } )$ in Algorithm 1 was performed by linear regression on the pairs $\\{ ( 1 / \\beta _ { i } , \\mathbb { E } _ { w } ^ { \\beta _ { i } } [ n L _ { n } ( w ) ] ) \\} _ { i = 1 } ^ { 5 }$ where the five inverse temperatures $\\beta _ { i }$ are centered on the inverse temperature $1 / T$ where $T$ is the temperature reported for each experiment in Table 1 and Table 2. ", + "bbox": [ + 174, + 102, + 825, + 146 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "From a Bayesian perspective, predictions about outputs $y$ should be made using the predictive distribution ", + "bbox": [ + 171, + 152, + 823, + 179 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/e6ef740e0ca909d79bde3a4cbe0efecca74a6c9a2e0f2c9a5a1a39b435ba7bd5.jpg", + "text": "$$\np ^ { * } ( y | x , D _ { n } ) = \\int p ( y | x , w ) p ( w | D _ { n } ) d w .\n$$", + "text_format": "latex", + "bbox": [ + 361, + 176, + 635, + 208 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "The Bayesian generalisation error associated to the Bayesian predictor is defined as the KullbackLeibler distance to the true conditional distribution ", + "bbox": [ + 176, + 208, + 820, + 236 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/d9361ae57a73f5e53a4489d10f0d66d21fc543139e815e7f64104eb404905b0d.jpg", + "text": "$$\nB _ { g } ( n ) : = D _ { K L } ( q \\| p ^ { * } ) = \\int q ( y | x ) q ( x ) \\log \\left( { \\frac { q ( y | x ) } { p ^ { * } ( y | x ) } } \\right) d y d x .\n$$", + "text_format": "latex", + "bbox": [ + 292, + 236, + 705, + 270 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "If some fundamental conditions are satisfied (Definition 6.1 and Definition 6.3 of Watanabe (2009)), then by Theorem 6.8 of loc.cit., there exists a random variable $B _ { g } ^ { * }$ such that as $n \\to \\infty$ , $\\mathbb { E } [ n B _ { g } ( n ) ]$ converges to $\\mathbb { E } [ B _ { g } ^ { * } ]$ . In particular, by Theorem 6.10 of Watanabe (2009), $\\mathbb { E } [ B _ { g } ^ { * } ] = \\lambda$ . ", + "bbox": [ + 173, + 277, + 825, + 323 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B HYPERPARAMETERS ", + "text_level": 1, + "bbox": [ + 176, + 340, + 380, + 357 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "The hyperparameters for the various synthesis tasks are contained in Table 3. The number of samples is $R$ in Algorithm 1 and the number of datasets is $| \\tau |$ . Samples are taken according to the Dirichlet distribution, a probability distribution over the simplex, which is controlled by the concentration. When the concentration is a constant across all dimensions, as is assumed here, this corresponds to a density which is symmetric about the uniform probability mass function occurring in the centre of the simplex. The value $\\alpha = 1 . 0$ corresponds to the uniform distribution over the simplex. Finally, the chain temperature controls the default $\\beta$ value, ie. all inverse temperature values are centered around $1 / T$ where $T$ is the chain temperature. ", + "bbox": [ + 173, + 371, + 826, + 483 + ], + "page_idx": 11 + }, + { + "type": "table", + "img_path": "images/043b4a973caea9a964f76b8b4143b500dd1b30d16ecb6a1c76a44bbfb3876c39.jpg", + "table_caption": [ + "Table 3: Hyperparameters for Datasets and MCMC. " + ], + "table_footnote": [], + "table_body": "
HyperparameterdetectAparityCheck
Dataset size (n)200100
Minimum sequence length (a)41
Maximum sequence length (b)7/8/9/105/6/7
Number of samples (R)20.0002.000
Number of burn-in steps1,000500
Number of datasets (|T|)43
Target accept probability0.80.8
Concentration (α)1.01.0
Chain temperature (T)log(500)/log(1000)log(300)
Number of timesteps (t)1042
", + "bbox": [ + 267, + 494, + 728, + 648 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "C THE SHIFT MACHINE ", + "text_level": 1, + "bbox": [ + 174, + 705, + 388, + 722 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "The pseudo-UTM $\\mathcal { U }$ is a complicated Turing machine, and the models $p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )$ of Section 2 are therefore not easy to analyse by hand. To illustrate the kind of geometry that appears, we study the simple Turing machine shiftMachine of Clift & Murfet (2018) and formulate an associated statistical learning problem. The tape alphabet is $\\Sigma = \\{ \\boxed { \\begin{array} { r l } \\end{array} } , A , B , 0 , 1 , 2 \\}$ and the input to the machine will be a string of the form $\\boxed { 1 } n a _ { 1 } a _ { 2 } a _ { 3 } \\boxed { 2 }$ where $n$ is called the counter and $\\bar { a _ { i } } \\in \\{ A , B \\}$ . The transition function, given in loc.cit., will move the string of $A$ ’s and $B$ ’s leftwards by $n$ steps and fill the right hand end of the string with $A$ ’s, keeping the string length invariant. For example, if $\\square 2 B A B \\square$ is the input to $M$ , the output will be $\\square 0 B A A \\square$ . ", + "bbox": [ + 173, + 736, + 825, + 849 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Set $W = \\Delta \\{ 0 , 2 \\} \\times \\Delta \\{ A , B \\}$ and view $w = ( h , k ) \\in W$ as representing a probability distribution $( 1 - h ) \\cdot 0 + h \\cdot 2$ for the counter and $( 1 - k ) \\cdot B + k \\cdot A$ for $a _ { 1 }$ . The model is ", + "bbox": [ + 171, + 854, + 823, + 883 + ], + "page_idx": 11 + }, + { + "type": "equation", + "img_path": "images/655d3d051a0208c4d5adc9a91bb8bf32c20a7f77e5857efbc71e978138af1849.jpg", + "text": "$$\np \\big ( \\boldsymbol { y } | \\boldsymbol { x } = ( a _ { 2 } , a _ { 3 } ) , \\boldsymbol { w } \\big ) = ( 1 - h ) ^ { 2 } \\boldsymbol { k } \\cdot \\boldsymbol { A } + ( 1 - h ) ^ { 2 } ( 1 - \\boldsymbol { k } ) \\cdot \\boldsymbol { B } + \\sum _ { i = 2 } ^ { 3 } \\binom { 2 } { i - 1 } h ^ { i - 1 } ( 1 - h ) ^ { 3 - i } \\cdot a _ { i } .\n$$", + "text_format": "latex", + "bbox": [ + 181, + 886, + 820, + 928 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "This model is derived by propagating uncertainty through shiftMachine in the same way that $p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )$ is derived from $\\mathrm { \\Delta } \\mathrm { { s t e p } } ^ { t }$ in Section 2 by propagating uncertainty through $\\mathcal { U }$ . We assume that some distribution $q ( x )$ over $\\{ A , B \\} ^ { 2 }$ is given. ", + "bbox": [ + 174, + 103, + 825, + 146 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Example C.1. Suppose $q ( y | x ) = p ( y | x , w _ { 0 } )$ where $w _ { 0 } = ( 1 , 1 )$ . It is easy to see that ", + "bbox": [ + 174, + 148, + 730, + 166 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/b29a76eb679442a67367c43a891a13bfa9eff320e573767248836bc96aa07018.jpg", + "text": "$$\nK ( w ) = - { \\frac { 1 } { 4 } } \\sum _ { a _ { 2 } , a _ { 3 } } \\log p \\big ( y = a _ { 3 } | x = ( a _ { 2 } , a _ { 3 } ) , w \\big ) = - { \\frac { 1 } { 2 } } \\log [ g ( h , k ) ]\n$$", + "text_format": "latex", + "bbox": [ + 272, + 170, + 725, + 208 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where $g ( h , k ) = \\left( ( 1 - h ) ^ { 2 } k + h ^ { 2 } \\right) \\left( ( 1 - h ) ^ { 2 } ( 1 - k ) + h ^ { 2 } \\right)$ is a polynomial in $w$ . Hence ", + "bbox": [ + 169, + 213, + 754, + 233 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/908fcb4fd665de455f62bb90a7952c7ac7c4614cac4247c979470c2625d932ef.jpg", + "text": "$$\nW _ { 0 } = \\{ ( h , k ) \\in W : g ( h , k ) = 1 \\} = \\mathbb { V } ( g - 1 ) \\cap [ 0 , 1 ] ^ { 2 }\n$$", + "text_format": "latex", + "bbox": [ + 312, + 238, + 684, + 257 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "is a semi-algebraic variety, that is, it is defined by polynomial equations and inequalities. Here $\\mathbb { V } ( h )$ denotes the vanishing locus of a function $h$ . ", + "bbox": [ + 173, + 262, + 821, + 291 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Example C.2. Suppose $q ( A B ) = 1$ and $\\begin{array} { r } { q ( y | x = A B ) = \\frac { 1 } { 2 } A + \\frac { 1 } { 2 } B } \\end{array}$ . Then the Kullback-Leibler divergence is $\\begin{array} { r } { K ( h , k ) = - \\frac { 1 } { 2 } \\log ( 4 f ( 1 - f ) ) } \\end{array}$ where $f = ( 1 - h ) ^ { 2 } k + 2 h ( 1 - h )$ . Hence $\\nabla K =$ $\\begin{array} { r } { ( f - \\frac { 1 } { 2 } ) \\frac { 1 } { f ( 1 - f ) } \\nabla f . } \\end{array}$ . Note that $f$ has no critical points, and so $\\nabla K = 0$ at $( h , k ) \\in ( 0 , 1 ) ^ { 2 }$ if and only if $\\begin{array} { r } { f ( h , k ) = \\frac { 1 } { 2 } } \\end{array}$ . Since $K$ is non-negative, any $w \\in W _ { 0 }$ satisfies $\\nabla K ( w ) = 0$ and so ", + "bbox": [ + 173, + 292, + 825, + 361 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/aa5a8ee57b6abc3254fa01e12c98c50d16b3d6e995ffe42d683b1e144830794e.jpg", + "text": "$$\nW _ { 0 } = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( 4 f ( 1 - f ) - 1 ) = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( f - \\frac { 1 } { 2 } )\n$$", + "text_format": "latex", + "bbox": [ + 313, + 367, + 684, + 387 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "is semi-algebraic. Note that the curve $\\begin{array} { r } { f = \\frac { 1 } { 2 } } \\end{array}$ is regular while the curve $4 f ( 1 - f ) = 1$ is singular and it is the geometry of the singular curve that is related to the behaviour of $K$ . This curve is shown in Figure 5. It is straightforward to check that the determinant of the Hessian of $K$ is identically zero on $W _ { 0 }$ , so that every point on $W _ { 0 }$ is a degenerate critical point of $K$ . ", + "bbox": [ + 173, + 393, + 825, + 450 + ], + "page_idx": 12 + }, + { + "type": "image", + "img_path": "images/6e526ca2a8223c4c58975329dac1b2911fc337af16f18add2a573fa4cdb23bdf.jpg", + "image_caption": [ + "Figure 5: Values of $K ( h , k )$ on $[ 0 , 1 ] ^ { 2 }$ are shown by colour, ranging from blue (zero) to red (0.01). The singular analytic space $K = 0$ (white) and the regular analytic level set $K = 0 . 0 0 1$ (black). " + ], + "image_footnote": [], + "bbox": [ + 369, + 469, + 627, + 630 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "D GENERAL SOLUTION FOR DETERMINISTIC SYNTHESIS PROBLEMS ", + "text_level": 1, + "bbox": [ + 169, + 705, + 753, + 722 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "In this section we consider the case of a deterministic synthesis problem $q ( x , y )$ which is finitely supported in the sense that there exists a finite set $\\mathcal { X } \\subseteq \\Sigma ^ { * }$ such that $q ( x ) = c$ for all $x \\in \\mathcal { X }$ and $q ( x ) = 0$ for all $x \\notin \\mathcal { X }$ . We first need to discuss the coordinates on the parameter space $W$ of (3). To specify a point on $W$ is to specify for each pair $( \\sigma , q ) \\in \\Sigma \\times Q$ (that is, for each tuple on the description tape) a triple of probability distributions ", + "bbox": [ + 173, + 736, + 825, + 808 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/ceb6d53c80c07c8e14f9f68787c1b51e746104e01a46b307617df70297373cda.jpg", + "text": "$$\n\\begin{array} { r l } & { \\displaystyle \\sum _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\cdot \\sigma ^ { \\prime } \\in \\Delta \\Sigma , } \\\\ & { \\displaystyle \\sum _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\cdot q ^ { \\prime } \\in \\Delta Q , } \\\\ & { \\displaystyle \\sum _ { d \\in \\{ L , S , R \\} } z _ { d } ^ { \\sigma , q } \\cdot d \\in \\Delta \\{ L , S , R \\} . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 385, + 814, + 611, + 921 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "The space $W$ of distributions is therefore contained in the affine space with coordinate ring ", + "bbox": [ + 171, + 102, + 771, + 118 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/fbbe5794dd1a62728877fbddd627af9ffe4e67284551ae2834cdd6d641da9325.jpg", + "text": "$$\nR _ { W } = \\mathbb { R } \\big [ \\big \\{ x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , \\sigma ^ { \\prime } } , \\big \\{ y _ { q ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , q ^ { \\prime } } , \\big \\{ z _ { d } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , d } \\big ] .\n$$", + "text_format": "latex", + "bbox": [ + 331, + 122, + 665, + 145 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "The function $F ^ { x } = \\Delta \\mathrm { s t e p } ^ { t } ( x , - ) : W \\longrightarrow \\Delta Q$ is polynomial (Clift & Murfet, 2018, Proposition 4.2) and we denote for $s \\in Q$ by $F _ { s } ^ { x } \\in R _ { W }$ the polynomial computing the associated component of the function $F ^ { x }$ . Let $\\partial W$ denote the boundary of the manifold with corners $W$ , that is, the set of all points on $W$ where at least one of the coordinate functions given above vanishes ", + "bbox": [ + 173, + 151, + 826, + 208 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/b5c6037fbacc5bc1bbefefebfe01f4d2a4b1883c4c987bdfc8e6ce7dbda9fe9b.jpg", + "text": "$$\n\\partial W = \\mathbb { V } \\big ( \\prod _ { \\sigma , q } \\Big [ \\prod _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\prod _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\prod _ { \\substack { d \\in \\{ L , S , R \\} } } z _ { d } ^ { \\sigma , q } \\Big ] \\big )\n$$", + "text_format": "latex", + "bbox": [ + 326, + 213, + 671, + 252 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "where $\\mathbb { V } ( h )$ denotes the vanishing locus of $h$ . ", + "bbox": [ + 176, + 258, + 472, + 273 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Lemma D.1. $W _ { 0 } \\neq W$ ", + "bbox": [ + 174, + 276, + 334, + 292 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Proof. Choose $x \\in \\mathcal { X }$ with $q ( x ) > 0$ and let $y$ be such that $q ( y | x ) = 1$ . Let $w \\in W ^ { c o d e }$ be the code for the Turing machine which ignores the symbol under the head and current state, transitions to some fixed state $s \\neq y$ and stays. Then $w \\not \\in W _ { 0 }$ . □ ", + "bbox": [ + 173, + 306, + 825, + 351 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Lemma D.2. The set $W _ { 0 }$ is semi-algebraic and $W _ { 0 } \\subseteq \\partial W$ . ", + "bbox": [ + 173, + 357, + 566, + 372 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Proof. Given $x \\in \\Sigma ^ { * }$ with $q ( x ) > 0$ we write $y = y ( x )$ for the unique state with $q ( x , y ) \\neq 0$ . In this notation the Kullback-Leibler divergence is ", + "bbox": [ + 173, + 387, + 825, + 416 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/0c762935a362819fdbd7538cdfac2d59d015b87dc485620b7b2c813c4c593257.jpg", + "text": "$$\nK ( w ) = \\sum _ { x \\in \\mathcal { X } } c D _ { K L } ( y | | F ^ { x } ( w ) ) = - c \\sum _ { x \\in \\mathcal { X } } \\log F _ { y } ^ { x } ( w ) = - c \\log \\prod _ { x \\in \\mathcal { X } } F _ { y } ^ { x } ( w ) .\n$$", + "text_format": "latex", + "bbox": [ + 243, + 422, + 754, + 457 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Hence ", + "bbox": [ + 173, + 462, + 218, + 477 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/2c5fd9c205eb37e6c4fab6c9fb80af46c80b3cb65c7707540728e36317f80812.jpg", + "text": "$$\nW _ { 0 } = W \\cap \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) )\n$$", + "text_format": "latex", + "bbox": [ + 392, + 479, + 606, + 513 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "is semi-algebraic. ", + "bbox": [ + 173, + 520, + 290, + 534 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Recall that the function $\\Delta \\mathrm { s t e p } ^ { t }$ is associated to an encoding of the UTM in linear logic by the Sweedler semantics (Clift & Murfet, 2018) and the particular polynomials involved have a form that is determined by the details of that encoding (Clift & Murfet, 2018, Proposition 4.3). From the design of our UTM we obtain positive integers $l _ { \\sigma } , m _ { q } , n _ { d }$ for $\\sigma \\in \\Sigma , q \\in \\bar { Q } , d \\in \\{ L , S , R \\}$ and a function $\\pi : \\Theta \\longrightarrow Q$ where ", + "bbox": [ + 173, + 540, + 826, + 611 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/0bfcf940add0b17859f0e5c8051c2ad0b5850a532acaaffd78bec37b94873ffe.jpg", + "text": "$$\n\\Theta = \\prod _ { \\sigma , q } \\Sigma ^ { l _ { \\sigma } } \\times Q ^ { m _ { q } } \\times \\{ L , S , R \\} ^ { n _ { d } } .\n$$", + "text_format": "latex", + "bbox": [ + 375, + 616, + 620, + 651 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "We represent elements of $\\Theta$ by tuples $( \\mu , \\zeta , \\xi ) \\in \\Theta$ where $\\mu ( \\sigma , q , i ) \\in \\Sigma$ for $\\sigma \\in \\Sigma , q \\in Q$ and $1 \\leq i \\leq l _ { \\sigma }$ and similarly $\\zeta ( \\sigma , q , j ) \\in Q$ and $\\xi ( \\sigma , q , k ) \\in \\{ L , S , R \\}$ . The polynomial $F _ { s } ^ { x }$ is ", + "bbox": [ + 173, + 656, + 823, + 688 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/ec7f164df26b9d18dca289720af09fe60bfe4d716f62bb0524650935eca9bf35.jpg", + "text": "$$\nF _ { s } ^ { x } = \\sum _ { ( \\mu , \\zeta , \\xi ) \\in \\Theta } \\delta ( s = \\pi ( \\mu , \\zeta , \\xi ) ) \\prod _ { \\sigma , q } \\Big [ \\prod _ { i = 1 } ^ { l _ { \\sigma } } x _ { \\mu ( \\sigma , q , i ) } ^ { \\sigma , q } \\prod _ { j = 1 } ^ { m _ { q } } y _ { \\zeta ( \\sigma , q , j ) } ^ { \\sigma , q } \\prod _ { k = 1 } ^ { n _ { d } } z _ { \\xi ( \\sigma , q , k ) } ^ { \\sigma , q } \\Big ]\n$$", + "text_format": "latex", + "bbox": [ + 245, + 693, + 753, + 739 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "where $\\delta$ is a Kronecker delta. With this in hand we may compute ", + "bbox": [ + 174, + 744, + 601, + 760 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/ac771f11c67d3891be5cece10a275aa657d6e1044f6dc0a9a7feef0fd986cedf.jpg", + "text": "$$\n\\begin{array} { r } { W _ { 0 } = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) ) } \\\\ { = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\bigcap _ { s \\neq y } \\mathbb { V } ( F _ { s } ^ { x } ( w ) ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 390, + 766, + 607, + 837 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "But $F _ { s } ^ { x }$ is a polynomial with non-negative integer coefficients, which takes values in $[ 0 , 1 ]$ for $w \\in$ $W$ . Hence it vanishes on $w$ if and only if for each triple $\\mu , \\zeta , \\xi$ with $s = \\pi ( \\mu , \\zeta , \\xi )$ one or more of the coordinate functions xσ,qµ(σ,q,i), yσ,qζ(σ,q,j), zσ,qξ(σ,q,k) vanishes on $w$ . ", + "bbox": [ + 173, + 843, + 826, + 890 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "The desired conclusion follows unless for every $x \\in \\mathcal { X }$ and $( \\mu , \\zeta , \\xi ) \\in \\Theta$ we have $\\pi ( \\mu , \\zeta , \\xi ) = y$ so that $F _ { s } ^ { x } = 0$ for all $s \\neq y$ . But in this case case $W _ { 0 } = W$ which contradicts Lemma D.1. □ ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "E STAGED PSEUDO-UTM ", + "text_level": 1, + "bbox": [ + 176, + 101, + 403, + 118 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Simulating a Turing machine $M$ with tape alphabet $\\Sigma$ and set of states $Q$ on a standard UTM requires the specification of an encoding of $\\Sigma$ and $Q$ in the tape alphabet of the UTM. From the point of view of exploring the geometry of program synthesis, this additional complexity is uninteresting and so here we consider a staged pseudo-UTM whose alphabet is ", + "bbox": [ + 173, + 132, + 825, + 188 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/47f784d767f57b579cb9a41c8e56f298fa8eea94a0fa855856aa2e9b613efbd7.jpg", + "text": "$$\n\\Sigma _ { \\mathrm { U T M } } = \\Sigma \\cup Q \\cup \\{ L , R , S \\} \\cup \\{ X , \\sqsubseteq \\}\n$$", + "text_format": "latex", + "bbox": [ + 369, + 191, + 627, + 208 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where the union is disjoint where $\\boxed { \\begin{array} { r l } \\end{array} }$ is the blank symbol (which is distinct from the blank symbol of $M$ ). Such a machine is capable of simulating any machine with tape alphabet $\\Sigma$ and set of states $Q$ but cannot simulate arbitrary machines and is not a UTM in the standard sense. The adjective staged refers to the design of the UTM, which we now explain. The set of states is ", + "bbox": [ + 176, + 210, + 825, + 266 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/b3a2fa940172cc778c9b8e4ee80141b2b78103b5513ade8d54750f3baf6c4d72.jpg", + "text": "$$\n\\begin{array} { r } { Q _ { \\mathrm { U T M } } = \\{ \\mathrm { c o m p S y m b o l , c o m p S t a t e , c o p y S y m b o l , c o p y S t a t e , c o p y } \\mathrm { ~ } \\forall \\mathrm { t o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o m p ~ } } \\\\ \\mathrm { ~ \\ \" c o m p S t a t e , ~ } \\mathrm { \\ \" { c o p y S y m b o l , } \\mathrm { ~ \\ \" { c o p y S t a t e , } \\mathrm { ~ - c o p y S t a t e , } \\mathrm { ~ - c o p y D i r , } \\mathrm { ~ \\ ~ } } } \\\\ \\mathrm { ~ \\ \" { u p d a t e S y m b o l , u p d a t e S t a t e , u p d a t e D i r , r e s e t D e s c r ~ } \\} . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 264, + 267, + 694, + 323 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "The UTM has four tapes numbered from 0 to 3, which we refer to as the description tape, the staging tape, the state tape and the working tape respectively. Initially the description tape contains a string of the form ", + "bbox": [ + 174, + 323, + 821, + 363 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/e20513688d9121bee8af67f0f13a1b91614ecd3c7df2358faec9690fbf851037.jpg", + "text": "$$\nX s _ { 0 } q _ { 0 } s _ { 0 } ^ { \\prime } q _ { 0 } ^ { \\prime } d _ { 0 } s _ { 1 } q _ { 1 } s _ { 1 } ^ { \\prime } q _ { 1 } ^ { \\prime } d _ { 1 } \\dots s _ { N } q _ { N } s _ { N } ^ { \\prime } q _ { N } ^ { \\prime } d _ { N } X ,\n$$", + "text_format": "latex", + "bbox": [ + 343, + 362, + 651, + 380 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "corresponding to the tuples which define $M$ , with the tape head initially on $s _ { 0 }$ . The staging tape is initially a string $X X X$ with the tape head over the second $X$ . The state tape has a single square containing some distribution in $\\Delta Q$ , corresponding to the initial state of the simulated machine $M$ , with the tape head over that square. Each square on the the working tape is some distribution in $\\Delta \\Sigma$ with only finitely many distributions different from $\\boxed { \\begin{array} { r l } \\end{array} }$ . The UTM is initialized in state compSymbol. ", + "bbox": [ + 174, + 381, + 825, + 450 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "The operation of the UTM is outlined in Figure 6. It consists of two phases; the scan phase (middle and right path), and the update phase (left path). During the scan phase, the description tape is scanned from left to right, and the first two squares of each tuple are compared to the contents of the working tape and state tape respectively. If both agree, then the last three symbols of the tuple are written to the staging tape (middle path), otherwise the tuple is ignored (right path). Once the $X$ at the end of the description tape is reached, the UTM begins the update phase, wherein the three symbols on the staging tape are then used to print the new symbol on the working tape, to update the simulated state on the state tape, and to move the working tape head in the appropriate direction. The tape head on the description tape is then reset to the initial $X$ . ", + "bbox": [ + 173, + 455, + 825, + 583 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Remark E.1. One could imagine a variant of the UTM which did not include a staging tape, instead performing the actions on the work and state tape directly upon reading the appropriate tuple on the description tape. However, this is problematic when the contents of the state or working tape are distributions, as the exact time-step of the simulated machine can become unsynchronised, increasing entropy. As a simple example, suppose that the contents of the state tape were $0 . 5 q + 0 . 5 p$ , and the symbol under the working tape head was $s$ . Upon encountering the tuple $s q s { ' } q { ' } R$ , the machine would enter a superposition of states corresponding to the tape head having both moved right and not moved, complicating the future behaviour. ", + "bbox": [ + 173, + 584, + 825, + 696 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "We define the period of the UTM to be the smallest nonzero time interval taken for the tape head on the description tape to return to the initial $X$ , and the machine to reenter the state compSymbol. If the number of tuples on the description tape is $N$ , then the period of the UTM is $T = 1 0 N + 5$ . Moreover, other than the working tape, the position of the tape heads are $T$ -periodic. ", + "bbox": [ + 174, + 705, + 825, + 762 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "F SMOOTH TURING MACHINES ", + "text_level": 1, + "bbox": [ + 176, + 781, + 449, + 797 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Let $\\mathcal { U }$ be the staged pseudo-UTM of Appendix E. In defining the model $p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )$ associated to a synthesis problem in Section 2 we use a smooth relaxation $\\Delta \\mathrm { { s t e p } } ^ { t }$ of the step function of $\\mathcal { U }$ . In this appendix we define the smooth relaxation of any Turing machine following Clift & Murfet (2018). ", + "bbox": [ + 174, + 811, + 825, + 854 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Let $M = ( \\Sigma , Q , \\delta )$ be a Turing machine with a finite set of symbols $\\Sigma$ , a finite set of states $Q$ and transition function $\\delta : \\Sigma \\times Q \\bar { \\to } \\Sigma \\times Q \\times \\{ - 1 , 0 , 1 \\}$ . We write $\\delta _ { i } = \\mathsf { p r o j } _ { i } \\circ \\delta$ for the $i$ th component of $\\delta$ for $i \\in \\{ 1 , 2 , 3 \\}$ . For $\\sqsubseteq \\Sigma$ , let ", + "bbox": [ + 174, + 861, + 825, + 904 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/f3487b835791ef405aca7831e8d5f0b285bc6d2fd3410dde01e3985b09ed852f.jpg", + "text": "$$\n\\Sigma ^ { \\mathbb { Z } , \\sqcap } = \\{ f : \\mathbb { Z } \\to \\Sigma | f ( i ) = \\bigsqcup \\mathrm { e x c e p t ~ f o r ~ f i n i t e l y ~ m a n y ~ } i \\} .\n$$", + "text_format": "latex", + "bbox": [ + 305, + 907, + 692, + 926 + ], + "page_idx": 14 + }, + { + "type": "image", + "img_path": "images/8439277769c907e73a890f5d22819ba3dcc4dc5cc4f53963fd296742f6e34336.jpg", + "image_caption": [ + "Figure 6: The UTM. Each of the rectangles are states, and an arrow $q q ^ { \\prime }$ has the following interpretation: if the UTM is in state $q$ and sees the tape symbols (on the four tapes) as indicated by the source of the arrow, then the UTM transitions to state $q ^ { \\prime }$ , writes the indicated symbols (or if there is no write instruction, simply rewrites the same symbols back onto the tapes), and performs the indicated movements of each of the tape heads. The symbols $a , b , c , d$ stand for generic symbols which are not $X$ . " + ], + "image_footnote": [], + "bbox": [ + 245, + 113, + 727, + 510 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "We can associate to $M$ a discrete dynamical system ${ \\widehat { M } } = ( \\Sigma ^ { \\mathbb { Z } , \\sqcup } \\times Q , { \\mathrm { s t e } } ]$ p) where ", + "bbox": [ + 173, + 637, + 714, + 656 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/f9a01a1b4dad6f8e9e15d64bf32f27b15e1db14b68a0e6e3eadcfef197c2583b.jpg", + "text": "$$\n{ \\mathrm { s t e p } } : \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q\n$$", + "text_format": "latex", + "bbox": [ + 397, + 661, + 601, + 681 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "is the step function defined by ", + "bbox": [ + 173, + 689, + 370, + 704 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/8266cb583c44e5283a73e1c246870b772e20f8b416a9fea405703fa70848f576.jpg", + "text": "$$\n\\mathrm { s t e p } ( \\sigma , q ) = \\Bigl ( \\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } \\bigl ( \\ldots , \\sigma _ { - 2 } , \\sigma _ { - 1 } , \\delta _ { 1 } ( \\sigma _ { 0 } , q ) , \\sigma _ { 1 } , \\sigma _ { 2 } , \\ldots \\bigr ) , \\delta _ { 2 } ( \\sigma _ { 0 } , q ) \\Bigr ) .\n$$", + "text_format": "latex", + "bbox": [ + 254, + 710, + 740, + 738 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "with shift map $\\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } ( \\sigma ) _ { u } = \\sigma _ { u + \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } .$ ", + "bbox": [ + 173, + 746, + 464, + 763 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Let $X$ be a finite set. The standard $X$ -simplex is defined as ", + "bbox": [ + 173, + 768, + 562, + 784 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/fb04d8564aef14526f7ee251a3ac6b1a31381e38c4a965b7257ff3b29a6987bc.jpg", + "text": "$$\n\\Delta X = \\{ \\sum _ { x \\in X } \\lambda _ { x } x \\in \\mathbb { R } X | \\sum _ { x } \\lambda _ { x } = 1 { \\mathrm { a n d } } \\lambda _ { x } \\geq 0 { \\mathrm { f o r ~ a l l } } x \\in X \\}\n$$", + "text_format": "latex", + "bbox": [ + 287, + 790, + 710, + 824 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "where $\\mathbb { R } X$ is the free vector space on $X$ . We often identify $X$ with the vertices of $\\Delta X$ under the canonical inclusion $i : X \\to \\Delta X$ given by $\\begin{array} { r } { i ( x ) = \\sum _ { x ^ { \\prime } \\in X } \\delta _ { x = x ^ { \\prime } } x ^ { \\prime } } \\end{array}$ . For example $\\{ 0 , 1 \\} \\subset$ $\\Delta ( \\{ 0 , 1 \\} ) \\simeq [ 0 , 1 ]$ . ", + "bbox": [ + 174, + 830, + 825, + 876 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "A tape square is said to be at relative position $u \\in \\mathbb { Z }$ if it is labelled $u$ after enumerating all squares in increasing order from left to right such that the square currently under the head is assigned zero. Consider the following random variables at times $t \\geq 0$ : ", + "bbox": [ + 173, + 881, + 825, + 924 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "• $Y _ { u , t } \\in \\Sigma$ : the content of the tape square at relative position $u$ at time $t$ . \n• $S _ { t } \\in Q$ : the internal state at time $t$ . \n· $W r _ { t } \\in \\Sigma$ : the symbol to be written, in the transition from time $t$ to $t + 1$ . \n· $M v _ { t } \\in \\{ L , S , R \\}$ : the direction to move, in the transition from time $t$ to $t + 1$ . ", + "bbox": [ + 214, + 103, + 746, + 176 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We call a smooth dynamical system a pair $( A , \\phi )$ consisting of a smooth manifold $A$ with corners together with a smooth transformation $\\phi : A A$ . ", + "bbox": [ + 173, + 185, + 823, + 215 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Definition F.1. Let $M = ( \\Sigma , Q , \\delta )$ be a Turing machine. The smooth relaxation of $M$ is the smooth dynamical system $( ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sqsupset } \\times \\Delta Q , \\Delta \\mathrm { s t e p } )$ where ", + "bbox": [ + 174, + 218, + 821, + 250 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/72b1aa44f2de884700842f66e48f63028a81392f430e1671c249d7cc87b59b8d.jpg", + "text": "$$\n\\Delta \\mathrm { s t e p } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q\n$$", + "text_format": "latex", + "bbox": [ + 349, + 255, + 647, + 275 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "is a smooth transformation sending a state $( \\{ P ( Y _ { u , t } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t } ) )$ to $( \\{ P ( Y _ { u , t + 1 } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t + 1 } ) )$ determined by the equations ", + "bbox": [ + 174, + 280, + 820, + 310 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/1b4007c46825393aef4aa4521ba4b324339f93f3df64105c7d175487d591569c.jpg", + "text": "$$\n\\begin{array} { r } { P ( M v _ { t } = d | C ) = \\sum _ { \\sigma , q } \\delta _ { \\delta _ { 3 } ( \\sigma , q ) = d } P ( Y _ { 0 , t } = \\sigma | C ) P ( S _ { t } = q | C ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 212, + 320, + 643, + 340 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/919c45ad9588dbcda6b701e326612cb29b59ce549ab3de2174aa479d62c58d1d.jpg", + "text": "$$\n\\begin{array} { r } { P ( W r _ { t } = \\sigma | C ) = \\sum _ { \\sigma ^ { \\prime } , q } \\delta _ { \\delta _ { 1 } ( \\sigma ^ { \\prime } , q ) = \\sigma } P ( Y _ { 0 , t } = \\sigma ^ { \\prime } | C ) P ( S _ { t } = q | C ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 215, + 358, + 661, + 377 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/ac6ffd9db28543066c5647c7c715ab7e342982d3a5b07f74916f12368ec08bbc.jpg", + "text": "$$\n\\begin{array} { r l } & { P ( Y _ { u , t + 1 } = \\sigma | C ) = P ( M v _ { t } = L | C ) \\Big ( \\delta _ { u \\neq 1 } P ( Y _ { u - 1 , t } = \\sigma | C ) + \\delta _ { u = 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = S | C ) \\Big ( \\delta _ { u \\neq 0 } P ( Y _ { u , t } = \\sigma | C ) + \\delta _ { u = 0 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = R | C ) \\Big ( \\delta _ { u \\neq - 1 } P ( Y _ { u + 1 , t } = \\sigma | C ) + \\delta _ { u = - 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 215, + 430, + 823, + 507 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where $C \\in ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q$ is an initial state. ", + "bbox": [ + 176, + 516, + 473, + 534 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We will call the smooth relaxation of a Turing machine a smooth Turing machine. A smooth Turing machine encodes uncertainty in the initial configuration of a Turing machine together with an update rule for how to propagate this uncertainty over time. We interpret the smooth step function as updating the state of belief of a “naive” Bayesian observer. This nomenclature comes from the assumption of conditional independence between random variables in our probability functions. ", + "bbox": [ + 173, + 542, + 825, + 614 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Remark F.2. Propagating uncertainty using standard probability leads to a smooth dynamical system which encodes the state evolution of an “ordinary” Bayesian observer of the Turing machine. This requires the calculation of various joint distributions which makes such an extension computationally difficult to work with. Computation aside, the naive probabilistic extension is justified from the point of view of derivatives of algorithms according to the denotational semantics of differential linear logic. See Clift & Murfet (2018) for further details. ", + "bbox": [ + 173, + 617, + 825, + 702 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We call the smooth extension of a universal Turing machine a smooth universal Turing machine. Recall that the staged pseudo-UTM $\\mathcal { U }$ has four tapes: the description tape, the staging tape, the state tape and working tape. The smooth relaxation of $\\mathcal { U }$ is a smooth dynamical system ", + "bbox": [ + 173, + 713, + 825, + 756 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/d20fb7f204d6eccdb2ee56ba113b01bd24c7b142123b231a5c77b06cc916b5ad.jpg", + "text": "$$\n\\Delta \\mathrm { s t e p } _ { \\mathcal { U } } : [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } \\to [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } .\n$$", + "text_format": "latex", + "bbox": [ + 272, + 762, + 723, + 782 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "If we use the staged pseudo-UTM to simulate a Turing machine with tape alphabet $\\Sigma \\subseteq \\Sigma _ { \\mathrm { U T M } }$ and states $Q \\subseteq \\Sigma _ { \\mathrm { U T M } }$ then with some determined initial state the function $\\Delta$ step restricts to ", + "bbox": [ + 174, + 787, + 825, + 816 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/0be3c84ebbb22ca055bd21d7b51bbcc2b8693a203027e1c3f7d90462b695d95d.jpg", + "text": "$$\n\\Delta \\mathrm { s t e p } _ { \\mathscr { U } } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X } \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X }\n$$", + "text_format": "latex", + "bbox": [ + 269, + 821, + 728, + 842 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where the first factor is the configuration of the work tape, $W$ is as in (3) and ", + "bbox": [ + 173, + 848, + 679, + 863 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/d2cf55518ec2b7772068c8a57ed2ca16ca8c1d6d2e87e22a848749a59f378ba9.jpg", + "text": "$$\n\\mathcal { X } = [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\sqcap } ] \\times \\Delta Q _ { \\mathrm { U T M } }\n$$", + "text_format": "latex", + "bbox": [ + 395, + 869, + 602, + 890 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where the first factor is the configuration of the staging tape. Since $\\mathcal { U }$ is periodic of period $T =$ $1 0 N + 5$ (Appendix E) the iterated function $( \\Delta \\mathrm { s t e p } _ { \\mathscr { U } } ) ^ { T }$ takes an input with staging tape in its ", + "bbox": [ + 174, + 895, + 825, + 925 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "default state $X X X$ and UTM state compSymbol and returns a configuration with the same staging tape and state, but with the configuration of the work tape, description tape and state tape updated by one complete simulation step. That is, ", + "bbox": [ + 173, + 103, + 826, + 146 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/271d548bcfb3c3cd71521abb4bde6826466f54ed2b06dede0612062692d3e8c2.jpg", + "text": "$$\n( \\Delta \\operatorname { s t e p } _ { \\mathcal { U } } ) ^ { T } ( x , w , q , X X X , \\mathrm { c o m p S y m b o l } ) = ( F ( x , w , q ) , X X X , \\mathrm { c o m p S y m b o l } )\n$$", + "text_format": "latex", + "bbox": [ + 232, + 151, + 764, + 170 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "for some smooth function ", + "bbox": [ + 174, + 174, + 346, + 189 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/52bd475d96829f650a9fe6f4cda0ffd2a8880933ce6771e40742cf756c7a5a6e.jpg", + "text": "$$\nF : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q .\n$$", + "text_format": "latex", + "bbox": [ + 318, + 190, + 679, + 210 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Finally we can define the function $\\Delta \\mathrm { s t e p } ^ { t }$ of (4). We assume all Turing machines are initialised in some common state init $\\in Q$ . ", + "bbox": [ + 176, + 214, + 823, + 244 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Definition F.3. Given $t \\geq 0$ we define $\\Delta \\operatorname { s t e p } ^ { t } : \\Sigma ^ { * } \\times W \\longrightarrow \\Delta Q$ by ", + "bbox": [ + 174, + 246, + 632, + 262 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/74696f823bfc89d626700cc4f9a1a8bb8d8f406ee6306dab64b37d909b2ce88c.jpg", + "text": "$$\n\\Delta \\operatorname { s t e p } ^ { t } ( x , w ) = \\Pi _ { Q } F ^ { t } ( x , w , \\operatorname { i n i t } )\n$$", + "text_format": "latex", + "bbox": [ + 383, + 265, + 614, + 284 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "where $\\Pi _ { Q }$ is the projection onto $\\Delta Q$ . ", + "bbox": [ + 176, + 287, + 419, + 304 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "G DIRECT SIMULATION ", + "text_level": 1, + "bbox": [ + 174, + 321, + 388, + 338 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "For computational efficiency in our PyTorch implementation of the staged pseudo-UTM we implement $F$ of (9) rather than $\\Delta \\mathrm { s t e p } _ { \\mathcal { U } }$ . We refer to this as direction simulation since it means that we update in one step the state and working tape of the UTM for a full cycle where a cycle consists of $T = 1 0 N + 5$ steps of the UTM. ", + "bbox": [ + 173, + 353, + 825, + 410 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Let $S ( t )$ and $Y _ { u } ( t )$ be random variables describing the contents of state tape and working tape in relative positions $0 , u$ respectively after $t \\geq 0$ time steps of the UTM. We define ${ \\widetilde { S } } ( t ) : = S ( 4 + T t )$ and $\\widetilde { Y } _ { u } ( t ) : = Y _ { u } ( 4 + T t )$ where $t \\geq 0$ and $u \\in \\mathbb { Z }$ . The task then is to define functions $f , g$ such that ", + "bbox": [ + 173, + 416, + 825, + 465 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/01589a065d21d81fafaf4c122c7537746528ccc3172c3a93611a75f1ce056d6a.jpg", + "text": "$$\n\\widetilde { S } ( t + 1 ) = f ( \\widetilde { S } ( t ) )\n$$", + "text_format": "latex", + "bbox": [ + 429, + 469, + 566, + 489 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/ce3e5f30df241bc7588b4371d14629e7c41e23165272c2b7dae8f3ee5418d8d8.jpg", + "text": "$$\n\\widetilde Y _ { u } ( t + 1 ) = g ( \\widetilde Y _ { u } ( t ) ) .\n$$", + "text_format": "latex", + "bbox": [ + 423, + 492, + 573, + 512 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "The functional relationship is given as follows: for $1 \\leq i \\leq N$ indexing tuples on the description tape, while processing that tuple, the UTM is in a state distribution $\\lambda _ { i } \\cdot \\bar { q } + ( 1 - \\lambda _ { i } ) \\cdot \\neg \\bar { q }$ where $\\bar { q } \\in$ {copySymbol, copyState, $\\mathrm { c o p y D i r } \\}$ . Given the initial state of the description tape, we assume uncertainty about $s ^ { \\prime } , q ^ { \\prime } , d$ only. This determines a map ", + "bbox": [ + 173, + 513, + 825, + 570 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/7aa90452bd127888ac878a82b20c4859c54dac1f3fb343d910a8fcaec6de7504.jpg", + "text": "$$\n\\theta : \\{ 1 , \\dots , N \\} \\to \\Sigma \\times Q\n$$", + "text_format": "latex", + "bbox": [ + 413, + 575, + 584, + 593 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "where the description tape at tuple number $i$ is given by $\\theta ( i ) _ { 1 } \\theta ( i ) _ { 2 } P ( s _ { i } ^ { \\prime } ) P ( q _ { i } ^ { \\prime } ) P ( d _ { i } )$ . We define the conditionally independent joint distribution between $\\{ \\widetilde { Y } _ { 0 , t - 1 } , \\widetilde { S } _ { t - 1 } \\}$ by ", + "bbox": [ + 174, + 597, + 821, + 630 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/00f2cdcbaf17862a9524c183d3cd6929539574a482f723be628aae9bcc2006d0.jpg", + "text": "$$\n\\begin{array} { l } { { \\lambda _ { i } = \\displaystyle \\sum _ { \\sigma \\in \\Sigma } \\delta _ { \\theta ( i ) _ { 1 } = \\sigma } P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) \\cdot \\sum _ { q \\in Q } \\delta _ { \\theta ( i ) _ { 2 } = q } P ( \\widetilde { S } _ { t - 1 } = q ) \\hfill } } \\\\ { { \\quad = P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) . } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 297, + 633, + 700, + 693 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "We then calculate a recursive set of equations for $0 \\leq j \\leq N$ describing distributions $P ( \\hat { s } _ { j } ) , P ( \\hat { q } _ { j } )$ and $P ( \\hat { d } _ { j } )$ on the staging tape after processing all tuples up to and including tuple $j$ . These are given by $P ( \\hat { s } _ { 0 } ) = P ( \\hat { q } _ { 0 } ) = P ( \\hat { d } _ { 0 } ) = 1 \\cdot X$ and ", + "bbox": [ + 173, + 702, + 826, + 752 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/1c4ab3562612c52181d5fb39c49de516678335b4023913e0cae6179ec06de62f.jpg", + "text": "$$\n\\begin{array} { r l } & { \\displaystyle { P ( \\hat { s } _ { i } ) = \\sum _ { \\sigma \\in \\Sigma } \\{ \\lambda _ { i } \\cdot P ( s _ { i } ^ { \\prime } = \\sigma ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = \\sigma ) \\} \\cdot \\sigma + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { P ( \\hat { q } _ { i } ) = \\sum _ { \\ q \\in Q } \\{ \\lambda _ { i } \\cdot P ( q _ { i } ^ { \\prime } = q ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = q ) \\} \\cdot q + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { \\hat { l } _ { i } ) = \\sum _ { \\alpha \\in \\{ L , R , S \\} } \\{ \\lambda _ { i } \\cdot P ( d _ { i } = a ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = a ) \\} \\cdot a + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = X ) \\cdot X . } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 176, + 757, + 823, + 868 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Let $A _ { \\sigma } = P ( \\widehat { s } _ { N } = X ) \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) + P ( \\widehat { s } _ { N } = \\sigma ) .$ . In terms of the above distributions ", + "bbox": [ + 169, + 868, + 767, + 887 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/870a01861cc402a8d5f1573c80cdb5933997da086a036400c1fa3874d947fcda.jpg", + "text": "$$\nP ( \\widetilde { S } _ { t } ) = \\sum _ { q \\in Q } \\Big ( P ( \\hat { q } _ { N } = X ) \\cdot P ( \\widetilde { S } _ { t - 1 } = q ) + P ( \\hat { q } _ { N } = q ) \\Big ) \\cdot q\n$$", + "text_format": "latex", + "bbox": [ + 294, + 892, + 702, + 929 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "and ", + "bbox": [ + 173, + 104, + 202, + 118 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/48870491c119bf3fb60dd1692af389768f4ed2e7428746fb34f022b5de1c0c77.jpg", + "text": "$$\n\\begin{array} { r l } & { P ( \\widetilde { Y } _ { u , t } = \\sigma ) = P ( \\hat { d } _ { N } = L ) \\left( \\delta _ { u \\neq 1 } P ( \\widetilde { Y } _ { u - 1 , t - 1 } = \\sigma ) + \\delta _ { u = 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = R ) \\left( \\delta _ { u \\neq - 1 } P ( \\widetilde { Y } _ { u + 1 , t - 1 } = \\sigma ) + \\delta _ { u = - 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = S ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = X ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 271, + 122, + 725, + 234 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Using these equations, we can state efficient update rules for the staging tape. We have ", + "bbox": [ + 168, + 244, + 743, + 261 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/34a718ae3fe055dbad0ae6ff9d6580def17a8c81f53748b3f5050351d5edd06e.jpg", + "text": "$$\n\\begin{array} { l l l } { { \\displaystyle P ( \\hat { s } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { s } _ { N } = \\sigma ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( s _ { j } ^ { \\prime } = \\sigma ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { q } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { q } _ { N } = q ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( q _ { j } ^ { \\prime } = q ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { d } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { d } _ { N } = a ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( d _ { j } = a ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) . } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 223, + 266, + 774, + 412 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "To enable efficient computation, we can express these equations using tensor calculus. Let $\\lambda =$ $( \\lambda _ { 1 } , \\dots , \\lambda _ { N } ) \\in \\mathbb { R } ^ { N }$ . We view ", + "bbox": [ + 171, + 420, + 821, + 448 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/922bc650c8af1c587aa886ee81dcdcd1e3e0f61ef0354eb95e31030c0c55f9ca.jpg", + "text": "$$\n\\theta : \\mathbb { R } ^ { N } \\xrightarrow { } \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q\n$$", + "text_format": "latex", + "bbox": [ + 426, + 446, + 570, + 464 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "as a tensor and so $\\begin{array} { r } { \\theta = \\sum _ { i = 1 } ^ { N } i \\otimes \\theta ( i ) _ { 1 } \\otimes \\theta ( i ) _ { 2 } \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q . } \\end{array}$ . Then ", + "bbox": [ + 173, + 468, + 656, + 488 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/9407a8ae5aa4a54ff3c7e57aacca083315889ddf658dad1de7198f7fec34fd3f.jpg", + "text": "$$\n\\theta _ { - } \\left( P ( \\widetilde { Y } _ { 0 , t - 1 } ) \\otimes P ( \\widetilde { S } _ { t - 1 } ) \\right) = \\sum _ { i = 1 } ^ { N } i \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) = \\lambda .\n$$", + "text_format": "latex", + "bbox": [ + 230, + 493, + 766, + 536 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "If we view $P ( s _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { \\Sigma }$ as a tensor, then ", + "bbox": [ + 173, + 542, + 516, + 560 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/8bb785fffae36c9f98d84eb10a135961729c3af486d3f03168861cfc947c8a20.jpg", + "text": "$$\n{ \\mathcal { S } } ( { \\widehat { \\mathfrak { s } } } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( s _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)\n$$", + "text_format": "latex", + "bbox": [ + 181, + 565, + 826, + 617 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "can be expressed in terms on the vector $\\lambda$ only. Similarly, $P ( q _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { Q }$ with ", + "bbox": [ + 171, + 622, + 746, + 640 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/dd24ee215a5f81118a4f1bab317e8808b056df708f3b7065937e57068bcbfc20.jpg", + "text": "$$\n{ \\cal P } ( \\hat { q } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( q _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)\n$$", + "text_format": "latex", + "bbox": [ + 181, + 645, + 826, + 695 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "and $P ( d _ { * } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { 3 }$ with ", + "bbox": [ + 173, + 702, + 393, + 718 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/357054ab85b8301fc14c8cf543d7f246fd09a1a1fdd0a8f982875d736e0c534a.jpg", + "text": "$$\n^ { > } ( \\hat { d } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( d _ { j } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 181, + 724, + 828, + 775 + ], + "page_idx": 18 + } +] \ No newline at end of file diff --git a/parse/train/qiydAcw6Re/qiydAcw6Re_middle.json b/parse/train/qiydAcw6Re/qiydAcw6Re_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..95f0836166605461b4b4e4eb19420e7a0749dd5f --- /dev/null +++ b/parse/train/qiydAcw6Re/qiydAcw6Re_middle.json @@ -0,0 +1,69011 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 78, + 384, + 96 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 386, + 98 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 386, + 98 + ], + "score": 1.0, + "content": "GEOMETRY OF PROGRAM SYNTHESIS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 115, + 244, + 137 + ], + "lines": [ + { + "bbox": [ + 113, + 115, + 201, + 127 + ], + "spans": [ + { + "bbox": [ + 113, + 115, + 201, + 127 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 126, + 245, + 138 + ], + "spans": [ + { + "bbox": [ + 111, + 126, + 245, + 138 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 278, + 167, + 333, + 179 + ], + "lines": [ + { + "bbox": [ + 277, + 166, + 335, + 180 + ], + "spans": [ + { + "bbox": [ + 277, + 166, + 335, + 180 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 142, + 192, + 468, + 270 + ], + "lines": [ + { + "bbox": [ + 141, + 192, + 469, + 207 + ], + "spans": [ + { + "bbox": [ + 141, + 192, + 469, + 207 + ], + "score": 1.0, + "content": "We present a new perspective on program synthesis in which programs may be", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 203, + 469, + 217 + ], + "spans": [ + { + "bbox": [ + 141, + 203, + 469, + 217 + ], + "score": 1.0, + "content": "identified with singularities of analytic functions. As an example, Turing ma-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 214, + 469, + 228 + ], + "spans": [ + { + "bbox": [ + 141, + 214, + 469, + 228 + ], + "score": 1.0, + "content": "chines are synthesised from input-output examples by propagating uncertainty", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 226, + 469, + 238 + ], + "spans": [ + { + "bbox": [ + 141, + 226, + 469, + 238 + ], + "score": 1.0, + "content": "through a smooth relaxation of a universal Turing machine. The posterior distri-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 237, + 469, + 249 + ], + "spans": [ + { + "bbox": [ + 141, + 237, + 469, + 249 + ], + "score": 1.0, + "content": "bution over weights is approximated using Markov chain Monte Carlo and bounds", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 248, + 469, + 260 + ], + "spans": [ + { + "bbox": [ + 142, + 248, + 469, + 260 + ], + "score": 1.0, + "content": "on the generalisation error of these models is estimated using the real log canoni-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 258, + 406, + 272 + ], + "spans": [ + { + "bbox": [ + 142, + 258, + 406, + 272 + ], + "score": 1.0, + "content": "cal threshold, a geometric invariant from singular learning theory.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7 + }, + { + "type": "title", + "bbox": [ + 108, + 294, + 205, + 306 + ], + "lines": [ + { + "bbox": [ + 105, + 293, + 208, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 208, + 309 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 320, + 505, + 419 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 505, + 332 + ], + "score": 1.0, + "content": "The idea of program synthesis dates back to the birth of modern computation itself (Turing, 1948)", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "and is recognised as one of the most important open problems in computer science (Gulwani et al.,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 341, + 506, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 355 + ], + "score": 1.0, + "content": "2017). However, there appear to be serious obstacles to synthesising programs by gradient descent", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 353, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 365 + ], + "score": 1.0, + "content": "at scale (Neelakantan et al., 2016; Kaiser & Sutskever, 2016; Bunel et al., 2016; Gaunt et al., 2016;", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "score": 1.0, + "content": "Evans & Grefenstette, 2018; Chen et al., 2018) and these problems suggest that it would be appro-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 374, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 388 + ], + "score": 1.0, + "content": "priate to make a fundamental study of the geometry of loss surfaces in program synthesis, since", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 385, + 506, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 398 + ], + "score": 1.0, + "content": "this geometry determines the learning process. To that end, in this paper we explain a new point of", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "score": 1.0, + "content": "view on program synthesis using the singular learning theory of Watanabe (2009) and the smooth", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 407, + 343, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 343, + 420 + ], + "score": 1.0, + "content": "relaxation of Turing machines from Clift & Murfet (2018).", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 108, + 424, + 415, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 417, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 417, + 439 + ], + "score": 1.0, + "content": "In broad strokes this new geometric point of view on program synthesis says:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 132, + 446, + 505, + 577 + ], + "lines": [ + { + "bbox": [ + 132, + 444, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 132, + 444, + 436, + 459 + ], + "score": 1.0, + "content": "• Programs to be synthesised are singularities of analytic functions. If", + "type": "text" + }, + { + "bbox": [ + 437, + 445, + 472, + 457 + ], + "score": 0.91, + "content": "U \\subseteq \\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 444, + 506, + 459 + ], + "score": 1.0, + "content": "is open", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 141, + 456, + 160, + 470 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 160, + 457, + 220, + 467 + ], + "score": 0.91, + "content": "K : U \\longrightarrow \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 456, + 289, + 470 + ], + "score": 1.0, + "content": "is analytic, then", + "type": "text" + }, + { + "bbox": [ + 289, + 457, + 318, + 467 + ], + "score": 0.91, + "content": "x \\in U", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 456, + 404, + 470 + ], + "score": 1.0, + "content": "is a critical point of", + "type": "text" + }, + { + "bbox": [ + 405, + 457, + 415, + 467 + ], + "score": 0.85, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 456, + 426, + 470 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 426, + 457, + 479, + 469 + ], + "score": 0.92, + "content": "\\nabla K ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "and a", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 142, + 468, + 419, + 481 + ], + "spans": [ + { + "bbox": [ + 142, + 469, + 249, + 481 + ], + "score": 1.0, + "content": "singularity of the function", + "type": "text" + }, + { + "bbox": [ + 249, + 469, + 260, + 478 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 469, + 373, + 481 + ], + "score": 1.0, + "content": "if it is a critical point where", + "type": "text" + }, + { + "bbox": [ + 374, + 468, + 415, + 480 + ], + "score": 0.93, + "content": "K ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 469, + 419, + 481 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 138, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 138, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "The Kolmogorov complexity of a program is related to a geometric invariant of the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 141, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "associated singularity called the Real Log Canonical Threshold (RLCT). This invariant", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 141, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "controls both the generalisation error and the learning process, and is therefore an appro-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 517, + 464, + 531 + ], + "spans": [ + { + "bbox": [ + 141, + 517, + 464, + 531 + ], + "score": 1.0, + "content": "priate measure of “complexity” in continuous program synthesis. See Section 3.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 137, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 137, + 533, + 505, + 547 + ], + "score": 1.0, + "content": "The geometry has concrete practical implications. For example, a MCMC-based ap-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 141, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "proach to program synthesis will find, with high probability, a solution that is of low com-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 142, + 556, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 142, + 556, + 505, + 568 + ], + "score": 1.0, + "content": "plexity (if it finds a solution at all). We sketch a novel point of view on the problem of “bad", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 142, + 567, + 428, + 578 + ], + "spans": [ + { + "bbox": [ + 142, + 567, + 428, + 578 + ], + "score": 1.0, + "content": "local minima” (Gaunt et al., 2016) based on these ideas. See Section 4.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 109, + 588, + 488, + 599 + ], + "lines": [ + { + "bbox": [ + 107, + 587, + 489, + 601 + ], + "spans": [ + { + "bbox": [ + 107, + 587, + 489, + 601 + ], + "score": 1.0, + "content": "We demonstrate all of these principles in experiments with toy examples of synthesis problems.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "Program synthesis as inference. We use Turing machines, but mutatis mutandis everything applies", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 258, + 628 + ], + "score": 1.0, + "content": "to other programming languages. Let", + "type": "text" + }, + { + "bbox": [ + 258, + 617, + 267, + 626 + ], + "score": 0.8, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 616, + 429, + 628 + ], + "score": 1.0, + "content": "be a Turing machine with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 429, + 616, + 438, + 626 + ], + "score": 0.8, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 107, + 627, + 116, + 639 + ], + "score": 0.84, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 626, + 235, + 640 + ], + "score": 1.0, + "content": "and assume that on any input", + "type": "text" + }, + { + "bbox": [ + 236, + 627, + 266, + 637 + ], + "score": 0.93, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 626, + 432, + 640 + ], + "score": 1.0, + "content": "the machine eventually halts with output", + "type": "text" + }, + { + "bbox": [ + 432, + 627, + 477, + 639 + ], + "score": 0.94, + "content": "T ( x ) \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 626, + 506, + 640 + ], + "score": 1.0, + "content": ". Then", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 168, + 651 + ], + "score": 1.0, + "content": "to the machine", + "type": "text" + }, + { + "bbox": [ + 168, + 639, + 177, + 648 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 637, + 280, + 651 + ], + "score": 1.0, + "content": "we may associate the set", + "type": "text" + }, + { + "bbox": [ + 280, + 638, + 399, + 650 + ], + "score": 0.9, + "content": "\\{ ( x , T ( x ) ) \\} _ { x \\in \\Sigma ^ { * } } \\subseteq \\Sigma ^ { * } \\times \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 637, + 506, + 651 + ], + "score": 1.0, + "content": ". Program synthesis is the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 297, + 661 + ], + "score": 1.0, + "content": "study of the inverse problem: given a subset of", + "type": "text" + }, + { + "bbox": [ + 297, + 650, + 333, + 659 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\times \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 648, + 506, + 661 + ], + "score": 1.0, + "content": "we would like to determine (if possible) a", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 659, + 390, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 390, + 673 + ], + "score": 1.0, + "content": "Turing machine which computes the given outputs on the given inputs.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 108, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 289, + 690 + ], + "score": 1.0, + "content": "If we presume given a probability distribution", + "type": "text" + }, + { + "bbox": [ + 290, + 677, + 308, + 689 + ], + "score": 0.91, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 676, + 321, + 690 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 322, + 677, + 334, + 687 + ], + "score": 0.85, + "content": "\\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "then we can formulate this as a problem of", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 318, + 700 + ], + "score": 1.0, + "content": "statistical inference: given a probability distribution", + "type": "text" + }, + { + "bbox": [ + 318, + 688, + 346, + 699 + ], + "score": 0.9, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 687, + 361, + 700 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 361, + 688, + 398, + 698 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\times \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "determine the most likely", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 292, + 712 + ], + "score": 1.0, + "content": "machine producing the observed distribution", + "type": "text" + }, + { + "bbox": [ + 292, + 699, + 381, + 711 + ], + "score": 0.91, + "content": "q ( x , y ) = q ( y | x ) q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 698, + 506, + 712 + ], + "score": 1.0, + "content": ". If we fix a universal Turing", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 707, + 504, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 142, + 723 + ], + "score": 1.0, + "content": "machine", + "type": "text" + }, + { + "bbox": [ + 143, + 710, + 152, + 720 + ], + "score": 0.76, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 707, + 364, + 723 + ], + "score": 1.0, + "content": "then Turing machines can be parametrised by codes", + "type": "text" + }, + { + "bbox": [ + 365, + 709, + 413, + 720 + ], + "score": 0.89, + "content": "\\dot { w } \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 707, + 435, + 723 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 435, + 709, + 504, + 722 + ], + "score": 0.92, + "content": "\\mathcal { U } ( x , w ) = T ( x )", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 719, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 133, + 734 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 133, + 721, + 163, + 731 + ], + "score": 0.9, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 719, + 196, + 734 + ], + "score": 1.0, + "content": ". We let", + "type": "text" + }, + { + "bbox": [ + 196, + 720, + 235, + 732 + ], + "score": 0.93, + "content": "{ \\bar { p } } ( y | x , w )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 719, + 336, + 734 + ], + "score": 1.0, + "content": "denote the probability of", + "type": "text" + }, + { + "bbox": [ + 337, + 721, + 389, + 732 + ], + "score": 0.92, + "content": "\\mathcal { U } ( x , w ) = y", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 719, + 506, + 734 + ], + "score": 1.0, + "content": "(which is either zero or one)", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 303, + 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, + 78, + 384, + 96 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 386, + 98 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 386, + 98 + ], + "score": 1.0, + "content": "GEOMETRY OF PROGRAM SYNTHESIS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 112, + 115, + 244, + 137 + ], + "lines": [ + { + "bbox": [ + 113, + 115, + 201, + 127 + ], + "spans": [ + { + "bbox": [ + 113, + 115, + 201, + 127 + ], + "score": 1.0, + "content": "Anonymous authors", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 111, + 126, + 245, + 138 + ], + "spans": [ + { + "bbox": [ + 111, + 126, + 245, + 138 + ], + "score": 1.0, + "content": "Paper under double-blind review", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 111, + 115, + 245, + 138 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 167, + 333, + 179 + ], + "lines": [ + { + "bbox": [ + 277, + 166, + 335, + 180 + ], + "spans": [ + { + "bbox": [ + 277, + 166, + 335, + 180 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 142, + 192, + 468, + 270 + ], + "lines": [ + { + "bbox": [ + 141, + 192, + 469, + 207 + ], + "spans": [ + { + "bbox": [ + 141, + 192, + 469, + 207 + ], + "score": 1.0, + "content": "We present a new perspective on program synthesis in which programs may be", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 141, + 203, + 469, + 217 + ], + "spans": [ + { + "bbox": [ + 141, + 203, + 469, + 217 + ], + "score": 1.0, + "content": "identified with singularities of analytic functions. As an example, Turing ma-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 214, + 469, + 228 + ], + "spans": [ + { + "bbox": [ + 141, + 214, + 469, + 228 + ], + "score": 1.0, + "content": "chines are synthesised from input-output examples by propagating uncertainty", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 226, + 469, + 238 + ], + "spans": [ + { + "bbox": [ + 141, + 226, + 469, + 238 + ], + "score": 1.0, + "content": "through a smooth relaxation of a universal Turing machine. The posterior distri-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 237, + 469, + 249 + ], + "spans": [ + { + "bbox": [ + 141, + 237, + 469, + 249 + ], + "score": 1.0, + "content": "bution over weights is approximated using Markov chain Monte Carlo and bounds", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 142, + 248, + 469, + 260 + ], + "spans": [ + { + "bbox": [ + 142, + 248, + 469, + 260 + ], + "score": 1.0, + "content": "on the generalisation error of these models is estimated using the real log canoni-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 258, + 406, + 272 + ], + "spans": [ + { + "bbox": [ + 142, + 258, + 406, + 272 + ], + "score": 1.0, + "content": "cal threshold, a geometric invariant from singular learning theory.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7, + "bbox_fs": [ + 141, + 192, + 469, + 272 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 294, + 205, + 306 + ], + "lines": [ + { + "bbox": [ + 105, + 293, + 208, + 309 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 208, + 309 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 320, + 505, + 419 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 505, + 332 + ], + "score": 1.0, + "content": "The idea of program synthesis dates back to the birth of modern computation itself (Turing, 1948)", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "and is recognised as one of the most important open problems in computer science (Gulwani et al.,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 341, + 506, + 355 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 355 + ], + "score": 1.0, + "content": "2017). However, there appear to be serious obstacles to synthesising programs by gradient descent", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 353, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 365 + ], + "score": 1.0, + "content": "at scale (Neelakantan et al., 2016; Kaiser & Sutskever, 2016; Bunel et al., 2016; Gaunt et al., 2016;", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 505, + 377 + ], + "score": 1.0, + "content": "Evans & Grefenstette, 2018; Chen et al., 2018) and these problems suggest that it would be appro-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 374, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 505, + 388 + ], + "score": 1.0, + "content": "priate to make a fundamental study of the geometry of loss surfaces in program synthesis, since", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 385, + 506, + 398 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 398 + ], + "score": 1.0, + "content": "this geometry determines the learning process. To that end, in this paper we explain a new point of", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "score": 1.0, + "content": "view on program synthesis using the singular learning theory of Watanabe (2009) and the smooth", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 407, + 343, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 343, + 420 + ], + "score": 1.0, + "content": "relaxation of Turing machines from Clift & Murfet (2018).", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 320, + 506, + 420 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 424, + 415, + 436 + ], + "lines": [ + { + "bbox": [ + 105, + 422, + 417, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 417, + 439 + ], + "score": 1.0, + "content": "In broad strokes this new geometric point of view on program synthesis says:", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 422, + 417, + 439 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 446, + 505, + 577 + ], + "lines": [ + { + "bbox": [ + 132, + 444, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 132, + 444, + 436, + 459 + ], + "score": 1.0, + "content": "• Programs to be synthesised are singularities of analytic functions. If", + "type": "text" + }, + { + "bbox": [ + 437, + 445, + 472, + 457 + ], + "score": 0.91, + "content": "U \\subseteq \\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 444, + 506, + 459 + ], + "score": 1.0, + "content": "is open", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 141, + 456, + 160, + 470 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 160, + 457, + 220, + 467 + ], + "score": 0.91, + "content": "K : U \\longrightarrow \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 456, + 289, + 470 + ], + "score": 1.0, + "content": "is analytic, then", + "type": "text" + }, + { + "bbox": [ + 289, + 457, + 318, + 467 + ], + "score": 0.91, + "content": "x \\in U", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 456, + 404, + 470 + ], + "score": 1.0, + "content": "is a critical point of", + "type": "text" + }, + { + "bbox": [ + 405, + 457, + 415, + 467 + ], + "score": 0.85, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 456, + 426, + 470 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 426, + 457, + 479, + 469 + ], + "score": 0.92, + "content": "\\nabla K ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "and a", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 142, + 468, + 419, + 481 + ], + "spans": [ + { + "bbox": [ + 142, + 469, + 249, + 481 + ], + "score": 1.0, + "content": "singularity of the function", + "type": "text" + }, + { + "bbox": [ + 249, + 469, + 260, + 478 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 469, + 373, + 481 + ], + "score": 1.0, + "content": "if it is a critical point where", + "type": "text" + }, + { + "bbox": [ + 374, + 468, + 415, + 480 + ], + "score": 0.93, + "content": "K ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 469, + 419, + 481 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 138, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 138, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "The Kolmogorov complexity of a program is related to a geometric invariant of the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 141, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "associated singularity called the Real Log Canonical Threshold (RLCT). This invariant", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 506, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 141, + 506, + 505, + 519 + ], + "score": 1.0, + "content": "controls both the generalisation error and the learning process, and is therefore an appro-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 517, + 464, + 531 + ], + "spans": [ + { + "bbox": [ + 141, + 517, + 464, + 531 + ], + "score": 1.0, + "content": "priate measure of “complexity” in continuous program synthesis. See Section 3.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 137, + 533, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 137, + 533, + 505, + 547 + ], + "score": 1.0, + "content": "The geometry has concrete practical implications. For example, a MCMC-based ap-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 544, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 141, + 544, + 505, + 557 + ], + "score": 1.0, + "content": "proach to program synthesis will find, with high probability, a solution that is of low com-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 142, + 556, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 142, + 556, + 505, + 568 + ], + "score": 1.0, + "content": "plexity (if it finds a solution at all). We sketch a novel point of view on the problem of “bad", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 142, + 567, + 428, + 578 + ], + "spans": [ + { + "bbox": [ + 142, + 567, + 428, + 578 + ], + "score": 1.0, + "content": "local minima” (Gaunt et al., 2016) based on these ideas. See Section 4.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 27, + "bbox_fs": [ + 132, + 444, + 506, + 578 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 588, + 488, + 599 + ], + "lines": [ + { + "bbox": [ + 107, + 587, + 489, + 601 + ], + "spans": [ + { + "bbox": [ + 107, + 587, + 489, + 601 + ], + "score": 1.0, + "content": "We demonstrate all of these principles in experiments with toy examples of synthesis problems.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33, + "bbox_fs": [ + 107, + 587, + 489, + 601 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 604, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "Program synthesis as inference. We use Turing machines, but mutatis mutandis everything applies", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 258, + 628 + ], + "score": 1.0, + "content": "to other programming languages. Let", + "type": "text" + }, + { + "bbox": [ + 258, + 617, + 267, + 626 + ], + "score": 0.8, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 616, + 429, + 628 + ], + "score": 1.0, + "content": "be a Turing machine with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 429, + 616, + 438, + 626 + ], + "score": 0.8, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 107, + 627, + 116, + 639 + ], + "score": 0.84, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 626, + 235, + 640 + ], + "score": 1.0, + "content": "and assume that on any input", + "type": "text" + }, + { + "bbox": [ + 236, + 627, + 266, + 637 + ], + "score": 0.93, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 626, + 432, + 640 + ], + "score": 1.0, + "content": "the machine eventually halts with output", + "type": "text" + }, + { + "bbox": [ + 432, + 627, + 477, + 639 + ], + "score": 0.94, + "content": "T ( x ) \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 626, + 506, + 640 + ], + "score": 1.0, + "content": ". Then", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 168, + 651 + ], + "score": 1.0, + "content": "to the machine", + "type": "text" + }, + { + "bbox": [ + 168, + 639, + 177, + 648 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 637, + 280, + 651 + ], + "score": 1.0, + "content": "we may associate the set", + "type": "text" + }, + { + "bbox": [ + 280, + 638, + 399, + 650 + ], + "score": 0.9, + "content": "\\{ ( x , T ( x ) ) \\} _ { x \\in \\Sigma ^ { * } } \\subseteq \\Sigma ^ { * } \\times \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 637, + 506, + 651 + ], + "score": 1.0, + "content": ". Program synthesis is the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 297, + 661 + ], + "score": 1.0, + "content": "study of the inverse problem: given a subset of", + "type": "text" + }, + { + "bbox": [ + 297, + 650, + 333, + 659 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\times \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 648, + 506, + 661 + ], + "score": 1.0, + "content": "we would like to determine (if possible) a", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 659, + 390, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 390, + 673 + ], + "score": 1.0, + "content": "Turing machine which computes the given outputs on the given inputs.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 604, + 506, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 289, + 690 + ], + "score": 1.0, + "content": "If we presume given a probability distribution", + "type": "text" + }, + { + "bbox": [ + 290, + 677, + 308, + 689 + ], + "score": 0.91, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 676, + 321, + 690 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 322, + 677, + 334, + 687 + ], + "score": 0.85, + "content": "\\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "then we can formulate this as a problem of", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 318, + 700 + ], + "score": 1.0, + "content": "statistical inference: given a probability distribution", + "type": "text" + }, + { + "bbox": [ + 318, + 688, + 346, + 699 + ], + "score": 0.9, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 687, + 361, + 700 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 361, + 688, + 398, + 698 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\times \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "determine the most likely", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 292, + 712 + ], + "score": 1.0, + "content": "machine producing the observed distribution", + "type": "text" + }, + { + "bbox": [ + 292, + 699, + 381, + 711 + ], + "score": 0.91, + "content": "q ( x , y ) = q ( y | x ) q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 698, + 506, + 712 + ], + "score": 1.0, + "content": ". If we fix a universal Turing", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 707, + 504, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 142, + 723 + ], + "score": 1.0, + "content": "machine", + "type": "text" + }, + { + "bbox": [ + 143, + 710, + 152, + 720 + ], + "score": 0.76, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 707, + 364, + 723 + ], + "score": 1.0, + "content": "then Turing machines can be parametrised by codes", + "type": "text" + }, + { + "bbox": [ + 365, + 709, + 413, + 720 + ], + "score": 0.89, + "content": "\\dot { w } \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 707, + 435, + 723 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 435, + 709, + 504, + 722 + ], + "score": 0.92, + "content": "\\mathcal { U } ( x , w ) = T ( x )", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 719, + 506, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 133, + 734 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 133, + 721, + 163, + 731 + ], + "score": 0.9, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 719, + 196, + 734 + ], + "score": 1.0, + "content": ". We let", + "type": "text" + }, + { + "bbox": [ + 196, + 720, + 235, + 732 + ], + "score": 0.93, + "content": "{ \\bar { p } } ( y | x , w )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 719, + 336, + 734 + ], + "score": 1.0, + "content": "denote the probability of", + "type": "text" + }, + { + "bbox": [ + 337, + 721, + 389, + 732 + ], + "score": 0.92, + "content": "\\mathcal { U } ( x , w ) = y", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 719, + 506, + 734 + ], + "score": 1.0, + "content": "(which is either zero or one)", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 676, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "so that solutions to the synthesis problem are in bijection with the zeros of the Kullback-Leibler", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 327, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 327, + 105 + ], + "score": 1.0, + "content": "divergence between the true distribution and the model", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 110, + 400, + 137 + ], + "lines": [ + { + "bbox": [ + 210, + 110, + 400, + 137 + ], + "spans": [ + { + "bbox": [ + 210, + 110, + 400, + 137 + ], + "score": 0.95, + "content": "K ( w ) = \\int \\int q ( y | x ) q ( x ) \\log \\frac { q ( y | x ) } { p ( y | x , w ) } d x d y .", + "type": "interline_equation", + "image_path": "d3da2bd582ae2575ffc9fe4975a17ea33e2e7e5d6822aa86726e2a8859d775b8.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 210, + 110, + 400, + 123.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 210, + 123.5, + 400, + 137.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 142, + 504, + 166 + ], + "lines": [ + { + "bbox": [ + 105, + 140, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 505, + 156 + ], + "score": 1.0, + "content": "So far this is just a trivial rephrasing of the combinatorial optimisation problem of finding a Turing", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 153, + 338, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 153, + 142, + 166 + ], + "score": 1.0, + "content": "machine", + "type": "text" + }, + { + "bbox": [ + 143, + 154, + 151, + 163 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 153, + 172, + 166 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 173, + 153, + 213, + 165 + ], + "score": 0.93, + "content": "T ( x ) = y", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 153, + 241, + 166 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 241, + 154, + 265, + 165 + ], + "score": 0.92, + "content": "( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 153, + 286, + 166 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 287, + 153, + 334, + 165 + ], + "score": 0.94, + "content": "q ( x , y ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 153, + 338, + 166 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 106, + 170, + 505, + 270 + ], + "lines": [ + { + "bbox": [ + 104, + 168, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 104, + 168, + 506, + 185 + ], + "score": 1.0, + "content": "Smooth relaxation. One approach is to seek a smooth relaxation of the synthesis problem consisting", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 178, + 504, + 194 + ], + "spans": [ + { + "bbox": [ + 104, + 178, + 203, + 194 + ], + "score": 1.0, + "content": "of an analytic manifold", + "type": "text" + }, + { + "bbox": [ + 203, + 181, + 255, + 192 + ], + "score": 0.92, + "content": "W \\bar { \\supseteq } W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 178, + 338, + 194 + ], + "score": 1.0, + "content": "and an extension of", + "type": "text" + }, + { + "bbox": [ + 339, + 182, + 349, + 191 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 178, + 443, + 194 + ], + "score": 1.0, + "content": "to an analytic function", + "type": "text" + }, + { + "bbox": [ + 444, + 181, + 504, + 191 + ], + "score": 0.91, + "content": "K : W \\longrightarrow \\mathbb { R }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 262, + 205 + ], + "score": 1.0, + "content": "so that we can search for the zeros of", + "type": "text" + }, + { + "bbox": [ + 262, + 193, + 273, + 202 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 192, + 506, + 205 + ], + "score": 1.0, + "content": "using gradient descent. Perhaps the most natural way to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 202, + 504, + 216 + ], + "spans": [ + { + "bbox": [ + 104, + 202, + 283, + 216 + ], + "score": 1.0, + "content": "construct such a smooth relaxation is to take", + "type": "text" + }, + { + "bbox": [ + 283, + 204, + 295, + 213 + ], + "score": 0.76, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 202, + 476, + 216 + ], + "score": 1.0, + "content": "to be a space of probability distributions over", + "type": "text" + }, + { + "bbox": [ + 476, + 203, + 504, + 213 + ], + "score": 0.87, + "content": "W ^ { \\dot { c } o d e }", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 214, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 194, + 227 + ], + "score": 1.0, + "content": "and prescribe a model", + "type": "text" + }, + { + "bbox": [ + 195, + 214, + 234, + 226 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 215, + 505, + 227 + ], + "score": 1.0, + "content": "for propagating uncertainty about codes to uncertainty about outputs", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "(Gaunt et al., 2016; Evans & Grefenstette, 2018). The particular model we choose is based on the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 236, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 505, + 248 + ], + "score": 1.0, + "content": "semantics of linear logic (Clift & Murfet, 2018). Supposing that such a smooth relaxation has been", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 246, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 226, + 260 + ], + "score": 1.0, + "content": "chosen together with a prior", + "type": "text" + }, + { + "bbox": [ + 226, + 247, + 249, + 259 + ], + "score": 0.92, + "content": "\\varphi ( w )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 246, + 272, + 260 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 272, + 248, + 284, + 257 + ], + "score": 0.67, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 246, + 506, + 260 + ], + "score": 1.0, + "content": ", smooth program synthesis becomes the study of the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 258, + 296, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 259, + 271 + ], + "score": 1.0, + "content": "statistical learning theory of the triple", + "type": "text" + }, + { + "bbox": [ + 259, + 258, + 293, + 270 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 258, + 296, + 271 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 505, + 342 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "There are perhaps two primary reasons to consider the smooth relaxation. Firstly, one might hope", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 285, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 506, + 298 + ], + "score": 1.0, + "content": "that stochastic gradient descent or techniques like Markov chain Monte Carlo will be effective means", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 297, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 506, + 309 + ], + "score": 1.0, + "content": "of solving the original combinatorial optimisation problem. This is not a new idea (Gulwani et al.,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 506, + 321 + ], + "score": 1.0, + "content": "2017, §6) but so far its effectiveness for large programs has not been proven. Independently, one", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 318, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 505, + 331 + ], + "score": 1.0, + "content": "might hope to find powerful new mathematical ideas that apply to the relaxed problem and shed light", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 330, + 411, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 411, + 343 + ], + "score": 1.0, + "content": "on the nature of program synthesis. This is the purpose of the present paper.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 345, + 420, + 359 + ], + "lines": [ + { + "bbox": [ + 105, + 345, + 421, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 273, + 361 + ], + "score": 1.0, + "content": "Singular learning theory. We denote by", + "type": "text" + }, + { + "bbox": [ + 273, + 346, + 390, + 359 + ], + "score": 0.92, + "content": "W _ { 0 } = \\{ w \\in W | K ( w ) = 0 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 345, + 421, + 361 + ], + "score": 1.0, + "content": "so that", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "interline_equation", + "bbox": [ + 253, + 364, + 358, + 378 + ], + "lines": [ + { + "bbox": [ + 253, + 364, + 358, + 378 + ], + "spans": [ + { + "bbox": [ + 253, + 364, + 358, + 378 + ], + "score": 0.91, + "content": "W _ { 0 } \\cap W ^ { c o d e } \\subseteq W _ { 0 } \\subseteq W", + "type": "interline_equation", + "image_path": "86ade0437cc02ec74cf772862fcd0f85b59d0d58456410aeb8aa4fceae3052a3.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 253, + 364, + 358, + 378 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 106, + 383, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 133, + 397 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 384, + 183, + 396 + ], + "score": 0.92, + "content": "W _ { 0 } \\cap W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 383, + 506, + 397 + ], + "score": 1.0, + "content": "is the discrete set of solutions to the original synthesis problem. We refer to these", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 396, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 406, + 407 + ], + "score": 1.0, + "content": "as the classical solutions. As the vanishing locus of an analytic function,", + "type": "text" + }, + { + "bbox": [ + 407, + 396, + 422, + 407 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 396, + 505, + 407 + ], + "score": 1.0, + "content": "is an analytic space", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 126, + 420 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 126, + 407, + 135, + 416 + ], + "score": 0.78, + "content": "\\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 406, + 205, + 420 + ], + "score": 1.0, + "content": "(Hironaka, 1964,", + "type": "text" + }, + { + "bbox": [ + 205, + 407, + 226, + 418 + ], + "score": 0.52, + "content": "\\ S 0 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 406, + 506, + 420 + ], + "score": 1.0, + "content": ", (Griffith & Harris, 1978) and it is interesting to study the geometry of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 416, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 288, + 430 + ], + "score": 1.0, + "content": "this space near the classical solutions. Since", + "type": "text" + }, + { + "bbox": [ + 288, + 418, + 298, + 427 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 416, + 505, + 430 + ], + "score": 1.0, + "content": "is a Kullback-Leibler divergence it is non-negative", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 225, + 441 + ], + "score": 1.0, + "content": "and so it not only vanishes on", + "type": "text" + }, + { + "bbox": [ + 225, + 429, + 239, + 439 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 428, + 255, + 441 + ], + "score": 1.0, + "content": "but", + "type": "text" + }, + { + "bbox": [ + 255, + 429, + 274, + 439 + ], + "score": 0.85, + "content": "\\nabla K", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 428, + 414, + 441 + ], + "score": 1.0, + "content": "also vanishes, hence every point of", + "type": "text" + }, + { + "bbox": [ + 414, + 429, + 429, + 439 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "is a singular point.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 106, + 445, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 444, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 220, + 458 + ], + "score": 1.0, + "content": "Beyond this the geometry of", + "type": "text" + }, + { + "bbox": [ + 221, + 446, + 235, + 456 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 444, + 364, + 458 + ], + "score": 1.0, + "content": "depends on the particular model", + "type": "text" + }, + { + "bbox": [ + 364, + 445, + 403, + 457 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 444, + 506, + 458 + ], + "score": 1.0, + "content": "that has been chosen, but", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 456, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 429, + 468 + ], + "score": 1.0, + "content": "some aspects are universal: the nature of program synthesis means that typically", + "type": "text" + }, + { + "bbox": [ + 429, + 456, + 444, + 467 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 456, + 506, + 468 + ], + "score": 1.0, + "content": "is an extended", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "score": 1.0, + "content": "object (i.e. it contains points other than the classical solutions) and the Hessian matrix of second", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 479, + 504, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 215, + 490 + ], + "score": 1.0, + "content": "order partial derivatives of", + "type": "text" + }, + { + "bbox": [ + 215, + 479, + 225, + 488 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 479, + 504, + 490 + ], + "score": 1.0, + "content": "at a classical solution is not invertible - that is, the classical solutions", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 236, + 501 + ], + "score": 1.0, + "content": "are degenerate critical points of", + "type": "text" + }, + { + "bbox": [ + 236, + 490, + 247, + 499 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 489, + 505, + 501 + ], + "score": 1.0, + "content": ". This means that singularity theory is the appropriate branch of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 275, + 513 + ], + "score": 1.0, + "content": "mathematics for studying the geometry of", + "type": "text" + }, + { + "bbox": [ + 275, + 500, + 290, + 511 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "near a classical solution. It also means that the Fisher", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 510, + 185, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 185, + 523 + ], + "score": 1.0, + "content": "information matrix", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31 + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 525, + 453, + 553 + ], + "lines": [ + { + "bbox": [ + 156, + 525, + 453, + 553 + ], + "spans": [ + { + "bbox": [ + 156, + 525, + 453, + 553 + ], + "score": 0.93, + "content": "I ( w ) _ { i j } = \\int \\int \\frac { \\partial } { \\partial w _ { i } } \\big [ \\log p ( y | x , w ) \\big ] \\frac { \\partial } { \\partial w _ { j } } \\big [ \\log p ( y | x , w ) \\big ] q ( y | x ) q ( x ) d x d y ,", + "type": "interline_equation", + "image_path": "b8dfea439a1747d3611410930a42886e436c6fc67f00c4da375cd2997dad9780.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 156, + 525, + 453, + 534.3333333333334 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 156, + 534.3333333333334, + 453, + 543.6666666666667 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 156, + 543.6666666666667, + 453, + 553.0000000000001 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 557, + 504, + 591 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 506, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 506, + 571 + ], + "score": 1.0, + "content": "is degenerate at a classical solution, so that the appropriate branch of statistical learning theory is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "score": 1.0, + "content": "singular learning theory (Watanabe, 2007; 2009). For an introduction to singular learning theory in", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 580, + 321, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 321, + 592 + ], + "score": 1.0, + "content": "the context of deep learning see (Murfet et al., 2020).", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 108, + 596, + 503, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "Broadly speaking the contribution of this paper is to realise program synthesis within the frame-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "work of singular learning theory, at both a theoretical and an experimental level. In more detail the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 619, + 210, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 210, + 631 + ], + "score": 1.0, + "content": "contents of the paper are:", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 132, + 639, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 133, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 133, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "• We define a staged pseudo-UTM (Appendix E) which is well-suited to experiments with the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 141, + 650, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 141, + 650, + 506, + 664 + ], + "score": 1.0, + "content": "ideas discussed above. Propagating uncertainty about the code through this UTM using the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 141, + 660, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 141, + 660, + 331, + 675 + ], + "score": 1.0, + "content": "ideas of (Clift & Murfet, 2018) defines a triple", + "type": "text" + }, + { + "bbox": [ + 332, + 662, + 365, + 673 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 660, + 505, + 675 + ], + "score": 1.0, + "content": "associated to a synthesis problem.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 141, + 672, + 435, + 686 + ], + "spans": [ + { + "bbox": [ + 141, + 672, + 435, + 686 + ], + "score": 1.0, + "content": "This formally embeds program synthesis within singular learning theory.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 140, + 686, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 140, + 686, + 505, + 702 + ], + "score": 1.0, + "content": "We realise this embedding in code by providing an implementation in PyTorch of this prop-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 141, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 141, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "agation of uncertainty through a UTM. Using the No-U-Turn variant of MCMC (Hoffman", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 141, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 141, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "& Gelman, 2014) we can approximate the Bayesian posterior of any program synthesis", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 142, + 721, + 494, + 734 + ], + "spans": [ + { + "bbox": [ + 142, + 721, + 494, + 734 + ], + "score": 1.0, + "content": "problem (of course in practice we are limited by computational constraints in doing so).", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 47.5 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 94 + ], + "score": 1.0, + "content": "so that solutions to the synthesis problem are in bijection with the zeros of the Kullback-Leibler", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 93, + 327, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 327, + 105 + ], + "score": 1.0, + "content": "divergence between the true distribution and the model", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 105 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 110, + 400, + 137 + ], + "lines": [ + { + "bbox": [ + 210, + 110, + 400, + 137 + ], + "spans": [ + { + "bbox": [ + 210, + 110, + 400, + 137 + ], + "score": 0.95, + "content": "K ( w ) = \\int \\int q ( y | x ) q ( x ) \\log \\frac { q ( y | x ) } { p ( y | x , w ) } d x d y .", + "type": "interline_equation", + "image_path": "d3da2bd582ae2575ffc9fe4975a17ea33e2e7e5d6822aa86726e2a8859d775b8.jpg" + } + ] + } + ], + "index": 2.5, + "virtual_lines": [ + { + "bbox": [ + 210, + 110, + 400, + 123.5 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 210, + 123.5, + 400, + 137.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 142, + 504, + 166 + ], + "lines": [ + { + "bbox": [ + 105, + 140, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 505, + 156 + ], + "score": 1.0, + "content": "So far this is just a trivial rephrasing of the combinatorial optimisation problem of finding a Turing", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 153, + 338, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 153, + 142, + 166 + ], + "score": 1.0, + "content": "machine", + "type": "text" + }, + { + "bbox": [ + 143, + 154, + 151, + 163 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 153, + 172, + 166 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 173, + 153, + 213, + 165 + ], + "score": 0.93, + "content": "T ( x ) = y", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 153, + 241, + 166 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 241, + 154, + 265, + 165 + ], + "score": 0.92, + "content": "( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 153, + 286, + 166 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 287, + 153, + 334, + 165 + ], + "score": 0.94, + "content": "q ( x , y ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 153, + 338, + 166 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 140, + 505, + 166 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 170, + 505, + 270 + ], + "lines": [ + { + "bbox": [ + 104, + 168, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 104, + 168, + 506, + 185 + ], + "score": 1.0, + "content": "Smooth relaxation. One approach is to seek a smooth relaxation of the synthesis problem consisting", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 178, + 504, + 194 + ], + "spans": [ + { + "bbox": [ + 104, + 178, + 203, + 194 + ], + "score": 1.0, + "content": "of an analytic manifold", + "type": "text" + }, + { + "bbox": [ + 203, + 181, + 255, + 192 + ], + "score": 0.92, + "content": "W \\bar { \\supseteq } W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 178, + 338, + 194 + ], + "score": 1.0, + "content": "and an extension of", + "type": "text" + }, + { + "bbox": [ + 339, + 182, + 349, + 191 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 178, + 443, + 194 + ], + "score": 1.0, + "content": "to an analytic function", + "type": "text" + }, + { + "bbox": [ + 444, + 181, + 504, + 191 + ], + "score": 0.91, + "content": "K : W \\longrightarrow \\mathbb { R }", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 192, + 506, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 262, + 205 + ], + "score": 1.0, + "content": "so that we can search for the zeros of", + "type": "text" + }, + { + "bbox": [ + 262, + 193, + 273, + 202 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 192, + 506, + 205 + ], + "score": 1.0, + "content": "using gradient descent. Perhaps the most natural way to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 202, + 504, + 216 + ], + "spans": [ + { + "bbox": [ + 104, + 202, + 283, + 216 + ], + "score": 1.0, + "content": "construct such a smooth relaxation is to take", + "type": "text" + }, + { + "bbox": [ + 283, + 204, + 295, + 213 + ], + "score": 0.76, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 202, + 476, + 216 + ], + "score": 1.0, + "content": "to be a space of probability distributions over", + "type": "text" + }, + { + "bbox": [ + 476, + 203, + 504, + 213 + ], + "score": 0.87, + "content": "W ^ { \\dot { c } o d e }", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 214, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 194, + 227 + ], + "score": 1.0, + "content": "and prescribe a model", + "type": "text" + }, + { + "bbox": [ + 195, + 214, + 234, + 226 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 215, + 505, + 227 + ], + "score": 1.0, + "content": "for propagating uncertainty about codes to uncertainty about outputs", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "(Gaunt et al., 2016; Evans & Grefenstette, 2018). The particular model we choose is based on the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 236, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 236, + 505, + 248 + ], + "score": 1.0, + "content": "semantics of linear logic (Clift & Murfet, 2018). Supposing that such a smooth relaxation has been", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 246, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 226, + 260 + ], + "score": 1.0, + "content": "chosen together with a prior", + "type": "text" + }, + { + "bbox": [ + 226, + 247, + 249, + 259 + ], + "score": 0.92, + "content": "\\varphi ( w )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 246, + 272, + 260 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 272, + 248, + 284, + 257 + ], + "score": 0.67, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 246, + 506, + 260 + ], + "score": 1.0, + "content": ", smooth program synthesis becomes the study of the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 258, + 296, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 259, + 271 + ], + "score": 1.0, + "content": "statistical learning theory of the triple", + "type": "text" + }, + { + "bbox": [ + 259, + 258, + 293, + 270 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 258, + 296, + 271 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 10, + "bbox_fs": [ + 104, + 168, + 506, + 271 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 275, + 505, + 342 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 505, + 288 + ], + "score": 1.0, + "content": "There are perhaps two primary reasons to consider the smooth relaxation. Firstly, one might hope", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 285, + 506, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 285, + 506, + 298 + ], + "score": 1.0, + "content": "that stochastic gradient descent or techniques like Markov chain Monte Carlo will be effective means", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 297, + 506, + 309 + ], + "spans": [ + { + "bbox": [ + 106, + 297, + 506, + 309 + ], + "score": 1.0, + "content": "of solving the original combinatorial optimisation problem. This is not a new idea (Gulwani et al.,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 506, + 321 + ], + "score": 1.0, + "content": "2017, §6) but so far its effectiveness for large programs has not been proven. Independently, one", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 318, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 505, + 331 + ], + "score": 1.0, + "content": "might hope to find powerful new mathematical ideas that apply to the relaxed problem and shed light", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 330, + 411, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 411, + 343 + ], + "score": 1.0, + "content": "on the nature of program synthesis. This is the purpose of the present paper.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 275, + 506, + 343 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 345, + 420, + 359 + ], + "lines": [ + { + "bbox": [ + 105, + 345, + 421, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 273, + 361 + ], + "score": 1.0, + "content": "Singular learning theory. We denote by", + "type": "text" + }, + { + "bbox": [ + 273, + 346, + 390, + 359 + ], + "score": 0.92, + "content": "W _ { 0 } = \\{ w \\in W | K ( w ) = 0 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 345, + 421, + 361 + ], + "score": 1.0, + "content": "so that", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 345, + 421, + 361 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 253, + 364, + 358, + 378 + ], + "lines": [ + { + "bbox": [ + 253, + 364, + 358, + 378 + ], + "spans": [ + { + "bbox": [ + 253, + 364, + 358, + 378 + ], + "score": 0.91, + "content": "W _ { 0 } \\cap W ^ { c o d e } \\subseteq W _ { 0 } \\subseteq W", + "type": "interline_equation", + "image_path": "86ade0437cc02ec74cf772862fcd0f85b59d0d58456410aeb8aa4fceae3052a3.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 253, + 364, + 358, + 378 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 384, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 106, + 383, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 133, + 397 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 384, + 183, + 396 + ], + "score": 0.92, + "content": "W _ { 0 } \\cap W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 383, + 506, + 397 + ], + "score": 1.0, + "content": "is the discrete set of solutions to the original synthesis problem. We refer to these", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 396, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 396, + 406, + 407 + ], + "score": 1.0, + "content": "as the classical solutions. As the vanishing locus of an analytic function,", + "type": "text" + }, + { + "bbox": [ + 407, + 396, + 422, + 407 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 396, + 505, + 407 + ], + "score": 1.0, + "content": "is an analytic space", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 126, + 420 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 126, + 407, + 135, + 416 + ], + "score": 0.78, + "content": "\\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 406, + 205, + 420 + ], + "score": 1.0, + "content": "(Hironaka, 1964,", + "type": "text" + }, + { + "bbox": [ + 205, + 407, + 226, + 418 + ], + "score": 0.52, + "content": "\\ S 0 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 406, + 506, + 420 + ], + "score": 1.0, + "content": ", (Griffith & Harris, 1978) and it is interesting to study the geometry of", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 416, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 288, + 430 + ], + "score": 1.0, + "content": "this space near the classical solutions. Since", + "type": "text" + }, + { + "bbox": [ + 288, + 418, + 298, + 427 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 416, + 505, + 430 + ], + "score": 1.0, + "content": "is a Kullback-Leibler divergence it is non-negative", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 225, + 441 + ], + "score": 1.0, + "content": "and so it not only vanishes on", + "type": "text" + }, + { + "bbox": [ + 225, + 429, + 239, + 439 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 428, + 255, + 441 + ], + "score": 1.0, + "content": "but", + "type": "text" + }, + { + "bbox": [ + 255, + 429, + 274, + 439 + ], + "score": 0.85, + "content": "\\nabla K", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 428, + 414, + 441 + ], + "score": 1.0, + "content": "also vanishes, hence every point of", + "type": "text" + }, + { + "bbox": [ + 414, + 429, + 429, + 439 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "is a singular point.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 383, + 506, + 441 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 445, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 105, + 444, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 220, + 458 + ], + "score": 1.0, + "content": "Beyond this the geometry of", + "type": "text" + }, + { + "bbox": [ + 221, + 446, + 235, + 456 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 444, + 364, + 458 + ], + "score": 1.0, + "content": "depends on the particular model", + "type": "text" + }, + { + "bbox": [ + 364, + 445, + 403, + 457 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 444, + 506, + 458 + ], + "score": 1.0, + "content": "that has been chosen, but", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 456, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 429, + 468 + ], + "score": 1.0, + "content": "some aspects are universal: the nature of program synthesis means that typically", + "type": "text" + }, + { + "bbox": [ + 429, + 456, + 444, + 467 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 456, + 506, + 468 + ], + "score": 1.0, + "content": "is an extended", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 479 + ], + "score": 1.0, + "content": "object (i.e. it contains points other than the classical solutions) and the Hessian matrix of second", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 479, + 504, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 215, + 490 + ], + "score": 1.0, + "content": "order partial derivatives of", + "type": "text" + }, + { + "bbox": [ + 215, + 479, + 225, + 488 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 479, + 504, + 490 + ], + "score": 1.0, + "content": "at a classical solution is not invertible - that is, the classical solutions", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 236, + 501 + ], + "score": 1.0, + "content": "are degenerate critical points of", + "type": "text" + }, + { + "bbox": [ + 236, + 490, + 247, + 499 + ], + "score": 0.8, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 489, + 505, + 501 + ], + "score": 1.0, + "content": ". This means that singularity theory is the appropriate branch of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 275, + 513 + ], + "score": 1.0, + "content": "mathematics for studying the geometry of", + "type": "text" + }, + { + "bbox": [ + 275, + 500, + 290, + 511 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "near a classical solution. It also means that the Fisher", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 510, + 185, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 185, + 523 + ], + "score": 1.0, + "content": "information matrix", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 444, + 506, + 523 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 525, + 453, + 553 + ], + "lines": [ + { + "bbox": [ + 156, + 525, + 453, + 553 + ], + "spans": [ + { + "bbox": [ + 156, + 525, + 453, + 553 + ], + "score": 0.93, + "content": "I ( w ) _ { i j } = \\int \\int \\frac { \\partial } { \\partial w _ { i } } \\big [ \\log p ( y | x , w ) \\big ] \\frac { \\partial } { \\partial w _ { j } } \\big [ \\log p ( y | x , w ) \\big ] q ( y | x ) q ( x ) d x d y ,", + "type": "interline_equation", + "image_path": "b8dfea439a1747d3611410930a42886e436c6fc67f00c4da375cd2997dad9780.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 156, + 525, + 453, + 534.3333333333334 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 156, + 534.3333333333334, + 453, + 543.6666666666667 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 156, + 543.6666666666667, + 453, + 553.0000000000001 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 557, + 504, + 591 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 506, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 506, + 571 + ], + "score": 1.0, + "content": "is degenerate at a classical solution, so that the appropriate branch of statistical learning theory is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 582 + ], + "score": 1.0, + "content": "singular learning theory (Watanabe, 2007; 2009). For an introduction to singular learning theory in", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 580, + 321, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 580, + 321, + 592 + ], + "score": 1.0, + "content": "the context of deep learning see (Murfet et al., 2020).", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 557, + 506, + 592 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 596, + 503, + 630 + ], + "lines": [ + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 505, + 610 + ], + "score": 1.0, + "content": "Broadly speaking the contribution of this paper is to realise program synthesis within the frame-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "work of singular learning theory, at both a theoretical and an experimental level. In more detail the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 619, + 210, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 210, + 631 + ], + "score": 1.0, + "content": "contents of the paper are:", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42, + "bbox_fs": [ + 106, + 596, + 505, + 631 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 639, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 133, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 133, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "• We define a staged pseudo-UTM (Appendix E) which is well-suited to experiments with the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 141, + 650, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 141, + 650, + 506, + 664 + ], + "score": 1.0, + "content": "ideas discussed above. Propagating uncertainty about the code through this UTM using the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 141, + 660, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 141, + 660, + 331, + 675 + ], + "score": 1.0, + "content": "ideas of (Clift & Murfet, 2018) defines a triple", + "type": "text" + }, + { + "bbox": [ + 332, + 662, + 365, + 673 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 660, + 505, + 675 + ], + "score": 1.0, + "content": "associated to a synthesis problem.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 141, + 672, + 435, + 686 + ], + "spans": [ + { + "bbox": [ + 141, + 672, + 435, + 686 + ], + "score": 1.0, + "content": "This formally embeds program synthesis within singular learning theory.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 140, + 686, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 140, + 686, + 505, + 702 + ], + "score": 1.0, + "content": "We realise this embedding in code by providing an implementation in PyTorch of this prop-", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 141, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 141, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "agation of uncertainty through a UTM. Using the No-U-Turn variant of MCMC (Hoffman", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 141, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 141, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "& Gelman, 2014) we can approximate the Bayesian posterior of any program synthesis", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 142, + 721, + 494, + 734 + ], + "spans": [ + { + "bbox": [ + 142, + 721, + 494, + 734 + ], + "score": 1.0, + "content": "problem (of course in practice we are limited by computational constraints in doing so).", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 47.5, + "bbox_fs": [ + 133, + 639, + 506, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 130, + 82, + 505, + 180 + ], + "lines": [ + { + "bbox": [ + 132, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 132, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "• We explain how the real log canonical threshold (a geometric invariant) is related to Kol-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 141, + 95, + 276, + 106 + ], + "spans": [ + { + "bbox": [ + 141, + 95, + 276, + 106 + ], + "score": 1.0, + "content": "mogorov complexity (Section 3).", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 136, + 109, + 505, + 122 + ], + "spans": [ + { + "bbox": [ + 136, + 109, + 341, + 122 + ], + "score": 1.0, + "content": "• We give a simple example (Appendix C) in which", + "type": "text" + }, + { + "bbox": [ + 341, + 110, + 356, + 121 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 109, + 505, + 122 + ], + "score": 1.0, + "content": "contains the set of classical solutions", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 141, + 120, + 446, + 133 + ], + "spans": [ + { + "bbox": [ + 141, + 120, + 291, + 133 + ], + "score": 1.0, + "content": "as a proper subset and every point of", + "type": "text" + }, + { + "bbox": [ + 291, + 121, + 306, + 131 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 120, + 433, + 133 + ], + "score": 1.0, + "content": "is a degenerate critical point of", + "type": "text" + }, + { + "bbox": [ + 433, + 121, + 443, + 130 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 120, + 446, + 133 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 137, + 135, + 507, + 150 + ], + "spans": [ + { + "bbox": [ + 137, + 135, + 507, + 150 + ], + "score": 1.0, + "content": "For two simple synthesis problems detectA and parityCheck we demonstrate all of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 142, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 142, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "the above, using MCMC to approximate the Bayesian posterior and theorems from Watan-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 158, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 141, + 158, + 399, + 171 + ], + "score": 1.0, + "content": "abe (2013) to estimate the RLCT (Section 5). We discuss how", + "type": "text" + }, + { + "bbox": [ + 400, + 158, + 415, + 169 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 158, + 505, + 171 + ], + "score": 1.0, + "content": "is an extended object", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 169, + 468, + 181 + ], + "spans": [ + { + "bbox": [ + 141, + 169, + 351, + 181 + ], + "score": 1.0, + "content": "and how the RLCT relates to the local dimension of", + "type": "text" + }, + { + "bbox": [ + 352, + 169, + 366, + 180 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 169, + 468, + 181 + ], + "score": 1.0, + "content": "near a classical solution.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5 + }, + { + "type": "title", + "bbox": [ + 107, + 198, + 190, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 198, + 191, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 191, + 211 + ], + "score": 1.0, + "content": "RELATED WORK", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 223, + 505, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "The idea of synthesising Turing machines can be traced back to the work of Solomonoff on inductive", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "score": 1.0, + "content": "inference (Solomonoff, 1964). A more explicit form of the problem was given in Biermann (1972)", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 245, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 505, + 258 + ], + "score": 1.0, + "content": "who proposed an algorithmic method. Machine learning based approaches appear in Schmidhuber", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 255, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 505, + 269 + ], + "score": 1.0, + "content": "(1997) and Hutter (2004), which pay particular attention to model complexity, and Gaunt et al.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 267, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 106, + 267, + 505, + 280 + ], + "score": 1.0, + "content": "(2016) and Freer et al. (2014), the latter using the notion of “universal probabilistic Turing machine”", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 278, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 505, + 291 + ], + "score": 1.0, + "content": "(De Leeuw et al., 1956). A different probabilistic extension of a universal Turing machine was", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 289, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 506, + 303 + ], + "score": 1.0, + "content": "introduced in Clift & Murfet (2018) via linear logic. Studies of the singular geometry of learning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 301, + 498, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 498, + 313 + ], + "score": 1.0, + "content": "models go back to Amari et al. (2003) and notably, the extensive work of Watanabe (2007; 2009).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 12.5 + }, + { + "type": "title", + "bbox": [ + 107, + 329, + 414, + 342 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 415, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 415, + 343 + ], + "score": 1.0, + "content": "2 TURING MACHINE SYNTHESIS AS SINGULAR LEARNING", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 106, + 355, + 504, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 504, + 367 + ], + "score": 1.0, + "content": "All known approaches to program synthesis can be formulated in terms of a singular learning prob-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "score": 1.0, + "content": "lem. Singular learning theory is the extension of statistical learning theory to account for the fact", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 239, + 389 + ], + "score": 1.0, + "content": "that the set of learned parameters", + "type": "text" + }, + { + "bbox": [ + 240, + 376, + 254, + 388 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "has the structure of an analytic space as opposed to an analytic", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 372, + 400 + ], + "score": 1.0, + "content": "manifold (Watanabe, 2007; 2009). It is organised around triples", + "type": "text" + }, + { + "bbox": [ + 372, + 388, + 406, + 399 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 387, + 506, + 400 + ], + "score": 1.0, + "content": "consisting of a class of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 398, + 415, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 398, + 138, + 411 + ], + "score": 1.0, + "content": "models", + "type": "text" + }, + { + "bbox": [ + 138, + 398, + 226, + 410 + ], + "score": 0.93, + "content": "\\{ p ( y | x , w ) : w \\in W \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 398, + 303, + 411 + ], + "score": 1.0, + "content": ", a true distribution", + "type": "text" + }, + { + "bbox": [ + 303, + 398, + 330, + 410 + ], + "score": 0.93, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 398, + 377, + 411 + ], + "score": 1.0, + "content": "and a prior", + "type": "text" + }, + { + "bbox": [ + 377, + 400, + 385, + 410 + ], + "score": 0.83, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 398, + 398, + 411 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 399, + 399, + 410, + 408 + ], + "score": 0.79, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 398, + 415, + 411 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 415, + 505, + 537 + ], + "lines": [ + { + "bbox": [ + 104, + 414, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 104, + 414, + 393, + 429 + ], + "score": 1.0, + "content": "In our approach we fix a Universal Turing Machine (UTM), denoted", + "type": "text" + }, + { + "bbox": [ + 393, + 416, + 402, + 425 + ], + "score": 0.66, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 414, + 505, + 429 + ], + "score": 1.0, + "content": ", with a description tape", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 425, + 505, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 505, + 440 + ], + "score": 1.0, + "content": "(which specifies the code of the Turing machine to be executed), a work tape (simulating the tape", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 435, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 104, + 435, + 506, + 452 + ], + "score": 1.0, + "content": "of that Turing machine during its operation) and a state tape (simulating the state of that Turing", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 447, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 104, + 447, + 426, + 462 + ], + "score": 1.0, + "content": "machine). The general statistical learning problem that can be formulated using", + "type": "text" + }, + { + "bbox": [ + 427, + 448, + 436, + 459 + ], + "score": 0.69, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 447, + 505, + 462 + ], + "score": 1.0, + "content": "is the following:", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 459, + 506, + 472 + ], + "spans": [ + { + "bbox": [ + 104, + 459, + 209, + 472 + ], + "score": 1.0, + "content": "given some initial string", + "type": "text" + }, + { + "bbox": [ + 210, + 461, + 217, + 469 + ], + "score": 0.69, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 459, + 506, + 472 + ], + "score": 1.0, + "content": "on the work tape, predict the state of the simulated machine and the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 460, + 483 + ], + "score": 1.0, + "content": "contents of the work tape after some specified number of steps (Clift & Murfet, 2018,", + "type": "text" + }, + { + "bbox": [ + 461, + 470, + 481, + 482 + ], + "score": 0.65, + "content": "\\ S 7 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 470, + 505, + 483 + ], + "score": 1.0, + "content": ". For", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 481, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 505, + 493 + ], + "score": 1.0, + "content": "simplicity, in this paper we consider models that only predict the final state; the necessary modifica-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 492, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 340, + 504 + ], + "score": 1.0, + "content": "tions in the general case are routine. We also assume that", + "type": "text" + }, + { + "bbox": [ + 340, + 492, + 353, + 502 + ], + "score": 0.53, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 492, + 506, + 504 + ], + "score": 1.0, + "content": "parametrises Turing machines whose", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 503, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 161, + 515 + ], + "score": 1.0, + "content": "tape alphabet", + "type": "text" + }, + { + "bbox": [ + 162, + 504, + 170, + 513 + ], + "score": 0.8, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 503, + 236, + 515 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + }, + { + "bbox": [ + 236, + 503, + 246, + 514 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 503, + 506, + 515 + ], + "score": 1.0, + "content": "have been encoded by individual symbols in the tape alphabet of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 513, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 115, + 524 + ], + "score": 0.69, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 513, + 148, + 527 + ], + "score": 1.0, + "content": ". Hence", + "type": "text" + }, + { + "bbox": [ + 148, + 514, + 157, + 524 + ], + "score": 0.75, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 513, + 505, + 527 + ], + "score": 1.0, + "content": "is actually what we call a pseudo-UTM (see Appendix E). Again, treating the general", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 525, + 448, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 448, + 538 + ], + "score": 1.0, + "content": "case is routine and for the present purposes only introduces uninteresting complexity.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 107, + 542, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 542, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 122, + 553 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 542, + 131, + 552 + ], + "score": 0.81, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 542, + 334, + 553 + ], + "score": 1.0, + "content": "denote the tape alphabet of the simulated machine,", + "type": "text" + }, + { + "bbox": [ + 334, + 542, + 344, + 553 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 542, + 435, + 553 + ], + "score": 1.0, + "content": "the set of states and let", + "type": "text" + }, + { + "bbox": [ + 436, + 542, + 467, + 553 + ], + "score": 0.88, + "content": "L , S , R", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 542, + 505, + 553 + ], + "score": 1.0, + "content": "stand for", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 552, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 448, + 565 + ], + "score": 1.0, + "content": "left, stay and right, the possible motions of the Turing machine head. We assume that", + "type": "text" + }, + { + "bbox": [ + 448, + 553, + 481, + 565 + ], + "score": 0.92, + "content": "| Q | > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 552, + 505, + 565 + ], + "score": 1.0, + "content": "since", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 562, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 104, + 562, + 387, + 577 + ], + "score": 1.0, + "content": "otherwise the synthesis problem is trivial. The set of ordinary codes", + "type": "text" + }, + { + "bbox": [ + 387, + 563, + 415, + 574 + ], + "score": 0.88, + "content": "W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 562, + 506, + 577 + ], + "score": 1.0, + "content": "for a Turing machine", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 575, + 384, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 325, + 587 + ], + "score": 1.0, + "content": "sits inside a compact space of probability distributions", + "type": "text" + }, + { + "bbox": [ + 326, + 575, + 338, + 585 + ], + "score": 0.71, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 575, + 384, + 587 + ], + "score": 1.0, + "content": "over codes", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5 + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 592, + 455, + 620 + ], + "lines": [ + { + "bbox": [ + 156, + 592, + 455, + 620 + ], + "spans": [ + { + "bbox": [ + 156, + 592, + 455, + 620 + ], + "score": 0.92, + "content": "W ^ { c o d e } : = \\prod _ { \\sigma , q } \\Sigma \\times Q \\times \\{ L , S , R \\} \\subseteq \\prod _ { \\sigma , q } \\Delta \\Sigma \\times \\Delta Q \\times \\Delta \\{ L , S , R \\} = : W", + "type": "interline_equation", + "image_path": "cd50a701fdf44997a4a77d7267e011542a930c3a306e5f11d1b0e6f45f9825b0.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 156, + 592, + 455, + 601.3333333333334 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 156, + 601.3333333333334, + 455, + 610.6666666666667 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 156, + 610.6666666666667, + 455, + 620.0000000000001 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 625, + 505, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 133, + 639 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 626, + 152, + 636 + ], + "score": 0.84, + "content": "\\Delta X", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 624, + 365, + 639 + ], + "score": 1.0, + "content": "denotes the set of probability distributions over a set", + "type": "text" + }, + { + "bbox": [ + 365, + 626, + 375, + 636 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 624, + 506, + 639 + ], + "score": 1.0, + "content": ", see (8), and the product is over", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 103, + 635, + 507, + 651 + ], + "spans": [ + { + "bbox": [ + 103, + 635, + 129, + 651 + ], + "score": 1.0, + "content": "pairs", + "type": "text" + }, + { + "bbox": [ + 129, + 637, + 192, + 649 + ], + "score": 0.91, + "content": "( \\sigma , q ) \\in \\Sigma \\times Q", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 635, + 291, + 651 + ], + "score": 1.0, + "content": ".1 For example the point", + "type": "text" + }, + { + "bbox": [ + 292, + 637, + 391, + 649 + ], + "score": 0.91, + "content": "\\{ ( \\sigma ^ { \\prime } , q ^ { \\prime } , d ) \\} _ { \\sigma , q } \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 635, + 507, + 651 + ], + "score": 1.0, + "content": "encodes the machine which", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 647, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 162, + 660 + ], + "score": 1.0, + "content": "when it reads", + "type": "text" + }, + { + "bbox": [ + 162, + 650, + 169, + 658 + ], + "score": 0.79, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 647, + 262, + 660 + ], + "score": 1.0, + "content": "under the head in state", + "type": "text" + }, + { + "bbox": [ + 262, + 650, + 268, + 659 + ], + "score": 0.8, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 647, + 296, + 660 + ], + "score": 1.0, + "content": "writes", + "type": "text" + }, + { + "bbox": [ + 296, + 649, + 306, + 658 + ], + "score": 0.85, + "content": "\\sigma ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 647, + 392, + 660 + ], + "score": 1.0, + "content": ", transitions into state", + "type": "text" + }, + { + "bbox": [ + 392, + 648, + 401, + 659 + ], + "score": 0.86, + "content": "q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 647, + 495, + 660 + ], + "score": 1.0, + "content": "and moves in direction", + "type": "text" + }, + { + "bbox": [ + 496, + 649, + 501, + 658 + ], + "score": 0.8, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 647, + 505, + 660 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 656, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 133, + 673 + ], + "score": 1.0, + "content": "Given", + "type": "text" + }, + { + "bbox": [ + 133, + 658, + 182, + 669 + ], + "score": 0.9, + "content": "w \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 656, + 197, + 673 + ], + "score": 1.0, + "content": "let", + "type": "text" + }, + { + "bbox": [ + 198, + 658, + 266, + 671 + ], + "score": 0.89, + "content": "\\operatorname { s t e p } ^ { t } ( x , w ) \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 656, + 426, + 673 + ], + "score": 1.0, + "content": "denote the contents of the state tape of", + "type": "text" + }, + { + "bbox": [ + 427, + 659, + 436, + 668 + ], + "score": 0.81, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 656, + 458, + 673 + ], + "score": 1.0, + "content": "after", + "type": "text" + }, + { + "bbox": [ + 459, + 660, + 464, + 668 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 656, + 506, + 673 + ], + "score": 1.0, + "content": "timesteps", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 367, + 682 + ], + "score": 1.0, + "content": "(of the simulated machine) when the work tape is initialised with", + "type": "text" + }, + { + "bbox": [ + 367, + 672, + 374, + 679 + ], + "score": 0.78, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 669, + 492, + 682 + ], + "score": 1.0, + "content": "and the description tape with", + "type": "text" + }, + { + "bbox": [ + 493, + 671, + 501, + 680 + ], + "score": 0.75, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 669, + 505, + 682 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 691, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 117, + 688, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 117, + 688, + 161, + 704 + ], + "score": 1.0, + "content": "1The space", + "type": "text" + }, + { + "bbox": [ + 161, + 692, + 172, + 700 + ], + "score": 0.4, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 688, + 390, + 704 + ], + "score": 1.0, + "content": "of parameters is clearly semi-analytic, that is, it is cut out of", + "type": "text" + }, + { + "bbox": [ + 390, + 691, + 402, + 700 + ], + "score": 0.89, + "content": "\\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 688, + 436, + 704 + ], + "score": 1.0, + "content": "for some", + "type": "text" + }, + { + "bbox": [ + 437, + 692, + 443, + 700 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 688, + 506, + 704 + ], + "score": 1.0, + "content": "by the vanishing", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 700, + 505, + 714 + ], + "spans": [ + { + "bbox": [ + 106, + 701, + 210, + 712 + ], + "score": 0.91, + "content": "f _ { 1 } ( x ) = \\bar { \\cdot } \\cdot \\cdot = f _ { r } ( \\bar { x } ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 700, + 412, + 714 + ], + "score": 1.0, + "content": "of finitely many analytic functions on open subsets of", + "type": "text" + }, + { + "bbox": [ + 412, + 700, + 424, + 711 + ], + "score": 0.88, + "content": "\\mathbb { R } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 700, + 505, + 714 + ], + "score": 1.0, + "content": "together with finitely", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 710, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 172, + 724 + ], + "score": 1.0, + "content": "many inequalities", + "type": "text" + }, + { + "bbox": [ + 173, + 712, + 271, + 722 + ], + "score": 0.88, + "content": "g _ { 1 } ( x ) \\geq 0 , . . . , g _ { s } ( x ) \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 710, + 310, + 724 + ], + "score": 1.0, + "content": "where the", + "type": "text" + }, + { + "bbox": [ + 310, + 712, + 331, + 722 + ], + "score": 0.91, + "content": "g _ { j } ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 710, + 406, + 724 + ], + "score": 1.0, + "content": "are analytic. In fact", + "type": "text" + }, + { + "bbox": [ + 406, + 712, + 417, + 721 + ], + "score": 0.78, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 710, + 506, + 724 + ], + "score": 1.0, + "content": "is semi-algebraic, since", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 721, + 323, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 119, + 733 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 120, + 722, + 128, + 732 + ], + "score": 0.87, + "content": "f _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 129, + 721, + 144, + 733 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 145, + 723, + 154, + 732 + ], + "score": 0.85, + "content": "g _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 721, + 323, + 733 + ], + "score": 1.0, + "content": "may all be chosen to be polynomial functions.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 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": [ + 130, + 82, + 505, + 180 + ], + "lines": [ + { + "bbox": [ + 132, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 132, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "• We explain how the real log canonical threshold (a geometric invariant) is related to Kol-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 141, + 95, + 276, + 106 + ], + "spans": [ + { + "bbox": [ + 141, + 95, + 276, + 106 + ], + "score": 1.0, + "content": "mogorov complexity (Section 3).", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 136, + 109, + 505, + 122 + ], + "spans": [ + { + "bbox": [ + 136, + 109, + 341, + 122 + ], + "score": 1.0, + "content": "• We give a simple example (Appendix C) in which", + "type": "text" + }, + { + "bbox": [ + 341, + 110, + 356, + 121 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 109, + 505, + 122 + ], + "score": 1.0, + "content": "contains the set of classical solutions", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 141, + 120, + 446, + 133 + ], + "spans": [ + { + "bbox": [ + 141, + 120, + 291, + 133 + ], + "score": 1.0, + "content": "as a proper subset and every point of", + "type": "text" + }, + { + "bbox": [ + 291, + 121, + 306, + 131 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 120, + 433, + 133 + ], + "score": 1.0, + "content": "is a degenerate critical point of", + "type": "text" + }, + { + "bbox": [ + 433, + 121, + 443, + 130 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 120, + 446, + 133 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 137, + 135, + 507, + 150 + ], + "spans": [ + { + "bbox": [ + 137, + 135, + 507, + 150 + ], + "score": 1.0, + "content": "For two simple synthesis problems detectA and parityCheck we demonstrate all of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 142, + 148, + 505, + 160 + ], + "spans": [ + { + "bbox": [ + 142, + 148, + 505, + 160 + ], + "score": 1.0, + "content": "the above, using MCMC to approximate the Bayesian posterior and theorems from Watan-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 141, + 158, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 141, + 158, + 399, + 171 + ], + "score": 1.0, + "content": "abe (2013) to estimate the RLCT (Section 5). We discuss how", + "type": "text" + }, + { + "bbox": [ + 400, + 158, + 415, + 169 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 416, + 158, + 505, + 171 + ], + "score": 1.0, + "content": "is an extended object", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 169, + 468, + 181 + ], + "spans": [ + { + "bbox": [ + 141, + 169, + 351, + 181 + ], + "score": 1.0, + "content": "and how the RLCT relates to the local dimension of", + "type": "text" + }, + { + "bbox": [ + 352, + 169, + 366, + 180 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 169, + 468, + 181 + ], + "score": 1.0, + "content": "near a classical solution.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 3.5, + "bbox_fs": [ + 132, + 82, + 507, + 181 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 198, + 190, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 198, + 191, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 191, + 211 + ], + "score": 1.0, + "content": "RELATED WORK", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 223, + 505, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "The idea of synthesising Turing machines can be traced back to the work of Solomonoff on inductive", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 505, + 247 + ], + "score": 1.0, + "content": "inference (Solomonoff, 1964). A more explicit form of the problem was given in Biermann (1972)", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 245, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 505, + 258 + ], + "score": 1.0, + "content": "who proposed an algorithmic method. Machine learning based approaches appear in Schmidhuber", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 255, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 505, + 269 + ], + "score": 1.0, + "content": "(1997) and Hutter (2004), which pay particular attention to model complexity, and Gaunt et al.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 267, + 505, + 280 + ], + "spans": [ + { + "bbox": [ + 106, + 267, + 505, + 280 + ], + "score": 1.0, + "content": "(2016) and Freer et al. (2014), the latter using the notion of “universal probabilistic Turing machine”", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 278, + 505, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 505, + 291 + ], + "score": 1.0, + "content": "(De Leeuw et al., 1956). A different probabilistic extension of a universal Turing machine was", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 289, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 506, + 303 + ], + "score": 1.0, + "content": "introduced in Clift & Murfet (2018) via linear logic. Studies of the singular geometry of learning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 301, + 498, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 498, + 313 + ], + "score": 1.0, + "content": "models go back to Amari et al. (2003) and notably, the extensive work of Watanabe (2007; 2009).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 223, + 506, + 313 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 329, + 414, + 342 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 415, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 415, + 343 + ], + "score": 1.0, + "content": "2 TURING MACHINE SYNTHESIS AS SINGULAR LEARNING", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 410 + ], + "lines": [ + { + "bbox": [ + 106, + 355, + 504, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 355, + 504, + 367 + ], + "score": 1.0, + "content": "All known approaches to program synthesis can be formulated in terms of a singular learning prob-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 505, + 378 + ], + "score": 1.0, + "content": "lem. Singular learning theory is the extension of statistical learning theory to account for the fact", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 375, + 505, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 239, + 389 + ], + "score": 1.0, + "content": "that the set of learned parameters", + "type": "text" + }, + { + "bbox": [ + 240, + 376, + 254, + 388 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 375, + 505, + 389 + ], + "score": 1.0, + "content": "has the structure of an analytic space as opposed to an analytic", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 387, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 372, + 400 + ], + "score": 1.0, + "content": "manifold (Watanabe, 2007; 2009). It is organised around triples", + "type": "text" + }, + { + "bbox": [ + 372, + 388, + 406, + 399 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 387, + 506, + 400 + ], + "score": 1.0, + "content": "consisting of a class of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 398, + 415, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 398, + 138, + 411 + ], + "score": 1.0, + "content": "models", + "type": "text" + }, + { + "bbox": [ + 138, + 398, + 226, + 410 + ], + "score": 0.93, + "content": "\\{ p ( y | x , w ) : w \\in W \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 398, + 303, + 411 + ], + "score": 1.0, + "content": ", a true distribution", + "type": "text" + }, + { + "bbox": [ + 303, + 398, + 330, + 410 + ], + "score": 0.93, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 398, + 377, + 411 + ], + "score": 1.0, + "content": "and a prior", + "type": "text" + }, + { + "bbox": [ + 377, + 400, + 385, + 410 + ], + "score": 0.83, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 398, + 398, + 411 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 399, + 399, + 410, + 408 + ], + "score": 0.79, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 398, + 415, + 411 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 355, + 506, + 411 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 415, + 505, + 537 + ], + "lines": [ + { + "bbox": [ + 104, + 414, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 104, + 414, + 393, + 429 + ], + "score": 1.0, + "content": "In our approach we fix a Universal Turing Machine (UTM), denoted", + "type": "text" + }, + { + "bbox": [ + 393, + 416, + 402, + 425 + ], + "score": 0.66, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 414, + 505, + 429 + ], + "score": 1.0, + "content": ", with a description tape", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 425, + 505, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 505, + 440 + ], + "score": 1.0, + "content": "(which specifies the code of the Turing machine to be executed), a work tape (simulating the tape", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 435, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 104, + 435, + 506, + 452 + ], + "score": 1.0, + "content": "of that Turing machine during its operation) and a state tape (simulating the state of that Turing", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 447, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 104, + 447, + 426, + 462 + ], + "score": 1.0, + "content": "machine). The general statistical learning problem that can be formulated using", + "type": "text" + }, + { + "bbox": [ + 427, + 448, + 436, + 459 + ], + "score": 0.69, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 447, + 505, + 462 + ], + "score": 1.0, + "content": "is the following:", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 459, + 506, + 472 + ], + "spans": [ + { + "bbox": [ + 104, + 459, + 209, + 472 + ], + "score": 1.0, + "content": "given some initial string", + "type": "text" + }, + { + "bbox": [ + 210, + 461, + 217, + 469 + ], + "score": 0.69, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 459, + 506, + 472 + ], + "score": 1.0, + "content": "on the work tape, predict the state of the simulated machine and the", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 470, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 460, + 483 + ], + "score": 1.0, + "content": "contents of the work tape after some specified number of steps (Clift & Murfet, 2018,", + "type": "text" + }, + { + "bbox": [ + 461, + 470, + 481, + 482 + ], + "score": 0.65, + "content": "\\ S 7 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 470, + 505, + 483 + ], + "score": 1.0, + "content": ". For", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 481, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 505, + 493 + ], + "score": 1.0, + "content": "simplicity, in this paper we consider models that only predict the final state; the necessary modifica-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 492, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 340, + 504 + ], + "score": 1.0, + "content": "tions in the general case are routine. We also assume that", + "type": "text" + }, + { + "bbox": [ + 340, + 492, + 353, + 502 + ], + "score": 0.53, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 492, + 506, + 504 + ], + "score": 1.0, + "content": "parametrises Turing machines whose", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 503, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 161, + 515 + ], + "score": 1.0, + "content": "tape alphabet", + "type": "text" + }, + { + "bbox": [ + 162, + 504, + 170, + 513 + ], + "score": 0.8, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 503, + 236, + 515 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + }, + { + "bbox": [ + 236, + 503, + 246, + 514 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 503, + 506, + 515 + ], + "score": 1.0, + "content": "have been encoded by individual symbols in the tape alphabet of", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 513, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 115, + 524 + ], + "score": 0.69, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 513, + 148, + 527 + ], + "score": 1.0, + "content": ". Hence", + "type": "text" + }, + { + "bbox": [ + 148, + 514, + 157, + 524 + ], + "score": 0.75, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 513, + 505, + 527 + ], + "score": 1.0, + "content": "is actually what we call a pseudo-UTM (see Appendix E). Again, treating the general", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 525, + 448, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 448, + 538 + ], + "score": 1.0, + "content": "case is routine and for the present purposes only introduces uninteresting complexity.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28, + "bbox_fs": [ + 104, + 414, + 506, + 538 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 542, + 505, + 586 + ], + "lines": [ + { + "bbox": [ + 105, + 542, + 505, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 542, + 122, + 553 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 542, + 131, + 552 + ], + "score": 0.81, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 542, + 334, + 553 + ], + "score": 1.0, + "content": "denote the tape alphabet of the simulated machine,", + "type": "text" + }, + { + "bbox": [ + 334, + 542, + 344, + 553 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 542, + 435, + 553 + ], + "score": 1.0, + "content": "the set of states and let", + "type": "text" + }, + { + "bbox": [ + 436, + 542, + 467, + 553 + ], + "score": 0.88, + "content": "L , S , R", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 542, + 505, + 553 + ], + "score": 1.0, + "content": "stand for", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 552, + 505, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 448, + 565 + ], + "score": 1.0, + "content": "left, stay and right, the possible motions of the Turing machine head. We assume that", + "type": "text" + }, + { + "bbox": [ + 448, + 553, + 481, + 565 + ], + "score": 0.92, + "content": "| Q | > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 552, + 505, + 565 + ], + "score": 1.0, + "content": "since", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 562, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 104, + 562, + 387, + 577 + ], + "score": 1.0, + "content": "otherwise the synthesis problem is trivial. The set of ordinary codes", + "type": "text" + }, + { + "bbox": [ + 387, + 563, + 415, + 574 + ], + "score": 0.88, + "content": "W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 562, + 506, + 577 + ], + "score": 1.0, + "content": "for a Turing machine", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 575, + 384, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 575, + 325, + 587 + ], + "score": 1.0, + "content": "sits inside a compact space of probability distributions", + "type": "text" + }, + { + "bbox": [ + 326, + 575, + 338, + 585 + ], + "score": 0.71, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 575, + 384, + 587 + ], + "score": 1.0, + "content": "over codes", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5, + "bbox_fs": [ + 104, + 542, + 506, + 587 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 592, + 455, + 620 + ], + "lines": [ + { + "bbox": [ + 156, + 592, + 455, + 620 + ], + "spans": [ + { + "bbox": [ + 156, + 592, + 455, + 620 + ], + "score": 0.92, + "content": "W ^ { c o d e } : = \\prod _ { \\sigma , q } \\Sigma \\times Q \\times \\{ L , S , R \\} \\subseteq \\prod _ { \\sigma , q } \\Delta \\Sigma \\times \\Delta Q \\times \\Delta \\{ L , S , R \\} = : W", + "type": "interline_equation", + "image_path": "cd50a701fdf44997a4a77d7267e011542a930c3a306e5f11d1b0e6f45f9825b0.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 156, + 592, + 455, + 601.3333333333334 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 156, + 601.3333333333334, + 455, + 610.6666666666667 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 156, + 610.6666666666667, + 455, + 620.0000000000001 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 625, + 505, + 681 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 133, + 639 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 626, + 152, + 636 + ], + "score": 0.84, + "content": "\\Delta X", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 624, + 365, + 639 + ], + "score": 1.0, + "content": "denotes the set of probability distributions over a set", + "type": "text" + }, + { + "bbox": [ + 365, + 626, + 375, + 636 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 624, + 506, + 639 + ], + "score": 1.0, + "content": ", see (8), and the product is over", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 103, + 635, + 507, + 651 + ], + "spans": [ + { + "bbox": [ + 103, + 635, + 129, + 651 + ], + "score": 1.0, + "content": "pairs", + "type": "text" + }, + { + "bbox": [ + 129, + 637, + 192, + 649 + ], + "score": 0.91, + "content": "( \\sigma , q ) \\in \\Sigma \\times Q", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 635, + 291, + 651 + ], + "score": 1.0, + "content": ".1 For example the point", + "type": "text" + }, + { + "bbox": [ + 292, + 637, + 391, + 649 + ], + "score": 0.91, + "content": "\\{ ( \\sigma ^ { \\prime } , q ^ { \\prime } , d ) \\} _ { \\sigma , q } \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 635, + 507, + 651 + ], + "score": 1.0, + "content": "encodes the machine which", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 647, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 162, + 660 + ], + "score": 1.0, + "content": "when it reads", + "type": "text" + }, + { + "bbox": [ + 162, + 650, + 169, + 658 + ], + "score": 0.79, + "content": "\\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 647, + 262, + 660 + ], + "score": 1.0, + "content": "under the head in state", + "type": "text" + }, + { + "bbox": [ + 262, + 650, + 268, + 659 + ], + "score": 0.8, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 647, + 296, + 660 + ], + "score": 1.0, + "content": "writes", + "type": "text" + }, + { + "bbox": [ + 296, + 649, + 306, + 658 + ], + "score": 0.85, + "content": "\\sigma ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 647, + 392, + 660 + ], + "score": 1.0, + "content": ", transitions into state", + "type": "text" + }, + { + "bbox": [ + 392, + 648, + 401, + 659 + ], + "score": 0.86, + "content": "q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 647, + 495, + 660 + ], + "score": 1.0, + "content": "and moves in direction", + "type": "text" + }, + { + "bbox": [ + 496, + 649, + 501, + 658 + ], + "score": 0.8, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 647, + 505, + 660 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 656, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 133, + 673 + ], + "score": 1.0, + "content": "Given", + "type": "text" + }, + { + "bbox": [ + 133, + 658, + 182, + 669 + ], + "score": 0.9, + "content": "w \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 656, + 197, + 673 + ], + "score": 1.0, + "content": "let", + "type": "text" + }, + { + "bbox": [ + 198, + 658, + 266, + 671 + ], + "score": 0.89, + "content": "\\operatorname { s t e p } ^ { t } ( x , w ) \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 656, + 426, + 673 + ], + "score": 1.0, + "content": "denote the contents of the state tape of", + "type": "text" + }, + { + "bbox": [ + 427, + 659, + 436, + 668 + ], + "score": 0.81, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 656, + 458, + 673 + ], + "score": 1.0, + "content": "after", + "type": "text" + }, + { + "bbox": [ + 459, + 660, + 464, + 668 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 656, + 506, + 673 + ], + "score": 1.0, + "content": "timesteps", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 669, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 367, + 682 + ], + "score": 1.0, + "content": "(of the simulated machine) when the work tape is initialised with", + "type": "text" + }, + { + "bbox": [ + 367, + 672, + 374, + 679 + ], + "score": 0.78, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 669, + 492, + 682 + ], + "score": 1.0, + "content": "and the description tape with", + "type": "text" + }, + { + "bbox": [ + 493, + 671, + 501, + 680 + ], + "score": 0.75, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 669, + 505, + 682 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43, + "bbox_fs": [ + 103, + 624, + 507, + 682 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 404, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 405, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 310, + 95 + ], + "score": 1.0, + "content": "There is a principled extension of this operation of", + "type": "text" + }, + { + "bbox": [ + 310, + 83, + 319, + 92 + ], + "score": 0.8, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 81, + 405, + 95 + ], + "score": 1.0, + "content": "to a smooth function", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 100, + 363, + 114 + ], + "lines": [ + { + "bbox": [ + 248, + 100, + 363, + 114 + ], + "spans": [ + { + "bbox": [ + 248, + 100, + 363, + 114 + ], + "score": 0.91, + "content": "\\Delta \\operatorname { s t e p } ^ { t } : { \\Sigma } ^ { * } \\times W \\longrightarrow \\Delta Q", + "type": "interline_equation", + "image_path": "5dea214bbab5e854e2798a1539cbdc71b497e31002b3bffddc549555d436dd43.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 248, + 100, + 363, + 114 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 120, + 505, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 504, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 504, + 133 + ], + "score": 1.0, + "content": "which propagates uncertainty about the symbols on the description tape to uncertainty about the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 131, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 389, + 144 + ], + "score": 1.0, + "content": "final state and we refer to this extension as the smooth relaxation of", + "type": "text" + }, + { + "bbox": [ + 390, + 132, + 399, + 142 + ], + "score": 0.81, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 131, + 505, + 144 + ], + "score": 1.0, + "content": ". The details are given in", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 142, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 505, + 155 + ], + "score": 1.0, + "content": "Appendix F but at an informal level the idea behind the relaxation is easy to understand: to sample", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 153, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 128, + 166 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 128, + 154, + 186, + 166 + ], + "score": 0.93, + "content": "\\Delta \\operatorname { s t e p } ^ { t } ( x , w )", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 153, + 216, + 166 + ], + "score": 1.0, + "content": "we run", + "type": "text" + }, + { + "bbox": [ + 216, + 154, + 225, + 164 + ], + "score": 0.72, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 153, + 271, + 166 + ], + "score": 1.0, + "content": "to simulate", + "type": "text" + }, + { + "bbox": [ + 272, + 155, + 277, + 164 + ], + "score": 0.76, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 153, + 506, + 166 + ], + "score": 1.0, + "content": "timesteps in such a way that whenever the UTM needs to", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 163, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 178 + ], + "score": 1.0, + "content": "“look at” an entry on the description tape we sample from the corresponding distribution specified", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 175, + 507, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 119, + 189 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 176, + 128, + 186 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 175, + 507, + 189 + ], + "score": 1.0, + "content": ".2 The significance of the particular smooth relaxation that we use is that its derivatives have a", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 187, + 309, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 284, + 200 + ], + "score": 1.0, + "content": "logical interpretation (Clift & Murfet, 2018,", + "type": "text" + }, + { + "bbox": [ + 284, + 187, + 303, + 199 + ], + "score": 0.73, + "content": "\\ S 7 . 1 \\ r _ { . }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 187, + 309, + 200 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 108, + 204, + 264, + 215 + ], + "lines": [ + { + "bbox": [ + 106, + 203, + 266, + 216 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 266, + 216 + ], + "score": 1.0, + "content": "The class of models that we consider is", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 250, + 221, + 361, + 236 + ], + "lines": [ + { + "bbox": [ + 250, + 221, + 361, + 236 + ], + "spans": [ + { + "bbox": [ + 250, + 221, + 361, + 236 + ], + "score": 0.92, + "content": "p ( y | x , w ) = \\Delta \\mathrm { s t e p } ^ { t } ( x , w )", + "type": "interline_equation", + "image_path": "c3fa021dbc6482a3b52d76502708359b0457132f60210ddd4277aecba15a00c3.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 250, + 221, + 361, + 236 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 242, + 505, + 276 + ], + "lines": [ + { + "bbox": [ + 106, + 242, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 133, + 254 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 244, + 138, + 252 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 242, + 425, + 254 + ], + "score": 1.0, + "content": "is fixed for simplicity in this paper. More generally we could also view", + "type": "text" + }, + { + "bbox": [ + 425, + 245, + 432, + 252 + ], + "score": 0.73, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 242, + 506, + 254 + ], + "score": 1.0, + "content": "as consisting of a", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 253, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 352, + 265 + ], + "score": 1.0, + "content": "sequence and a timeout, as is done in (Clift & Murfet, 2018,", + "type": "text" + }, + { + "bbox": [ + 352, + 253, + 373, + 265 + ], + "score": 0.59, + "content": "\\ S 7 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 253, + 505, + 265 + ], + "score": 1.0, + "content": ". The construction of this model", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 264, + 215, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 215, + 277 + ], + "score": 1.0, + "content": "is summarised in Figure 1.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "image", + "bbox": [ + 147, + 290, + 463, + 406 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 147, + 290, + 463, + 406 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 147, + 290, + 463, + 406 + ], + "spans": [ + { + "bbox": [ + 147, + 290, + 463, + 406 + ], + "score": 0.966, + "type": "image", + "image_path": "4a6eaec4d0956e25ce7728bf29fb6ddeee2cacf5f806fd63f0d36ae211bc6fec.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 147, + 290, + 463, + 328.6666666666667 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 147, + 328.6666666666667, + 463, + 367.33333333333337 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 147, + 367.33333333333337, + 463, + 406.00000000000006 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 423, + 505, + 468 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 424, + 504, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 193, + 435 + ], + "score": 1.0, + "content": "Figure 1: The state of", + "type": "text" + }, + { + "bbox": [ + 194, + 424, + 202, + 433 + ], + "score": 0.63, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 424, + 504, + 435 + ], + "score": 1.0, + "content": "is represented by the state of the work tape, state tape and description (code)", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 307, + 447 + ], + "score": 1.0, + "content": "tape. The work tape is initialised with a sequence", + "type": "text" + }, + { + "bbox": [ + 307, + 435, + 339, + 445 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 435, + 418, + 447 + ], + "score": 1.0, + "content": ", the code tape with", + "type": "text" + }, + { + "bbox": [ + 419, + 435, + 451, + 445 + ], + "score": 0.91, + "content": "w \\in W", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 435, + 505, + 447 + ], + "score": 1.0, + "content": "and the state", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 446, + 504, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 346, + 457 + ], + "score": 1.0, + "content": "tape with some standard initial state, the smooth relaxation", + "type": "text" + }, + { + "bbox": [ + 346, + 446, + 356, + 455 + ], + "score": 0.8, + "content": "\\Delta", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 446, + 498, + 457 + ], + "score": 1.0, + "content": "step of the pseudo-UTM is run for", + "type": "text" + }, + { + "bbox": [ + 499, + 446, + 504, + 455 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 456, + 339, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 329, + 470 + ], + "score": 1.0, + "content": "steps and the final probability distribution over states is", + "type": "text" + }, + { + "bbox": [ + 329, + 459, + 335, + 468 + ], + "score": 0.79, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 456, + 339, + 470 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + } + ], + "index": 16.75 + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 505, + 514 + ], + "lines": [ + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 350, + 493 + ], + "score": 1.0, + "content": "Definition 2.1 (Synthesis problem). A synthesis problem for", + "type": "text" + }, + { + "bbox": [ + 351, + 481, + 359, + 490 + ], + "score": 0.76, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 479, + 505, + 493 + ], + "score": 1.0, + "content": "consists of a probability distribution", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 107, + 490, + 504, + 505 + ], + "spans": [ + { + "bbox": [ + 107, + 491, + 135, + 503 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 490, + 158, + 505 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 158, + 492, + 191, + 502 + ], + "score": 0.91, + "content": "\\Sigma ^ { * } \\times Q", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 490, + 444, + 505 + ], + "score": 1.0, + "content": ". We say that the synthesis problem is deterministic if there is", + "type": "text" + }, + { + "bbox": [ + 444, + 491, + 504, + 503 + ], + "score": 0.91, + "content": "f : \\Sigma ^ { * } \\longrightarrow Q", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 502, + 285, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 145, + 514 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 145, + 502, + 223, + 515 + ], + "score": 0.92, + "content": "q ( y = f ( x ) | x ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 502, + 250, + 514 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 251, + 503, + 281, + 513 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 502, + 285, + 514 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 518, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 211, + 532 + ], + "score": 1.0, + "content": "Definition 2.2. The triple", + "type": "text" + }, + { + "bbox": [ + 212, + 518, + 245, + 530 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 517, + 436, + 532 + ], + "score": 1.0, + "content": "associated to a synthesis problem is the model", + "type": "text" + }, + { + "bbox": [ + 436, + 520, + 443, + 529 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 517, + 506, + 532 + ], + "score": 1.0, + "content": "of (5) together", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 209, + 542 + ], + "score": 1.0, + "content": "with the true distribution", + "type": "text" + }, + { + "bbox": [ + 209, + 531, + 216, + 540 + ], + "score": 0.81, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 528, + 292, + 542 + ], + "score": 1.0, + "content": "and uniform prior", + "type": "text" + }, + { + "bbox": [ + 292, + 531, + 300, + 540 + ], + "score": 0.82, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 528, + 397, + 542 + ], + "score": 1.0, + "content": "on the parameter space", + "type": "text" + }, + { + "bbox": [ + 398, + 529, + 410, + 539 + ], + "score": 0.67, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 528, + 506, + 542 + ], + "score": 1.0, + "content": ". The Kullback-Leibler", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 142, + 552 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 540, + 168, + 551 + ], + "score": 0.94, + "content": "K ( w )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "of the synthesis problem is defined by (1) and a solution to the synthesis problem is", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 550, + 354, + 563 + ], + "spans": [ + { + "bbox": [ + 104, + 550, + 147, + 563 + ], + "score": 1.0, + "content": "a point of", + "type": "text" + }, + { + "bbox": [ + 147, + 552, + 162, + 562 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 550, + 298, + 563 + ], + "score": 1.0, + "content": ". A classical solution is a point of", + "type": "text" + }, + { + "bbox": [ + 298, + 551, + 351, + 562 + ], + "score": 0.91, + "content": "W _ { 0 } \\cap W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 550, + 354, + 563 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 121, + 585 + ], + "score": 1.0, + "content": "As", + "type": "text" + }, + { + "bbox": [ + 121, + 572, + 154, + 583 + ], + "score": 0.92, + "content": "\\Delta \\mathrm { s t e p } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 571, + 262, + 585 + ], + "score": 1.0, + "content": "is a polynomial function,", + "type": "text" + }, + { + "bbox": [ + 262, + 573, + 273, + 582 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 571, + 349, + 585 + ], + "score": 1.0, + "content": "is analytic and so", + "type": "text" + }, + { + "bbox": [ + 350, + 573, + 365, + 583 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 571, + 506, + 585 + ], + "score": 1.0, + "content": "is a semi-analytic space (it is cut", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 582, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 229, + 597 + ], + "score": 1.0, + "content": "out of the semi-analytic space", + "type": "text" + }, + { + "bbox": [ + 229, + 583, + 241, + 594 + ], + "score": 0.58, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 582, + 322, + 597 + ], + "score": 1.0, + "content": "by the vanishing of", + "type": "text" + }, + { + "bbox": [ + 323, + 584, + 334, + 594 + ], + "score": 0.76, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 582, + 506, + 597 + ], + "score": 1.0, + "content": "). If the synthesis problem is deterministic", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 124, + 607 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 594, + 144, + 606 + ], + "score": 0.92, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 594, + 290, + 607 + ], + "score": 1.0, + "content": "is uniform on some finite subset of", + "type": "text" + }, + { + "bbox": [ + 291, + 595, + 303, + 605 + ], + "score": 0.87, + "content": "\\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 594, + 326, + 607 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 326, + 595, + 341, + 606 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 594, + 479, + 607 + ], + "score": 1.0, + "content": "is semi-algebraic (it is cut out of", + "type": "text" + }, + { + "bbox": [ + 479, + 595, + 491, + 605 + ], + "score": 0.45, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 432, + 618 + ], + "score": 1.0, + "content": "polynomial equations) and all solutions lie at the boundary of the parameter space", + "type": "text" + }, + { + "bbox": [ + 432, + 605, + 444, + 615 + ], + "score": 0.63, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "(Appendix D).", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 616, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 188, + 629 + ], + "score": 1.0, + "content": "However in general", + "type": "text" + }, + { + "bbox": [ + 189, + 617, + 204, + 627 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 616, + 409, + 629 + ], + "score": 1.0, + "content": "is only semi-analytic and intersects the interior of", + "type": "text" + }, + { + "bbox": [ + 410, + 617, + 421, + 626 + ], + "score": 0.73, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 616, + 506, + 629 + ], + "score": 1.0, + "content": "(Example C.2). We", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 627, + 457, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 156, + 640 + ], + "score": 1.0, + "content": "assume that", + "type": "text" + }, + { + "bbox": [ + 156, + 627, + 183, + 639 + ], + "score": 0.92, + "content": "{ \\bar { q } } ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 627, + 312, + 640 + ], + "score": 1.0, + "content": "is realisable that is, there exists", + "type": "text" + }, + { + "bbox": [ + 312, + 627, + 348, + 639 + ], + "score": 0.92, + "content": "w _ { 0 } \\in W", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 627, + 369, + 640 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 370, + 627, + 452, + 639 + ], + "score": 0.93, + "content": "q ( y | x ) = p ( y | x , w _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 627, + 457, + 640 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 644, + 505, + 710 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 504, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 140, + 657 + ], + "score": 1.0, + "content": "A triple", + "type": "text" + }, + { + "bbox": [ + 140, + 644, + 173, + 656 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 642, + 392, + 657 + ], + "score": 1.0, + "content": "is regular if the model is identifiable, ie. for all inputs", + "type": "text" + }, + { + "bbox": [ + 392, + 644, + 423, + 654 + ], + "score": 0.91, + "content": "x \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 642, + 495, + 657 + ], + "score": 1.0, + "content": ", the map sending", + "type": "text" + }, + { + "bbox": [ + 495, + 646, + 504, + 654 + ], + "score": 0.64, + "content": "w", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 272, + 668 + ], + "score": 1.0, + "content": "to the conditional probability distribution", + "type": "text" + }, + { + "bbox": [ + 272, + 655, + 311, + 667 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "is one-to-one, and the Fisher information matrix", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 472, + 679 + ], + "score": 1.0, + "content": "is non-degenerate. Otherwise, the learning machine is strictly singular (Watanabe, 2009,", + "type": "text" + }, + { + "bbox": [ + 473, + 666, + 500, + 678 + ], + "score": 0.74, + "content": "\\ S 1 . 2 . 1 ", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 666, + 505, + 679 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "Triples arising from synthesis problems are typically singular: in Example 2.5 below we show an", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 285, + 701 + ], + "score": 1.0, + "content": "explicit example where multiple parameters", + "type": "text" + }, + { + "bbox": [ + 286, + 690, + 294, + 698 + ], + "score": 0.73, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 688, + 506, + 701 + ], + "score": 1.0, + "content": "determine the same model, and in Example C.2 we", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 104, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 698, + 258, + 712 + ], + "score": 1.0, + "content": "give an example where the Hessian of", + "type": "text" + }, + { + "bbox": [ + 259, + 700, + 268, + 708 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 698, + 384, + 712 + ], + "score": 1.0, + "content": "is degenerate everywhere on", + "type": "text" + }, + { + "bbox": [ + 385, + 699, + 399, + 710 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "(Watanabe, 2009, §1.1.3).", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 116, + 721, + 449, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 719, + 451, + 734 + ], + "spans": [ + { + "bbox": [ + 118, + 719, + 451, + 734 + ], + "score": 1.0, + "content": "2Noting that this sampling procedure is repeated every time the UTM looks at a given entry.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + }, + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 404, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 405, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 310, + 95 + ], + "score": 1.0, + "content": "There is a principled extension of this operation of", + "type": "text" + }, + { + "bbox": [ + 310, + 83, + 319, + 92 + ], + "score": 0.8, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 81, + 405, + 95 + ], + "score": 1.0, + "content": "to a smooth function", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 405, + 95 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 248, + 100, + 363, + 114 + ], + "lines": [ + { + "bbox": [ + 248, + 100, + 363, + 114 + ], + "spans": [ + { + "bbox": [ + 248, + 100, + 363, + 114 + ], + "score": 0.91, + "content": "\\Delta \\operatorname { s t e p } ^ { t } : { \\Sigma } ^ { * } \\times W \\longrightarrow \\Delta Q", + "type": "interline_equation", + "image_path": "5dea214bbab5e854e2798a1539cbdc71b497e31002b3bffddc549555d436dd43.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 248, + 100, + 363, + 114 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 120, + 505, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 122, + 504, + 133 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 504, + 133 + ], + "score": 1.0, + "content": "which propagates uncertainty about the symbols on the description tape to uncertainty about the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 131, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 389, + 144 + ], + "score": 1.0, + "content": "final state and we refer to this extension as the smooth relaxation of", + "type": "text" + }, + { + "bbox": [ + 390, + 132, + 399, + 142 + ], + "score": 0.81, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 131, + 505, + 144 + ], + "score": 1.0, + "content": ". The details are given in", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 142, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 505, + 155 + ], + "score": 1.0, + "content": "Appendix F but at an informal level the idea behind the relaxation is easy to understand: to sample", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 153, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 128, + 166 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 128, + 154, + 186, + 166 + ], + "score": 0.93, + "content": "\\Delta \\operatorname { s t e p } ^ { t } ( x , w )", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 153, + 216, + 166 + ], + "score": 1.0, + "content": "we run", + "type": "text" + }, + { + "bbox": [ + 216, + 154, + 225, + 164 + ], + "score": 0.72, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 153, + 271, + 166 + ], + "score": 1.0, + "content": "to simulate", + "type": "text" + }, + { + "bbox": [ + 272, + 155, + 277, + 164 + ], + "score": 0.76, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 153, + 506, + 166 + ], + "score": 1.0, + "content": "timesteps in such a way that whenever the UTM needs to", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 163, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 506, + 178 + ], + "score": 1.0, + "content": "“look at” an entry on the description tape we sample from the corresponding distribution specified", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 175, + 507, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 119, + 189 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 176, + 128, + 186 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 175, + 507, + 189 + ], + "score": 1.0, + "content": ".2 The significance of the particular smooth relaxation that we use is that its derivatives have a", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 187, + 309, + 200 + ], + "spans": [ + { + "bbox": [ + 106, + 187, + 284, + 200 + ], + "score": 1.0, + "content": "logical interpretation (Clift & Murfet, 2018,", + "type": "text" + }, + { + "bbox": [ + 284, + 187, + 303, + 199 + ], + "score": 0.73, + "content": "\\ S 7 . 1 \\ r _ { . }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 187, + 309, + 200 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 122, + 507, + 200 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 204, + 264, + 215 + ], + "lines": [ + { + "bbox": [ + 106, + 203, + 266, + 216 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 266, + 216 + ], + "score": 1.0, + "content": "The class of models that we consider is", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 203, + 266, + 216 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 250, + 221, + 361, + 236 + ], + "lines": [ + { + "bbox": [ + 250, + 221, + 361, + 236 + ], + "spans": [ + { + "bbox": [ + 250, + 221, + 361, + 236 + ], + "score": 0.92, + "content": "p ( y | x , w ) = \\Delta \\mathrm { s t e p } ^ { t } ( x , w )", + "type": "interline_equation", + "image_path": "c3fa021dbc6482a3b52d76502708359b0457132f60210ddd4277aecba15a00c3.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 250, + 221, + 361, + 236 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 242, + 505, + 276 + ], + "lines": [ + { + "bbox": [ + 106, + 242, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 242, + 133, + 254 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 244, + 138, + 252 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 242, + 425, + 254 + ], + "score": 1.0, + "content": "is fixed for simplicity in this paper. More generally we could also view", + "type": "text" + }, + { + "bbox": [ + 425, + 245, + 432, + 252 + ], + "score": 0.73, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 242, + 506, + 254 + ], + "score": 1.0, + "content": "as consisting of a", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 253, + 505, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 352, + 265 + ], + "score": 1.0, + "content": "sequence and a timeout, as is done in (Clift & Murfet, 2018,", + "type": "text" + }, + { + "bbox": [ + 352, + 253, + 373, + 265 + ], + "score": 0.59, + "content": "\\ S 7 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 253, + 505, + 265 + ], + "score": 1.0, + "content": ". The construction of this model", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 264, + 215, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 215, + 277 + ], + "score": 1.0, + "content": "is summarised in Figure 1.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 242, + 506, + 277 + ] + }, + { + "type": "image", + "bbox": [ + 147, + 290, + 463, + 406 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 147, + 290, + 463, + 406 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 147, + 290, + 463, + 406 + ], + "spans": [ + { + "bbox": [ + 147, + 290, + 463, + 406 + ], + "score": 0.966, + "type": "image", + "image_path": "4a6eaec4d0956e25ce7728bf29fb6ddeee2cacf5f806fd63f0d36ae211bc6fec.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 147, + 290, + 463, + 328.6666666666667 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 147, + 328.6666666666667, + 463, + 367.33333333333337 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 147, + 367.33333333333337, + 463, + 406.00000000000006 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 423, + 505, + 468 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 424, + 504, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 193, + 435 + ], + "score": 1.0, + "content": "Figure 1: The state of", + "type": "text" + }, + { + "bbox": [ + 194, + 424, + 202, + 433 + ], + "score": 0.63, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 424, + 504, + 435 + ], + "score": 1.0, + "content": "is represented by the state of the work tape, state tape and description (code)", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 435, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 307, + 447 + ], + "score": 1.0, + "content": "tape. The work tape is initialised with a sequence", + "type": "text" + }, + { + "bbox": [ + 307, + 435, + 339, + 445 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 435, + 418, + 447 + ], + "score": 1.0, + "content": ", the code tape with", + "type": "text" + }, + { + "bbox": [ + 419, + 435, + 451, + 445 + ], + "score": 0.91, + "content": "w \\in W", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 435, + 505, + 447 + ], + "score": 1.0, + "content": "and the state", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 446, + 504, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 346, + 457 + ], + "score": 1.0, + "content": "tape with some standard initial state, the smooth relaxation", + "type": "text" + }, + { + "bbox": [ + 346, + 446, + 356, + 455 + ], + "score": 0.8, + "content": "\\Delta", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 446, + 498, + 457 + ], + "score": 1.0, + "content": "step of the pseudo-UTM is run for", + "type": "text" + }, + { + "bbox": [ + 499, + 446, + 504, + 455 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 456, + 339, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 329, + 470 + ], + "score": 1.0, + "content": "steps and the final probability distribution over states is", + "type": "text" + }, + { + "bbox": [ + 329, + 459, + 335, + 468 + ], + "score": 0.79, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 456, + 339, + 470 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + } + ], + "index": 16.75 + }, + { + "type": "text", + "bbox": [ + 107, + 480, + 505, + 514 + ], + "lines": [ + { + "bbox": [ + 105, + 479, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 350, + 493 + ], + "score": 1.0, + "content": "Definition 2.1 (Synthesis problem). A synthesis problem for", + "type": "text" + }, + { + "bbox": [ + 351, + 481, + 359, + 490 + ], + "score": 0.76, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 479, + 505, + 493 + ], + "score": 1.0, + "content": "consists of a probability distribution", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 107, + 490, + 504, + 505 + ], + "spans": [ + { + "bbox": [ + 107, + 491, + 135, + 503 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 490, + 158, + 505 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 158, + 492, + 191, + 502 + ], + "score": 0.91, + "content": "\\Sigma ^ { * } \\times Q", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 490, + 444, + 505 + ], + "score": 1.0, + "content": ". We say that the synthesis problem is deterministic if there is", + "type": "text" + }, + { + "bbox": [ + 444, + 491, + 504, + 503 + ], + "score": 0.91, + "content": "f : \\Sigma ^ { * } \\longrightarrow Q", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 502, + 285, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 145, + 514 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 145, + 502, + 223, + 515 + ], + "score": 0.92, + "content": "q ( y = f ( x ) | x ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 502, + 250, + 514 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 251, + 503, + 281, + 513 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 502, + 285, + 514 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 479, + 505, + 515 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 518, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 211, + 532 + ], + "score": 1.0, + "content": "Definition 2.2. The triple", + "type": "text" + }, + { + "bbox": [ + 212, + 518, + 245, + 530 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 517, + 436, + 532 + ], + "score": 1.0, + "content": "associated to a synthesis problem is the model", + "type": "text" + }, + { + "bbox": [ + 436, + 520, + 443, + 529 + ], + "score": 0.79, + "content": "p", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 517, + 506, + 532 + ], + "score": 1.0, + "content": "of (5) together", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 209, + 542 + ], + "score": 1.0, + "content": "with the true distribution", + "type": "text" + }, + { + "bbox": [ + 209, + 531, + 216, + 540 + ], + "score": 0.81, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 528, + 292, + 542 + ], + "score": 1.0, + "content": "and uniform prior", + "type": "text" + }, + { + "bbox": [ + 292, + 531, + 300, + 540 + ], + "score": 0.82, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 528, + 397, + 542 + ], + "score": 1.0, + "content": "on the parameter space", + "type": "text" + }, + { + "bbox": [ + 398, + 529, + 410, + 539 + ], + "score": 0.67, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 528, + 506, + 542 + ], + "score": 1.0, + "content": ". The Kullback-Leibler", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 142, + 552 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 540, + 168, + 551 + ], + "score": 0.94, + "content": "K ( w )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "of the synthesis problem is defined by (1) and a solution to the synthesis problem is", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 550, + 354, + 563 + ], + "spans": [ + { + "bbox": [ + 104, + 550, + 147, + 563 + ], + "score": 1.0, + "content": "a point of", + "type": "text" + }, + { + "bbox": [ + 147, + 552, + 162, + 562 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 550, + 298, + 563 + ], + "score": 1.0, + "content": ". A classical solution is a point of", + "type": "text" + }, + { + "bbox": [ + 298, + 551, + 351, + 562 + ], + "score": 0.91, + "content": "W _ { 0 } \\cap W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 550, + 354, + 563 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 25.5, + "bbox_fs": [ + 104, + 517, + 506, + 563 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 572, + 505, + 639 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 121, + 585 + ], + "score": 1.0, + "content": "As", + "type": "text" + }, + { + "bbox": [ + 121, + 572, + 154, + 583 + ], + "score": 0.92, + "content": "\\Delta \\mathrm { s t e p } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 571, + 262, + 585 + ], + "score": 1.0, + "content": "is a polynomial function,", + "type": "text" + }, + { + "bbox": [ + 262, + 573, + 273, + 582 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 571, + 349, + 585 + ], + "score": 1.0, + "content": "is analytic and so", + "type": "text" + }, + { + "bbox": [ + 350, + 573, + 365, + 583 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 571, + 506, + 585 + ], + "score": 1.0, + "content": "is a semi-analytic space (it is cut", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 582, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 229, + 597 + ], + "score": 1.0, + "content": "out of the semi-analytic space", + "type": "text" + }, + { + "bbox": [ + 229, + 583, + 241, + 594 + ], + "score": 0.58, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 582, + 322, + 597 + ], + "score": 1.0, + "content": "by the vanishing of", + "type": "text" + }, + { + "bbox": [ + 323, + 584, + 334, + 594 + ], + "score": 0.76, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 582, + 506, + 597 + ], + "score": 1.0, + "content": "). If the synthesis problem is deterministic", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 594, + 505, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 124, + 607 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 594, + 144, + 606 + ], + "score": 0.92, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 594, + 290, + 607 + ], + "score": 1.0, + "content": "is uniform on some finite subset of", + "type": "text" + }, + { + "bbox": [ + 291, + 595, + 303, + 605 + ], + "score": 0.87, + "content": "\\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 594, + 326, + 607 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 326, + 595, + 341, + 606 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 594, + 479, + 607 + ], + "score": 1.0, + "content": "is semi-algebraic (it is cut out of", + "type": "text" + }, + { + "bbox": [ + 479, + 595, + 491, + 605 + ], + "score": 0.45, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 594, + 505, + 607 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 432, + 618 + ], + "score": 1.0, + "content": "polynomial equations) and all solutions lie at the boundary of the parameter space", + "type": "text" + }, + { + "bbox": [ + 432, + 605, + 444, + 615 + ], + "score": 0.63, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "(Appendix D).", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 616, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 188, + 629 + ], + "score": 1.0, + "content": "However in general", + "type": "text" + }, + { + "bbox": [ + 189, + 617, + 204, + 627 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 616, + 409, + 629 + ], + "score": 1.0, + "content": "is only semi-analytic and intersects the interior of", + "type": "text" + }, + { + "bbox": [ + 410, + 617, + 421, + 626 + ], + "score": 0.73, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 616, + 506, + 629 + ], + "score": 1.0, + "content": "(Example C.2). We", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 627, + 457, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 156, + 640 + ], + "score": 1.0, + "content": "assume that", + "type": "text" + }, + { + "bbox": [ + 156, + 627, + 183, + 639 + ], + "score": 0.92, + "content": "{ \\bar { q } } ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 627, + 312, + 640 + ], + "score": 1.0, + "content": "is realisable that is, there exists", + "type": "text" + }, + { + "bbox": [ + 312, + 627, + 348, + 639 + ], + "score": 0.92, + "content": "w _ { 0 } \\in W", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 627, + 369, + 640 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 370, + 627, + 452, + 639 + ], + "score": 0.93, + "content": "q ( y | x ) = p ( y | x , w _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 627, + 457, + 640 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 571, + 506, + 640 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 644, + 505, + 710 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 504, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 140, + 657 + ], + "score": 1.0, + "content": "A triple", + "type": "text" + }, + { + "bbox": [ + 140, + 644, + 173, + 656 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 642, + 392, + 657 + ], + "score": 1.0, + "content": "is regular if the model is identifiable, ie. for all inputs", + "type": "text" + }, + { + "bbox": [ + 392, + 644, + 423, + 654 + ], + "score": 0.91, + "content": "x \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 642, + 495, + 657 + ], + "score": 1.0, + "content": ", the map sending", + "type": "text" + }, + { + "bbox": [ + 495, + 646, + 504, + 654 + ], + "score": 0.64, + "content": "w", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 272, + 668 + ], + "score": 1.0, + "content": "to the conditional probability distribution", + "type": "text" + }, + { + "bbox": [ + 272, + 655, + 311, + 667 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "is one-to-one, and the Fisher information matrix", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 666, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 472, + 679 + ], + "score": 1.0, + "content": "is non-degenerate. Otherwise, the learning machine is strictly singular (Watanabe, 2009,", + "type": "text" + }, + { + "bbox": [ + 473, + 666, + 500, + 678 + ], + "score": 0.74, + "content": "\\ S 1 . 2 . 1 ", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 666, + 505, + 679 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "Triples arising from synthesis problems are typically singular: in Example 2.5 below we show an", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 285, + 701 + ], + "score": 1.0, + "content": "explicit example where multiple parameters", + "type": "text" + }, + { + "bbox": [ + 286, + 690, + 294, + 698 + ], + "score": 0.73, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 688, + 506, + 701 + ], + "score": 1.0, + "content": "determine the same model, and in Example C.2 we", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 104, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 104, + 698, + 258, + 712 + ], + "score": 1.0, + "content": "give an example where the Hessian of", + "type": "text" + }, + { + "bbox": [ + 259, + 700, + 268, + 708 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 698, + 384, + 712 + ], + "score": 1.0, + "content": "is degenerate everywhere on", + "type": "text" + }, + { + "bbox": [ + 385, + 699, + 399, + 710 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "(Watanabe, 2009, §1.1.3).", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5, + "bbox_fs": [ + 104, + 642, + 506, + 712 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Remark 2.3. Non-deterministic synthesis problems arise naturally in various contexts, for example", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "in the fitting of algorithms to the behaviour of deep reinforcement learning agents. Suppose an agent", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 344, + 117 + ], + "score": 1.0, + "content": "is acting in an environment with starting states encoded by", + "type": "text" + }, + { + "bbox": [ + 345, + 105, + 376, + 115 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "and possible episode end states", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 119, + 128 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 116, + 147, + 127 + ], + "score": 0.91, + "content": "y \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 115, + 445, + 128 + ], + "score": 1.0, + "content": ". Even if the optimal policy is known to determine a computable function", + "type": "text" + }, + { + "bbox": [ + 445, + 115, + 489, + 126 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\longrightarrow Q", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 504, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 453, + 139 + ], + "score": 1.0, + "content": "statistics of the observed behaviour after finite training time will only provide a function", + "type": "text" + }, + { + "bbox": [ + 453, + 127, + 504, + 138 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\longrightarrow \\Delta Q", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 495, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 495, + 149 + ], + "score": 1.0, + "content": "and if we wish to fit algorithms to behaviour it makes sense to deal with this uncertainty directly.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 152, + 505, + 186 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 504, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 185, + 165 + ], + "score": 1.0, + "content": "Definition 2.4. Let", + "type": "text" + }, + { + "bbox": [ + 185, + 152, + 219, + 164 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 151, + 504, + 165 + ], + "score": 1.0, + "content": "be the triple associated to a synthesis problem. The Real Log Canon-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 163, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 203, + 176 + ], + "score": 1.0, + "content": "ical Threshold (RLCT)", + "type": "text" + }, + { + "bbox": [ + 203, + 164, + 210, + 173 + ], + "score": 0.69, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 163, + 387, + 176 + ], + "score": 1.0, + "content": "of the synthesis problem is defined so that", + "type": "text" + }, + { + "bbox": [ + 388, + 164, + 402, + 174 + ], + "score": 0.85, + "content": "- \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 163, + 505, + 176 + ], + "score": 1.0, + "content": "is the largest pole of the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 174, + 452, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 174, + 344, + 187 + ], + "score": 1.0, + "content": "meromorphic extension (Atiyah, 1970) of the zeta function", + "type": "text" + }, + { + "bbox": [ + 344, + 174, + 448, + 187 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\zeta ( z ) = \\int K ( w ) ^ { z } \\varphi ( w ) \\hat { d w } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 174, + 452, + 187 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 194, + 505, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 195, + 506, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 195, + 255, + 208 + ], + "score": 1.0, + "content": "The more singular the analytic space", + "type": "text" + }, + { + "bbox": [ + 255, + 195, + 270, + 207 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 195, + 506, + 208 + ], + "score": 1.0, + "content": "of solutions is, the smaller the RLCT. One way to think of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 207, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 375, + 218 + ], + "score": 1.0, + "content": "the RLCT is as a count of the effective number of parameters near", + "type": "text" + }, + { + "bbox": [ + 375, + 207, + 390, + 217 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 207, + 475, + 218 + ], + "score": 1.0, + "content": "(Murfet et al., 2020,", + "type": "text" + }, + { + "bbox": [ + 475, + 207, + 487, + 218 + ], + "score": 0.26, + "content": "\\ S 4", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 207, + 505, + 218 + ], + "score": 1.0, + "content": "). In", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "Section 3 we relate the RLCT to Kolmogorov complexity and in Section 5 we estimate the RLCT of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 228, + 471, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 471, + 241 + ], + "score": 1.0, + "content": "the synthesis problem detectA given below, using the method explained in Appendix A.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 243, + 505, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 433, + 255 + ], + "score": 1.0, + "content": "Example 2.5 (detectA). The deterministic synthesis problem detectA has", + "type": "text" + }, + { + "bbox": [ + 433, + 243, + 501, + 255 + ], + "score": 0.92, + "content": "\\Sigma = \\{ \\boxed \\} , A , B \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 242, + 506, + 255 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 254, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 107, + 254, + 196, + 266 + ], + "score": 0.9, + "content": "Q = \\{ { \\mathrm { r e j e c t } } , { \\mathrm { a c c e p t } } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 254, + 214, + 267 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 214, + 254, + 242, + 266 + ], + "score": 0.94, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 254, + 434, + 267 + ], + "score": 1.0, + "content": "is determined by the function taking in a string", + "type": "text" + }, + { + "bbox": [ + 434, + 257, + 442, + 264 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 254, + 454, + 267 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 454, + 255, + 463, + 264 + ], + "score": 0.79, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 254, + 488, + 267 + ], + "score": 1.0, + "content": "’s and", + "type": "text" + }, + { + "bbox": [ + 488, + 255, + 497, + 264 + ], + "score": 0.8, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 497, + 254, + 506, + 267 + ], + "score": 1.0, + "content": "’s", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 322, + 277 + ], + "score": 1.0, + "content": "and returning the state accept if the string contains an", + "type": "text" + }, + { + "bbox": [ + 322, + 266, + 331, + 275 + ], + "score": 0.69, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 265, + 505, + 277 + ], + "score": 1.0, + "content": "and state reject otherwise. The conditional", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 276, + 476, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 173, + 289 + ], + "score": 1.0, + "content": "true distribution", + "type": "text" + }, + { + "bbox": [ + 173, + 276, + 200, + 288 + ], + "score": 0.93, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 276, + 476, + 289 + ], + "score": 1.0, + "content": "is realisable because this function is computed by a Turing machine.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 293, + 505, + 360 + ], + "lines": [ + { + "bbox": [ + 105, + 291, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 377, + 306 + ], + "score": 1.0, + "content": "Two solutions are shown in Figure 2. On the left is a parameter", + "type": "text" + }, + { + "bbox": [ + 377, + 292, + 456, + 305 + ], + "score": 0.91, + "content": "w _ { l } \\in \\ b { W } _ { 0 } \\setminus \\ b { W } ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 291, + 506, + 306 + ], + "score": 1.0, + "content": "and on the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 300, + 507, + 317 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 138, + 317 + ], + "score": 1.0, + "content": "right is", + "type": "text" + }, + { + "bbox": [ + 138, + 304, + 216, + 315 + ], + "score": 0.91, + "content": "w _ { r } \\in W _ { 0 } \\cap W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 300, + 335, + 317 + ], + "score": 1.0, + "content": ". Varying the distributions in", + "type": "text" + }, + { + "bbox": [ + 335, + 305, + 347, + 315 + ], + "score": 0.82, + "content": "w _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 300, + 507, + 317 + ], + "score": 1.0, + "content": "that have nonzero entropy we obtain a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 159, + 327 + ], + "score": 1.0, + "content": "submanifold", + "type": "text" + }, + { + "bbox": [ + 159, + 316, + 195, + 326 + ], + "score": 0.9, + "content": "V \\subseteq W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 315, + 241, + 327 + ], + "score": 1.0, + "content": "containing", + "type": "text" + }, + { + "bbox": [ + 241, + 317, + 253, + 326 + ], + "score": 0.78, + "content": "w _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 315, + 505, + 327 + ], + "score": 1.0, + "content": "of dimension 14. This leads by (Watanabe, 2009, Remark 7.3)", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 325, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 326, + 219, + 338 + ], + "score": 1.0, + "content": "to a bound on the RLCT of", + "type": "text" + }, + { + "bbox": [ + 219, + 325, + 306, + 339 + ], + "score": 0.92, + "content": "\\lambda \\le \\frac { 1 } { 2 } ( 3 0 - 1 4 ) = 8", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 326, + 505, + 338 + ], + "score": 1.0, + "content": "which is consistent with the experimental results", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 336, + 504, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 488, + 350 + ], + "score": 1.0, + "content": "in Table 1. This highlights that solutions need not lie at vertices of the probability simplex, and", + "type": "text" + }, + { + "bbox": [ + 489, + 337, + 504, + 348 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 348, + 424, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 424, + 361 + ], + "score": 1.0, + "content": "may contain a high-dimensional submanifold around a given classical solution.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5 + }, + { + "type": "image", + "bbox": [ + 117, + 371, + 492, + 463 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 117, + 371, + 492, + 463 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 371, + 492, + 463 + ], + "spans": [ + { + "bbox": [ + 117, + 371, + 492, + 463 + ], + "score": 0.968, + "type": "image", + "image_path": "94e2cb3be00f1414e5f172ce0b09cdea4b00fe6fbc48f36b360a03838c63cdbb.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 117, + 371, + 492, + 401.6666666666667 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 117, + 401.6666666666667, + 492, + 432.33333333333337 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 117, + 432.33333333333337, + 492, + 463.00000000000006 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 147, + 473, + 462, + 486 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 147, + 471, + 464, + 488 + ], + "spans": [ + { + "bbox": [ + 147, + 471, + 464, + 488 + ], + "score": 1.0, + "content": "Figure 2: Visualisation of two solutions for the synthesis problem detectA .", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + } + ], + "index": 25.0 + }, + { + "type": "title", + "bbox": [ + 107, + 505, + 243, + 517 + ], + "lines": [ + { + "bbox": [ + 105, + 504, + 244, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 244, + 519 + ], + "score": 1.0, + "content": "2.1 THE SYNTHESIS PROCESS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 526, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 526, + 506, + 539 + ], + "score": 1.0, + "content": "Synthesis is a problem because we do not assume that the true distribution is known: for example, if", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 107, + 537, + 134, + 550 + ], + "score": 0.91, + "content": "q { \\dot { ( } } y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 537, + 320, + 550 + ], + "score": 1.0, + "content": "is deterministic and the associated function is", + "type": "text" + }, + { + "bbox": [ + 320, + 538, + 378, + 549 + ], + "score": 0.91, + "content": "f : \\Sigma ^ { * } \\longrightarrow Q", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 537, + 505, + 550 + ], + "score": 1.0, + "content": ", we assume that some example", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 547, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 129, + 561 + ], + "score": 1.0, + "content": "pairs", + "type": "text" + }, + { + "bbox": [ + 129, + 549, + 167, + 560 + ], + "score": 0.92, + "content": "( x , f ( x ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 547, + 373, + 561 + ], + "score": 1.0, + "content": "are known but no general algorithm for computing", + "type": "text" + }, + { + "bbox": [ + 374, + 549, + 381, + 560 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 547, + 505, + 561 + ], + "score": 1.0, + "content": "is known (if it were, synthesis", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 555, + 504, + 576 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 423, + 576 + ], + "score": 1.0, + "content": "would have already been performed). In practice synthesis starts with a sample", + "type": "text" + }, + { + "bbox": [ + 423, + 559, + 504, + 572 + ], + "score": 0.93, + "content": "D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 568, + 370, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 128, + 584 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 129, + 570, + 157, + 582 + ], + "score": 0.93, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 568, + 370, + 584 + ], + "score": 1.0, + "content": "with associated empirical Kullback-Leibler distance", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 587, + 374, + 620 + ], + "lines": [ + { + "bbox": [ + 237, + 587, + 374, + 620 + ], + "spans": [ + { + "bbox": [ + 237, + 587, + 374, + 620 + ], + "score": 0.95, + "content": "K _ { n } ( w ) = \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log \\frac { q ( y _ { i } | x _ { i } ) } { p ( y _ { i } | x _ { i } , w ) } .", + "type": "interline_equation", + "image_path": "7d14e8fbfe73c032c6de880f843e24e7d2034b028aec0b312f8aaa04795f064c.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 587, + 374, + 603.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 237, + 603.5, + 374, + 620.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 626, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 104, + 624, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 104, + 624, + 288, + 640 + ], + "score": 1.0, + "content": "If the synthesis problem is deterministic and", + "type": "text" + }, + { + "bbox": [ + 288, + 626, + 334, + 637 + ], + "score": 0.91, + "content": "u \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 624, + 356, + 640 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 356, + 627, + 404, + 639 + ], + "score": 0.93, + "content": "K _ { n } ( u ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 624, + 461, + 640 + ], + "score": 1.0, + "content": "if and only if", + "type": "text" + }, + { + "bbox": [ + 461, + 629, + 468, + 637 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 624, + 505, + 640 + ], + "score": 1.0, + "content": "explains", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 211, + 650 + ], + "score": 1.0, + "content": "the data in the sense that", + "type": "text" + }, + { + "bbox": [ + 212, + 638, + 284, + 650 + ], + "score": 0.91, + "content": "\\operatorname { s t e p } ^ { t } ( x _ { i } , u ) = y _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 637, + 301, + 650 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 302, + 639, + 349, + 649 + ], + "score": 0.9, + "content": "1 \\leq i \\leq n", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 637, + 506, + 650 + ], + "score": 1.0, + "content": ". We now review two natural ways of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 647, + 338, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 338, + 663 + ], + "score": 1.0, + "content": "finding such solutions in the context of machine learning.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "Synthesis by stochastic gradient descent (SGD). The first approach is to view the process of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 104, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 677, + 368, + 690 + ], + "score": 1.0, + "content": "program synthesis as stochastic gradient descent for the function", + "type": "text" + }, + { + "bbox": [ + 369, + 677, + 428, + 687 + ], + "score": 0.9, + "content": "K : W \\longrightarrow \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 677, + 470, + 690 + ], + "score": 1.0, + "content": ". We view", + "type": "text" + }, + { + "bbox": [ + 471, + 677, + 486, + 688 + ], + "score": 0.89, + "content": "D _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "as a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 286, + 700 + ], + "score": 1.0, + "content": "large training set and further sample subsets", + "type": "text" + }, + { + "bbox": [ + 286, + 688, + 303, + 699 + ], + "score": 0.89, + "content": "D _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 687, + 325, + 700 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 325, + 689, + 357, + 698 + ], + "score": 0.87, + "content": "m \\ll n", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 687, + 413, + 700 + ], + "score": 1.0, + "content": "and compute", + "type": "text" + }, + { + "bbox": [ + 413, + 688, + 438, + 699 + ], + "score": 0.91, + "content": "\\nabla K _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "to take gradient", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 162, + 712 + ], + "score": 1.0, + "content": "descent steps", + "type": "text" + }, + { + "bbox": [ + 162, + 699, + 270, + 711 + ], + "score": 0.9, + "content": "w _ { i + 1 } = w _ { i } - \\eta \\nabla K _ { m } ( w _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 698, + 364, + 712 + ], + "score": 1.0, + "content": "for some learning rate", + "type": "text" + }, + { + "bbox": [ + 365, + 701, + 371, + 710 + ], + "score": 0.8, + "content": "\\eta", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 698, + 506, + 712 + ], + "score": 1.0, + "content": ". Stochastic gradient descent has", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 413, + 722 + ], + "score": 1.0, + "content": "the advantage (in principle) of scaling to high-dimensional parameter spaces", + "type": "text" + }, + { + "bbox": [ + 413, + 710, + 425, + 720 + ], + "score": 0.74, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 709, + 506, + 722 + ], + "score": 1.0, + "content": ", but in practice it is", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 720, + 414, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 315, + 733 + ], + "score": 1.0, + "content": "challenging to use gradient descent to find points of", + "type": "text" + }, + { + "bbox": [ + 315, + 721, + 330, + 732 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 720, + 414, + 733 + ], + "score": 1.0, + "content": "(Gaunt et al., 2016).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Remark 2.3. Non-deterministic synthesis problems arise naturally in various contexts, for example", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "in the fitting of algorithms to the behaviour of deep reinforcement learning agents. Suppose an agent", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 344, + 117 + ], + "score": 1.0, + "content": "is acting in an environment with starting states encoded by", + "type": "text" + }, + { + "bbox": [ + 345, + 105, + 376, + 115 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "and possible episode end states", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 119, + 128 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 116, + 147, + 127 + ], + "score": 0.91, + "content": "y \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 115, + 445, + 128 + ], + "score": 1.0, + "content": ". Even if the optimal policy is known to determine a computable function", + "type": "text" + }, + { + "bbox": [ + 445, + 115, + 489, + 126 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\longrightarrow Q", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 126, + 504, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 453, + 139 + ], + "score": 1.0, + "content": "statistics of the observed behaviour after finite training time will only provide a function", + "type": "text" + }, + { + "bbox": [ + 453, + 127, + 504, + 138 + ], + "score": 0.9, + "content": "\\Sigma ^ { * } \\longrightarrow \\Delta Q", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 138, + 495, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 138, + 495, + 149 + ], + "score": 1.0, + "content": "and if we wish to fit algorithms to behaviour it makes sense to deal with this uncertainty directly.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 81, + 506, + 149 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 152, + 505, + 186 + ], + "lines": [ + { + "bbox": [ + 105, + 151, + 504, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 185, + 165 + ], + "score": 1.0, + "content": "Definition 2.4. Let", + "type": "text" + }, + { + "bbox": [ + 185, + 152, + 219, + 164 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 151, + 504, + 165 + ], + "score": 1.0, + "content": "be the triple associated to a synthesis problem. The Real Log Canon-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 163, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 203, + 176 + ], + "score": 1.0, + "content": "ical Threshold (RLCT)", + "type": "text" + }, + { + "bbox": [ + 203, + 164, + 210, + 173 + ], + "score": 0.69, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 163, + 387, + 176 + ], + "score": 1.0, + "content": "of the synthesis problem is defined so that", + "type": "text" + }, + { + "bbox": [ + 388, + 164, + 402, + 174 + ], + "score": 0.85, + "content": "- \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 163, + 505, + 176 + ], + "score": 1.0, + "content": "is the largest pole of the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 174, + 452, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 174, + 344, + 187 + ], + "score": 1.0, + "content": "meromorphic extension (Atiyah, 1970) of the zeta function", + "type": "text" + }, + { + "bbox": [ + 344, + 174, + 448, + 187 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\zeta ( z ) = \\int K ( w ) ^ { z } \\varphi ( w ) \\hat { d w } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 174, + 452, + 187 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 151, + 505, + 187 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 194, + 505, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 195, + 506, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 195, + 255, + 208 + ], + "score": 1.0, + "content": "The more singular the analytic space", + "type": "text" + }, + { + "bbox": [ + 255, + 195, + 270, + 207 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 195, + 506, + 208 + ], + "score": 1.0, + "content": "of solutions is, the smaller the RLCT. One way to think of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 207, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 375, + 218 + ], + "score": 1.0, + "content": "the RLCT is as a count of the effective number of parameters near", + "type": "text" + }, + { + "bbox": [ + 375, + 207, + 390, + 217 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 207, + 475, + 218 + ], + "score": 1.0, + "content": "(Murfet et al., 2020,", + "type": "text" + }, + { + "bbox": [ + 475, + 207, + 487, + 218 + ], + "score": 0.26, + "content": "\\ S 4", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 207, + 505, + 218 + ], + "score": 1.0, + "content": "). In", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 217, + 506, + 230 + ], + "score": 1.0, + "content": "Section 3 we relate the RLCT to Kolmogorov complexity and in Section 5 we estimate the RLCT of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 228, + 471, + 241 + ], + "spans": [ + { + "bbox": [ + 105, + 228, + 471, + 241 + ], + "score": 1.0, + "content": "the synthesis problem detectA given below, using the method explained in Appendix A.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 195, + 506, + 241 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 243, + 505, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 242, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 433, + 255 + ], + "score": 1.0, + "content": "Example 2.5 (detectA). The deterministic synthesis problem detectA has", + "type": "text" + }, + { + "bbox": [ + 433, + 243, + 501, + 255 + ], + "score": 0.92, + "content": "\\Sigma = \\{ \\boxed \\} , A , B \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 242, + 506, + 255 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 254, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 107, + 254, + 196, + 266 + ], + "score": 0.9, + "content": "Q = \\{ { \\mathrm { r e j e c t } } , { \\mathrm { a c c e p t } } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 254, + 214, + 267 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 214, + 254, + 242, + 266 + ], + "score": 0.94, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 254, + 434, + 267 + ], + "score": 1.0, + "content": "is determined by the function taking in a string", + "type": "text" + }, + { + "bbox": [ + 434, + 257, + 442, + 264 + ], + "score": 0.74, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 254, + 454, + 267 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 454, + 255, + 463, + 264 + ], + "score": 0.79, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 254, + 488, + 267 + ], + "score": 1.0, + "content": "’s and", + "type": "text" + }, + { + "bbox": [ + 488, + 255, + 497, + 264 + ], + "score": 0.8, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 497, + 254, + 506, + 267 + ], + "score": 1.0, + "content": "’s", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 322, + 277 + ], + "score": 1.0, + "content": "and returning the state accept if the string contains an", + "type": "text" + }, + { + "bbox": [ + 322, + 266, + 331, + 275 + ], + "score": 0.69, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 265, + 505, + 277 + ], + "score": 1.0, + "content": "and state reject otherwise. The conditional", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 276, + 476, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 173, + 289 + ], + "score": 1.0, + "content": "true distribution", + "type": "text" + }, + { + "bbox": [ + 173, + 276, + 200, + 288 + ], + "score": 0.93, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 276, + 476, + 289 + ], + "score": 1.0, + "content": "is realisable because this function is computed by a Turing machine.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 242, + 506, + 289 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 293, + 505, + 360 + ], + "lines": [ + { + "bbox": [ + 105, + 291, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 377, + 306 + ], + "score": 1.0, + "content": "Two solutions are shown in Figure 2. On the left is a parameter", + "type": "text" + }, + { + "bbox": [ + 377, + 292, + 456, + 305 + ], + "score": 0.91, + "content": "w _ { l } \\in \\ b { W } _ { 0 } \\setminus \\ b { W } ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 291, + 506, + 306 + ], + "score": 1.0, + "content": "and on the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 104, + 300, + 507, + 317 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 138, + 317 + ], + "score": 1.0, + "content": "right is", + "type": "text" + }, + { + "bbox": [ + 138, + 304, + 216, + 315 + ], + "score": 0.91, + "content": "w _ { r } \\in W _ { 0 } \\cap W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 300, + 335, + 317 + ], + "score": 1.0, + "content": ". Varying the distributions in", + "type": "text" + }, + { + "bbox": [ + 335, + 305, + 347, + 315 + ], + "score": 0.82, + "content": "w _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 300, + 507, + 317 + ], + "score": 1.0, + "content": "that have nonzero entropy we obtain a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 505, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 159, + 327 + ], + "score": 1.0, + "content": "submanifold", + "type": "text" + }, + { + "bbox": [ + 159, + 316, + 195, + 326 + ], + "score": 0.9, + "content": "V \\subseteq W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 315, + 241, + 327 + ], + "score": 1.0, + "content": "containing", + "type": "text" + }, + { + "bbox": [ + 241, + 317, + 253, + 326 + ], + "score": 0.78, + "content": "w _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 315, + 505, + 327 + ], + "score": 1.0, + "content": "of dimension 14. This leads by (Watanabe, 2009, Remark 7.3)", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 325, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 326, + 219, + 338 + ], + "score": 1.0, + "content": "to a bound on the RLCT of", + "type": "text" + }, + { + "bbox": [ + 219, + 325, + 306, + 339 + ], + "score": 0.92, + "content": "\\lambda \\le \\frac { 1 } { 2 } ( 3 0 - 1 4 ) = 8", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 326, + 505, + 338 + ], + "score": 1.0, + "content": "which is consistent with the experimental results", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 336, + 504, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 488, + 350 + ], + "score": 1.0, + "content": "in Table 1. This highlights that solutions need not lie at vertices of the probability simplex, and", + "type": "text" + }, + { + "bbox": [ + 489, + 337, + 504, + 348 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 348, + 424, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 424, + 361 + ], + "score": 1.0, + "content": "may contain a high-dimensional submanifold around a given classical solution.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 291, + 507, + 361 + ] + }, + { + "type": "image", + "bbox": [ + 117, + 371, + 492, + 463 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 117, + 371, + 492, + 463 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 117, + 371, + 492, + 463 + ], + "spans": [ + { + "bbox": [ + 117, + 371, + 492, + 463 + ], + "score": 0.968, + "type": "image", + "image_path": "94e2cb3be00f1414e5f172ce0b09cdea4b00fe6fbc48f36b360a03838c63cdbb.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 117, + 371, + 492, + 401.6666666666667 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 117, + 401.6666666666667, + 492, + 432.33333333333337 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 117, + 432.33333333333337, + 492, + 463.00000000000006 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 147, + 473, + 462, + 486 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 147, + 471, + 464, + 488 + ], + "spans": [ + { + "bbox": [ + 147, + 471, + 464, + 488 + ], + "score": 1.0, + "content": "Figure 2: Visualisation of two solutions for the synthesis problem detectA .", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + } + ], + "index": 25.0 + }, + { + "type": "title", + "bbox": [ + 107, + 505, + 243, + 517 + ], + "lines": [ + { + "bbox": [ + 105, + 504, + 244, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 244, + 519 + ], + "score": 1.0, + "content": "2.1 THE SYNTHESIS PROCESS", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 526, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 526, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 526, + 506, + 539 + ], + "score": 1.0, + "content": "Synthesis is a problem because we do not assume that the true distribution is known: for example, if", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 107, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 107, + 537, + 134, + 550 + ], + "score": 0.91, + "content": "q { \\dot { ( } } y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 537, + 320, + 550 + ], + "score": 1.0, + "content": "is deterministic and the associated function is", + "type": "text" + }, + { + "bbox": [ + 320, + 538, + 378, + 549 + ], + "score": 0.91, + "content": "f : \\Sigma ^ { * } \\longrightarrow Q", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 537, + 505, + 550 + ], + "score": 1.0, + "content": ", we assume that some example", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 547, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 129, + 561 + ], + "score": 1.0, + "content": "pairs", + "type": "text" + }, + { + "bbox": [ + 129, + 549, + 167, + 560 + ], + "score": 0.92, + "content": "( x , f ( x ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 547, + 373, + 561 + ], + "score": 1.0, + "content": "are known but no general algorithm for computing", + "type": "text" + }, + { + "bbox": [ + 374, + 549, + 381, + 560 + ], + "score": 0.86, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 547, + 505, + 561 + ], + "score": 1.0, + "content": "is known (if it were, synthesis", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 555, + 504, + 576 + ], + "spans": [ + { + "bbox": [ + 104, + 555, + 423, + 576 + ], + "score": 1.0, + "content": "would have already been performed). In practice synthesis starts with a sample", + "type": "text" + }, + { + "bbox": [ + 423, + 559, + 504, + 572 + ], + "score": 0.93, + "content": "D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 568, + 370, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 128, + 584 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 129, + 570, + 157, + 582 + ], + "score": 0.93, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 568, + 370, + 584 + ], + "score": 1.0, + "content": "with associated empirical Kullback-Leibler distance", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30, + "bbox_fs": [ + 104, + 526, + 506, + 584 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 587, + 374, + 620 + ], + "lines": [ + { + "bbox": [ + 237, + 587, + 374, + 620 + ], + "spans": [ + { + "bbox": [ + 237, + 587, + 374, + 620 + ], + "score": 0.95, + "content": "K _ { n } ( w ) = \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log \\frac { q ( y _ { i } | x _ { i } ) } { p ( y _ { i } | x _ { i } , w ) } .", + "type": "interline_equation", + "image_path": "7d14e8fbfe73c032c6de880f843e24e7d2034b028aec0b312f8aaa04795f064c.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 587, + 374, + 603.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 237, + 603.5, + 374, + 620.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 626, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 104, + 624, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 104, + 624, + 288, + 640 + ], + "score": 1.0, + "content": "If the synthesis problem is deterministic and", + "type": "text" + }, + { + "bbox": [ + 288, + 626, + 334, + 637 + ], + "score": 0.91, + "content": "u \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 624, + 356, + 640 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 356, + 627, + 404, + 639 + ], + "score": 0.93, + "content": "K _ { n } ( u ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 624, + 461, + 640 + ], + "score": 1.0, + "content": "if and only if", + "type": "text" + }, + { + "bbox": [ + 461, + 629, + 468, + 637 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 624, + 505, + 640 + ], + "score": 1.0, + "content": "explains", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 637, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 211, + 650 + ], + "score": 1.0, + "content": "the data in the sense that", + "type": "text" + }, + { + "bbox": [ + 212, + 638, + 284, + 650 + ], + "score": 0.91, + "content": "\\operatorname { s t e p } ^ { t } ( x _ { i } , u ) = y _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 637, + 301, + 650 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 302, + 639, + 349, + 649 + ], + "score": 0.9, + "content": "1 \\leq i \\leq n", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 637, + 506, + 650 + ], + "score": 1.0, + "content": ". We now review two natural ways of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 647, + 338, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 338, + 663 + ], + "score": 1.0, + "content": "finding such solutions in the context of machine learning.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36, + "bbox_fs": [ + 104, + 624, + 506, + 663 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 665, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "Synthesis by stochastic gradient descent (SGD). The first approach is to view the process of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 104, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 677, + 368, + 690 + ], + "score": 1.0, + "content": "program synthesis as stochastic gradient descent for the function", + "type": "text" + }, + { + "bbox": [ + 369, + 677, + 428, + 687 + ], + "score": 0.9, + "content": "K : W \\longrightarrow \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 677, + 470, + 690 + ], + "score": 1.0, + "content": ". We view", + "type": "text" + }, + { + "bbox": [ + 471, + 677, + 486, + 688 + ], + "score": 0.89, + "content": "D _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "as a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 286, + 700 + ], + "score": 1.0, + "content": "large training set and further sample subsets", + "type": "text" + }, + { + "bbox": [ + 286, + 688, + 303, + 699 + ], + "score": 0.89, + "content": "D _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 687, + 325, + 700 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 325, + 689, + 357, + 698 + ], + "score": 0.87, + "content": "m \\ll n", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 687, + 413, + 700 + ], + "score": 1.0, + "content": "and compute", + "type": "text" + }, + { + "bbox": [ + 413, + 688, + 438, + 699 + ], + "score": 0.91, + "content": "\\nabla K _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "to take gradient", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 162, + 712 + ], + "score": 1.0, + "content": "descent steps", + "type": "text" + }, + { + "bbox": [ + 162, + 699, + 270, + 711 + ], + "score": 0.9, + "content": "w _ { i + 1 } = w _ { i } - \\eta \\nabla K _ { m } ( w _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 698, + 364, + 712 + ], + "score": 1.0, + "content": "for some learning rate", + "type": "text" + }, + { + "bbox": [ + 365, + 701, + 371, + 710 + ], + "score": 0.8, + "content": "\\eta", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 698, + 506, + 712 + ], + "score": 1.0, + "content": ". Stochastic gradient descent has", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 413, + 722 + ], + "score": 1.0, + "content": "the advantage (in principle) of scaling to high-dimensional parameter spaces", + "type": "text" + }, + { + "bbox": [ + 413, + 710, + 425, + 720 + ], + "score": 0.74, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 709, + 506, + 722 + ], + "score": 1.0, + "content": ", but in practice it is", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 720, + 414, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 315, + 733 + ], + "score": 1.0, + "content": "challenging to use gradient descent to find points of", + "type": "text" + }, + { + "bbox": [ + 315, + 721, + 330, + 732 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 720, + 414, + 733 + ], + "score": 1.0, + "content": "(Gaunt et al., 2016).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 40.5, + "bbox_fs": [ + 104, + 666, + 506, + 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": "Synthesis by sampling. The second approach is to consider the Bayesian posterior associated to the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 491, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 419, + 108 + ], + "score": 1.0, + "content": "synthesis problem, which can be viewed as an update on the prior distribution", + "type": "text" + }, + { + "bbox": [ + 419, + 96, + 427, + 105 + ], + "score": 0.82, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 93, + 476, + 108 + ], + "score": 1.0, + "content": "after seeing", + "type": "text" + }, + { + "bbox": [ + 477, + 94, + 491, + 105 + ], + "score": 0.87, + "content": "D _ { n }", + "type": "inline_equation" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 110, + 490, + 144 + ], + "lines": [ + { + "bbox": [ + 120, + 110, + 490, + 144 + ], + "spans": [ + { + "bbox": [ + 120, + 110, + 490, + 144 + ], + "score": 0.94, + "content": "p ( w | D _ { n } ) = { \\frac { p ( D _ { n } | w ) p ( w ) } { p ( D _ { n } ) } } = { \\frac { 1 } { Z _ { n } } } \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) = { \\frac { 1 } { Z _ { n } ^ { 0 } } } \\exp \\{ - n K _ { n } ( w ) + \\log \\varphi ( w ) \\}", + "type": "interline_equation", + "image_path": "85dfd95a7a7c20074844aa594f0db4f5329f3fcaec6759bced1b5a0c8373d2d2.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 120, + 110, + 490, + 121.33333333333333 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 120, + 121.33333333333333, + 490, + 132.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 120, + 132.66666666666666, + 490, + 144.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 149, + 505, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 148, + 506, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 133, + 164 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 149, + 270, + 162 + ], + "score": 0.92, + "content": "\\begin{array} { r } { Z _ { n } ^ { 0 } = \\int \\varphi ( w ) \\exp ( - n K _ { n } ( w ) ) d w } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 148, + 283, + 164 + ], + "score": 1.0, + "content": ". If", + "type": "text" + }, + { + "bbox": [ + 283, + 152, + 290, + 160 + ], + "score": 0.78, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 148, + 506, + 164 + ], + "score": 1.0, + "content": "is large the posterior distribution concentrates around", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 145, + 174 + ], + "score": 1.0, + "content": "solutions", + "type": "text" + }, + { + "bbox": [ + 145, + 163, + 179, + 172 + ], + "score": 0.9, + "content": "w \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 161, + 505, + 174 + ], + "score": 1.0, + "content": "and so sampling from the posterior will tend to produce machines that are (nearly)", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "score": 1.0, + "content": "solutions. The gold standard sampling is Markov Chain Monte Carlo (MCMC). Scaling MCMC to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 133, + 196 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 183, + 145, + 193 + ], + "score": 0.6, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 182, + 505, + 196 + ], + "score": 1.0, + "content": "is high-dimensional is a challenging task with many attempts to bridge the gap with SGD", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 194, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 506, + 207 + ], + "score": 1.0, + "content": "(Welling & Teh, 2011; Chen et al., 2014; Ding et al., 2014; Zhang et al., 2020). Nonetheless in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 205, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 505, + 218 + ], + "score": 1.0, + "content": "simple cases we demonstrate experimentally in Section 5 that machines may be synthesised by", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 216, + 282, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 282, + 229 + ], + "score": 1.0, + "content": "using MCMC to sample from the posterior.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8 + }, + { + "type": "title", + "bbox": [ + 108, + 244, + 273, + 257 + ], + "lines": [ + { + "bbox": [ + 104, + 242, + 275, + 259 + ], + "spans": [ + { + "bbox": [ + 104, + 242, + 275, + 259 + ], + "score": 1.0, + "content": "3 COMPLEXITY OF PROGRAMS", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 269, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 505, + 281 + ], + "score": 1.0, + "content": "Every Turing machine is the solution of a deterministic synthesis problem, so Section 2 associates to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 281, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 336, + 293 + ], + "score": 1.0, + "content": "any Turing machine a singularity of a semi-analytic space", + "type": "text" + }, + { + "bbox": [ + 336, + 281, + 351, + 292 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 281, + 506, + 293 + ], + "score": 1.0, + "content": ". To indicate that this connection is not", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 292, + 504, + 304 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 504, + 304 + ], + "score": 1.0, + "content": "vacuous, we sketch how the complexity of a program is related to the real log canonical threshold", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 303, + 374, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 374, + 315 + ], + "score": 1.0, + "content": "of a singularity. A more detailed discussion will appear elsewhere.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 505, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 506, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 122, + 333 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 320, + 151, + 331 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 319, + 313, + 333 + ], + "score": 1.0, + "content": "be a deterministic synthesis problem for", + "type": "text" + }, + { + "bbox": [ + 314, + 320, + 322, + 330 + ], + "score": 0.77, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 319, + 506, + 333 + ], + "score": 1.0, + "content": "which only involves input sequences in some", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 182, + 343 + ], + "score": 1.0, + "content": "restricted alphabet", + "type": "text" + }, + { + "bbox": [ + 183, + 331, + 210, + 343 + ], + "score": 0.91, + "content": "\\Sigma _ { i n p u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 330, + 244, + 343 + ], + "score": 1.0, + "content": ", that is,", + "type": "text" + }, + { + "bbox": [ + 244, + 330, + 282, + 343 + ], + "score": 0.92, + "content": "q ( x ) \\bar { = } 0", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 330, + 292, + 343 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 293, + 330, + 351, + 343 + ], + "score": 0.93, + "content": "x \\notin ( \\Sigma _ { i n p u t } ) ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 330, + 371, + 343 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 372, + 331, + 387, + 342 + ], + "score": 0.89, + "content": "D _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 330, + 457, + 343 + ], + "score": 1.0, + "content": "be sampled from", + "type": "text" + }, + { + "bbox": [ + 458, + 330, + 487, + 342 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 340, + 506, + 357 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 119, + 357 + ], + "score": 1.0, + "content": "let", + "type": "text" + }, + { + "bbox": [ + 119, + 342, + 201, + 354 + ], + "score": 0.91, + "content": "u , v \\in W ^ { c o d e } \\cap W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 340, + 412, + 357 + ], + "score": 1.0, + "content": "be two explanations for the sample in the sense that", + "type": "text" + }, + { + "bbox": [ + 413, + 343, + 502, + 355 + ], + "score": 0.92, + "content": "K _ { n } ( u ) = K _ { n } ( v ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 340, + 506, + 357 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "score": 1.0, + "content": "Which explanation for the data should we prefer? The classical answer based on Occam’s razor", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 365, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 506, + 378 + ], + "score": 1.0, + "content": "(Solomonoff, 1964) is that we should prefer the shorter program, that is, the one using the fewest", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 376, + 187, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 187, + 388 + ], + "score": 1.0, + "content": "states and symbols.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 506, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 122, + 405 + ], + "score": 1.0, + "content": "Set", + "type": "text" + }, + { + "bbox": [ + 122, + 393, + 160, + 405 + ], + "score": 0.92, + "content": "N = | \\Sigma |", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 392, + 179, + 405 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 179, + 393, + 219, + 405 + ], + "score": 0.92, + "content": "M = | Q |", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 392, + 311, + 405 + ], + "score": 1.0, + "content": ". Any Turing machine", + "type": "text" + }, + { + "bbox": [ + 311, + 393, + 320, + 403 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 392, + 345, + 405 + ], + "score": 1.0, + "content": "using", + "type": "text" + }, + { + "bbox": [ + 346, + 393, + 383, + 404 + ], + "score": 0.92, + "content": "N ^ { \\prime } \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 392, + 438, + 405 + ], + "score": 1.0, + "content": "symbols and", + "type": "text" + }, + { + "bbox": [ + 438, + 393, + 479, + 403 + ], + "score": 0.92, + "content": "M ^ { \\prime } \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 392, + 506, + 405 + ], + "score": 1.0, + "content": "states", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 104, + 402, + 165, + 416 + ], + "score": 1.0, + "content": "has a code for", + "type": "text" + }, + { + "bbox": [ + 165, + 405, + 174, + 414 + ], + "score": 0.79, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 402, + 214, + 416 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 214, + 404, + 245, + 414 + ], + "score": 0.89, + "content": "c M ^ { \\prime } N ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 402, + 274, + 416 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 274, + 406, + 280, + 414 + ], + "score": 0.77, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 402, + 403, + 416 + ], + "score": 1.0, + "content": "is a constant. We assume that", + "type": "text" + }, + { + "bbox": [ + 403, + 404, + 432, + 416 + ], + "score": 0.91, + "content": "\\Sigma _ { i n p u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "is included in the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 414, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 172, + 428 + ], + "score": 1.0, + "content": "tape alphabet of", + "type": "text" + }, + { + "bbox": [ + 173, + 415, + 181, + 424 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 414, + 210, + 428 + ], + "score": 1.0, + "content": "so that", + "type": "text" + }, + { + "bbox": [ + 211, + 414, + 270, + 426 + ], + "score": 0.92, + "content": "N ^ { \\prime } \\geq | \\Sigma _ { i n p u t } |", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 414, + 437, + 428 + ], + "score": 1.0, + "content": "and define the Kolmogorov complexity of", + "type": "text" + }, + { + "bbox": [ + 437, + 416, + 443, + 426 + ], + "score": 0.81, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 414, + 506, + 428 + ], + "score": 1.0, + "content": "with respect to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 424, + 482, + 440 + ], + "spans": [ + { + "bbox": [ + 106, + 426, + 115, + 436 + ], + "score": 0.75, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 424, + 189, + 440 + ], + "score": 1.0, + "content": "to be the infimum", + "type": "text" + }, + { + "bbox": [ + 190, + 425, + 207, + 438 + ], + "score": 0.87, + "content": "{ \\mathfrak { c } } ( q )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 424, + 219, + 440 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 219, + 426, + 245, + 436 + ], + "score": 0.87, + "content": "M ^ { \\prime } N ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 424, + 336, + 440 + ], + "score": 1.0, + "content": "over Turing machines", + "type": "text" + }, + { + "bbox": [ + 336, + 426, + 345, + 435 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 424, + 471, + 440 + ], + "score": 1.0, + "content": "that give classical solutions for", + "type": "text" + }, + { + "bbox": [ + 471, + 428, + 477, + 437 + ], + "score": 0.77, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 424, + 482, + 440 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 104, + 442, + 478, + 454 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 479, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 122, + 456 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 443, + 129, + 452 + ], + "score": 0.79, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 442, + 234, + 456 + ], + "score": 1.0, + "content": "be the RLCT of the triple", + "type": "text" + }, + { + "bbox": [ + 235, + 442, + 268, + 455 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 442, + 479, + 456 + ], + "score": 1.0, + "content": "associated to the synthesis problem (Definition 2.4).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 108, + 456, + 253, + 470 + ], + "lines": [ + { + "bbox": [ + 105, + 454, + 254, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 167, + 473 + ], + "score": 1.0, + "content": "Theorem 3.1.", + "type": "text" + }, + { + "bbox": [ + 168, + 456, + 250, + 471 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\lambda \\le \\frac { 1 } { 2 } ( M + N ) \\mathfrak { c } ( q ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 454, + 254, + 473 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 151, + 499 + ], + "score": 1.0, + "content": "Proof. Let", + "type": "text" + }, + { + "bbox": [ + 152, + 485, + 221, + 497 + ], + "score": 0.92, + "content": "u \\in W ^ { c o d e } \\cap W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 483, + 506, + 499 + ], + "score": 1.0, + "content": "be the code of a Turing machine realising the infimum in the definition", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 441, + 509 + ], + "score": 1.0, + "content": "of the Kolmogorov complexity and suppose that this machine only uses symbols in", + "type": "text" + }, + { + "bbox": [ + 441, + 497, + 452, + 507 + ], + "score": 0.87, + "content": "\\Sigma ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 496, + 506, + 509 + ], + "score": 1.0, + "content": "and states in", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 506, + 504, + 521 + ], + "spans": [ + { + "bbox": [ + 107, + 508, + 118, + 519 + ], + "score": 0.88, + "content": "Q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 506, + 140, + 521 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 141, + 507, + 183, + 519 + ], + "score": 0.92, + "content": "N ^ { \\prime } = | \\Sigma ^ { \\prime } |", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 506, + 202, + 521 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 202, + 507, + 247, + 519 + ], + "score": 0.93, + "content": "\\bar { M } ^ { \\prime } = | Q ^ { \\prime } |", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 506, + 441, + 521 + ], + "score": 1.0, + "content": ". The time evolution of the staged pseudo-UTM", + "type": "text" + }, + { + "bbox": [ + 442, + 508, + 451, + 518 + ], + "score": 0.67, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 506, + 497, + 521 + ], + "score": 1.0, + "content": "simulating", + "type": "text" + }, + { + "bbox": [ + 497, + 510, + 504, + 518 + ], + "score": 0.7, + "content": "u", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 103, + 516, + 507, + 535 + ], + "spans": [ + { + "bbox": [ + 103, + 516, + 119, + 535 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 119, + 519, + 165, + 532 + ], + "score": 0.91, + "content": "x \\in \\Sigma _ { i n p u t } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 516, + 507, + 535 + ], + "score": 1.0, + "content": "is independent of the entries on the description tape that belong to tuples of the form", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 529, + 504, + 545 + ], + "spans": [ + { + "bbox": [ + 107, + 531, + 157, + 543 + ], + "score": 0.87, + "content": "( \\sigma , q , ? , ? , ? )", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 529, + 180, + 545 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 180, + 531, + 250, + 542 + ], + "score": 0.89, + "content": "( \\sigma , q ) \\notin \\Sigma ^ { \\prime } \\times Q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 529, + 271, + 545 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 271, + 531, + 306, + 542 + ], + "score": 0.9, + "content": "V \\subseteq W", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 529, + 497, + 545 + ], + "score": 1.0, + "content": "be the submanifold of points which agree with", + "type": "text" + }, + { + "bbox": [ + 497, + 533, + 504, + 541 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 540, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 180, + 557 + ], + "score": 1.0, + "content": "on all tuples with", + "type": "text" + }, + { + "bbox": [ + 180, + 543, + 250, + 554 + ], + "score": 0.9, + "content": "( \\sigma , q ) \\in \\Sigma ^ { \\prime } \\times Q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 540, + 372, + 557 + ], + "score": 1.0, + "content": "and are otherwise free. Then", + "type": "text" + }, + { + "bbox": [ + 372, + 542, + 430, + 553 + ], + "score": 0.89, + "content": "u \\in V \\subseteq W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 540, + 449, + 557 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 450, + 542, + 505, + 554 + ], + "score": 0.8, + "content": "\\operatorname { c o d i m } ( V ) =", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 551, + 504, + 567 + ], + "spans": [ + { + "bbox": [ + 107, + 553, + 173, + 565 + ], + "score": 0.93, + "content": "M ^ { \\prime } N ^ { \\prime } ( \\bar { M } + N )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 551, + 367, + 567 + ], + "score": 1.0, + "content": "and by (Watanabe, 2009, Theorem 7.3) we have", + "type": "text" + }, + { + "bbox": [ + 368, + 553, + 438, + 566 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\lambda \\le \\frac 1 2 \\bmod { \\mathrm { i m } } ( V ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 551, + 442, + 567 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 496, + 554, + 504, + 561 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 573, + 505, + 606 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "Remark 3.2. The Kolmogorov complexity depends only on the number of symbols and states used.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 596 + ], + "score": 1.0, + "content": "The RLCT is a more refined invariant since it also depends on how each symbol and state is used", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 595, + 501, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 408, + 608 + ], + "score": 1.0, + "content": "(Clift & Murfet, 2018, Remark 7.8) as this affects the polynomials defining", + "type": "text" + }, + { + "bbox": [ + 409, + 595, + 424, + 606 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 595, + 501, + 608 + ], + "score": 1.0, + "content": "(see Appendix D).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37 + }, + { + "type": "title", + "bbox": [ + 108, + 623, + 262, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 623, + 264, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 264, + 639 + ], + "score": 1.0, + "content": "4 PRACTICAL IMPLICATIONS", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "Using singular learning theory we have explained how programs to be synthesised are singularities", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "score": 1.0, + "content": "of analytic functions, and how the Kolmogorov complexity of a program bounds the RLCT of the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 671, + 496, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 496, + 684 + ], + "score": 1.0, + "content": "associated singularity. We now sketch some practical insights that follow from this point of view.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "Synthesis minimises the free energy: the sampling-based approach to synthesis (Section 2.1) aims", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 426, + 712 + ], + "score": 1.0, + "content": "to approximate, via MCMC, sampling from the Bayesian posterior for the triple", + "type": "text" + }, + { + "bbox": [ + 427, + 699, + 460, + 711 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "associated", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "to a synthesis problem. To understand the behaviour of these Markov chains we follow the asymp-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 356, + 732 + ], + "score": 1.0, + "content": "totic analysis of (Watanabe, 2009, Section 7.6). If we cover", + "type": "text" + }, + { + "bbox": [ + 357, + 721, + 369, + 731 + ], + "score": 0.67, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 720, + 460, + 732 + ], + "score": 1.0, + "content": "by small closed balls", + "type": "text" + }, + { + "bbox": [ + 460, + 721, + 473, + 732 + ], + "score": 0.89, + "content": "V _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "around", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Synthesis by sampling. The second approach is to consider the Bayesian posterior associated to the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 491, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 419, + 108 + ], + "score": 1.0, + "content": "synthesis problem, which can be viewed as an update on the prior distribution", + "type": "text" + }, + { + "bbox": [ + 419, + 96, + 427, + 105 + ], + "score": 0.82, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 93, + 476, + 108 + ], + "score": 1.0, + "content": "after seeing", + "type": "text" + }, + { + "bbox": [ + 477, + 94, + 491, + 105 + ], + "score": 0.87, + "content": "D _ { n }", + "type": "inline_equation" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 108 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 110, + 490, + 144 + ], + "lines": [ + { + "bbox": [ + 120, + 110, + 490, + 144 + ], + "spans": [ + { + "bbox": [ + 120, + 110, + 490, + 144 + ], + "score": 0.94, + "content": "p ( w | D _ { n } ) = { \\frac { p ( D _ { n } | w ) p ( w ) } { p ( D _ { n } ) } } = { \\frac { 1 } { Z _ { n } } } \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) = { \\frac { 1 } { Z _ { n } ^ { 0 } } } \\exp \\{ - n K _ { n } ( w ) + \\log \\varphi ( w ) \\}", + "type": "interline_equation", + "image_path": "85dfd95a7a7c20074844aa594f0db4f5329f3fcaec6759bced1b5a0c8373d2d2.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 120, + 110, + 490, + 121.33333333333333 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 120, + 121.33333333333333, + 490, + 132.66666666666666 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 120, + 132.66666666666666, + 490, + 144.0 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 149, + 505, + 228 + ], + "lines": [ + { + "bbox": [ + 105, + 148, + 506, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 133, + 164 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 149, + 270, + 162 + ], + "score": 0.92, + "content": "\\begin{array} { r } { Z _ { n } ^ { 0 } = \\int \\varphi ( w ) \\exp ( - n K _ { n } ( w ) ) d w } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 148, + 283, + 164 + ], + "score": 1.0, + "content": ". If", + "type": "text" + }, + { + "bbox": [ + 283, + 152, + 290, + 160 + ], + "score": 0.78, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 148, + 506, + 164 + ], + "score": 1.0, + "content": "is large the posterior distribution concentrates around", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 145, + 174 + ], + "score": 1.0, + "content": "solutions", + "type": "text" + }, + { + "bbox": [ + 145, + 163, + 179, + 172 + ], + "score": 0.9, + "content": "w \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 161, + 505, + 174 + ], + "score": 1.0, + "content": "and so sampling from the posterior will tend to produce machines that are (nearly)", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 505, + 185 + ], + "score": 1.0, + "content": "solutions. The gold standard sampling is Markov Chain Monte Carlo (MCMC). Scaling MCMC to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 133, + 196 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 183, + 145, + 193 + ], + "score": 0.6, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 182, + 505, + 196 + ], + "score": 1.0, + "content": "is high-dimensional is a challenging task with many attempts to bridge the gap with SGD", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 194, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 506, + 207 + ], + "score": 1.0, + "content": "(Welling & Teh, 2011; Chen et al., 2014; Ding et al., 2014; Zhang et al., 2020). Nonetheless in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 205, + 505, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 505, + 218 + ], + "score": 1.0, + "content": "simple cases we demonstrate experimentally in Section 5 that machines may be synthesised by", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 216, + 282, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 216, + 282, + 229 + ], + "score": 1.0, + "content": "using MCMC to sample from the posterior.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 148, + 506, + 229 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 244, + 273, + 257 + ], + "lines": [ + { + "bbox": [ + 104, + 242, + 275, + 259 + ], + "spans": [ + { + "bbox": [ + 104, + 242, + 275, + 259 + ], + "score": 1.0, + "content": "3 COMPLEXITY OF PROGRAMS", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 269, + 505, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 505, + 281 + ], + "score": 1.0, + "content": "Every Turing machine is the solution of a deterministic synthesis problem, so Section 2 associates to", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 281, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 336, + 293 + ], + "score": 1.0, + "content": "any Turing machine a singularity of a semi-analytic space", + "type": "text" + }, + { + "bbox": [ + 336, + 281, + 351, + 292 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 281, + 506, + 293 + ], + "score": 1.0, + "content": ". To indicate that this connection is not", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 292, + 504, + 304 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 504, + 304 + ], + "score": 1.0, + "content": "vacuous, we sketch how the complexity of a program is related to the real log canonical threshold", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 303, + 374, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 374, + 315 + ], + "score": 1.0, + "content": "of a singularity. A more detailed discussion will appear elsewhere.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 270, + 506, + 315 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 319, + 505, + 387 + ], + "lines": [ + { + "bbox": [ + 105, + 319, + 506, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 122, + 333 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 320, + 151, + 331 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 319, + 313, + 333 + ], + "score": 1.0, + "content": "be a deterministic synthesis problem for", + "type": "text" + }, + { + "bbox": [ + 314, + 320, + 322, + 330 + ], + "score": 0.77, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 319, + 506, + 333 + ], + "score": 1.0, + "content": "which only involves input sequences in some", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 330, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 330, + 182, + 343 + ], + "score": 1.0, + "content": "restricted alphabet", + "type": "text" + }, + { + "bbox": [ + 183, + 331, + 210, + 343 + ], + "score": 0.91, + "content": "\\Sigma _ { i n p u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 211, + 330, + 244, + 343 + ], + "score": 1.0, + "content": ", that is,", + "type": "text" + }, + { + "bbox": [ + 244, + 330, + 282, + 343 + ], + "score": 0.92, + "content": "q ( x ) \\bar { = } 0", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 330, + 292, + 343 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 293, + 330, + 351, + 343 + ], + "score": 0.93, + "content": "x \\notin ( \\Sigma _ { i n p u t } ) ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 330, + 371, + 343 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 372, + 331, + 387, + 342 + ], + "score": 0.89, + "content": "D _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 330, + 457, + 343 + ], + "score": 1.0, + "content": "be sampled from", + "type": "text" + }, + { + "bbox": [ + 458, + 330, + 487, + 342 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 330, + 505, + 343 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 340, + 506, + 357 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 119, + 357 + ], + "score": 1.0, + "content": "let", + "type": "text" + }, + { + "bbox": [ + 119, + 342, + 201, + 354 + ], + "score": 0.91, + "content": "u , v \\in W ^ { c o d e } \\cap W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 340, + 412, + 357 + ], + "score": 1.0, + "content": "be two explanations for the sample in the sense that", + "type": "text" + }, + { + "bbox": [ + 413, + 343, + 502, + 355 + ], + "score": 0.92, + "content": "K _ { n } ( u ) = K _ { n } ( v ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 340, + 506, + 357 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 367 + ], + "score": 1.0, + "content": "Which explanation for the data should we prefer? The classical answer based on Occam’s razor", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 365, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 506, + 378 + ], + "score": 1.0, + "content": "(Solomonoff, 1964) is that we should prefer the shorter program, that is, the one using the fewest", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 376, + 187, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 187, + 388 + ], + "score": 1.0, + "content": "states and symbols.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 19.5, + "bbox_fs": [ + 104, + 319, + 506, + 388 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 505, + 437 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 506, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 122, + 405 + ], + "score": 1.0, + "content": "Set", + "type": "text" + }, + { + "bbox": [ + 122, + 393, + 160, + 405 + ], + "score": 0.92, + "content": "N = | \\Sigma |", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 392, + 179, + 405 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 179, + 393, + 219, + 405 + ], + "score": 0.92, + "content": "M = | Q |", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 392, + 311, + 405 + ], + "score": 1.0, + "content": ". Any Turing machine", + "type": "text" + }, + { + "bbox": [ + 311, + 393, + 320, + 403 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 392, + 345, + 405 + ], + "score": 1.0, + "content": "using", + "type": "text" + }, + { + "bbox": [ + 346, + 393, + 383, + 404 + ], + "score": 0.92, + "content": "N ^ { \\prime } \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 392, + 438, + 405 + ], + "score": 1.0, + "content": "symbols and", + "type": "text" + }, + { + "bbox": [ + 438, + 393, + 479, + 403 + ], + "score": 0.92, + "content": "M ^ { \\prime } \\leq M", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 392, + 506, + 405 + ], + "score": 1.0, + "content": "states", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 402, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 104, + 402, + 165, + 416 + ], + "score": 1.0, + "content": "has a code for", + "type": "text" + }, + { + "bbox": [ + 165, + 405, + 174, + 414 + ], + "score": 0.79, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 175, + 402, + 214, + 416 + ], + "score": 1.0, + "content": "of length", + "type": "text" + }, + { + "bbox": [ + 214, + 404, + 245, + 414 + ], + "score": 0.89, + "content": "c M ^ { \\prime } N ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 402, + 274, + 416 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 274, + 406, + 280, + 414 + ], + "score": 0.77, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 402, + 403, + 416 + ], + "score": 1.0, + "content": "is a constant. We assume that", + "type": "text" + }, + { + "bbox": [ + 403, + 404, + 432, + 416 + ], + "score": 0.91, + "content": "\\Sigma _ { i n p u t }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 402, + 506, + 416 + ], + "score": 1.0, + "content": "is included in the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 414, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 172, + 428 + ], + "score": 1.0, + "content": "tape alphabet of", + "type": "text" + }, + { + "bbox": [ + 173, + 415, + 181, + 424 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 414, + 210, + 428 + ], + "score": 1.0, + "content": "so that", + "type": "text" + }, + { + "bbox": [ + 211, + 414, + 270, + 426 + ], + "score": 0.92, + "content": "N ^ { \\prime } \\geq | \\Sigma _ { i n p u t } |", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 414, + 437, + 428 + ], + "score": 1.0, + "content": "and define the Kolmogorov complexity of", + "type": "text" + }, + { + "bbox": [ + 437, + 416, + 443, + 426 + ], + "score": 0.81, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 414, + 506, + 428 + ], + "score": 1.0, + "content": "with respect to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 424, + 482, + 440 + ], + "spans": [ + { + "bbox": [ + 106, + 426, + 115, + 436 + ], + "score": 0.75, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 424, + 189, + 440 + ], + "score": 1.0, + "content": "to be the infimum", + "type": "text" + }, + { + "bbox": [ + 190, + 425, + 207, + 438 + ], + "score": 0.87, + "content": "{ \\mathfrak { c } } ( q )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 424, + 219, + 440 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 219, + 426, + 245, + 436 + ], + "score": 0.87, + "content": "M ^ { \\prime } N ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 424, + 336, + 440 + ], + "score": 1.0, + "content": "over Turing machines", + "type": "text" + }, + { + "bbox": [ + 336, + 426, + 345, + 435 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 424, + 471, + 440 + ], + "score": 1.0, + "content": "that give classical solutions for", + "type": "text" + }, + { + "bbox": [ + 471, + 428, + 477, + 437 + ], + "score": 0.77, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 424, + 482, + 440 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5, + "bbox_fs": [ + 104, + 392, + 506, + 440 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 442, + 478, + 454 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 479, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 122, + 456 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 443, + 129, + 452 + ], + "score": 0.79, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 442, + 234, + 456 + ], + "score": 1.0, + "content": "be the RLCT of the triple", + "type": "text" + }, + { + "bbox": [ + 235, + 442, + 268, + 455 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 442, + 479, + 456 + ], + "score": 1.0, + "content": "associated to the synthesis problem (Definition 2.4).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 442, + 479, + 456 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 456, + 253, + 470 + ], + "lines": [ + { + "bbox": [ + 105, + 454, + 254, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 167, + 473 + ], + "score": 1.0, + "content": "Theorem 3.1.", + "type": "text" + }, + { + "bbox": [ + 168, + 456, + 250, + 471 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\lambda \\le \\frac { 1 } { 2 } ( M + N ) \\mathfrak { c } ( q ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 454, + 254, + 473 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 454, + 254, + 473 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 505, + 565 + ], + "lines": [ + { + "bbox": [ + 105, + 483, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 151, + 499 + ], + "score": 1.0, + "content": "Proof. Let", + "type": "text" + }, + { + "bbox": [ + 152, + 485, + 221, + 497 + ], + "score": 0.92, + "content": "u \\in W ^ { c o d e } \\cap W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 483, + 506, + 499 + ], + "score": 1.0, + "content": "be the code of a Turing machine realising the infimum in the definition", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 441, + 509 + ], + "score": 1.0, + "content": "of the Kolmogorov complexity and suppose that this machine only uses symbols in", + "type": "text" + }, + { + "bbox": [ + 441, + 497, + 452, + 507 + ], + "score": 0.87, + "content": "\\Sigma ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 496, + 506, + 509 + ], + "score": 1.0, + "content": "and states in", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 506, + 504, + 521 + ], + "spans": [ + { + "bbox": [ + 107, + 508, + 118, + 519 + ], + "score": 0.88, + "content": "Q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 506, + 140, + 521 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 141, + 507, + 183, + 519 + ], + "score": 0.92, + "content": "N ^ { \\prime } = | \\Sigma ^ { \\prime } |", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 506, + 202, + 521 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 202, + 507, + 247, + 519 + ], + "score": 0.93, + "content": "\\bar { M } ^ { \\prime } = | Q ^ { \\prime } |", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 506, + 441, + 521 + ], + "score": 1.0, + "content": ". The time evolution of the staged pseudo-UTM", + "type": "text" + }, + { + "bbox": [ + 442, + 508, + 451, + 518 + ], + "score": 0.67, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 506, + 497, + 521 + ], + "score": 1.0, + "content": "simulating", + "type": "text" + }, + { + "bbox": [ + 497, + 510, + 504, + 518 + ], + "score": 0.7, + "content": "u", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 103, + 516, + 507, + 535 + ], + "spans": [ + { + "bbox": [ + 103, + 516, + 119, + 535 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 119, + 519, + 165, + 532 + ], + "score": 0.91, + "content": "x \\in \\Sigma _ { i n p u t } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 516, + 507, + 535 + ], + "score": 1.0, + "content": "is independent of the entries on the description tape that belong to tuples of the form", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 529, + 504, + 545 + ], + "spans": [ + { + "bbox": [ + 107, + 531, + 157, + 543 + ], + "score": 0.87, + "content": "( \\sigma , q , ? , ? , ? )", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 529, + 180, + 545 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 180, + 531, + 250, + 542 + ], + "score": 0.89, + "content": "( \\sigma , q ) \\notin \\Sigma ^ { \\prime } \\times Q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 529, + 271, + 545 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 271, + 531, + 306, + 542 + ], + "score": 0.9, + "content": "V \\subseteq W", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 529, + 497, + 545 + ], + "score": 1.0, + "content": "be the submanifold of points which agree with", + "type": "text" + }, + { + "bbox": [ + 497, + 533, + 504, + 541 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 540, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 104, + 540, + 180, + 557 + ], + "score": 1.0, + "content": "on all tuples with", + "type": "text" + }, + { + "bbox": [ + 180, + 543, + 250, + 554 + ], + "score": 0.9, + "content": "( \\sigma , q ) \\in \\Sigma ^ { \\prime } \\times Q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 540, + 372, + 557 + ], + "score": 1.0, + "content": "and are otherwise free. Then", + "type": "text" + }, + { + "bbox": [ + 372, + 542, + 430, + 553 + ], + "score": 0.89, + "content": "u \\in V \\subseteq W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 540, + 449, + 557 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 450, + 542, + 505, + 554 + ], + "score": 0.8, + "content": "\\operatorname { c o d i m } ( V ) =", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 551, + 504, + 567 + ], + "spans": [ + { + "bbox": [ + 107, + 553, + 173, + 565 + ], + "score": 0.93, + "content": "M ^ { \\prime } N ^ { \\prime } ( \\bar { M } + N )", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 551, + 367, + 567 + ], + "score": 1.0, + "content": "and by (Watanabe, 2009, Theorem 7.3) we have", + "type": "text" + }, + { + "bbox": [ + 368, + 553, + 438, + 566 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\lambda \\le \\frac 1 2 \\bmod { \\mathrm { i m } } ( V ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 551, + 442, + 567 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 496, + 554, + 504, + 561 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32, + "bbox_fs": [ + 103, + 483, + 507, + 567 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 573, + 505, + 606 + ], + "lines": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 105, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "Remark 3.2. The Kolmogorov complexity depends only on the number of symbols and states used.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 583, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 505, + 596 + ], + "score": 1.0, + "content": "The RLCT is a more refined invariant since it also depends on how each symbol and state is used", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 595, + 501, + 608 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 408, + 608 + ], + "score": 1.0, + "content": "(Clift & Murfet, 2018, Remark 7.8) as this affects the polynomials defining", + "type": "text" + }, + { + "bbox": [ + 409, + 595, + 424, + 606 + ], + "score": 0.88, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 595, + 501, + 608 + ], + "score": 1.0, + "content": "(see Appendix D).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 573, + 505, + 608 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 623, + 262, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 623, + 264, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 264, + 639 + ], + "score": 1.0, + "content": "4 PRACTICAL IMPLICATIONS", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 648, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 505, + 662 + ], + "score": 1.0, + "content": "Using singular learning theory we have explained how programs to be synthesised are singularities", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "score": 1.0, + "content": "of analytic functions, and how the Kolmogorov complexity of a program bounds the RLCT of the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 671, + 496, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 496, + 684 + ], + "score": 1.0, + "content": "associated singularity. We now sketch some practical insights that follow from this point of view.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 648, + 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": "Synthesis minimises the free energy: the sampling-based approach to synthesis (Section 2.1) aims", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 426, + 712 + ], + "score": 1.0, + "content": "to approximate, via MCMC, sampling from the Bayesian posterior for the triple", + "type": "text" + }, + { + "bbox": [ + 427, + 699, + 460, + 711 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "associated", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "to a synthesis problem. To understand the behaviour of these Markov chains we follow the asymp-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 356, + 732 + ], + "score": 1.0, + "content": "totic analysis of (Watanabe, 2009, Section 7.6). If we cover", + "type": "text" + }, + { + "bbox": [ + 357, + 721, + 369, + 731 + ], + "score": 0.67, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 720, + 460, + 732 + ], + "score": 1.0, + "content": "by small closed balls", + "type": "text" + }, + { + "bbox": [ + 460, + 721, + 473, + 732 + ], + "score": 0.89, + "content": "V _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "around", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 104, + 81, + 428, + 98 + ], + "spans": [ + { + "bbox": [ + 104, + 81, + 133, + 98 + ], + "score": 1.0, + "content": "points", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 133, + 84, + 147, + 93 + ], + "score": 0.85, + "content": "w _ { \\alpha }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 147, + 81, + 401, + 98 + ], + "score": 1.0, + "content": "then we can compute the probability that a sample comes from", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 402, + 83, + 414, + 93 + ], + "score": 0.87, + "content": "V _ { \\alpha }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 414, + 81, + 428, + 98 + ], + "score": 1.0, + "content": "by", + "type": "text", + "cross_page": true + } + ], + "index": 0 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 687, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 427, + 95 + ], + "lines": [ + { + "bbox": [ + 104, + 81, + 428, + 98 + ], + "spans": [ + { + "bbox": [ + 104, + 81, + 133, + 98 + ], + "score": 1.0, + "content": "points", + "type": "text" + }, + { + "bbox": [ + 133, + 84, + 147, + 93 + ], + "score": 0.85, + "content": "w _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 81, + 401, + 98 + ], + "score": 1.0, + "content": "then we can compute the probability that a sample comes from", + "type": "text" + }, + { + "bbox": [ + 402, + 83, + 414, + 93 + ], + "score": 0.87, + "content": "V _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 81, + 428, + 98 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 100, + 372, + 128 + ], + "lines": [ + { + "bbox": [ + 238, + 100, + 372, + 128 + ], + "spans": [ + { + "bbox": [ + 238, + 100, + 372, + 128 + ], + "score": 0.94, + "content": "p _ { \\alpha } = \\frac { 1 } { Z _ { 0 } } \\int _ { V _ { \\alpha } } e ^ { - n K _ { n } ( w ) } \\varphi ( w ) d w", + "type": "interline_equation", + "image_path": "913ad1faf9c2102a1bb88c71f0e8806d6d34d68a21500305eec785971a3adc2d.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 238, + 100, + 372, + 114.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 238, + 114.0, + 372, + 128.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 135, + 405, + 147 + ], + "lines": [ + { + "bbox": [ + 104, + 131, + 407, + 151 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 132, + 151 + ], + "score": 1.0, + "content": "and if", + "type": "text" + }, + { + "bbox": [ + 132, + 138, + 139, + 145 + ], + "score": 0.78, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 131, + 307, + 151 + ], + "score": 1.0, + "content": "is sufficiently large this is proportional to", + "type": "text" + }, + { + "bbox": [ + 307, + 135, + 327, + 145 + ], + "score": 0.91, + "content": "e ^ { - f _ { \\alpha } }", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 131, + 407, + 151 + ], + "score": 1.0, + "content": "where the quantity", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 256, + 154, + 355, + 167 + ], + "lines": [ + { + "bbox": [ + 256, + 154, + 355, + 167 + ], + "spans": [ + { + "bbox": [ + 256, + 154, + 355, + 167 + ], + "score": 0.89, + "content": "f _ { \\alpha } = K _ { \\alpha } n + \\lambda _ { \\alpha } \\log ( n )", + "type": "interline_equation", + "image_path": "177356d3ae0be560077e8d6a24d0651047330b1c13c5e35f3ed01828ee833782.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 256, + 154, + 355, + 167 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 173, + 505, + 219 + ], + "lines": [ + { + "bbox": [ + 104, + 172, + 504, + 188 + ], + "spans": [ + { + "bbox": [ + 104, + 172, + 227, + 188 + ], + "score": 1.0, + "content": "is called the free energy. Here", + "type": "text" + }, + { + "bbox": [ + 227, + 175, + 243, + 185 + ], + "score": 0.89, + "content": "K _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 172, + 467, + 188 + ], + "score": 1.0, + "content": "is the smallest value of the Kullback-Leibler divergence", + "type": "text" + }, + { + "bbox": [ + 468, + 175, + 478, + 184 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 172, + 491, + 188 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 491, + 174, + 504, + 185 + ], + "score": 0.88, + "content": "V _ { \\alpha }", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 185, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 123, + 198 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 185, + 136, + 196 + ], + "score": 0.89, + "content": "\\lambda _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 185, + 225, + 198 + ], + "score": 1.0, + "content": "is the RLCT of the set", + "type": "text" + }, + { + "bbox": [ + 225, + 186, + 268, + 197 + ], + "score": 0.93, + "content": "W _ { K _ { \\alpha } } \\cap V _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 185, + 295, + 198 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 295, + 185, + 411, + 197 + ], + "score": 0.92, + "content": "W _ { c } = \\{ w \\in W | K ( w ) = c \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 185, + 472, + 198 + ], + "score": 1.0, + "content": "is a level set of", + "type": "text" + }, + { + "bbox": [ + 473, + 186, + 483, + 195 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 185, + 506, + 198 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "score": 1.0, + "content": "Markov chains used to generate approximate samples from the posterior are attempting to minimise", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 207, + 484, + 220 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 353, + 220 + ], + "score": 1.0, + "content": "the free energy, which involves a tradeoff between the energy", + "type": "text" + }, + { + "bbox": [ + 353, + 208, + 375, + 218 + ], + "score": 0.91, + "content": "K _ { \\alpha } n", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 207, + 440, + 220 + ], + "score": 1.0, + "content": "and the entropy", + "type": "text" + }, + { + "bbox": [ + 441, + 207, + 481, + 219 + ], + "score": 0.93, + "content": "\\lambda _ { \\alpha } \\log ( n )", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 207, + 484, + 220 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 505, + 356 + ], + "lines": [ + { + "bbox": [ + 106, + 224, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 224, + 505, + 236 + ], + "score": 1.0, + "content": "Why synthesis gets stuck: the kind of local minimum of the free energy that we want the synthesis", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 235, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 104, + 235, + 222, + 247 + ], + "score": 1.0, + "content": "process to find are solutions", + "type": "text" + }, + { + "bbox": [ + 222, + 235, + 263, + 246 + ], + "score": 0.92, + "content": "w _ { \\alpha } \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 235, + 291, + 247 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 292, + 235, + 305, + 246 + ], + "score": 0.89, + "content": "\\lambda _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 235, + 506, + 247 + ], + "score": 1.0, + "content": "is minimal. By Section 3 one may think of these", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 246, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 505, + 258 + ], + "score": 1.0, + "content": "points as the “lowest complexity” solutions. However it is possible that there are other local minima", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 257, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 106, + 257, + 505, + 269 + ], + "score": 1.0, + "content": "of the free energy. Indeed, there may be local minima where the free energy is lower than the free", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 252, + 281 + ], + "score": 1.0, + "content": "energy at any solution since at finite", + "type": "text" + }, + { + "bbox": [ + 253, + 270, + 260, + 278 + ], + "score": 0.74, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 268, + 414, + 281 + ], + "score": 1.0, + "content": "it is possible to tradeoff an increase in", + "type": "text" + }, + { + "bbox": [ + 414, + 268, + 429, + 279 + ], + "score": 0.89, + "content": "K _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "against a decrease", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 278, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 159, + 292 + ], + "score": 1.0, + "content": "in the RLCT", + "type": "text" + }, + { + "bbox": [ + 160, + 279, + 172, + 290 + ], + "score": 0.88, + "content": "\\lambda _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 278, + 506, + 292 + ], + "score": 1.0, + "content": ". In practice, the existence of such “siren minima” of the free energy may manifest", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "score": 1.0, + "content": "itself as regions where the synthesis process gets stuck and fails to converge to a solution. In such", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 142, + 313 + ], + "score": 1.0, + "content": "a region", + "type": "text" + }, + { + "bbox": [ + 142, + 300, + 264, + 313 + ], + "score": 0.92, + "content": "\\bar { K _ { \\alpha } } n + \\lambda _ { \\alpha } \\log ( n ) < \\lambda \\log ( \\bar { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 300, + 293, + 313 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 293, + 301, + 300, + 311 + ], + "score": 0.79, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "is the RLCT of the synthesis problem. In practice", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "score": 1.0, + "content": "it has been observed that program synthesis by gradient descent often fails for complex problems", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 322, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 506, + 336 + ], + "score": 1.0, + "content": "in the sense that it fails to converge to a solution (Gaunt et al., 2016). While synthesis by SGD", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "score": 1.0, + "content": "and sampling are different, it is a reasonable hypothesis that these siren minima are a significant", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 344, + 240, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 240, + 358 + ], + "score": 1.0, + "content": "contributing factor in both cases.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 361, + 505, + 447 + ], + "lines": [ + { + "bbox": [ + 107, + 362, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 107, + 362, + 263, + 372 + ], + "score": 1.0, + "content": "Can we avoid siren minima? If we let", + "type": "text" + }, + { + "bbox": [ + 263, + 362, + 275, + 372 + ], + "score": 0.87, + "content": "\\lambda _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 362, + 405, + 372 + ], + "score": 1.0, + "content": "denote the RLCT of the level set", + "type": "text" + }, + { + "bbox": [ + 406, + 362, + 420, + 372 + ], + "score": 0.86, + "content": "W _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 362, + 505, + 372 + ], + "score": 1.0, + "content": "then siren minima of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 369, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 104, + 369, + 457, + 388 + ], + "score": 1.0, + "content": "the free energy will be impossible at a given value of n and c as long as λc ≥ λ−c nlog(n) .", + "type": "text" + }, + { + "bbox": [ + 456, + 372, + 506, + 384 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 385, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 179, + 397 + ], + "score": 1.0, + "content": "the more singular", + "type": "text" + }, + { + "bbox": [ + 179, + 385, + 194, + 397 + ], + "score": 0.89, + "content": "W _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 385, + 506, + 397 + ], + "score": 1.0, + "content": "is the lower the RLCT, so this lower bound says that the level sets should not", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 247, + 409 + ], + "score": 1.0, + "content": "become too singular too quickly as", + "type": "text" + }, + { + "bbox": [ + 247, + 399, + 253, + 406 + ], + "score": 0.73, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 396, + 383, + 409 + ], + "score": 1.0, + "content": "increases. At any given value of", + "type": "text" + }, + { + "bbox": [ + 383, + 398, + 390, + 406 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "there is a “siren free” region", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 405, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 156, + 424 + ], + "score": 1.0, + "content": "in the range", + "type": "text" + }, + { + "bbox": [ + 157, + 407, + 205, + 423 + ], + "score": 0.94, + "content": "c \\geq { \\frac { \\lambda \\log ( n ) } { n } }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 405, + 506, + 424 + ], + "score": 1.0, + "content": "since the RLCT is non-negative (Figure 3). Thus the learning process will", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 421, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 223, + 438 + ], + "score": 1.0, + "content": "be more reliable the smaller", + "type": "text" + }, + { + "bbox": [ + 223, + 421, + 254, + 437 + ], + "score": 0.93, + "content": "\\frac { \\lambda \\log ( n ) } { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 421, + 428, + 438 + ], + "score": 1.0, + "content": "is. This can arranged either by increasing", + "type": "text" + }, + { + "bbox": [ + 428, + 426, + 435, + 434 + ], + "score": 0.72, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 421, + 506, + 438 + ], + "score": 1.0, + "content": "(providing more", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 435, + 217, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 205, + 448 + ], + "score": 1.0, + "content": "examples) or decreasing", + "type": "text" + }, + { + "bbox": [ + 206, + 435, + 213, + 445 + ], + "score": 0.74, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 435, + 217, + 448 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 505, + 540 + ], + "lines": [ + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "score": 1.0, + "content": "While the RLCT is determined by the synthesis problem, it is possible to change its value by chang-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 463, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 222, + 474 + ], + "score": 1.0, + "content": "ing the structure of the UTM", + "type": "text" + }, + { + "bbox": [ + 223, + 463, + 232, + 473 + ], + "score": 0.56, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 464, + 323, + 474 + ], + "score": 1.0, + "content": ". As we have defined it", + "type": "text" + }, + { + "bbox": [ + 324, + 464, + 332, + 473 + ], + "score": 0.76, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 464, + 505, + 474 + ], + "score": 1.0, + "content": "is a “simulation type” UTM, but one could", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "score": 1.0, + "content": "for example add special states such that if a code specifies a transition into that state a series of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 486, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 505, + 497 + ], + "score": 1.0, + "content": "steps is executed by the UTM (i.e. a subroutine). This amounts to specifying codes in a higher level", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "score": 1.0, + "content": "programming language. Hence one of the practical insights that can be derived from the geometric", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 507, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 505, + 520 + ], + "score": 1.0, + "content": "point of view on program synthesis is that varying this language is a natural way to engineer the sin-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 221, + 531 + ], + "score": 1.0, + "content": "gularities of the level sets of", + "type": "text" + }, + { + "bbox": [ + 222, + 518, + 232, + 528 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 518, + 506, + 531 + ], + "score": 1.0, + "content": ", which according to singular learning theory has direct implications", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 528, + 206, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 206, + 542 + ], + "score": 1.0, + "content": "for the learning process.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5 + }, + { + "type": "image", + "bbox": [ + 237, + 558, + 370, + 693 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 237, + 558, + 370, + 693 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 237, + 558, + 370, + 693 + ], + "spans": [ + { + "bbox": [ + 237, + 558, + 370, + 693 + ], + "score": 0.955, + "type": "image", + "image_path": "e34800be3128393d0b71b422f4ec9e848e92967fd980b5ceb119d06d14b03a68.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 558, + 370, + 625.5 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 237, + 625.5, + 370, + 693.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 124, + 709, + 484, + 722 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 123, + 708, + 487, + 724 + ], + "spans": [ + { + "bbox": [ + 123, + 708, + 487, + 724 + ], + "score": 1.0, + "content": "Figure 3: Level sets above the cutoff cannot contain siren local minima of the free energy.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + } + ], + "index": 37.25 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 309, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 427, + 95 + ], + "lines": [], + "index": 0, + "bbox_fs": [ + 104, + 81, + 428, + 98 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 100, + 372, + 128 + ], + "lines": [ + { + "bbox": [ + 238, + 100, + 372, + 128 + ], + "spans": [ + { + "bbox": [ + 238, + 100, + 372, + 128 + ], + "score": 0.94, + "content": "p _ { \\alpha } = \\frac { 1 } { Z _ { 0 } } \\int _ { V _ { \\alpha } } e ^ { - n K _ { n } ( w ) } \\varphi ( w ) d w", + "type": "interline_equation", + "image_path": "913ad1faf9c2102a1bb88c71f0e8806d6d34d68a21500305eec785971a3adc2d.jpg" + } + ] + } + ], + "index": 1.5, + "virtual_lines": [ + { + "bbox": [ + 238, + 100, + 372, + 114.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 238, + 114.0, + 372, + 128.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 135, + 405, + 147 + ], + "lines": [ + { + "bbox": [ + 104, + 131, + 407, + 151 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 132, + 151 + ], + "score": 1.0, + "content": "and if", + "type": "text" + }, + { + "bbox": [ + 132, + 138, + 139, + 145 + ], + "score": 0.78, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 131, + 307, + 151 + ], + "score": 1.0, + "content": "is sufficiently large this is proportional to", + "type": "text" + }, + { + "bbox": [ + 307, + 135, + 327, + 145 + ], + "score": 0.91, + "content": "e ^ { - f _ { \\alpha } }", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 131, + 407, + 151 + ], + "score": 1.0, + "content": "where the quantity", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 104, + 131, + 407, + 151 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 256, + 154, + 355, + 167 + ], + "lines": [ + { + "bbox": [ + 256, + 154, + 355, + 167 + ], + "spans": [ + { + "bbox": [ + 256, + 154, + 355, + 167 + ], + "score": 0.89, + "content": "f _ { \\alpha } = K _ { \\alpha } n + \\lambda _ { \\alpha } \\log ( n )", + "type": "interline_equation", + "image_path": "177356d3ae0be560077e8d6a24d0651047330b1c13c5e35f3ed01828ee833782.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 256, + 154, + 355, + 167 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 173, + 505, + 219 + ], + "lines": [ + { + "bbox": [ + 104, + 172, + 504, + 188 + ], + "spans": [ + { + "bbox": [ + 104, + 172, + 227, + 188 + ], + "score": 1.0, + "content": "is called the free energy. Here", + "type": "text" + }, + { + "bbox": [ + 227, + 175, + 243, + 185 + ], + "score": 0.89, + "content": "K _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 172, + 467, + 188 + ], + "score": 1.0, + "content": "is the smallest value of the Kullback-Leibler divergence", + "type": "text" + }, + { + "bbox": [ + 468, + 175, + 478, + 184 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 172, + 491, + 188 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 491, + 174, + 504, + 185 + ], + "score": 0.88, + "content": "V _ { \\alpha }", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 185, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 185, + 123, + 198 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 185, + 136, + 196 + ], + "score": 0.89, + "content": "\\lambda _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 136, + 185, + 225, + 198 + ], + "score": 1.0, + "content": "is the RLCT of the set", + "type": "text" + }, + { + "bbox": [ + 225, + 186, + 268, + 197 + ], + "score": 0.93, + "content": "W _ { K _ { \\alpha } } \\cap V _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 185, + 295, + 198 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 295, + 185, + 411, + 197 + ], + "score": 0.92, + "content": "W _ { c } = \\{ w \\in W | K ( w ) = c \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 185, + 472, + 198 + ], + "score": 1.0, + "content": "is a level set of", + "type": "text" + }, + { + "bbox": [ + 473, + 186, + 483, + 195 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 185, + 506, + 198 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 505, + 209 + ], + "score": 1.0, + "content": "Markov chains used to generate approximate samples from the posterior are attempting to minimise", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 207, + 484, + 220 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 353, + 220 + ], + "score": 1.0, + "content": "the free energy, which involves a tradeoff between the energy", + "type": "text" + }, + { + "bbox": [ + 353, + 208, + 375, + 218 + ], + "score": 0.91, + "content": "K _ { \\alpha } n", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 207, + 440, + 220 + ], + "score": 1.0, + "content": "and the entropy", + "type": "text" + }, + { + "bbox": [ + 441, + 207, + 481, + 219 + ], + "score": 0.93, + "content": "\\lambda _ { \\alpha } \\log ( n )", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 207, + 484, + 220 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 172, + 506, + 220 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 223, + 505, + 356 + ], + "lines": [ + { + "bbox": [ + 106, + 224, + 505, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 224, + 505, + 236 + ], + "score": 1.0, + "content": "Why synthesis gets stuck: the kind of local minimum of the free energy that we want the synthesis", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 235, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 104, + 235, + 222, + 247 + ], + "score": 1.0, + "content": "process to find are solutions", + "type": "text" + }, + { + "bbox": [ + 222, + 235, + 263, + 246 + ], + "score": 0.92, + "content": "w _ { \\alpha } \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 235, + 291, + 247 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 292, + 235, + 305, + 246 + ], + "score": 0.89, + "content": "\\lambda _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 235, + 506, + 247 + ], + "score": 1.0, + "content": "is minimal. By Section 3 one may think of these", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 246, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 505, + 258 + ], + "score": 1.0, + "content": "points as the “lowest complexity” solutions. However it is possible that there are other local minima", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 257, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 106, + 257, + 505, + 269 + ], + "score": 1.0, + "content": "of the free energy. Indeed, there may be local minima where the free energy is lower than the free", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 268, + 506, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 252, + 281 + ], + "score": 1.0, + "content": "energy at any solution since at finite", + "type": "text" + }, + { + "bbox": [ + 253, + 270, + 260, + 278 + ], + "score": 0.74, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 268, + 414, + 281 + ], + "score": 1.0, + "content": "it is possible to tradeoff an increase in", + "type": "text" + }, + { + "bbox": [ + 414, + 268, + 429, + 279 + ], + "score": 0.89, + "content": "K _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 268, + 506, + 281 + ], + "score": 1.0, + "content": "against a decrease", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 278, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 159, + 292 + ], + "score": 1.0, + "content": "in the RLCT", + "type": "text" + }, + { + "bbox": [ + 160, + 279, + 172, + 290 + ], + "score": 0.88, + "content": "\\lambda _ { \\alpha }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 278, + 506, + 292 + ], + "score": 1.0, + "content": ". In practice, the existence of such “siren minima” of the free energy may manifest", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 302 + ], + "score": 1.0, + "content": "itself as regions where the synthesis process gets stuck and fails to converge to a solution. In such", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 104, + 300, + 142, + 313 + ], + "score": 1.0, + "content": "a region", + "type": "text" + }, + { + "bbox": [ + 142, + 300, + 264, + 313 + ], + "score": 0.92, + "content": "\\bar { K _ { \\alpha } } n + \\lambda _ { \\alpha } \\log ( n ) < \\lambda \\log ( \\bar { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 300, + 293, + 313 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 293, + 301, + 300, + 311 + ], + "score": 0.79, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "is the RLCT of the synthesis problem. In practice", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 505, + 325 + ], + "score": 1.0, + "content": "it has been observed that program synthesis by gradient descent often fails for complex problems", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 322, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 506, + 336 + ], + "score": 1.0, + "content": "in the sense that it fails to converge to a solution (Gaunt et al., 2016). While synthesis by SGD", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 505, + 346 + ], + "score": 1.0, + "content": "and sampling are different, it is a reasonable hypothesis that these siren minima are a significant", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 344, + 240, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 240, + 358 + ], + "score": 1.0, + "content": "contributing factor in both cases.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 224, + 506, + 358 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 361, + 505, + 447 + ], + "lines": [ + { + "bbox": [ + 107, + 362, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 107, + 362, + 263, + 372 + ], + "score": 1.0, + "content": "Can we avoid siren minima? If we let", + "type": "text" + }, + { + "bbox": [ + 263, + 362, + 275, + 372 + ], + "score": 0.87, + "content": "\\lambda _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 362, + 405, + 372 + ], + "score": 1.0, + "content": "denote the RLCT of the level set", + "type": "text" + }, + { + "bbox": [ + 406, + 362, + 420, + 372 + ], + "score": 0.86, + "content": "W _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 362, + 505, + 372 + ], + "score": 1.0, + "content": "then siren minima of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 369, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 104, + 369, + 457, + 388 + ], + "score": 1.0, + "content": "the free energy will be impossible at a given value of n and c as long as λc ≥ λ−c nlog(n) .", + "type": "text" + }, + { + "bbox": [ + 456, + 372, + 506, + 384 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 385, + 506, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 179, + 397 + ], + "score": 1.0, + "content": "the more singular", + "type": "text" + }, + { + "bbox": [ + 179, + 385, + 194, + 397 + ], + "score": 0.89, + "content": "W _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 385, + 506, + 397 + ], + "score": 1.0, + "content": "is the lower the RLCT, so this lower bound says that the level sets should not", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 247, + 409 + ], + "score": 1.0, + "content": "become too singular too quickly as", + "type": "text" + }, + { + "bbox": [ + 247, + 399, + 253, + 406 + ], + "score": 0.73, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 396, + 383, + 409 + ], + "score": 1.0, + "content": "increases. At any given value of", + "type": "text" + }, + { + "bbox": [ + 383, + 398, + 390, + 406 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "there is a “siren free” region", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 405, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 156, + 424 + ], + "score": 1.0, + "content": "in the range", + "type": "text" + }, + { + "bbox": [ + 157, + 407, + 205, + 423 + ], + "score": 0.94, + "content": "c \\geq { \\frac { \\lambda \\log ( n ) } { n } }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 405, + 506, + 424 + ], + "score": 1.0, + "content": "since the RLCT is non-negative (Figure 3). Thus the learning process will", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 421, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 223, + 438 + ], + "score": 1.0, + "content": "be more reliable the smaller", + "type": "text" + }, + { + "bbox": [ + 223, + 421, + 254, + 437 + ], + "score": 0.93, + "content": "\\frac { \\lambda \\log ( n ) } { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 421, + 428, + 438 + ], + "score": 1.0, + "content": "is. This can arranged either by increasing", + "type": "text" + }, + { + "bbox": [ + 428, + 426, + 435, + 434 + ], + "score": 0.72, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 421, + 506, + 438 + ], + "score": 1.0, + "content": "(providing more", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 435, + 217, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 205, + 448 + ], + "score": 1.0, + "content": "examples) or decreasing", + "type": "text" + }, + { + "bbox": [ + 206, + 435, + 213, + 445 + ], + "score": 0.74, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 435, + 217, + 448 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24, + "bbox_fs": [ + 104, + 362, + 506, + 448 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 451, + 505, + 540 + ], + "lines": [ + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 505, + 465 + ], + "score": 1.0, + "content": "While the RLCT is determined by the synthesis problem, it is possible to change its value by chang-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 463, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 464, + 222, + 474 + ], + "score": 1.0, + "content": "ing the structure of the UTM", + "type": "text" + }, + { + "bbox": [ + 223, + 463, + 232, + 473 + ], + "score": 0.56, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 464, + 323, + 474 + ], + "score": 1.0, + "content": ". As we have defined it", + "type": "text" + }, + { + "bbox": [ + 324, + 464, + 332, + 473 + ], + "score": 0.76, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 464, + 505, + 474 + ], + "score": 1.0, + "content": "is a “simulation type” UTM, but one could", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "score": 1.0, + "content": "for example add special states such that if a code specifies a transition into that state a series of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 486, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 486, + 505, + 497 + ], + "score": 1.0, + "content": "steps is executed by the UTM (i.e. a subroutine). This amounts to specifying codes in a higher level", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 505, + 508 + ], + "score": 1.0, + "content": "programming language. Hence one of the practical insights that can be derived from the geometric", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 507, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 505, + 520 + ], + "score": 1.0, + "content": "point of view on program synthesis is that varying this language is a natural way to engineer the sin-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 221, + 531 + ], + "score": 1.0, + "content": "gularities of the level sets of", + "type": "text" + }, + { + "bbox": [ + 222, + 518, + 232, + 528 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 518, + 506, + 531 + ], + "score": 1.0, + "content": ", which according to singular learning theory has direct implications", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 528, + 206, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 206, + 542 + ], + "score": 1.0, + "content": "for the learning process.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 450, + 506, + 542 + ] + }, + { + "type": "image", + "bbox": [ + 237, + 558, + 370, + 693 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 237, + 558, + 370, + 693 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 237, + 558, + 370, + 693 + ], + "spans": [ + { + "bbox": [ + 237, + 558, + 370, + 693 + ], + "score": 0.955, + "type": "image", + "image_path": "e34800be3128393d0b71b422f4ec9e848e92967fd980b5ceb119d06d14b03a68.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 558, + 370, + 625.5 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 237, + 625.5, + 370, + 693.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 124, + 709, + 484, + 722 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 123, + 708, + 487, + 724 + ], + "spans": [ + { + "bbox": [ + 123, + 708, + 487, + 724 + ], + "score": 1.0, + "content": "Figure 3: Level sets above the cutoff cannot contain siren local minima of the free energy.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + } + ], + "index": 37.25 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 200, + 94 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 202, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 202, + 96 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 162 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 257, + 119 + ], + "score": 1.0, + "content": "We estimate the RLCT for the triples", + "type": "text" + }, + { + "bbox": [ + 257, + 106, + 290, + 118 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 105, + 505, + 119 + ], + "score": 1.0, + "content": "associated to the synthesis problems detectA (Ex-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "ample 2.5) and parityCheck. Hyperparameters of the various machines are contained in Table 3", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 257, + 141 + ], + "score": 1.0, + "content": "of Appendix B. The true distribution", + "type": "text" + }, + { + "bbox": [ + 258, + 128, + 277, + 140 + ], + "score": 0.9, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "is defined as follows: we fix a minimum and maximum", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 173, + 152 + ], + "score": 1.0, + "content": "sequence length", + "type": "text" + }, + { + "bbox": [ + 173, + 139, + 198, + 150 + ], + "score": 0.91, + "content": "a \\leq b", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 138, + 257, + 152 + ], + "score": 1.0, + "content": "and to sample", + "type": "text" + }, + { + "bbox": [ + 258, + 139, + 296, + 150 + ], + "score": 0.91, + "content": "x \\sim q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 138, + 395, + 152 + ], + "score": 1.0, + "content": "we first sample a length", + "type": "text" + }, + { + "bbox": [ + 396, + 139, + 400, + 149 + ], + "score": 0.58, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 138, + 466, + 152 + ], + "score": 1.0, + "content": "uniformly from", + "type": "text" + }, + { + "bbox": [ + 466, + 138, + 487, + 151 + ], + "score": 0.92, + "content": "[ a , b ]", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 138, + 506, + 152 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 148, + 268, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 199, + 163 + ], + "score": 1.0, + "content": "then uniformly sample", + "type": "text" + }, + { + "bbox": [ + 199, + 152, + 206, + 160 + ], + "score": 0.75, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 148, + 229, + 163 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 230, + 149, + 263, + 162 + ], + "score": 0.93, + "content": "\\{ A , { \\cal B } \\} ^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 148, + 268, + 163 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 166, + 505, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 361, + 180 + ], + "score": 1.0, + "content": "We perform MCMC on the weight vector for the model class", + "type": "text" + }, + { + "bbox": [ + 361, + 167, + 456, + 178 + ], + "score": 0.9, + "content": "\\{ p ( y | x , w ) : w \\in W \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 166, + 485, + 180 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 485, + 169, + 494, + 177 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 166, + 506, + 180 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 177, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 104, + 177, + 384, + 190 + ], + "score": 1.0, + "content": "represented in our PyTorch implementation by three tensors of shape", + "type": "text" + }, + { + "bbox": [ + 384, + 178, + 444, + 190 + ], + "score": 0.89, + "content": "\\{ [ L , n _ { i } ] \\} _ { 1 \\leq i \\leq 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 177, + 472, + 190 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 472, + 178, + 480, + 187 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 177, + 506, + 190 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 389, + 201 + ], + "score": 1.0, + "content": "number of tuples in the description tape of the TM being simulated and", + "type": "text" + }, + { + "bbox": [ + 390, + 189, + 410, + 201 + ], + "score": 0.9, + "content": "\\{ n _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "are the number of sym-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 200, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 505, + 211 + ], + "score": 1.0, + "content": "bols, states and directions respectively. A direct simulation of the UTM is used for all experiments", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 479, + 223 + ], + "score": 1.0, + "content": "to improve computational efficiency (Appendix G). We generate, for each inverse temperature", + "type": "text" + }, + { + "bbox": [ + 480, + 211, + 487, + 222 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 221, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 137, + 234 + ], + "score": 1.0, + "content": "dataset", + "type": "text" + }, + { + "bbox": [ + 137, + 222, + 152, + 232 + ], + "score": 0.89, + "content": "D _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 221, + 505, + 234 + ], + "score": 1.0, + "content": ", a Markov chain via the No-U-turn sampler from Hoffman & Gelman (2014). We use", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 231, + 300, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 289, + 245 + ], + "score": 1.0, + "content": "the standard uniform distribution as our prior", + "type": "text" + }, + { + "bbox": [ + 289, + 235, + 296, + 244 + ], + "score": 0.77, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 231, + 300, + 245 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9 + }, + { + "type": "table", + "bbox": [ + 174, + 253, + 437, + 356 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 174, + 253, + 437, + 356 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 174, + 253, + 437, + 356 + ], + "spans": [ + { + "bbox": [ + 174, + 253, + 437, + 356 + ], + "score": 0.982, + "html": "
Max-lengthTemperatureRLCTStdR squared
7log(500)8.0892053.5247190.965384
7log(1000)6.5333622.0942780.966856
8log(500)4.6018001.1563250.974569
8log(1000)4.4316831.0690200.967847
9log(500)5.3025982.4156470.973016
9log(1000)4.0273241.8668020.958805
10log(500)3.2249101.1696990.963358
10log(1000)3.4336240.9999670.949972
", + "type": "table", + "image_path": "5d4afa355e7944efc656d6fc95adefe04ce2d1b8b5d4c0468d69412c54084812.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 174, + 253, + 437, + 287.3333333333333 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 174, + 287.3333333333333, + 437, + 321.66666666666663 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 174, + 321.66666666666663, + 437, + 355.99999999999994 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 224, + 369, + 386, + 381 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 223, + 368, + 388, + 381 + ], + "spans": [ + { + "bbox": [ + 223, + 368, + 388, + 381 + ], + "score": 1.0, + "content": "Table 1: RLCT estimates for detectA.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 506, + 470 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 464, + 406 + ], + "score": 1.0, + "content": "For the problem detectA given in Example 2.5 the dimension of parameter space is dim", + "type": "text" + }, + { + "bbox": [ + 464, + 392, + 501, + 403 + ], + "score": 0.86, + "content": "W = 3 0", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 392, + 505, + 406 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 403, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 314, + 416 + ], + "score": 1.0, + "content": "We use generalized least squares to fit the RLCT", + "type": "text" + }, + { + "bbox": [ + 314, + 404, + 322, + 414 + ], + "score": 0.6, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 403, + 468, + 416 + ], + "score": 1.0, + "content": "(with goodness-of-fit measured by", + "type": "text" + }, + { + "bbox": [ + 469, + 403, + 482, + 414 + ], + "score": 0.84, + "content": "R ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 403, + 506, + 416 + ], + "score": 1.0, + "content": "), the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 414, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 505, + 427 + ], + "score": 1.0, + "content": "algorithm of which is given in Appendix A. Our results are displayed in Table 1 and Figure 4. Our", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 425, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 505, + 438 + ], + "score": 1.0, + "content": "purpose in these experiments is not to provide high accuracy estimates of the RLCT, as these would", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 437, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 448 + ], + "score": 1.0, + "content": "require much longer Markov chains. Instead we demonstrate how rough estimates consistent with", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "score": 1.0, + "content": "the theory can be obtained at low computational cost. If this model were regular the RLCT would", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 458, + 185, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 118, + 470 + ], + "score": 1.0, + "content": "be", + "type": "text" + }, + { + "bbox": [ + 119, + 458, + 181, + 470 + ], + "score": 0.94, + "content": "\\dim W / 2 = 1 5", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 459, + 185, + 470 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20 + }, + { + "type": "image", + "bbox": [ + 185, + 482, + 423, + 648 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 185, + 482, + 423, + 648 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 185, + 482, + 423, + 648 + ], + "spans": [ + { + "bbox": [ + 185, + 482, + 423, + 648 + ], + "score": 0.967, + "type": "image", + "image_path": "9ace473833bc61d56cd4eaf090be6f773656e1bf4f188e396d12fd45dcd66217.jpg" + } + ] + } + ], + "index": 29.5, + "virtual_lines": [ + { + "bbox": [ + 185, + 482, + 423, + 495.8333333333333 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 185, + 495.8333333333333, + 423, + 509.66666666666663 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 185, + 509.66666666666663, + 423, + 523.5 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 185, + 523.5, + 423, + 537.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 185, + 537.3333333333334, + 423, + 551.1666666666667 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 185, + 551.1666666666667, + 423, + 565.0000000000001 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 185, + 565.0000000000001, + 423, + 578.8333333333335 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 185, + 578.8333333333335, + 423, + 592.6666666666669 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 185, + 592.6666666666669, + 423, + 606.5000000000002 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 185, + 606.5000000000002, + 423, + 620.3333333333336 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 185, + 620.3333333333336, + 423, + 634.166666666667 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 185, + 634.166666666667, + 423, + 648.0000000000003 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 111, + 664, + 494, + 676 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 662, + 495, + 678 + ], + "spans": [ + { + "bbox": [ + 114, + 662, + 495, + 678 + ], + "score": 1.0, + "content": "Figure 4: Plot of RLCT estimates for detectA. Shaded region shows one standard deviation.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + } + ], + "index": 32.75 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 339, + 699 + ], + "lines": [ + { + "bbox": [ + 106, + 686, + 340, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 686, + 340, + 700 + ], + "score": 1.0, + "content": "The deterministic synthesis problem parityCheck has", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 702, + 446, + 730 + ], + "lines": [ + { + "bbox": [ + 162, + 702, + 446, + 730 + ], + "spans": [ + { + "bbox": [ + 162, + 702, + 446, + 730 + ], + "score": 0.75, + "content": "\\begin{array} { l } { \\Sigma = \\{ \\Pi , A , B , X \\} } \\\\ { Q = \\{ \\mathrm { r e j e c t , a c c e p t , g e t N e x t A B , g e t N e x t A , g e t N e x t B , g o t o S t a r t } \\} . } \\end{array}", + "type": "interline_equation", + "image_path": "586a4e6297eddaed76a38f30a3312cc424089c43682afd35d9bcb0fedb06db8a.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 162, + 702, + 446, + 711.3333333333334 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 162, + 711.3333333333334, + 446, + 720.6666666666667 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 162, + 720.6666666666667, + 446, + 730.0000000000001 + ], + "spans": [], + "index": 40 + } + ] + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 300, + 750, + 309, + 761 + ], + "spans": [ + { + "bbox": [ + 300, + 750, + 309, + 761 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 27, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 200, + 94 + ], + "lines": [ + { + "bbox": [ + 104, + 79, + 202, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 79, + 202, + 96 + ], + "score": 1.0, + "content": "5 EXPERIMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 162 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 257, + 119 + ], + "score": 1.0, + "content": "We estimate the RLCT for the triples", + "type": "text" + }, + { + "bbox": [ + 257, + 106, + 290, + 118 + ], + "score": 0.92, + "content": "( p , q , \\varphi )", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 105, + 505, + 119 + ], + "score": 1.0, + "content": "associated to the synthesis problems detectA (Ex-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "ample 2.5) and parityCheck. Hyperparameters of the various machines are contained in Table 3", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 257, + 141 + ], + "score": 1.0, + "content": "of Appendix B. The true distribution", + "type": "text" + }, + { + "bbox": [ + 258, + 128, + 277, + 140 + ], + "score": 0.9, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "is defined as follows: we fix a minimum and maximum", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 506, + 152 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 173, + 152 + ], + "score": 1.0, + "content": "sequence length", + "type": "text" + }, + { + "bbox": [ + 173, + 139, + 198, + 150 + ], + "score": 0.91, + "content": "a \\leq b", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 138, + 257, + 152 + ], + "score": 1.0, + "content": "and to sample", + "type": "text" + }, + { + "bbox": [ + 258, + 139, + 296, + 150 + ], + "score": 0.91, + "content": "x \\sim q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 138, + 395, + 152 + ], + "score": 1.0, + "content": "we first sample a length", + "type": "text" + }, + { + "bbox": [ + 396, + 139, + 400, + 149 + ], + "score": 0.58, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 138, + 466, + 152 + ], + "score": 1.0, + "content": "uniformly from", + "type": "text" + }, + { + "bbox": [ + 466, + 138, + 487, + 151 + ], + "score": 0.92, + "content": "[ a , b ]", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 138, + 506, + 152 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 148, + 268, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 199, + 163 + ], + "score": 1.0, + "content": "then uniformly sample", + "type": "text" + }, + { + "bbox": [ + 199, + 152, + 206, + 160 + ], + "score": 0.75, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 148, + 229, + 163 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 230, + 149, + 263, + 162 + ], + "score": 0.93, + "content": "\\{ A , { \\cal B } \\} ^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 148, + 268, + 163 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 105, + 506, + 163 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 166, + 505, + 244 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 361, + 180 + ], + "score": 1.0, + "content": "We perform MCMC on the weight vector for the model class", + "type": "text" + }, + { + "bbox": [ + 361, + 167, + 456, + 178 + ], + "score": 0.9, + "content": "\\{ p ( y | x , w ) : w \\in W \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 166, + 485, + 180 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 485, + 169, + 494, + 177 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 166, + 506, + 180 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 177, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 104, + 177, + 384, + 190 + ], + "score": 1.0, + "content": "represented in our PyTorch implementation by three tensors of shape", + "type": "text" + }, + { + "bbox": [ + 384, + 178, + 444, + 190 + ], + "score": 0.89, + "content": "\\{ [ L , n _ { i } ] \\} _ { 1 \\leq i \\leq 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 177, + 472, + 190 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 472, + 178, + 480, + 187 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 177, + 506, + 190 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 389, + 201 + ], + "score": 1.0, + "content": "number of tuples in the description tape of the TM being simulated and", + "type": "text" + }, + { + "bbox": [ + 390, + 189, + 410, + 201 + ], + "score": 0.9, + "content": "\\{ n _ { i } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "are the number of sym-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 200, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 505, + 211 + ], + "score": 1.0, + "content": "bols, states and directions respectively. A direct simulation of the UTM is used for all experiments", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 479, + 223 + ], + "score": 1.0, + "content": "to improve computational efficiency (Appendix G). We generate, for each inverse temperature", + "type": "text" + }, + { + "bbox": [ + 480, + 211, + 487, + 222 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 221, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 137, + 234 + ], + "score": 1.0, + "content": "dataset", + "type": "text" + }, + { + "bbox": [ + 137, + 222, + 152, + 232 + ], + "score": 0.89, + "content": "D _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 221, + 505, + 234 + ], + "score": 1.0, + "content": ", a Markov chain via the No-U-turn sampler from Hoffman & Gelman (2014). We use", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 231, + 300, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 289, + 245 + ], + "score": 1.0, + "content": "the standard uniform distribution as our prior", + "type": "text" + }, + { + "bbox": [ + 289, + 235, + 296, + 244 + ], + "score": 0.77, + "content": "\\varphi", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 231, + 300, + 245 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9, + "bbox_fs": [ + 104, + 166, + 506, + 245 + ] + }, + { + "type": "table", + "bbox": [ + 174, + 253, + 437, + 356 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 174, + 253, + 437, + 356 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 174, + 253, + 437, + 356 + ], + "spans": [ + { + "bbox": [ + 174, + 253, + 437, + 356 + ], + "score": 0.982, + "html": "
Max-lengthTemperatureRLCTStdR squared
7log(500)8.0892053.5247190.965384
7log(1000)6.5333622.0942780.966856
8log(500)4.6018001.1563250.974569
8log(1000)4.4316831.0690200.967847
9log(500)5.3025982.4156470.973016
9log(1000)4.0273241.8668020.958805
10log(500)3.2249101.1696990.963358
10log(1000)3.4336240.9999670.949972
", + "type": "table", + "image_path": "5d4afa355e7944efc656d6fc95adefe04ce2d1b8b5d4c0468d69412c54084812.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 174, + 253, + 437, + 287.3333333333333 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 174, + 287.3333333333333, + 437, + 321.66666666666663 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 174, + 321.66666666666663, + 437, + 355.99999999999994 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 224, + 369, + 386, + 381 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 223, + 368, + 388, + 381 + ], + "spans": [ + { + "bbox": [ + 223, + 368, + 388, + 381 + ], + "score": 1.0, + "content": "Table 1: RLCT estimates for detectA.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + } + ], + "index": 15.0 + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 506, + 470 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 464, + 406 + ], + "score": 1.0, + "content": "For the problem detectA given in Example 2.5 the dimension of parameter space is dim", + "type": "text" + }, + { + "bbox": [ + 464, + 392, + 501, + 403 + ], + "score": 0.86, + "content": "W = 3 0", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 392, + 505, + 406 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 403, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 314, + 416 + ], + "score": 1.0, + "content": "We use generalized least squares to fit the RLCT", + "type": "text" + }, + { + "bbox": [ + 314, + 404, + 322, + 414 + ], + "score": 0.6, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 403, + 468, + 416 + ], + "score": 1.0, + "content": "(with goodness-of-fit measured by", + "type": "text" + }, + { + "bbox": [ + 469, + 403, + 482, + 414 + ], + "score": 0.84, + "content": "R ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 403, + 506, + 416 + ], + "score": 1.0, + "content": "), the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 414, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 106, + 414, + 505, + 427 + ], + "score": 1.0, + "content": "algorithm of which is given in Appendix A. Our results are displayed in Table 1 and Figure 4. Our", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 425, + 505, + 438 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 505, + 438 + ], + "score": 1.0, + "content": "purpose in these experiments is not to provide high accuracy estimates of the RLCT, as these would", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 437, + 505, + 448 + ], + "spans": [ + { + "bbox": [ + 105, + 437, + 505, + 448 + ], + "score": 1.0, + "content": "require much longer Markov chains. Instead we demonstrate how rough estimates consistent with", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 506, + 461 + ], + "score": 1.0, + "content": "the theory can be obtained at low computational cost. If this model were regular the RLCT would", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 458, + 185, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 118, + 470 + ], + "score": 1.0, + "content": "be", + "type": "text" + }, + { + "bbox": [ + 119, + 458, + 181, + 470 + ], + "score": 0.94, + "content": "\\dim W / 2 = 1 5", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 459, + 185, + 470 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 392, + 506, + 470 + ] + }, + { + "type": "image", + "bbox": [ + 185, + 482, + 423, + 648 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 185, + 482, + 423, + 648 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 185, + 482, + 423, + 648 + ], + "spans": [ + { + "bbox": [ + 185, + 482, + 423, + 648 + ], + "score": 0.967, + "type": "image", + "image_path": "9ace473833bc61d56cd4eaf090be6f773656e1bf4f188e396d12fd45dcd66217.jpg" + } + ] + } + ], + "index": 29.5, + "virtual_lines": [ + { + "bbox": [ + 185, + 482, + 423, + 495.8333333333333 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 185, + 495.8333333333333, + 423, + 509.66666666666663 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 185, + 509.66666666666663, + 423, + 523.5 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 185, + 523.5, + 423, + 537.3333333333334 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 185, + 537.3333333333334, + 423, + 551.1666666666667 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 185, + 551.1666666666667, + 423, + 565.0000000000001 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 185, + 565.0000000000001, + 423, + 578.8333333333335 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 185, + 578.8333333333335, + 423, + 592.6666666666669 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 185, + 592.6666666666669, + 423, + 606.5000000000002 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 185, + 606.5000000000002, + 423, + 620.3333333333336 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 185, + 620.3333333333336, + 423, + 634.166666666667 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 185, + 634.166666666667, + 423, + 648.0000000000003 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 111, + 664, + 494, + 676 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 662, + 495, + 678 + ], + "spans": [ + { + "bbox": [ + 114, + 662, + 495, + 678 + ], + "score": 1.0, + "content": "Figure 4: Plot of RLCT estimates for detectA. Shaded region shows one standard deviation.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + } + ], + "index": 32.75 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 339, + 699 + ], + "lines": [ + { + "bbox": [ + 106, + 686, + 340, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 686, + 340, + 700 + ], + "score": 1.0, + "content": "The deterministic synthesis problem parityCheck has", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37, + "bbox_fs": [ + 106, + 686, + 340, + 700 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 702, + 446, + 730 + ], + "lines": [ + { + "bbox": [ + 162, + 702, + 446, + 730 + ], + "spans": [ + { + "bbox": [ + 162, + 702, + 446, + 730 + ], + "score": 0.75, + "content": "\\begin{array} { l } { \\Sigma = \\{ \\Pi , A , B , X \\} } \\\\ { Q = \\{ \\mathrm { r e j e c t , a c c e p t , g e t N e x t A B , g e t N e x t A , g e t N e x t B , g o t o S t a r t } \\} . } \\end{array}", + "type": "interline_equation", + "image_path": "586a4e6297eddaed76a38f30a3312cc424089c43682afd35d9bcb0fedb06db8a.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 162, + 702, + 446, + 711.3333333333334 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 162, + 711.3333333333334, + 446, + 720.6666666666667 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 162, + 720.6666666666667, + 446, + 730.0000000000001 + ], + "spans": [], + "index": 40 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 173, + 96 + ], + "score": 1.0, + "content": "The distribution", + "type": "text" + }, + { + "bbox": [ + 174, + 83, + 193, + 94 + ], + "score": 0.92, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 81, + 326, + 96 + ], + "score": 1.0, + "content": "is as discussed in Section 5 and", + "type": "text" + }, + { + "bbox": [ + 326, + 82, + 354, + 95 + ], + "score": 0.93, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "is determined by the function taking", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 162, + 105 + ], + "score": 1.0, + "content": "in a string of", + "type": "text" + }, + { + "bbox": [ + 162, + 94, + 171, + 104 + ], + "score": 0.77, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 94, + 197, + 105 + ], + "score": 1.0, + "content": "’s and", + "type": "text" + }, + { + "bbox": [ + 197, + 94, + 206, + 104 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "’s, and terminating in state accept if the string contains the same number", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 118, + 117 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 105, + 126, + 114 + ], + "score": 0.79, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 104, + 145, + 117 + ], + "score": 1.0, + "content": "’s as", + "type": "text" + }, + { + "bbox": [ + 146, + 105, + 155, + 114 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "’s, and terminating in state reject otherwise. The string is assumed to contain no blank", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 441, + 128 + ], + "score": 1.0, + "content": "symbols. The true distribution is realisable because there is a Turing machine using", + "type": "text" + }, + { + "bbox": [ + 441, + 116, + 450, + 125 + ], + "score": 0.77, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 115, + 468, + 128 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 468, + 116, + 477, + 127 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "which", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "computes this function: the machine works by repeatedly overwriting pairs consisting of a single", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 107, + 136, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 107, + 137, + 115, + 147 + ], + "score": 0.75, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 136, + 134, + 150 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 135, + 137, + 144, + 147 + ], + "score": 0.81, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 136, + 166, + 150 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 167, + 137, + 177, + 147 + ], + "score": 0.75, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 136, + 253, + 150 + ], + "score": 1.0, + "content": "’s; if there are any", + "type": "text" + }, + { + "bbox": [ + 253, + 138, + 262, + 147 + ], + "score": 0.75, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 136, + 351, + 150 + ], + "score": 1.0, + "content": "’s without a matching", + "type": "text" + }, + { + "bbox": [ + 351, + 138, + 361, + 147 + ], + "score": 0.78, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 136, + 505, + 150 + ], + "score": 1.0, + "content": "left over (or vice versa), we reject,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 148, + 192, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 192, + 161 + ], + "score": 1.0, + "content": "otherwise we accept.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 106, + 165, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 436, + 177 + ], + "score": 1.0, + "content": "In more detail, the starting state getNextAB moves right on the tape until the first", + "type": "text" + }, + { + "bbox": [ + 437, + 166, + 445, + 175 + ], + "score": 0.73, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 165, + 457, + 177 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 457, + 166, + 466, + 175 + ], + "score": 0.82, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 165, + 505, + 177 + ], + "score": 1.0, + "content": "is found,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 207, + 189 + ], + "score": 1.0, + "content": "and overwrites it with an", + "type": "text" + }, + { + "bbox": [ + 208, + 177, + 217, + 186 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 176, + 257, + 189 + ], + "score": 1.0, + "content": ". If it’s an", + "type": "text" + }, + { + "bbox": [ + 258, + 177, + 266, + 186 + ], + "score": 0.72, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 176, + 293, + 189 + ], + "score": 1.0, + "content": "(resp.", + "type": "text" + }, + { + "bbox": [ + 293, + 177, + 302, + 186 + ], + "score": 0.69, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 176, + 506, + 189 + ], + "score": 1.0, + "content": ") we enter state getNextB (resp. getNextA). If no", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 107, + 187, + 115, + 197 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 187, + 127, + 199 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 127, + 187, + 136, + 197 + ], + "score": 0.82, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "is found, we enter the state accept. The state getNextA (resp. getNextB) moves right until", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 198, + 506, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 118, + 210 + ], + "score": 1.0, + "content": "an", + "type": "text" + }, + { + "bbox": [ + 119, + 199, + 127, + 208 + ], + "score": 0.71, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 198, + 153, + 210 + ], + "score": 1.0, + "content": "(resp.", + "type": "text" + }, + { + "bbox": [ + 154, + 199, + 163, + 208 + ], + "score": 0.66, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 198, + 288, + 210 + ], + "score": 1.0, + "content": ") is found, overwrites it with an", + "type": "text" + }, + { + "bbox": [ + 289, + 199, + 299, + 208 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 198, + 506, + 210 + ], + "score": 1.0, + "content": "and enters state gotoStart which moves left until a", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 420, + 222 + ], + "score": 1.0, + "content": "blank symbol is found (resetting the machine to the left end of the tape). If no", + "type": "text" + }, + { + "bbox": [ + 420, + 210, + 429, + 219 + ], + "score": 0.8, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 208, + 462, + 222 + ], + "score": 1.0, + "content": "’s (resp.", + "type": "text" + }, + { + "bbox": [ + 463, + 210, + 472, + 219 + ], + "score": 0.74, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 208, + 506, + 222 + ], + "score": 1.0, + "content": "’s) were", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 507, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 430, + 233 + ], + "score": 1.0, + "content": "left on the tape, we enter state reject. The dimension of the parameter space is", + "type": "text" + }, + { + "bbox": [ + 430, + 220, + 490, + 231 + ], + "score": 0.86, + "content": "\\dim W = 2 4 0", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 219, + 507, + 233 + ], + "score": 1.0, + "content": ". If", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 230, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 289, + 243 + ], + "score": 1.0, + "content": "this model were regular, the RLCT would be", + "type": "text" + }, + { + "bbox": [ + 290, + 231, + 357, + 243 + ], + "score": 0.91, + "content": "\\dim W / 2 = 1 2 { \\bar { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 230, + 506, + 243 + ], + "score": 1.0, + "content": ". Our RLCT estimates are contained", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 151, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 151, + 253 + ], + "score": 1.0, + "content": "in Table 2.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 10.5 + }, + { + "type": "table", + "bbox": [ + 173, + 261, + 437, + 315 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 173, + 261, + 437, + 315 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 173, + 261, + 437, + 315 + ], + "spans": [ + { + "bbox": [ + 173, + 261, + 437, + 315 + ], + "score": 0.976, + "html": "
Max-lengthTemperatureRLCTStdR squared
5log(300)4.4117320.2524580.969500
6log(300)4.0056670.3658550.971619
7log(300)3.8876790.2763370.973716
", + "type": "table", + "image_path": "509b50040e6f76ba80e26f4d6f57fd36e0f2da05f22a5bcf5029ea5b32f517d6.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 173, + 261, + 437, + 279.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 173, + 279.0, + 437, + 297.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 173, + 297.0, + 437, + 315.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 212, + 327, + 399, + 339 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 210, + 326, + 399, + 341 + ], + "spans": [ + { + "bbox": [ + 210, + 326, + 399, + 341 + ], + "score": 1.0, + "content": "Table 2: RLCT estimates for parityCheck.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + } + ], + "index": 17.0 + }, + { + "type": "title", + "bbox": [ + 107, + 364, + 190, + 377 + ], + "lines": [ + { + "bbox": [ + 105, + 362, + 192, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 192, + 379 + ], + "score": 1.0, + "content": "6 DISCUSSION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 389, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "We have developed a theoretical framework in which all programs can in principle be learnt from", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "input-output examples via an existing optimisation procedure. This is done by associating to each", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 410, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 424 + ], + "score": 1.0, + "content": "program a smooth relaxation which, based on Clift & Murfet (2018), can be argued to be more", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "score": 1.0, + "content": "canonical than existing approaches. This realization has important implications for the building of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 432, + 186, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 186, + 447 + ], + "score": 1.0, + "content": "intelligent systems.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "In approaches to program synthesis based on gradient descent there is a tendency to think of solutions", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 385, + 473 + ], + "score": 1.0, + "content": "to the synthesis problem as isolated critical points of the loss function", + "type": "text" + }, + { + "bbox": [ + 386, + 461, + 396, + 471 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 460, + 505, + 473 + ], + "score": 1.0, + "content": ", but this is a false intuition", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 473, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 505, + 484 + ], + "score": 1.0, + "content": "based on regular models. Since neural networks, Bayesian networks, smooth relaxations of UTMs", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 481, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 506, + 497 + ], + "score": 1.0, + "content": "and all other extant approaches to smooth program synthesis are strictly singular models (the map", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 493, + 507, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 327, + 507 + ], + "score": 1.0, + "content": "from parameters to functions is not injective) the set", + "type": "text" + }, + { + "bbox": [ + 327, + 494, + 343, + 505 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 493, + 404, + 507 + ], + "score": 1.0, + "content": "of parameters", + "type": "text" + }, + { + "bbox": [ + 405, + 496, + 414, + 504 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 493, + 437, + 507 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 437, + 494, + 486, + 506 + ], + "score": 0.92, + "content": "K ( w ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 493, + 507, + 507 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 506, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 505, + 517 + ], + "score": 1.0, + "content": "complex extended object, whose geometry is shown by Watanabe’s singular learning theory to be", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "deeply related to the learning process. We have examined this geometry in several specific examples", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 527, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 505, + 540 + ], + "score": 1.0, + "content": "and shown how to think about complexity of programs from a geometric perspective. It is our hope", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 538, + 471, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 471, + 551 + ], + "score": 1.0, + "content": "that algebraic geometry can assist in developing the next generation of synthesis machines.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 309, + 762 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 160 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 173, + 96 + ], + "score": 1.0, + "content": "The distribution", + "type": "text" + }, + { + "bbox": [ + 174, + 83, + 193, + 94 + ], + "score": 0.92, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 81, + 326, + 96 + ], + "score": 1.0, + "content": "is as discussed in Section 5 and", + "type": "text" + }, + { + "bbox": [ + 326, + 82, + 354, + 95 + ], + "score": 0.93, + "content": "q ( y | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "is determined by the function taking", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 162, + 105 + ], + "score": 1.0, + "content": "in a string of", + "type": "text" + }, + { + "bbox": [ + 162, + 94, + 171, + 104 + ], + "score": 0.77, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 94, + 197, + 105 + ], + "score": 1.0, + "content": "’s and", + "type": "text" + }, + { + "bbox": [ + 197, + 94, + 206, + 104 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "’s, and terminating in state accept if the string contains the same number", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 118, + 117 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 105, + 126, + 114 + ], + "score": 0.79, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 104, + 145, + 117 + ], + "score": 1.0, + "content": "’s as", + "type": "text" + }, + { + "bbox": [ + 146, + 105, + 155, + 114 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "’s, and terminating in state reject otherwise. The string is assumed to contain no blank", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 441, + 128 + ], + "score": 1.0, + "content": "symbols. The true distribution is realisable because there is a Turing machine using", + "type": "text" + }, + { + "bbox": [ + 441, + 116, + 450, + 125 + ], + "score": 0.77, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 115, + 468, + 128 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 468, + 116, + 477, + 127 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "which", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "computes this function: the machine works by repeatedly overwriting pairs consisting of a single", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 107, + 136, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 107, + 137, + 115, + 147 + ], + "score": 0.75, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 136, + 134, + 150 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 135, + 137, + 144, + 147 + ], + "score": 0.81, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 136, + 166, + 150 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 167, + 137, + 177, + 147 + ], + "score": 0.75, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 177, + 136, + 253, + 150 + ], + "score": 1.0, + "content": "’s; if there are any", + "type": "text" + }, + { + "bbox": [ + 253, + 138, + 262, + 147 + ], + "score": 0.75, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 136, + 351, + 150 + ], + "score": 1.0, + "content": "’s without a matching", + "type": "text" + }, + { + "bbox": [ + 351, + 138, + 361, + 147 + ], + "score": 0.78, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 136, + 505, + 150 + ], + "score": 1.0, + "content": "left over (or vice versa), we reject,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 148, + 192, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 148, + 192, + 161 + ], + "score": 1.0, + "content": "otherwise we accept.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 81, + 506, + 161 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 165, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 436, + 177 + ], + "score": 1.0, + "content": "In more detail, the starting state getNextAB moves right on the tape until the first", + "type": "text" + }, + { + "bbox": [ + 437, + 166, + 445, + 175 + ], + "score": 0.73, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 165, + 457, + 177 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 457, + 166, + 466, + 175 + ], + "score": 0.82, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 165, + 505, + 177 + ], + "score": 1.0, + "content": "is found,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 207, + 189 + ], + "score": 1.0, + "content": "and overwrites it with an", + "type": "text" + }, + { + "bbox": [ + 208, + 177, + 217, + 186 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 176, + 257, + 189 + ], + "score": 1.0, + "content": ". If it’s an", + "type": "text" + }, + { + "bbox": [ + 258, + 177, + 266, + 186 + ], + "score": 0.72, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 176, + 293, + 189 + ], + "score": 1.0, + "content": "(resp.", + "type": "text" + }, + { + "bbox": [ + 293, + 177, + 302, + 186 + ], + "score": 0.69, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 176, + 506, + 189 + ], + "score": 1.0, + "content": ") we enter state getNextB (resp. getNextA). If no", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 107, + 187, + 115, + 197 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 187, + 127, + 199 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 127, + 187, + 136, + 197 + ], + "score": 0.82, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 137, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "is found, we enter the state accept. The state getNextA (resp. getNextB) moves right until", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 198, + 506, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 118, + 210 + ], + "score": 1.0, + "content": "an", + "type": "text" + }, + { + "bbox": [ + 119, + 199, + 127, + 208 + ], + "score": 0.71, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 198, + 153, + 210 + ], + "score": 1.0, + "content": "(resp.", + "type": "text" + }, + { + "bbox": [ + 154, + 199, + 163, + 208 + ], + "score": 0.66, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 198, + 288, + 210 + ], + "score": 1.0, + "content": ") is found, overwrites it with an", + "type": "text" + }, + { + "bbox": [ + 289, + 199, + 299, + 208 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 198, + 506, + 210 + ], + "score": 1.0, + "content": "and enters state gotoStart which moves left until a", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 420, + 222 + ], + "score": 1.0, + "content": "blank symbol is found (resetting the machine to the left end of the tape). If no", + "type": "text" + }, + { + "bbox": [ + 420, + 210, + 429, + 219 + ], + "score": 0.8, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 208, + 462, + 222 + ], + "score": 1.0, + "content": "’s (resp.", + "type": "text" + }, + { + "bbox": [ + 463, + 210, + 472, + 219 + ], + "score": 0.74, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 208, + 506, + 222 + ], + "score": 1.0, + "content": "’s) were", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 507, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 430, + 233 + ], + "score": 1.0, + "content": "left on the tape, we enter state reject. The dimension of the parameter space is", + "type": "text" + }, + { + "bbox": [ + 430, + 220, + 490, + 231 + ], + "score": 0.86, + "content": "\\dim W = 2 4 0", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 219, + 507, + 233 + ], + "score": 1.0, + "content": ". If", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 230, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 104, + 230, + 289, + 243 + ], + "score": 1.0, + "content": "this model were regular, the RLCT would be", + "type": "text" + }, + { + "bbox": [ + 290, + 231, + 357, + 243 + ], + "score": 0.91, + "content": "\\dim W / 2 = 1 2 { \\bar { 0 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 230, + 506, + 243 + ], + "score": 1.0, + "content": ". Our RLCT estimates are contained", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 151, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 151, + 253 + ], + "score": 1.0, + "content": "in Table 2.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 10.5, + "bbox_fs": [ + 104, + 165, + 507, + 253 + ] + }, + { + "type": "table", + "bbox": [ + 173, + 261, + 437, + 315 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 173, + 261, + 437, + 315 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 173, + 261, + 437, + 315 + ], + "spans": [ + { + "bbox": [ + 173, + 261, + 437, + 315 + ], + "score": 0.976, + "html": "
Max-lengthTemperatureRLCTStdR squared
5log(300)4.4117320.2524580.969500
6log(300)4.0056670.3658550.971619
7log(300)3.8876790.2763370.973716
", + "type": "table", + "image_path": "509b50040e6f76ba80e26f4d6f57fd36e0f2da05f22a5bcf5029ea5b32f517d6.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 173, + 261, + 437, + 279.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 173, + 279.0, + 437, + 297.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 173, + 297.0, + 437, + 315.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 212, + 327, + 399, + 339 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 210, + 326, + 399, + 341 + ], + "spans": [ + { + "bbox": [ + 210, + 326, + 399, + 341 + ], + "score": 1.0, + "content": "Table 2: RLCT estimates for parityCheck.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + } + ], + "index": 17.0 + }, + { + "type": "title", + "bbox": [ + 107, + 364, + 190, + 377 + ], + "lines": [ + { + "bbox": [ + 105, + 362, + 192, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 192, + 379 + ], + "score": 1.0, + "content": "6 DISCUSSION", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 389, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 389, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 505, + 402 + ], + "score": 1.0, + "content": "We have developed a theoretical framework in which all programs can in principle be learnt from", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "input-output examples via an existing optimisation procedure. This is done by associating to each", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 410, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 424 + ], + "score": 1.0, + "content": "program a smooth relaxation which, based on Clift & Murfet (2018), can be argued to be more", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 506, + 435 + ], + "score": 1.0, + "content": "canonical than existing approaches. This realization has important implications for the building of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 432, + 186, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 186, + 447 + ], + "score": 1.0, + "content": "intelligent systems.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22, + "bbox_fs": [ + 104, + 389, + 506, + 447 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 505, + 463 + ], + "score": 1.0, + "content": "In approaches to program synthesis based on gradient descent there is a tendency to think of solutions", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 385, + 473 + ], + "score": 1.0, + "content": "to the synthesis problem as isolated critical points of the loss function", + "type": "text" + }, + { + "bbox": [ + 386, + 461, + 396, + 471 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 460, + 505, + 473 + ], + "score": 1.0, + "content": ", but this is a false intuition", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 473, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 505, + 484 + ], + "score": 1.0, + "content": "based on regular models. Since neural networks, Bayesian networks, smooth relaxations of UTMs", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 481, + 506, + 497 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 506, + 497 + ], + "score": 1.0, + "content": "and all other extant approaches to smooth program synthesis are strictly singular models (the map", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 493, + 507, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 327, + 507 + ], + "score": 1.0, + "content": "from parameters to functions is not injective) the set", + "type": "text" + }, + { + "bbox": [ + 327, + 494, + 343, + 505 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 493, + 404, + 507 + ], + "score": 1.0, + "content": "of parameters", + "type": "text" + }, + { + "bbox": [ + 405, + 496, + 414, + 504 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 493, + 437, + 507 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 437, + 494, + 486, + 506 + ], + "score": 0.92, + "content": "K ( w ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 493, + 507, + 507 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 506, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 505, + 517 + ], + "score": 1.0, + "content": "complex extended object, whose geometry is shown by Watanabe’s singular learning theory to be", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "deeply related to the learning process. We have examined this geometry in several specific examples", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 527, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 505, + 540 + ], + "score": 1.0, + "content": "and shown how to think about complexity of programs from a geometric perspective. It is our hope", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 538, + 471, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 471, + 551 + ], + "score": 1.0, + "content": "that algebraic geometry can assist in developing the next generation of synthesis machines.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 450, + 507, + 551 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 176, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 100, + 503, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 505, + 113 + ], + "score": 1.0, + "content": "Shun-ichi Amari, Tomoko Ozeki, and Hyeyoung Park. Learning and inference in hierarchical mod-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 110, + 421, + 123 + ], + "spans": [ + { + "bbox": [ + 116, + 110, + 421, + 123 + ], + "score": 1.0, + "content": "els with singularities. Systems and Computers in Japan, 34(7):34–42, 2003.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 106, + 129, + 504, + 153 + ], + "lines": [ + { + "bbox": [ + 105, + 128, + 506, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 143 + ], + "score": 1.0, + "content": "Michael F Atiyah. Resolution of singularities and division of distributions. Communications on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 141, + 334, + 153 + ], + "spans": [ + { + "bbox": [ + 116, + 141, + 334, + 153 + ], + "score": 1.0, + "content": "Pure and Applied Mathematics, 23(2):145–150, 1970.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 107, + 159, + 504, + 182 + ], + "lines": [ + { + "bbox": [ + 105, + 158, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 506, + 173 + ], + "score": 1.0, + "content": "Alan W Biermann. On the inference of Turing machines from sample computations. Artificial", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 170, + 241, + 183 + ], + "spans": [ + { + "bbox": [ + 116, + 170, + 241, + 183 + ], + "score": 1.0, + "content": "Intelligence, 3:181–198, 1972.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 189, + 504, + 223 + ], + "lines": [ + { + "bbox": [ + 105, + 188, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 188, + 506, + 203 + ], + "score": 1.0, + "content": "Rudy R Bunel, Alban Desmaison, Pawan K Mudigonda, Pushmeet Kohli, and Philip Torr. Adaptive", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 115, + 201, + 505, + 213 + ], + "score": 1.0, + "content": "neural compilation. In Advances in Neural Information Processing Systems, pp. 1444–1452,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 209, + 143, + 224 + ], + "spans": [ + { + "bbox": [ + 115, + 209, + 143, + 224 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 105, + 229, + 505, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 243 + ], + "score": 1.0, + "content": "Tianqi Chen, Emily Fox, and Carlos Guestrin. Stochastic gradient Hamiltonian Monte Carlo. In", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 240, + 401, + 254 + ], + "spans": [ + { + "bbox": [ + 115, + 240, + 401, + 254 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, pp. 1683–1691, 2014.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 106, + 259, + 504, + 283 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 274 + ], + "score": 1.0, + "content": "Xinyun Chen, Chang Liu, and Dawn Song. Execution-guided neural program synthesis. In Interna-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 270, + 335, + 283 + ], + "spans": [ + { + "bbox": [ + 115, + 270, + 335, + 283 + ], + "score": 1.0, + "content": "tional Conference on Learning Representations, 2018.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 105, + 289, + 504, + 312 + ], + "lines": [ + { + "bbox": [ + 104, + 288, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 104, + 288, + 506, + 303 + ], + "score": 1.0, + "content": "James Clift and Daniel Murfet. Derivatives of Turing machines in linear logic. arXiv preprint", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 219, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 219, + 312 + ], + "score": 1.0, + "content": "arXiv:1805.11813, 2018.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 105, + 318, + 504, + 343 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 505, + 334 + ], + "score": 1.0, + "content": "Karel De Leeuw, Edward F Moore, Claude E Shannon, and Norman Shapiro. Computability by", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 330, + 364, + 343 + ], + "spans": [ + { + "bbox": [ + 115, + 330, + 364, + 343 + ], + "score": 1.0, + "content": "probabilistic machines. Automata studies, 34:183–198, 1956.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 108, + 348, + 505, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 505, + 362 + ], + "score": 1.0, + "content": "Nan Ding, Youhan Fang, Ryan Babbush, Changyou Chen, Robert D Skeel, and Hartmut Neven.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 359, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 115, + 359, + 505, + 373 + ], + "score": 1.0, + "content": "Bayesian sampling using stochastic gradient thermostats. In Advances in Neural Information", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 370, + 289, + 384 + ], + "spans": [ + { + "bbox": [ + 116, + 370, + 289, + 384 + ], + "score": 1.0, + "content": "Processing Systems, pp. 3203–3211, 2014.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 104, + 389, + 505, + 413 + ], + "lines": [ + { + "bbox": [ + 105, + 388, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 506, + 404 + ], + "score": 1.0, + "content": "Richard Evans and Edward Grefenstette. Learning explanatory rules from noisy data. Journal of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 401, + 307, + 412 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 307, + 412 + ], + "score": 1.0, + "content": "Artificial Intelligence Research, 61:1–64, 2018.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 504, + 453 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 506, + 433 + ], + "score": 1.0, + "content": "Cameron E Freer, Daniel M Roy, and Joshua B Tenenbaum. Towards common-sense reasoning via", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 431, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 431, + 505, + 443 + ], + "score": 1.0, + "content": "conditional simulation: legacies of Turing in artificial intelligence. Turing’s Legacy, 42:195–252,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 441, + 142, + 453 + ], + "spans": [ + { + "bbox": [ + 115, + 441, + 142, + 453 + ], + "score": 1.0, + "content": "2014.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 108, + 460, + 503, + 494 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "Alexander L Gaunt, Marc Brockschmidt, Rishabh Singh, Nate Kushman, Pushmeet Kohli, Jonathan", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 116, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Taylor, and Daniel Tarlow. Terpret: A probabilistic programming language for program induction.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 482, + 279, + 495 + ], + "spans": [ + { + "bbox": [ + 116, + 482, + 279, + 495 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1608.04428, 2016.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 104, + 500, + 491, + 514 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 491, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 491, + 515 + ], + "score": 1.0, + "content": "Phillip Griffith and Joseph Harris. Principles of Algebraic Geometry. Wiley-Interscience, 1978.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 105, + 519, + 504, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "Sumit Gulwani, Oleksandr Polozov, and Rishabh Singh. Program synthesis. Foundations and Trends", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 531, + 316, + 543 + ], + "spans": [ + { + "bbox": [ + 115, + 531, + 316, + 543 + ], + "score": 1.0, + "content": "in Programming Languages, 4(1-2):1–119, 2017.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 105, + 549, + 504, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "Heisuke Hironaka. Resolution of singularities of an algebraic variety over a field of characteristic", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 561, + 335, + 572 + ], + "spans": [ + { + "bbox": [ + 115, + 561, + 335, + 572 + ], + "score": 1.0, + "content": "zero: I. Annals of Mathematics, 79(1):109–203, 1964.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 105, + 579, + 504, + 602 + ], + "lines": [ + { + "bbox": [ + 106, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "Matthew D Hoffman and Andrew Gelman. The No-U-Turn sampler: adaptively setting path lengths", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 590, + 422, + 602 + ], + "spans": [ + { + "bbox": [ + 116, + 590, + 422, + 602 + ], + "score": 1.0, + "content": "in Hamiltonian Monte Carlo. J. Mach. Learn. Res., 15(1):1593–1623, 2014.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 105, + 608, + 504, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 608, + 504, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 504, + 622 + ], + "score": 1.0, + "content": "Marcus Hutter. Universal artificial intelligence: Sequential decisions based on algorithmic proba-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 620, + 317, + 633 + ], + "spans": [ + { + "bbox": [ + 116, + 620, + 317, + 633 + ], + "score": 1.0, + "content": "bility. Springer Science & Business Media, 2004.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 105, + 638, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 652 + ], + "score": 1.0, + "content": "Łukasz Kaiser and Ilya Sutskever. Neural GPUs learn algorithms. In International Conference on", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 650, + 249, + 662 + ], + "spans": [ + { + "bbox": [ + 116, + 650, + 249, + 662 + ], + "score": 1.0, + "content": "Learning Representations, 2016.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 105, + 668, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 683 + ], + "score": 1.0, + "content": "Daniel Murfet, Susan Wei, Mingming Gong, Hui Li, Jesse Gell-Redman, and Thomas Quella. Deep", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 680, + 426, + 692 + ], + "spans": [ + { + "bbox": [ + 116, + 680, + 426, + 692 + ], + "score": 1.0, + "content": "learning is singular, and that’s good. arXiv preprint arXiv:2010.11560, 2020.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Arvind Neelakantan, Quoc V. Le, and Ilya Sutskever. Neural programmer: Inducing latent programs", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "with gradient descent. In International Conference on Learning Representations, ICLR 2016,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 114, + 720, + 143, + 732 + ], + "spans": [ + { + "bbox": [ + 114, + 720, + 143, + 732 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 176, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 176, + 95 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 100, + 503, + 123 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 505, + 113 + ], + "spans": [ + { + "bbox": [ + 106, + 99, + 505, + 113 + ], + "score": 1.0, + "content": "Shun-ichi Amari, Tomoko Ozeki, and Hyeyoung Park. Learning and inference in hierarchical mod-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 110, + 421, + 123 + ], + "spans": [ + { + "bbox": [ + 116, + 110, + 421, + 123 + ], + "score": 1.0, + "content": "els with singularities. Systems and Computers in Japan, 34(7):34–42, 2003.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1.5, + "bbox_fs": [ + 106, + 99, + 505, + 123 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 129, + 504, + 153 + ], + "lines": [ + { + "bbox": [ + 105, + 128, + 506, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 143 + ], + "score": 1.0, + "content": "Michael F Atiyah. Resolution of singularities and division of distributions. Communications on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 141, + 334, + 153 + ], + "spans": [ + { + "bbox": [ + 116, + 141, + 334, + 153 + ], + "score": 1.0, + "content": "Pure and Applied Mathematics, 23(2):145–150, 1970.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 128, + 506, + 153 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 159, + 504, + 182 + ], + "lines": [ + { + "bbox": [ + 105, + 158, + 506, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 158, + 506, + 173 + ], + "score": 1.0, + "content": "Alan W Biermann. On the inference of Turing machines from sample computations. Artificial", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 170, + 241, + 183 + ], + "spans": [ + { + "bbox": [ + 116, + 170, + 241, + 183 + ], + "score": 1.0, + "content": "Intelligence, 3:181–198, 1972.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 158, + 506, + 183 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 189, + 504, + 223 + ], + "lines": [ + { + "bbox": [ + 105, + 188, + 506, + 203 + ], + "spans": [ + { + "bbox": [ + 105, + 188, + 506, + 203 + ], + "score": 1.0, + "content": "Rudy R Bunel, Alban Desmaison, Pawan K Mudigonda, Pushmeet Kohli, and Philip Torr. Adaptive", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 201, + 505, + 213 + ], + "spans": [ + { + "bbox": [ + 115, + 201, + 505, + 213 + ], + "score": 1.0, + "content": "neural compilation. In Advances in Neural Information Processing Systems, pp. 1444–1452,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 115, + 209, + 143, + 224 + ], + "spans": [ + { + "bbox": [ + 115, + 209, + 143, + 224 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 188, + 506, + 224 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 229, + 505, + 254 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 505, + 243 + ], + "score": 1.0, + "content": "Tianqi Chen, Emily Fox, and Carlos Guestrin. Stochastic gradient Hamiltonian Monte Carlo. In", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 240, + 401, + 254 + ], + "spans": [ + { + "bbox": [ + 115, + 240, + 401, + 254 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, pp. 1683–1691, 2014.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 106, + 230, + 505, + 254 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 259, + 504, + 283 + ], + "lines": [ + { + "bbox": [ + 105, + 258, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 505, + 274 + ], + "score": 1.0, + "content": "Xinyun Chen, Chang Liu, and Dawn Song. Execution-guided neural program synthesis. In Interna-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 270, + 335, + 283 + ], + "spans": [ + { + "bbox": [ + 115, + 270, + 335, + 283 + ], + "score": 1.0, + "content": "tional Conference on Learning Representations, 2018.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 258, + 505, + 283 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 289, + 504, + 312 + ], + "lines": [ + { + "bbox": [ + 104, + 288, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 104, + 288, + 506, + 303 + ], + "score": 1.0, + "content": "James Clift and Daniel Murfet. Derivatives of Turing machines in linear logic. arXiv preprint", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 300, + 219, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 300, + 219, + 312 + ], + "score": 1.0, + "content": "arXiv:1805.11813, 2018.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 288, + 506, + 312 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 318, + 504, + 343 + ], + "lines": [ + { + "bbox": [ + 105, + 316, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 505, + 334 + ], + "score": 1.0, + "content": "Karel De Leeuw, Edward F Moore, Claude E Shannon, and Norman Shapiro. Computability by", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 330, + 364, + 343 + ], + "spans": [ + { + "bbox": [ + 115, + 330, + 364, + 343 + ], + "score": 1.0, + "content": "probabilistic machines. Automata studies, 34:183–198, 1956.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 316, + 505, + 343 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 348, + 505, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 348, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 505, + 362 + ], + "score": 1.0, + "content": "Nan Ding, Youhan Fang, Ryan Babbush, Changyou Chen, Robert D Skeel, and Hartmut Neven.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 359, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 115, + 359, + 505, + 373 + ], + "score": 1.0, + "content": "Bayesian sampling using stochastic gradient thermostats. In Advances in Neural Information", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 370, + 289, + 384 + ], + "spans": [ + { + "bbox": [ + 116, + 370, + 289, + 384 + ], + "score": 1.0, + "content": "Processing Systems, pp. 3203–3211, 2014.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 348, + 505, + 384 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 389, + 505, + 413 + ], + "lines": [ + { + "bbox": [ + 105, + 388, + 506, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 506, + 404 + ], + "score": 1.0, + "content": "Richard Evans and Edward Grefenstette. Learning explanatory rules from noisy data. Journal of", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 401, + 307, + 412 + ], + "spans": [ + { + "bbox": [ + 115, + 401, + 307, + 412 + ], + "score": 1.0, + "content": "Artificial Intelligence Research, 61:1–64, 2018.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 388, + 506, + 412 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 504, + 453 + ], + "lines": [ + { + "bbox": [ + 105, + 418, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 506, + 433 + ], + "score": 1.0, + "content": "Cameron E Freer, Daniel M Roy, and Joshua B Tenenbaum. Towards common-sense reasoning via", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 431, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 116, + 431, + 505, + 443 + ], + "score": 1.0, + "content": "conditional simulation: legacies of Turing in artificial intelligence. Turing’s Legacy, 42:195–252,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 115, + 441, + 142, + 453 + ], + "spans": [ + { + "bbox": [ + 115, + 441, + 142, + 453 + ], + "score": 1.0, + "content": "2014.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 418, + 506, + 453 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 460, + 503, + 494 + ], + "lines": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "Alexander L Gaunt, Marc Brockschmidt, Rishabh Singh, Nate Kushman, Pushmeet Kohli, Jonathan", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 116, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 116, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Taylor, and Daniel Tarlow. Terpret: A probabilistic programming language for program induction.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 482, + 279, + 495 + ], + "spans": [ + { + "bbox": [ + 116, + 482, + 279, + 495 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1608.04428, 2016.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27, + "bbox_fs": [ + 106, + 460, + 505, + 495 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 500, + 491, + 514 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 491, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 491, + 515 + ], + "score": 1.0, + "content": "Phillip Griffith and Joseph Harris. Principles of Algebraic Geometry. Wiley-Interscience, 1978.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 500, + 491, + 515 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 519, + 504, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "Sumit Gulwani, Oleksandr Polozov, and Rishabh Singh. Program synthesis. Foundations and Trends", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 531, + 316, + 543 + ], + "spans": [ + { + "bbox": [ + 115, + 531, + 316, + 543 + ], + "score": 1.0, + "content": "in Programming Languages, 4(1-2):1–119, 2017.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 519, + 506, + 543 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 549, + 504, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "Heisuke Hironaka. Resolution of singularities of an algebraic variety over a field of characteristic", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 561, + 335, + 572 + ], + "spans": [ + { + "bbox": [ + 115, + 561, + 335, + 572 + ], + "score": 1.0, + "content": "zero: I. Annals of Mathematics, 79(1):109–203, 1964.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 106, + 550, + 505, + 572 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 579, + 504, + 602 + ], + "lines": [ + { + "bbox": [ + 106, + 579, + 505, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 505, + 592 + ], + "score": 1.0, + "content": "Matthew D Hoffman and Andrew Gelman. The No-U-Turn sampler: adaptively setting path lengths", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 590, + 422, + 602 + ], + "spans": [ + { + "bbox": [ + 116, + 590, + 422, + 602 + ], + "score": 1.0, + "content": "in Hamiltonian Monte Carlo. J. Mach. Learn. Res., 15(1):1593–1623, 2014.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 106, + 579, + 505, + 602 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 608, + 504, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 608, + 504, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 504, + 622 + ], + "score": 1.0, + "content": "Marcus Hutter. Universal artificial intelligence: Sequential decisions based on algorithmic proba-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 620, + 317, + 633 + ], + "spans": [ + { + "bbox": [ + 116, + 620, + 317, + 633 + ], + "score": 1.0, + "content": "bility. Springer Science & Business Media, 2004.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 608, + 504, + 633 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 638, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 652 + ], + "score": 1.0, + "content": "Łukasz Kaiser and Ilya Sutskever. Neural GPUs learn algorithms. In International Conference on", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 650, + 249, + 662 + ], + "spans": [ + { + "bbox": [ + 116, + 650, + 249, + 662 + ], + "score": 1.0, + "content": "Learning Representations, 2016.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 637, + 505, + 662 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 668, + 504, + 692 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 506, + 683 + ], + "score": 1.0, + "content": "Daniel Murfet, Susan Wei, Mingming Gong, Hui Li, Jesse Gell-Redman, and Thomas Quella. Deep", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 116, + 680, + 426, + 692 + ], + "spans": [ + { + "bbox": [ + 116, + 680, + 426, + 692 + ], + "score": 1.0, + "content": "learning is singular, and that’s good. arXiv preprint arXiv:2010.11560, 2020.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 667, + 506, + 692 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Arvind Neelakantan, Quoc V. Le, and Ilya Sutskever. Neural programmer: Inducing latent programs", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "with gradient descent. In International Conference on Learning Representations, ICLR 2016,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 114, + 720, + 143, + 732 + ], + "spans": [ + { + "bbox": [ + 114, + 720, + 143, + 732 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 698, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Jurgen Schmidhuber. Discovering neural nets with low Kolmogorov complexity and high general- ¨", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 352, + 105 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 352, + 105 + ], + "score": 1.0, + "content": "ization capability. Neural Networks, 10(5):857–873, 1997.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 113, + 504, + 136 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 505, + 127 + ], + "score": 1.0, + "content": "Ray J Solomonoff. A formal theory of inductive inference. Part I. Information and control, 7(1):", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 167, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 167, + 137 + ], + "score": 1.0, + "content": "1–22, 1964.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 144, + 390, + 157 + ], + "lines": [ + { + "bbox": [ + 106, + 144, + 390, + 158 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 390, + 158 + ], + "score": 1.0, + "content": "Alan Turing. Intelligent machinery. NPL Mathematics Division, 1948.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 164, + 502, + 188 + ], + "lines": [ + { + "bbox": [ + 106, + 164, + 503, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 503, + 178 + ], + "score": 1.0, + "content": "Sumio Watanabe. Almost all learning machines are singular. In 2007 IEEE Symposium on Founda-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 176, + 370, + 188 + ], + "spans": [ + { + "bbox": [ + 115, + 176, + 370, + 188 + ], + "score": 1.0, + "content": "tions of Computational Intelligence, pp. 383–388. IEEE, 2007.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 195, + 504, + 218 + ], + "lines": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "score": 1.0, + "content": "Sumio Watanabe. Algebraic Geometry and Statistical Learning Theory, volume 25. Cambridge", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 206, + 212, + 219 + ], + "spans": [ + { + "bbox": [ + 116, + 206, + 212, + 219 + ], + "score": 1.0, + "content": "University Press, 2009.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 226, + 504, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 506, + 240 + ], + "score": 1.0, + "content": "Sumio Watanabe. A widely applicable Bayesian information criterion. Journal of Machine Learning", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 116, + 238, + 236, + 248 + ], + "spans": [ + { + "bbox": [ + 116, + 238, + 236, + 248 + ], + "score": 1.0, + "content": "Research, 14:867–897, 2013.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 105, + 257, + 504, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 257, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 505, + 270 + ], + "score": 1.0, + "content": "Max Welling and Yee W Teh. Bayesian learning via stochastic gradient Langevin dynamics. In", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 268, + 488, + 281 + ], + "spans": [ + { + "bbox": [ + 116, + 268, + 488, + 281 + ], + "score": 1.0, + "content": "Proceedings of the 28th International Conference on Machine Learning, pp. 681–688, 2011.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 288, + 504, + 322 + ], + "lines": [ + { + "bbox": [ + 105, + 288, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 303 + ], + "score": 1.0, + "content": "Ruqi Zhang, Chunyuan Li, Jianyi Zhang, Changyou Chen, and Andrew Gordon Wilson. Cyclical", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 299, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 115, + 299, + 505, + 313 + ], + "score": 1.0, + "content": "stochastic gradient MCMC for Bayesian deep learning. In International Conference on Learning", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 311, + 210, + 323 + ], + "spans": [ + { + "bbox": [ + 116, + 311, + 210, + 323 + ], + "score": 1.0, + "content": "Representations, 2020.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "title", + "bbox": [ + 107, + 345, + 162, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 343, + 163, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 163, + 360 + ], + "score": 1.0, + "content": "APPENDIX", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 107, + 371, + 327, + 385 + ], + "lines": [ + { + "bbox": [ + 106, + 371, + 327, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 327, + 386 + ], + "score": 1.0, + "content": "A ALGORITHM FOR ESTIMATING RLCTS", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 504, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 394, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 173, + 411 + ], + "score": 1.0, + "content": "Given a sample", + "type": "text" + }, + { + "bbox": [ + 173, + 397, + 257, + 409 + ], + "score": 0.91, + "content": "D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 394, + 282, + 411 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 282, + 397, + 311, + 409 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 394, + 326, + 411 + ], + "score": 1.0, + "content": "let", + "type": "text" + }, + { + "bbox": [ + 326, + 396, + 475, + 410 + ], + "score": 0.92, + "content": "\\begin{array} { r } { L _ { n } ( w ) : = - \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log p ( y _ { i } | x _ { i } , w ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 394, + 506, + 411 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 407, + 310, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 310, + 420 + ], + "score": 1.0, + "content": "negative log likelihood. We would like to estimate", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "interline_equation", + "bbox": [ + 188, + 425, + 423, + 458 + ], + "lines": [ + { + "bbox": [ + 188, + 425, + 423, + 458 + ], + "spans": [ + { + "bbox": [ + 188, + 425, + 423, + 458 + ], + "score": 0.93, + "content": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] : = \\frac { 1 } { Z _ { n } ^ { \\beta } } \\int n L _ { n } ( w ) \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w", + "type": "interline_equation", + "image_path": "8d8e755703fb165a62e5c1ade202f2a6560bac00263a0d9806155d8da28ae7d4.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 188, + 425, + 423, + 441.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 188, + 441.5, + 423, + 458.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 464, + 505, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 461, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 133, + 483 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 464, + 281, + 478 + ], + "score": 0.93, + "content": "\\begin{array} { r } { Z _ { n } ^ { \\beta } = \\int \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 461, + 402, + 483 + ], + "score": 1.0, + "content": "for some inverse temperature", + "type": "text" + }, + { + "bbox": [ + 402, + 466, + 410, + 477 + ], + "score": 0.82, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 461, + 424, + 483 + ], + "score": 1.0, + "content": ". If", + "type": "text" + }, + { + "bbox": [ + 425, + 464, + 465, + 480 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\beta = \\frac { \\beta _ { 0 } } { \\log n } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 461, + 506, + 483 + ], + "score": 1.0, + "content": "for some", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 478, + 319, + 491 + ], + "spans": [ + { + "bbox": [ + 107, + 478, + 142, + 491 + ], + "score": 1.0, + "content": "constant", + "type": "text" + }, + { + "bbox": [ + 142, + 479, + 153, + 490 + ], + "score": 0.87, + "content": "\\beta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 478, + 319, + 491 + ], + "score": 1.0, + "content": ", then by Theorem 4 of Watanabe (2013),", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 496, + 431, + 529 + ], + "lines": [ + { + "bbox": [ + 180, + 496, + 431, + 529 + ], + "spans": [ + { + "bbox": [ + 180, + 496, + 431, + 529 + ], + "score": 0.93, + "content": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] = n L _ { n } ( w _ { 0 } ) + \\frac { \\lambda \\log n } { \\beta _ { 0 } } + U _ { n } \\sqrt { \\frac { \\lambda \\log n } { 2 \\beta _ { 0 } } } + O _ { p } ( 1 )", + "type": "interline_equation", + "image_path": "9ac51b44fb76b345f8e352ce537dd93abee705ef95c94315ed301762c547332a.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 180, + 496, + 431, + 507.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 180, + 507.0, + 431, + 518.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 180, + 518.0, + 431, + 529.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 534, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 106, + 535, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 133, + 548 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 535, + 156, + 547 + ], + "score": 0.92, + "content": "\\{ U _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 535, + 335, + 548 + ], + "score": 1.0, + "content": "is a sequence of random variables satisfying", + "type": "text" + }, + { + "bbox": [ + 335, + 535, + 379, + 546 + ], + "score": 0.88, + "content": "\\mathbb { E } [ U _ { n } ] = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 535, + 396, + 548 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 397, + 536, + 404, + 545 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 535, + 506, + 548 + ], + "score": 1.0, + "content": "is the RLCT. In practice,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 282, + 559 + ], + "score": 1.0, + "content": "the last two terms often vary negligibly with", + "type": "text" + }, + { + "bbox": [ + 282, + 546, + 300, + 558 + ], + "score": 0.88, + "content": "1 / \\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 545, + 328, + 559 + ], + "score": 1.0, + "content": "and so", + "type": "text" + }, + { + "bbox": [ + 329, + 547, + 381, + 558 + ], + "score": 0.94, + "content": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 545, + 506, + 559 + ], + "score": 1.0, + "content": "approximates a linear function", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 557, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 117, + 569 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 557, + 135, + 569 + ], + "score": 0.88, + "content": "1 / \\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 558, + 180, + 569 + ], + "score": 1.0, + "content": "with slope", + "type": "text" + }, + { + "bbox": [ + 181, + 558, + 187, + 567 + ], + "score": 0.77, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 558, + 505, + 569 + ], + "score": 1.0, + "content": "(Watanabe, 2013, Corollary 3). This is the foundation of the RLCT estimation", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 568, + 373, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 373, + 581 + ], + "score": 1.0, + "content": "procedure found in Algorithm 1 which is used in our experiments.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5 + }, + { + "type": "title", + "bbox": [ + 106, + 592, + 232, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 234, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 234, + 606 + ], + "score": 1.0, + "content": "Algorithm 1 RLCT estimation", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "table", + "bbox": [ + 113, + 607, + 505, + 729 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 113, + 607, + 505, + 729 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 607, + 505, + 729 + ], + "spans": [ + { + "bbox": [ + 113, + 607, + 505, + 729 + ], + "score": 0.712, + "html": "
Input: range of β's, set of training sets T each of size n, approximate samples {w1,..,WR} from pβ(w|Dn) for each training set Dn and each β
for training set Dn ∈ T do
for β in range of β's do
ples from pβ(w|Dn)
end for
Perform generalised least squares to fit X in Equation (7),call result λ(Dn)
end for
Output: ∑Dn∈T λ(Dn)
", + "type": "table", + "image_path": "ee0ac6996d3e6c803b6a9bed0ca9815b2389ef7b2a1ac8ca1f2d1035dde64725.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 113, + 607, + 505, + 647.6666666666666 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 113, + 647.6666666666666, + 505, + 688.3333333333333 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 113, + 688.3333333333333, + 505, + 728.9999999999999 + ], + "spans": [], + "index": 34 + } + ] + } + ], + "index": 33 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 13 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "Jurgen Schmidhuber. Discovering neural nets with low Kolmogorov complexity and high general- ¨", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 352, + 105 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 352, + 105 + ], + "score": 1.0, + "content": "ization capability. Neural Networks, 10(5):857–873, 1997.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 505, + 105 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 113, + 504, + 136 + ], + "lines": [ + { + "bbox": [ + 105, + 111, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 111, + 505, + 127 + ], + "score": 1.0, + "content": "Ray J Solomonoff. A formal theory of inductive inference. Part I. Information and control, 7(1):", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 167, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 167, + 137 + ], + "score": 1.0, + "content": "1–22, 1964.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 111, + 505, + 137 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 144, + 390, + 157 + ], + "lines": [ + { + "bbox": [ + 106, + 144, + 390, + 158 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 390, + 158 + ], + "score": 1.0, + "content": "Alan Turing. Intelligent machinery. NPL Mathematics Division, 1948.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 144, + 390, + 158 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 164, + 502, + 188 + ], + "lines": [ + { + "bbox": [ + 106, + 164, + 503, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 503, + 178 + ], + "score": 1.0, + "content": "Sumio Watanabe. Almost all learning machines are singular. In 2007 IEEE Symposium on Founda-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 176, + 370, + 188 + ], + "spans": [ + { + "bbox": [ + 115, + 176, + 370, + 188 + ], + "score": 1.0, + "content": "tions of Computational Intelligence, pp. 383–388. IEEE, 2007.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 106, + 164, + 503, + 188 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 195, + 504, + 218 + ], + "lines": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "score": 1.0, + "content": "Sumio Watanabe. Algebraic Geometry and Statistical Learning Theory, volume 25. Cambridge", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 206, + 212, + 219 + ], + "spans": [ + { + "bbox": [ + 116, + 206, + 212, + 219 + ], + "score": 1.0, + "content": "University Press, 2009.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 105, + 194, + 505, + 219 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 226, + 504, + 249 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 506, + 240 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 506, + 240 + ], + "score": 1.0, + "content": "Sumio Watanabe. A widely applicable Bayesian information criterion. Journal of Machine Learning", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 116, + 238, + 236, + 248 + ], + "spans": [ + { + "bbox": [ + 116, + 238, + 236, + 248 + ], + "score": 1.0, + "content": "Research, 14:867–897, 2013.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 225, + 506, + 248 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 257, + 504, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 257, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 505, + 270 + ], + "score": 1.0, + "content": "Max Welling and Yee W Teh. Bayesian learning via stochastic gradient Langevin dynamics. In", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 268, + 488, + 281 + ], + "spans": [ + { + "bbox": [ + 116, + 268, + 488, + 281 + ], + "score": 1.0, + "content": "Proceedings of the 28th International Conference on Machine Learning, pp. 681–688, 2011.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 257, + 505, + 281 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 288, + 504, + 322 + ], + "lines": [ + { + "bbox": [ + 105, + 288, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 506, + 303 + ], + "score": 1.0, + "content": "Ruqi Zhang, Chunyuan Li, Jianyi Zhang, Changyou Chen, and Andrew Gordon Wilson. Cyclical", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 299, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 115, + 299, + 505, + 313 + ], + "score": 1.0, + "content": "stochastic gradient MCMC for Bayesian deep learning. In International Conference on Learning", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 311, + 210, + 323 + ], + "spans": [ + { + "bbox": [ + 116, + 311, + 210, + 323 + ], + "score": 1.0, + "content": "Representations, 2020.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 288, + 506, + 323 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 345, + 162, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 343, + 163, + 360 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 163, + 360 + ], + "score": 1.0, + "content": "APPENDIX", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 107, + 371, + 327, + 385 + ], + "lines": [ + { + "bbox": [ + 106, + 371, + 327, + 386 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 327, + 386 + ], + "score": 1.0, + "content": "A ALGORITHM FOR ESTIMATING RLCTS", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 504, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 394, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 173, + 411 + ], + "score": 1.0, + "content": "Given a sample", + "type": "text" + }, + { + "bbox": [ + 173, + 397, + 257, + 409 + ], + "score": 0.91, + "content": "D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 394, + 282, + 411 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 282, + 397, + 311, + 409 + ], + "score": 0.92, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 394, + 326, + 411 + ], + "score": 1.0, + "content": "let", + "type": "text" + }, + { + "bbox": [ + 326, + 396, + 475, + 410 + ], + "score": 0.92, + "content": "\\begin{array} { r } { L _ { n } ( w ) : = - \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log p ( y _ { i } | x _ { i } , w ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 394, + 506, + 411 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 407, + 310, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 310, + 420 + ], + "score": 1.0, + "content": "negative log likelihood. We would like to estimate", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 394, + 506, + 420 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 188, + 425, + 423, + 458 + ], + "lines": [ + { + "bbox": [ + 188, + 425, + 423, + 458 + ], + "spans": [ + { + "bbox": [ + 188, + 425, + 423, + 458 + ], + "score": 0.93, + "content": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] : = \\frac { 1 } { Z _ { n } ^ { \\beta } } \\int n L _ { n } ( w ) \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w", + "type": "interline_equation", + "image_path": "8d8e755703fb165a62e5c1ade202f2a6560bac00263a0d9806155d8da28ae7d4.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 188, + 425, + 423, + 441.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 188, + 441.5, + 423, + 458.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 464, + 505, + 491 + ], + "lines": [ + { + "bbox": [ + 105, + 461, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 133, + 483 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 464, + 281, + 478 + ], + "score": 0.93, + "content": "\\begin{array} { r } { Z _ { n } ^ { \\beta } = \\int \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 461, + 402, + 483 + ], + "score": 1.0, + "content": "for some inverse temperature", + "type": "text" + }, + { + "bbox": [ + 402, + 466, + 410, + 477 + ], + "score": 0.82, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 461, + 424, + 483 + ], + "score": 1.0, + "content": ". If", + "type": "text" + }, + { + "bbox": [ + 425, + 464, + 465, + 480 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\beta = \\frac { \\beta _ { 0 } } { \\log n } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 461, + 506, + 483 + ], + "score": 1.0, + "content": "for some", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 478, + 319, + 491 + ], + "spans": [ + { + "bbox": [ + 107, + 478, + 142, + 491 + ], + "score": 1.0, + "content": "constant", + "type": "text" + }, + { + "bbox": [ + 142, + 479, + 153, + 490 + ], + "score": 0.87, + "content": "\\beta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 478, + 319, + 491 + ], + "score": 1.0, + "content": ", then by Theorem 4 of Watanabe (2013),", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 461, + 506, + 491 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 496, + 431, + 529 + ], + "lines": [ + { + "bbox": [ + 180, + 496, + 431, + 529 + ], + "spans": [ + { + "bbox": [ + 180, + 496, + 431, + 529 + ], + "score": 0.93, + "content": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] = n L _ { n } ( w _ { 0 } ) + \\frac { \\lambda \\log n } { \\beta _ { 0 } } + U _ { n } \\sqrt { \\frac { \\lambda \\log n } { 2 \\beta _ { 0 } } } + O _ { p } ( 1 )", + "type": "interline_equation", + "image_path": "9ac51b44fb76b345f8e352ce537dd93abee705ef95c94315ed301762c547332a.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 180, + 496, + 431, + 507.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 180, + 507.0, + 431, + 518.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 180, + 518.0, + 431, + 529.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 534, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 106, + 535, + 506, + 548 + ], + "spans": [ + { + "bbox": [ + 106, + 535, + 133, + 548 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 535, + 156, + 547 + ], + "score": 0.92, + "content": "\\{ U _ { n } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 535, + 335, + 548 + ], + "score": 1.0, + "content": "is a sequence of random variables satisfying", + "type": "text" + }, + { + "bbox": [ + 335, + 535, + 379, + 546 + ], + "score": 0.88, + "content": "\\mathbb { E } [ U _ { n } ] = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 535, + 396, + 548 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 397, + 536, + 404, + 545 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 535, + 506, + 548 + ], + "score": 1.0, + "content": "is the RLCT. In practice,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 545, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 282, + 559 + ], + "score": 1.0, + "content": "the last two terms often vary negligibly with", + "type": "text" + }, + { + "bbox": [ + 282, + 546, + 300, + 558 + ], + "score": 0.88, + "content": "1 / \\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 545, + 328, + 559 + ], + "score": 1.0, + "content": "and so", + "type": "text" + }, + { + "bbox": [ + 329, + 547, + 381, + 558 + ], + "score": 0.94, + "content": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 545, + 506, + 559 + ], + "score": 1.0, + "content": "approximates a linear function", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 557, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 117, + 569 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 557, + 135, + 569 + ], + "score": 0.88, + "content": "1 / \\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 558, + 180, + 569 + ], + "score": 1.0, + "content": "with slope", + "type": "text" + }, + { + "bbox": [ + 181, + 558, + 187, + 567 + ], + "score": 0.77, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 558, + 505, + 569 + ], + "score": 1.0, + "content": "(Watanabe, 2013, Corollary 3). This is the foundation of the RLCT estimation", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 568, + 373, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 373, + 581 + ], + "score": 1.0, + "content": "procedure found in Algorithm 1 which is used in our experiments.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 535, + 506, + 581 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 592, + 232, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 234, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 234, + 606 + ], + "score": 1.0, + "content": "Algorithm 1 RLCT estimation", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "table", + "bbox": [ + 113, + 607, + 505, + 729 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 113, + 607, + 505, + 729 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 607, + 505, + 729 + ], + "spans": [ + { + "bbox": [ + 113, + 607, + 505, + 729 + ], + "score": 0.712, + "html": "
Input: range of β's, set of training sets T each of size n, approximate samples {w1,..,WR} from pβ(w|Dn) for each training set Dn and each β
for training set Dn ∈ T do
for β in range of β's do
ples from pβ(w|Dn)
end for
Perform generalised least squares to fit X in Equation (7),call result λ(Dn)
end for
Output: ∑Dn∈T λ(Dn)
", + "type": "table", + "image_path": "ee0ac6996d3e6c803b6a9bed0ca9815b2389ef7b2a1ac8ca1f2d1035dde64725.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 113, + 607, + 505, + 647.6666666666666 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 113, + 647.6666666666666, + 505, + 688.3333333333333 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 113, + 688.3333333333333, + 505, + 728.9999999999999 + ], + "spans": [], + "index": 34 + } + ] + } + ], + "index": 33 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 81, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 199, + 95 + ], + "score": 1.0, + "content": "Each RLCT estimate", + "type": "text" + }, + { + "bbox": [ + 199, + 81, + 227, + 94 + ], + "score": 0.92, + "content": "\\hat { \\lambda } ( \\mathcal { D } _ { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "in Algorithm 1 was performed by linear regression on the pairs", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 507, + 108 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 216, + 106 + ], + "score": 0.9, + "content": "\\{ ( 1 / \\beta _ { i } , \\mathbb { E } _ { w } ^ { \\beta _ { i } } [ n L _ { n } ( w ) ] ) \\} _ { i = 1 } ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 91, + 362, + 108 + ], + "score": 1.0, + "content": "where the five inverse temperatures", + "type": "text" + }, + { + "bbox": [ + 362, + 94, + 372, + 105 + ], + "score": 0.87, + "content": "\\beta _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 91, + 507, + 108 + ], + "score": 1.0, + "content": "are centered on the inverse tem-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 483, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 141, + 116 + ], + "score": 1.0, + "content": "perature", + "type": "text" + }, + { + "bbox": [ + 142, + 105, + 160, + 116 + ], + "score": 0.88, + "content": "1 / T", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 104, + 188, + 116 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 188, + 106, + 196, + 114 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 104, + 483, + 116 + ], + "score": 1.0, + "content": "is the temperature reported for each experiment in Table 1 and Table 2.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 105, + 121, + 504, + 142 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 332, + 135 + ], + "score": 1.0, + "content": "From a Bayesian perspective, predictions about outputs", + "type": "text" + }, + { + "bbox": [ + 332, + 124, + 339, + 133 + ], + "score": 0.81, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 120, + 505, + 135 + ], + "score": 1.0, + "content": "should be made using the predictive dis-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 144, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 144, + 145 + ], + "score": 1.0, + "content": "tribution", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 140, + 389, + 165 + ], + "lines": [ + { + "bbox": [ + 221, + 140, + 389, + 165 + ], + "spans": [ + { + "bbox": [ + 221, + 140, + 389, + 165 + ], + "score": 0.94, + "content": "p ^ { * } ( y | x , D _ { n } ) = \\int p ( y | x , w ) p ( w | D _ { n } ) d w .", + "type": "interline_equation", + "image_path": "e6ef740e0ca909d79bde3a4cbe0efecca74a6c9a2e0f2c9a5a1a39b435ba7bd5.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 221, + 140, + 389, + 165 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 165, + 502, + 187 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 504, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 504, + 177 + ], + "score": 1.0, + "content": "The Bayesian generalisation error associated to the Bayesian predictor is defined as the Kullback-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 176, + 311, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 311, + 187 + ], + "score": 1.0, + "content": "Leibler distance to the true conditional distribution", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 179, + 187, + 432, + 214 + ], + "lines": [ + { + "bbox": [ + 179, + 187, + 432, + 214 + ], + "spans": [ + { + "bbox": [ + 179, + 187, + 432, + 214 + ], + "score": 0.92, + "content": "B _ { g } ( n ) : = D _ { K L } ( q \\| p ^ { * } ) = \\int q ( y | x ) q ( x ) \\log \\left( { \\frac { q ( y | x ) } { p ^ { * } ( y | x ) } } \\right) d y d x .", + "type": "interline_equation", + "image_path": "d9361ae57a73f5e53a4489d10f0d66d21fc543139e815e7f64104eb404905b0d.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 179, + 187, + 432, + 196.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 179, + 196.0, + 432, + 205.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 179, + 205.0, + 432, + 214.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 220, + 505, + 256 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "If some fundamental conditions are satisfied (Definition 6.1 and Definition 6.3 of Watanabe (2009)),", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 231, + 504, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 357, + 245 + ], + "score": 1.0, + "content": "then by Theorem 6.8 of loc.cit., there exists a random variable", + "type": "text" + }, + { + "bbox": [ + 357, + 232, + 371, + 245 + ], + "score": 0.9, + "content": "B _ { g } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 231, + 421, + 245 + ], + "score": 1.0, + "content": "such that as", + "type": "text" + }, + { + "bbox": [ + 422, + 232, + 455, + 242 + ], + "score": 0.85, + "content": "n \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 231, + 458, + 245 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 459, + 231, + 504, + 244 + ], + "score": 0.9, + "content": "\\mathbb { E } [ n B _ { g } ( n ) ]", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 243, + 447, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 159, + 257 + ], + "score": 1.0, + "content": "converges to", + "type": "text" + }, + { + "bbox": [ + 159, + 244, + 185, + 257 + ], + "score": 0.93, + "content": "\\mathbb { E } [ B _ { g } ^ { * } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 243, + 397, + 257 + ], + "score": 1.0, + "content": ". In particular, by Theorem 6.10 of Watanabe (2009),", + "type": "text" + }, + { + "bbox": [ + 398, + 244, + 443, + 257 + ], + "score": 0.92, + "content": "\\mathbb { E } [ B _ { g } ^ { * } ] = \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 243, + 447, + 257 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "title", + "bbox": [ + 108, + 270, + 233, + 283 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 234, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 234, + 285 + ], + "score": 1.0, + "content": "B HYPERPARAMETERS", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 506, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "The hyperparameters for the various synthesis tasks are contained in Table 3. The number of samples", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 304, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 104, + 304, + 115, + 318 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 116, + 306, + 125, + 316 + ], + "score": 0.8, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 304, + 306, + 318 + ], + "score": 1.0, + "content": "in Algorithm 1 and the number of datasets is", + "type": "text" + }, + { + "bbox": [ + 307, + 306, + 321, + 318 + ], + "score": 0.91, + "content": "| \\tau |", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 304, + 506, + 318 + ], + "score": 1.0, + "content": ". Samples are taken according to the Dirichlet", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 316, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 505, + 329 + ], + "score": 1.0, + "content": "distribution, a probability distribution over the simplex, which is controlled by the concentration.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "score": 1.0, + "content": "When the concentration is a constant across all dimensions, as is assumed here, this corresponds to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "a density which is symmetric about the uniform probability mass function occurring in the centre of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 349, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 202, + 362 + ], + "score": 1.0, + "content": "the simplex. The value", + "type": "text" + }, + { + "bbox": [ + 202, + 350, + 237, + 360 + ], + "score": 0.89, + "content": "\\alpha = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 349, + 505, + 362 + ], + "score": 1.0, + "content": "corresponds to the uniform distribution over the simplex. Finally,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 361, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 279, + 373 + ], + "score": 1.0, + "content": "the chain temperature controls the default", + "type": "text" + }, + { + "bbox": [ + 279, + 361, + 287, + 372 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 361, + 506, + 373 + ], + "score": 1.0, + "content": "value, ie. all inverse temperature values are centered", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 371, + 293, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 136, + 384 + ], + "score": 1.0, + "content": "around", + "type": "text" + }, + { + "bbox": [ + 137, + 371, + 155, + 383 + ], + "score": 0.9, + "content": "1 / T", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 372, + 183, + 384 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 183, + 372, + 192, + 381 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 372, + 293, + 384 + ], + "score": 1.0, + "content": "is the chain temperature.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 18.5 + }, + { + "type": "table", + "bbox": [ + 164, + 392, + 446, + 514 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 164, + 392, + 446, + 514 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 164, + 392, + 446, + 514 + ], + "spans": [ + { + "bbox": [ + 164, + 392, + 446, + 514 + ], + "score": 0.979, + "html": "
HyperparameterdetectAparityCheck
Dataset size (n)200100
Minimum sequence length (a)41
Maximum sequence length (b)7/8/9/105/6/7
Number of samples (R)20.0002.000
Number of burn-in steps1,000500
Number of datasets (|T|)43
Target accept probability0.80.8
Concentration (α)1.01.0
Chain temperature (T)log(500)/log(1000)log(300)
Number of timesteps (t)1042
", + "type": "table", + "image_path": "043b4a973caea9a964f76b8b4143b500dd1b30d16ecb6a1c76a44bbfb3876c39.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 164, + 392, + 446, + 432.6666666666667 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 164, + 432.6666666666667, + 446, + 473.33333333333337 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 164, + 473.33333333333337, + 446, + 514.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 201, + 527, + 409, + 540 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 200, + 527, + 410, + 540 + ], + "spans": [ + { + "bbox": [ + 200, + 527, + 410, + 540 + ], + "score": 1.0, + "content": "Table 3: Hyperparameters for Datasets and MCMC.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + } + ], + "index": 25.0 + }, + { + "type": "title", + "bbox": [ + 107, + 559, + 238, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 558, + 239, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 239, + 574 + ], + "score": 1.0, + "content": "C THE SHIFT MACHINE", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 584, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 181, + 596 + ], + "score": 1.0, + "content": "The pseudo-UTM", + "type": "text" + }, + { + "bbox": [ + 182, + 585, + 191, + 594 + ], + "score": 0.69, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 584, + 396, + 596 + ], + "score": 1.0, + "content": "is a complicated Turing machine, and the models", + "type": "text" + }, + { + "bbox": [ + 396, + 584, + 435, + 596 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 584, + 505, + 596 + ], + "score": 1.0, + "content": "of Section 2 are", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "score": 1.0, + "content": "therefore not easy to analyse by hand. To illustrate the kind of geometry that appears, we study", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "score": 1.0, + "content": "the simple Turing machine shiftMachine of Clift & Murfet (2018) and formulate an associated", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 617, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 299, + 629 + ], + "score": 1.0, + "content": "statistical learning problem. The tape alphabet is", + "type": "text" + }, + { + "bbox": [ + 300, + 617, + 391, + 629 + ], + "score": 0.92, + "content": "\\Sigma = \\{ \\boxed { \\begin{array} { r l } \\end{array} } , A , B , 0 , 1 , 2 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 617, + 505, + 629 + ], + "score": 1.0, + "content": "and the input to the machine", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 627, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 224, + 641 + ], + "score": 1.0, + "content": "will be a string of the form", + "type": "text" + }, + { + "bbox": [ + 225, + 628, + 277, + 639 + ], + "score": 0.93, + "content": "\\boxed { 1 } n a _ { 1 } a _ { 2 } a _ { 3 } \\boxed { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 627, + 306, + 641 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 307, + 630, + 314, + 637 + ], + "score": 0.75, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 627, + 423, + 641 + ], + "score": 1.0, + "content": "is called the counter and", + "type": "text" + }, + { + "bbox": [ + 423, + 627, + 479, + 640 + ], + "score": 0.94, + "content": "\\bar { a _ { i } } \\in \\{ A , B \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 627, + 506, + 641 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 351, + 651 + ], + "score": 1.0, + "content": "transition function, given in loc.cit., will move the string of", + "type": "text" + }, + { + "bbox": [ + 351, + 639, + 359, + 649 + ], + "score": 0.79, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 637, + 385, + 651 + ], + "score": 1.0, + "content": "’s and", + "type": "text" + }, + { + "bbox": [ + 385, + 639, + 394, + 649 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 637, + 456, + 651 + ], + "score": 1.0, + "content": "’s leftwards by", + "type": "text" + }, + { + "bbox": [ + 456, + 641, + 464, + 649 + ], + "score": 0.75, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "steps and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 650, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 272, + 662 + ], + "score": 1.0, + "content": "fill the right hand end of the string with", + "type": "text" + }, + { + "bbox": [ + 273, + 650, + 281, + 659 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 650, + 506, + 662 + ], + "score": 1.0, + "content": "’s, keeping the string length invariant. For example, if", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 660, + 345, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 152, + 671 + ], + "score": 0.78, + "content": "\\square 2 B A B \\square", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 661, + 210, + 672 + ], + "score": 1.0, + "content": "is the input to", + "type": "text" + }, + { + "bbox": [ + 210, + 661, + 222, + 671 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 661, + 298, + 672 + ], + "score": 1.0, + "content": ", the output will be", + "type": "text" + }, + { + "bbox": [ + 298, + 661, + 343, + 671 + ], + "score": 0.76, + "content": "\\square 0 B A A \\square", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 661, + 345, + 672 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 105, + 677, + 504, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 122, + 691 + ], + "score": 1.0, + "content": "Set", + "type": "text" + }, + { + "bbox": [ + 122, + 677, + 231, + 689 + ], + "score": 0.91, + "content": "W = \\Delta \\{ 0 , 2 \\} \\times \\Delta \\{ A , B \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 676, + 271, + 691 + ], + "score": 1.0, + "content": "and view", + "type": "text" + }, + { + "bbox": [ + 271, + 677, + 339, + 689 + ], + "score": 0.9, + "content": "w = ( h , k ) \\in W", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 676, + 506, + 691 + ], + "score": 1.0, + "content": "as representing a probability distribution", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 107, + 687, + 425, + 700 + ], + "spans": [ + { + "bbox": [ + 107, + 689, + 181, + 700 + ], + "score": 0.9, + "content": "( 1 - h ) \\cdot 0 + h \\cdot 2", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 687, + 260, + 700 + ], + "score": 1.0, + "content": "for the counter and", + "type": "text" + }, + { + "bbox": [ + 261, + 689, + 339, + 700 + ], + "score": 0.9, + "content": "( 1 - k ) \\cdot B + k \\cdot A", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 687, + 354, + 700 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 354, + 690, + 365, + 699 + ], + "score": 0.85, + "content": "a _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 687, + 425, + 700 + ], + "score": 1.0, + "content": ". The model is", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 702, + 502, + 735 + ], + "lines": [ + { + "bbox": [ + 111, + 702, + 502, + 735 + ], + "spans": [ + { + "bbox": [ + 111, + 702, + 502, + 735 + ], + "score": 0.92, + "content": "p \\big ( \\boldsymbol { y } | \\boldsymbol { x } = ( a _ { 2 } , a _ { 3 } ) , \\boldsymbol { w } \\big ) = ( 1 - h ) ^ { 2 } \\boldsymbol { k } \\cdot \\boldsymbol { A } + ( 1 - h ) ^ { 2 } ( 1 - \\boldsymbol { k } ) \\cdot \\boldsymbol { B } + \\sum _ { i = 2 } ^ { 3 } \\binom { 2 } { i - 1 } h ^ { i - 1 } ( 1 - h ) ^ { 3 - i } \\cdot a _ { i } .", + "type": "interline_equation", + "image_path": "655d3d051a0208c4d5adc9a91bb8bf32c20a7f77e5857efbc71e978138af1849.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 111, + 702, + 502, + 713.0 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 111, + 713.0, + 502, + 724.0 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 111, + 724.0, + 502, + 735.0 + ], + "spans": [], + "index": 40 + } + ] + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 14 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 81, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 199, + 95 + ], + "score": 1.0, + "content": "Each RLCT estimate", + "type": "text" + }, + { + "bbox": [ + 199, + 81, + 227, + 94 + ], + "score": 0.92, + "content": "\\hat { \\lambda } ( \\mathcal { D } _ { n } )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 81, + 505, + 95 + ], + "score": 1.0, + "content": "in Algorithm 1 was performed by linear regression on the pairs", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 91, + 507, + 108 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 216, + 106 + ], + "score": 0.9, + "content": "\\{ ( 1 / \\beta _ { i } , \\mathbb { E } _ { w } ^ { \\beta _ { i } } [ n L _ { n } ( w ) ] ) \\} _ { i = 1 } ^ { 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 91, + 362, + 108 + ], + "score": 1.0, + "content": "where the five inverse temperatures", + "type": "text" + }, + { + "bbox": [ + 362, + 94, + 372, + 105 + ], + "score": 0.87, + "content": "\\beta _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 91, + 507, + 108 + ], + "score": 1.0, + "content": "are centered on the inverse tem-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 483, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 141, + 116 + ], + "score": 1.0, + "content": "perature", + "type": "text" + }, + { + "bbox": [ + 142, + 105, + 160, + 116 + ], + "score": 0.88, + "content": "1 / T", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 104, + 188, + 116 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 188, + 106, + 196, + 114 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 104, + 483, + 116 + ], + "score": 1.0, + "content": "is the temperature reported for each experiment in Table 1 and Table 2.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 81, + 507, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 121, + 504, + 142 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 505, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 332, + 135 + ], + "score": 1.0, + "content": "From a Bayesian perspective, predictions about outputs", + "type": "text" + }, + { + "bbox": [ + 332, + 124, + 339, + 133 + ], + "score": 0.81, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 120, + 505, + 135 + ], + "score": 1.0, + "content": "should be made using the predictive dis-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 131, + 144, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 144, + 145 + ], + "score": 1.0, + "content": "tribution", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 120, + 505, + 145 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 140, + 389, + 165 + ], + "lines": [ + { + "bbox": [ + 221, + 140, + 389, + 165 + ], + "spans": [ + { + "bbox": [ + 221, + 140, + 389, + 165 + ], + "score": 0.94, + "content": "p ^ { * } ( y | x , D _ { n } ) = \\int p ( y | x , w ) p ( w | D _ { n } ) d w .", + "type": "interline_equation", + "image_path": "e6ef740e0ca909d79bde3a4cbe0efecca74a6c9a2e0f2c9a5a1a39b435ba7bd5.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 221, + 140, + 389, + 165 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 165, + 502, + 187 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 504, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 504, + 177 + ], + "score": 1.0, + "content": "The Bayesian generalisation error associated to the Bayesian predictor is defined as the Kullback-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 176, + 311, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 311, + 187 + ], + "score": 1.0, + "content": "Leibler distance to the true conditional distribution", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 106, + 165, + 504, + 187 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 179, + 187, + 432, + 214 + ], + "lines": [ + { + "bbox": [ + 179, + 187, + 432, + 214 + ], + "spans": [ + { + "bbox": [ + 179, + 187, + 432, + 214 + ], + "score": 0.92, + "content": "B _ { g } ( n ) : = D _ { K L } ( q \\| p ^ { * } ) = \\int q ( y | x ) q ( x ) \\log \\left( { \\frac { q ( y | x ) } { p ^ { * } ( y | x ) } } \\right) d y d x .", + "type": "interline_equation", + "image_path": "d9361ae57a73f5e53a4489d10f0d66d21fc543139e815e7f64104eb404905b0d.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 179, + 187, + 432, + 196.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 179, + 196.0, + 432, + 205.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 179, + 205.0, + 432, + 214.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 220, + 505, + 256 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "If some fundamental conditions are satisfied (Definition 6.1 and Definition 6.3 of Watanabe (2009)),", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 231, + 504, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 357, + 245 + ], + "score": 1.0, + "content": "then by Theorem 6.8 of loc.cit., there exists a random variable", + "type": "text" + }, + { + "bbox": [ + 357, + 232, + 371, + 245 + ], + "score": 0.9, + "content": "B _ { g } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 231, + 421, + 245 + ], + "score": 1.0, + "content": "such that as", + "type": "text" + }, + { + "bbox": [ + 422, + 232, + 455, + 242 + ], + "score": 0.85, + "content": "n \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 231, + 458, + 245 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 459, + 231, + 504, + 244 + ], + "score": 0.9, + "content": "\\mathbb { E } [ n B _ { g } ( n ) ]", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 243, + 447, + 257 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 159, + 257 + ], + "score": 1.0, + "content": "converges to", + "type": "text" + }, + { + "bbox": [ + 159, + 244, + 185, + 257 + ], + "score": 0.93, + "content": "\\mathbb { E } [ B _ { g } ^ { * } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 243, + 397, + 257 + ], + "score": 1.0, + "content": ". In particular, by Theorem 6.10 of Watanabe (2009),", + "type": "text" + }, + { + "bbox": [ + 398, + 244, + 443, + 257 + ], + "score": 0.92, + "content": "\\mathbb { E } [ B _ { g } ^ { * } ] = \\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 243, + 447, + 257 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 220, + 505, + 257 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 270, + 233, + 283 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 234, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 234, + 285 + ], + "score": 1.0, + "content": "B HYPERPARAMETERS", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 506, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "The hyperparameters for the various synthesis tasks are contained in Table 3. The number of samples", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 304, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 104, + 304, + 115, + 318 + ], + "score": 1.0, + "content": "is", + "type": "text" + }, + { + "bbox": [ + 116, + 306, + 125, + 316 + ], + "score": 0.8, + "content": "R", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 304, + 306, + 318 + ], + "score": 1.0, + "content": "in Algorithm 1 and the number of datasets is", + "type": "text" + }, + { + "bbox": [ + 307, + 306, + 321, + 318 + ], + "score": 0.91, + "content": "| \\tau |", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 304, + 506, + 318 + ], + "score": 1.0, + "content": ". Samples are taken according to the Dirichlet", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 316, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 505, + 329 + ], + "score": 1.0, + "content": "distribution, a probability distribution over the simplex, which is controlled by the concentration.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 506, + 340 + ], + "score": 1.0, + "content": "When the concentration is a constant across all dimensions, as is assumed here, this corresponds to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "a density which is symmetric about the uniform probability mass function occurring in the centre of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 349, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 202, + 362 + ], + "score": 1.0, + "content": "the simplex. The value", + "type": "text" + }, + { + "bbox": [ + 202, + 350, + 237, + 360 + ], + "score": 0.89, + "content": "\\alpha = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 349, + 505, + 362 + ], + "score": 1.0, + "content": "corresponds to the uniform distribution over the simplex. Finally,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 361, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 279, + 373 + ], + "score": 1.0, + "content": "the chain temperature controls the default", + "type": "text" + }, + { + "bbox": [ + 279, + 361, + 287, + 372 + ], + "score": 0.84, + "content": "\\beta", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 361, + 506, + 373 + ], + "score": 1.0, + "content": "value, ie. all inverse temperature values are centered", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 371, + 293, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 136, + 384 + ], + "score": 1.0, + "content": "around", + "type": "text" + }, + { + "bbox": [ + 137, + 371, + 155, + 383 + ], + "score": 0.9, + "content": "1 / T", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 372, + 183, + 384 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 183, + 372, + 192, + 381 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 372, + 293, + 384 + ], + "score": 1.0, + "content": "is the chain temperature.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 18.5, + "bbox_fs": [ + 104, + 294, + 506, + 384 + ] + }, + { + "type": "table", + "bbox": [ + 164, + 392, + 446, + 514 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 164, + 392, + 446, + 514 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 164, + 392, + 446, + 514 + ], + "spans": [ + { + "bbox": [ + 164, + 392, + 446, + 514 + ], + "score": 0.979, + "html": "
HyperparameterdetectAparityCheck
Dataset size (n)200100
Minimum sequence length (a)41
Maximum sequence length (b)7/8/9/105/6/7
Number of samples (R)20.0002.000
Number of burn-in steps1,000500
Number of datasets (|T|)43
Target accept probability0.80.8
Concentration (α)1.01.0
Chain temperature (T)log(500)/log(1000)log(300)
Number of timesteps (t)1042
", + "type": "table", + "image_path": "043b4a973caea9a964f76b8b4143b500dd1b30d16ecb6a1c76a44bbfb3876c39.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 164, + 392, + 446, + 432.6666666666667 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 164, + 432.6666666666667, + 446, + 473.33333333333337 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 164, + 473.33333333333337, + 446, + 514.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "table_caption", + "bbox": [ + 201, + 527, + 409, + 540 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 200, + 527, + 410, + 540 + ], + "spans": [ + { + "bbox": [ + 200, + 527, + 410, + 540 + ], + "score": 1.0, + "content": "Table 3: Hyperparameters for Datasets and MCMC.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + } + ], + "index": 25.0 + }, + { + "type": "title", + "bbox": [ + 107, + 559, + 238, + 572 + ], + "lines": [ + { + "bbox": [ + 106, + 558, + 239, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 558, + 239, + 574 + ], + "score": 1.0, + "content": "C THE SHIFT MACHINE", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 584, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 181, + 596 + ], + "score": 1.0, + "content": "The pseudo-UTM", + "type": "text" + }, + { + "bbox": [ + 182, + 585, + 191, + 594 + ], + "score": 0.69, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 584, + 396, + 596 + ], + "score": 1.0, + "content": "is a complicated Turing machine, and the models", + "type": "text" + }, + { + "bbox": [ + 396, + 584, + 435, + 596 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 584, + 505, + 596 + ], + "score": 1.0, + "content": "of Section 2 are", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 608 + ], + "score": 1.0, + "content": "therefore not easy to analyse by hand. To illustrate the kind of geometry that appears, we study", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 505, + 618 + ], + "score": 1.0, + "content": "the simple Turing machine shiftMachine of Clift & Murfet (2018) and formulate an associated", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 617, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 299, + 629 + ], + "score": 1.0, + "content": "statistical learning problem. The tape alphabet is", + "type": "text" + }, + { + "bbox": [ + 300, + 617, + 391, + 629 + ], + "score": 0.92, + "content": "\\Sigma = \\{ \\boxed { \\begin{array} { r l } \\end{array} } , A , B , 0 , 1 , 2 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 617, + 505, + 629 + ], + "score": 1.0, + "content": "and the input to the machine", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 627, + 506, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 224, + 641 + ], + "score": 1.0, + "content": "will be a string of the form", + "type": "text" + }, + { + "bbox": [ + 225, + 628, + 277, + 639 + ], + "score": 0.93, + "content": "\\boxed { 1 } n a _ { 1 } a _ { 2 } a _ { 3 } \\boxed { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 627, + 306, + 641 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 307, + 630, + 314, + 637 + ], + "score": 0.75, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 627, + 423, + 641 + ], + "score": 1.0, + "content": "is called the counter and", + "type": "text" + }, + { + "bbox": [ + 423, + 627, + 479, + 640 + ], + "score": 0.94, + "content": "\\bar { a _ { i } } \\in \\{ A , B \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 627, + 506, + 641 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 351, + 651 + ], + "score": 1.0, + "content": "transition function, given in loc.cit., will move the string of", + "type": "text" + }, + { + "bbox": [ + 351, + 639, + 359, + 649 + ], + "score": 0.79, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 637, + 385, + 651 + ], + "score": 1.0, + "content": "’s and", + "type": "text" + }, + { + "bbox": [ + 385, + 639, + 394, + 649 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 637, + 456, + 651 + ], + "score": 1.0, + "content": "’s leftwards by", + "type": "text" + }, + { + "bbox": [ + 456, + 641, + 464, + 649 + ], + "score": 0.75, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "steps and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 650, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 106, + 650, + 272, + 662 + ], + "score": 1.0, + "content": "fill the right hand end of the string with", + "type": "text" + }, + { + "bbox": [ + 273, + 650, + 281, + 659 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 650, + 506, + 662 + ], + "score": 1.0, + "content": "’s, keeping the string length invariant. For example, if", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 660, + 345, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 152, + 671 + ], + "score": 0.78, + "content": "\\square 2 B A B \\square", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 661, + 210, + 672 + ], + "score": 1.0, + "content": "is the input to", + "type": "text" + }, + { + "bbox": [ + 210, + 661, + 222, + 671 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 661, + 298, + 672 + ], + "score": 1.0, + "content": ", the output will be", + "type": "text" + }, + { + "bbox": [ + 298, + 661, + 343, + 671 + ], + "score": 0.76, + "content": "\\square 0 B A A \\square", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 661, + 345, + 672 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 584, + 506, + 672 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 677, + 504, + 700 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 122, + 691 + ], + "score": 1.0, + "content": "Set", + "type": "text" + }, + { + "bbox": [ + 122, + 677, + 231, + 689 + ], + "score": 0.91, + "content": "W = \\Delta \\{ 0 , 2 \\} \\times \\Delta \\{ A , B \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 676, + 271, + 691 + ], + "score": 1.0, + "content": "and view", + "type": "text" + }, + { + "bbox": [ + 271, + 677, + 339, + 689 + ], + "score": 0.9, + "content": "w = ( h , k ) \\in W", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 676, + 506, + 691 + ], + "score": 1.0, + "content": "as representing a probability distribution", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 107, + 687, + 425, + 700 + ], + "spans": [ + { + "bbox": [ + 107, + 689, + 181, + 700 + ], + "score": 0.9, + "content": "( 1 - h ) \\cdot 0 + h \\cdot 2", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 687, + 260, + 700 + ], + "score": 1.0, + "content": "for the counter and", + "type": "text" + }, + { + "bbox": [ + 261, + 689, + 339, + 700 + ], + "score": 0.9, + "content": "( 1 - k ) \\cdot B + k \\cdot A", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 687, + 354, + 700 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 354, + 690, + 365, + 699 + ], + "score": 0.85, + "content": "a _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 687, + 425, + 700 + ], + "score": 1.0, + "content": ". The model is", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 676, + 506, + 700 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 702, + 502, + 735 + ], + "lines": [ + { + "bbox": [ + 111, + 702, + 502, + 735 + ], + "spans": [ + { + "bbox": [ + 111, + 702, + 502, + 735 + ], + "score": 0.92, + "content": "p \\big ( \\boldsymbol { y } | \\boldsymbol { x } = ( a _ { 2 } , a _ { 3 } ) , \\boldsymbol { w } \\big ) = ( 1 - h ) ^ { 2 } \\boldsymbol { k } \\cdot \\boldsymbol { A } + ( 1 - h ) ^ { 2 } ( 1 - \\boldsymbol { k } ) \\cdot \\boldsymbol { B } + \\sum _ { i = 2 } ^ { 3 } \\binom { 2 } { i - 1 } h ^ { i - 1 } ( 1 - h ) ^ { 3 - i } \\cdot a _ { i } .", + "type": "interline_equation", + "image_path": "655d3d051a0208c4d5adc9a91bb8bf32c20a7f77e5857efbc71e978138af1849.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 111, + 702, + 502, + 713.0 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 111, + 713.0, + 502, + 724.0 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 111, + 724.0, + 502, + 735.0 + ], + "spans": [], + "index": 40 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "This model is derived by propagating uncertainty through shiftMachine in the same way that", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 92, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 146, + 106 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 92, + 212, + 107 + ], + "score": 1.0, + "content": "is derived from", + "type": "text" + }, + { + "bbox": [ + 212, + 93, + 245, + 104 + ], + "score": 0.91, + "content": "\\mathrm { \\Delta } \\mathrm { { s t e p } } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 92, + 442, + 107 + ], + "score": 1.0, + "content": "in Section 2 by propagating uncertainty through", + "type": "text" + }, + { + "bbox": [ + 443, + 94, + 451, + 104 + ], + "score": 0.65, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 92, + 506, + 107 + ], + "score": 1.0, + "content": ". We assume", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 309, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 195, + 117 + ], + "score": 1.0, + "content": "that some distribution", + "type": "text" + }, + { + "bbox": [ + 196, + 105, + 215, + 117 + ], + "score": 0.91, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 104, + 236, + 117 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 237, + 104, + 272, + 117 + ], + "score": 0.93, + "content": "\\{ A , B \\} ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 104, + 309, + 117 + ], + "score": 1.0, + "content": "is given.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 118, + 447, + 132 + ], + "lines": [ + { + "bbox": [ + 105, + 118, + 448, + 133 + ], + "spans": [ + { + "bbox": [ + 105, + 118, + 202, + 133 + ], + "score": 1.0, + "content": "Example C.1. Suppose", + "type": "text" + }, + { + "bbox": [ + 202, + 119, + 285, + 132 + ], + "score": 0.93, + "content": "q ( y | x ) = p ( y | x , w _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 118, + 313, + 133 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 313, + 119, + 361, + 131 + ], + "score": 0.93, + "content": "w _ { 0 } = ( 1 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 118, + 448, + 133 + ], + "score": 1.0, + "content": ". It is easy to see that", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 167, + 135, + 444, + 165 + ], + "lines": [ + { + "bbox": [ + 167, + 135, + 444, + 165 + ], + "spans": [ + { + "bbox": [ + 167, + 135, + 444, + 165 + ], + "score": 0.92, + "content": "K ( w ) = - { \\frac { 1 } { 4 } } \\sum _ { a _ { 2 } , a _ { 3 } } \\log p \\big ( y = a _ { 3 } | x = ( a _ { 2 } , a _ { 3 } ) , w \\big ) = - { \\frac { 1 } { 2 } } \\log [ g ( h , k ) ]", + "type": "interline_equation", + "image_path": "b29a76eb679442a67367c43a891a13bfa9eff320e573767248836bc96aa07018.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 167, + 135, + 444, + 145.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 167, + 145.0, + 444, + 155.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 167, + 155.0, + 444, + 165.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 169, + 462, + 185 + ], + "lines": [ + { + "bbox": [ + 105, + 169, + 462, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 133, + 185 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 170, + 344, + 185 + ], + "score": 0.9, + "content": "g ( h , k ) = \\left( ( 1 - h ) ^ { 2 } k + h ^ { 2 } \\right) \\left( ( 1 - h ) ^ { 2 } ( 1 - k ) + h ^ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 169, + 421, + 185 + ], + "score": 1.0, + "content": "is a polynomial in", + "type": "text" + }, + { + "bbox": [ + 421, + 174, + 429, + 182 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 169, + 462, + 185 + ], + "score": 1.0, + "content": ". Hence", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 191, + 189, + 419, + 204 + ], + "lines": [ + { + "bbox": [ + 191, + 189, + 419, + 204 + ], + "spans": [ + { + "bbox": [ + 191, + 189, + 419, + 204 + ], + "score": 0.86, + "content": "W _ { 0 } = \\{ ( h , k ) \\in W : g ( h , k ) = 1 \\} = \\mathbb { V } ( g - 1 ) \\cap [ 0 , 1 ] ^ { 2 }", + "type": "interline_equation", + "image_path": "908fcb4fd665de455f62bb90a7952c7ac7c4614cac4247c979470c2625d932ef.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 191, + 189, + 419, + 204 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 208, + 503, + 231 + ], + "lines": [ + { + "bbox": [ + 104, + 206, + 504, + 222 + ], + "spans": [ + { + "bbox": [ + 104, + 206, + 482, + 222 + ], + "score": 1.0, + "content": "is a semi-algebraic variety, that is, it is defined by polynomial equations and inequalities. Here", + "type": "text" + }, + { + "bbox": [ + 482, + 208, + 504, + 220 + ], + "score": 0.89, + "content": "\\mathbb { V } ( h )", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 219, + 282, + 231 + ], + "spans": [ + { + "bbox": [ + 107, + 219, + 272, + 231 + ], + "score": 1.0, + "content": "denotes the vanishing locus of a function", + "type": "text" + }, + { + "bbox": [ + 272, + 220, + 279, + 229 + ], + "score": 0.82, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 219, + 282, + 231 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 232, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 203, + 247 + ], + "score": 1.0, + "content": "Example C.2. Suppose", + "type": "text" + }, + { + "bbox": [ + 204, + 234, + 254, + 246 + ], + "score": 0.92, + "content": "q ( A B ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 232, + 273, + 247 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 273, + 233, + 389, + 246 + ], + "score": 0.92, + "content": "\\begin{array} { r } { q ( y | x = A B ) = \\frac { 1 } { 2 } A + \\frac { 1 } { 2 } B } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 232, + 506, + 247 + ], + "score": 1.0, + "content": ". Then the Kullback-Leibler", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 245, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 163, + 260 + ], + "score": 1.0, + "content": "divergence is", + "type": "text" + }, + { + "bbox": [ + 163, + 246, + 290, + 260 + ], + "score": 0.9, + "content": "\\begin{array} { r } { K ( h , k ) = - \\frac { 1 } { 2 } \\log ( 4 f ( 1 - f ) ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 245, + 320, + 260 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 320, + 246, + 439, + 259 + ], + "score": 0.9, + "content": "f = ( 1 - h ) ^ { 2 } k + 2 h ( 1 - h )", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 245, + 473, + 260 + ], + "score": 1.0, + "content": ". Hence", + "type": "text" + }, + { + "bbox": [ + 473, + 246, + 505, + 258 + ], + "score": 0.86, + "content": "\\nabla K =", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 258, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 107, + 258, + 182, + 274 + ], + "score": 0.92, + "content": "\\begin{array} { r } { ( f - \\frac { 1 } { 2 } ) \\frac { 1 } { f ( 1 - f ) } \\nabla f . } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 258, + 224, + 273 + ], + "score": 1.0, + "content": ". Note that", + "type": "text" + }, + { + "bbox": [ + 225, + 261, + 232, + 271 + ], + "score": 0.84, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 258, + 347, + 273 + ], + "score": 1.0, + "content": "has no critical points, and so", + "type": "text" + }, + { + "bbox": [ + 348, + 260, + 385, + 270 + ], + "score": 0.89, + "content": "\\nabla K = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 258, + 396, + 273 + ], + "score": 1.0, + "content": "at", + "type": "text" + }, + { + "bbox": [ + 396, + 259, + 458, + 272 + ], + "score": 0.93, + "content": "( h , k ) \\in ( 0 , 1 ) ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 258, + 505, + 273 + ], + "score": 1.0, + "content": "if and only", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 272, + 442, + 289 + ], + "spans": [ + { + "bbox": [ + 104, + 272, + 115, + 289 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 116, + 274, + 165, + 287 + ], + "score": 0.93, + "content": "\\begin{array} { r } { f ( h , k ) = \\frac { 1 } { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 272, + 194, + 289 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 194, + 275, + 205, + 284 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 272, + 288, + 289 + ], + "score": 1.0, + "content": "is non-negative, any", + "type": "text" + }, + { + "bbox": [ + 288, + 275, + 323, + 286 + ], + "score": 0.92, + "content": "w \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 272, + 358, + 289 + ], + "score": 1.0, + "content": "satisfies", + "type": "text" + }, + { + "bbox": [ + 358, + 274, + 411, + 286 + ], + "score": 0.93, + "content": "\\nabla K ( w ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 272, + 442, + 289 + ], + "score": 1.0, + "content": "and so", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5 + }, + { + "type": "interline_equation", + "bbox": [ + 192, + 291, + 419, + 307 + ], + "lines": [ + { + "bbox": [ + 192, + 291, + 419, + 307 + ], + "spans": [ + { + "bbox": [ + 192, + 291, + 419, + 307 + ], + "score": 0.88, + "content": "W _ { 0 } = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( 4 f ( 1 - f ) - 1 ) = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( f - \\frac { 1 } { 2 } )", + "type": "interline_equation", + "image_path": "aa5a8ee57b6abc3254fa01e12c98c50d16b3d6e995ffe42d683b1e144830794e.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 192, + 291, + 419, + 307 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 104, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 104, + 312, + 261, + 325 + ], + "score": 1.0, + "content": "is semi-algebraic. Note that the curve", + "type": "text" + }, + { + "bbox": [ + 261, + 312, + 289, + 326 + ], + "score": 0.93, + "content": "\\begin{array} { r } { f = \\frac { 1 } { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 312, + 396, + 325 + ], + "score": 1.0, + "content": "is regular while the curve", + "type": "text" + }, + { + "bbox": [ + 397, + 313, + 459, + 325 + ], + "score": 0.91, + "content": "4 f ( 1 - f ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "is singular", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 324, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 409, + 335 + ], + "score": 1.0, + "content": "and it is the geometry of the singular curve that is related to the behaviour of", + "type": "text" + }, + { + "bbox": [ + 410, + 325, + 420, + 334 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 324, + 505, + 335 + ], + "score": 1.0, + "content": ". This curve is shown", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 438, + 347 + ], + "score": 1.0, + "content": "in Figure 5. It is straightforward to check that the determinant of the Hessian of", + "type": "text" + }, + { + "bbox": [ + 438, + 335, + 449, + 344 + ], + "score": 0.85, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 335, + 505, + 347 + ], + "score": 1.0, + "content": "is identically", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 346, + 402, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 138, + 358 + ], + "score": 1.0, + "content": "zero on", + "type": "text" + }, + { + "bbox": [ + 139, + 346, + 154, + 357 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 346, + 246, + 358 + ], + "score": 1.0, + "content": ", so that every point on", + "type": "text" + }, + { + "bbox": [ + 246, + 346, + 261, + 357 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 346, + 388, + 358 + ], + "score": 1.0, + "content": "is a degenerate critical point of", + "type": "text" + }, + { + "bbox": [ + 388, + 346, + 398, + 356 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 346, + 402, + 358 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "image", + "bbox": [ + 226, + 372, + 384, + 499 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 226, + 372, + 384, + 499 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 226, + 372, + 384, + 499 + ], + "spans": [ + { + "bbox": [ + 226, + 372, + 384, + 499 + ], + "score": 0.972, + "type": "image", + "image_path": "6e526ca2a8223c4c58975329dac1b2911fc337af16f18add2a573fa4cdb23bdf.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 226, + 372, + 384, + 386.1111111111111 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 226, + 386.1111111111111, + 384, + 400.2222222222222 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 226, + 400.2222222222222, + 384, + 414.33333333333326 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 226, + 414.33333333333326, + 384, + 428.44444444444434 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 226, + 428.44444444444434, + 384, + 442.55555555555543 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 226, + 442.55555555555543, + 384, + 456.6666666666665 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 226, + 456.6666666666665, + 384, + 470.7777777777776 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 226, + 470.7777777777776, + 384, + 484.8888888888887 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 226, + 484.8888888888887, + 384, + 498.9999999999998 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 513, + 505, + 537 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 187, + 527 + ], + "score": 1.0, + "content": "Figure 5: Values of", + "type": "text" + }, + { + "bbox": [ + 187, + 514, + 221, + 526 + ], + "score": 0.93, + "content": "K ( h , k )", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 514, + 235, + 527 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 235, + 514, + 260, + 526 + ], + "score": 0.94, + "content": "[ 0 , 1 ] ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "are shown by colour, ranging from blue (zero) to red (0.01).", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 525, + 491, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 218, + 538 + ], + "score": 1.0, + "content": "The singular analytic space", + "type": "text" + }, + { + "bbox": [ + 218, + 526, + 246, + 536 + ], + "score": 0.9, + "content": "K = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 525, + 410, + 538 + ], + "score": 1.0, + "content": "(white) and the regular analytic level set", + "type": "text" + }, + { + "bbox": [ + 410, + 525, + 456, + 536 + ], + "score": 0.88, + "content": "K = 0 . 0 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 525, + 491, + 538 + ], + "score": 1.0, + "content": "(black).", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + } + ], + "index": 26.75 + }, + { + "type": "title", + "bbox": [ + 104, + 559, + 461, + 572 + ], + "lines": [ + { + "bbox": [ + 104, + 558, + 461, + 575 + ], + "spans": [ + { + "bbox": [ + 104, + 558, + 461, + 575 + ], + "score": 1.0, + "content": "D GENERAL SOLUTION FOR DETERMINISTIC SYNTHESIS PROBLEMS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 640 + ], + "lines": [ + { + "bbox": [ + 106, + 584, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 405, + 596 + ], + "score": 1.0, + "content": "In this section we consider the case of a deterministic synthesis problem", + "type": "text" + }, + { + "bbox": [ + 406, + 584, + 434, + 596 + ], + "score": 0.9, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 584, + 505, + 596 + ], + "score": 1.0, + "content": "which is finitely", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 594, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 311, + 608 + ], + "score": 1.0, + "content": "supported in the sense that there exists a finite set", + "type": "text" + }, + { + "bbox": [ + 311, + 595, + 347, + 606 + ], + "score": 0.92, + "content": "\\mathcal { X } \\subseteq \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 594, + 388, + 608 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 389, + 596, + 428, + 607 + ], + "score": 0.92, + "content": "q ( x ) = c", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 594, + 456, + 608 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 457, + 595, + 487, + 605 + ], + "score": 0.9, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 594, + 506, + 608 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 605, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 107, + 606, + 145, + 618 + ], + "score": 0.92, + "content": "q ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 605, + 173, + 619 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 174, + 606, + 202, + 618 + ], + "score": 0.9, + "content": "x \\notin \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 605, + 463, + 619 + ], + "score": 1.0, + "content": ". We first need to discuss the coordinates on the parameter space", + "type": "text" + }, + { + "bbox": [ + 464, + 606, + 476, + 617 + ], + "score": 0.64, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 605, + 505, + 619 + ], + "score": 1.0, + "content": "of (3).", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 617, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 195, + 630 + ], + "score": 1.0, + "content": "To specify a point on", + "type": "text" + }, + { + "bbox": [ + 196, + 618, + 208, + 627 + ], + "score": 0.62, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 617, + 316, + 630 + ], + "score": 1.0, + "content": "is to specify for each pair", + "type": "text" + }, + { + "bbox": [ + 317, + 617, + 383, + 629 + ], + "score": 0.92, + "content": "( \\sigma , q ) \\in \\Sigma \\times Q", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 617, + 505, + 630 + ], + "score": 1.0, + "content": "(that is, for each tuple on the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 628, + 316, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 316, + 641 + ], + "score": 1.0, + "content": "description tape) a triple of probability distributions", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34 + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 645, + 374, + 730 + ], + "lines": [ + { + "bbox": [ + 236, + 645, + 374, + 730 + ], + "spans": [ + { + "bbox": [ + 236, + 645, + 374, + 730 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { \\displaystyle \\sum _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\cdot \\sigma ^ { \\prime } \\in \\Delta \\Sigma , } \\\\ & { \\displaystyle \\sum _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\cdot q ^ { \\prime } \\in \\Delta Q , } \\\\ & { \\displaystyle \\sum _ { d \\in \\{ L , S , R \\} } z _ { d } ^ { \\sigma , q } \\cdot d \\in \\Delta \\{ L , S , R \\} . } \\end{array}", + "type": "interline_equation", + "image_path": "ceb6d53c80c07c8e14f9f68787c1b51e746104e01a46b307617df70297373cda.jpg" + } + ] + } + ], + "index": 37.5, + "virtual_lines": [ + { + "bbox": [ + 236, + 645, + 374, + 687.5 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 236, + 687.5, + 374, + 730.0 + ], + "spans": [], + "index": 38 + } + ] + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "13", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "This model is derived by propagating uncertainty through shiftMachine in the same way that", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 92, + 506, + 107 + ], + "spans": [ + { + "bbox": [ + 106, + 93, + 146, + 106 + ], + "score": 0.93, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 92, + 212, + 107 + ], + "score": 1.0, + "content": "is derived from", + "type": "text" + }, + { + "bbox": [ + 212, + 93, + 245, + 104 + ], + "score": 0.91, + "content": "\\mathrm { \\Delta } \\mathrm { { s t e p } } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 92, + 442, + 107 + ], + "score": 1.0, + "content": "in Section 2 by propagating uncertainty through", + "type": "text" + }, + { + "bbox": [ + 443, + 94, + 451, + 104 + ], + "score": 0.65, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 92, + 506, + 107 + ], + "score": 1.0, + "content": ". We assume", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 309, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 195, + 117 + ], + "score": 1.0, + "content": "that some distribution", + "type": "text" + }, + { + "bbox": [ + 196, + 105, + 215, + 117 + ], + "score": 0.91, + "content": "q ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 104, + 236, + 117 + ], + "score": 1.0, + "content": "over", + "type": "text" + }, + { + "bbox": [ + 237, + 104, + 272, + 117 + ], + "score": 0.93, + "content": "\\{ A , B \\} ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 104, + 309, + 117 + ], + "score": 1.0, + "content": "is given.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 118, + 447, + 132 + ], + "lines": [ + { + "bbox": [ + 105, + 118, + 448, + 133 + ], + "spans": [ + { + "bbox": [ + 105, + 118, + 202, + 133 + ], + "score": 1.0, + "content": "Example C.1. Suppose", + "type": "text" + }, + { + "bbox": [ + 202, + 119, + 285, + 132 + ], + "score": 0.93, + "content": "q ( y | x ) = p ( y | x , w _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 118, + 313, + 133 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 313, + 119, + 361, + 131 + ], + "score": 0.93, + "content": "w _ { 0 } = ( 1 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 118, + 448, + 133 + ], + "score": 1.0, + "content": ". It is easy to see that", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 118, + 448, + 133 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 167, + 135, + 444, + 165 + ], + "lines": [ + { + "bbox": [ + 167, + 135, + 444, + 165 + ], + "spans": [ + { + "bbox": [ + 167, + 135, + 444, + 165 + ], + "score": 0.92, + "content": "K ( w ) = - { \\frac { 1 } { 4 } } \\sum _ { a _ { 2 } , a _ { 3 } } \\log p \\big ( y = a _ { 3 } | x = ( a _ { 2 } , a _ { 3 } ) , w \\big ) = - { \\frac { 1 } { 2 } } \\log [ g ( h , k ) ]", + "type": "interline_equation", + "image_path": "b29a76eb679442a67367c43a891a13bfa9eff320e573767248836bc96aa07018.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 167, + 135, + 444, + 145.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 167, + 145.0, + 444, + 155.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 167, + 155.0, + 444, + 165.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 169, + 462, + 185 + ], + "lines": [ + { + "bbox": [ + 105, + 169, + 462, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 133, + 185 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 170, + 344, + 185 + ], + "score": 0.9, + "content": "g ( h , k ) = \\left( ( 1 - h ) ^ { 2 } k + h ^ { 2 } \\right) \\left( ( 1 - h ) ^ { 2 } ( 1 - k ) + h ^ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 169, + 421, + 185 + ], + "score": 1.0, + "content": "is a polynomial in", + "type": "text" + }, + { + "bbox": [ + 421, + 174, + 429, + 182 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 169, + 462, + 185 + ], + "score": 1.0, + "content": ". Hence", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 169, + 462, + 185 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 191, + 189, + 419, + 204 + ], + "lines": [ + { + "bbox": [ + 191, + 189, + 419, + 204 + ], + "spans": [ + { + "bbox": [ + 191, + 189, + 419, + 204 + ], + "score": 0.86, + "content": "W _ { 0 } = \\{ ( h , k ) \\in W : g ( h , k ) = 1 \\} = \\mathbb { V } ( g - 1 ) \\cap [ 0 , 1 ] ^ { 2 }", + "type": "interline_equation", + "image_path": "908fcb4fd665de455f62bb90a7952c7ac7c4614cac4247c979470c2625d932ef.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 191, + 189, + 419, + 204 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 208, + 503, + 231 + ], + "lines": [ + { + "bbox": [ + 104, + 206, + 504, + 222 + ], + "spans": [ + { + "bbox": [ + 104, + 206, + 482, + 222 + ], + "score": 1.0, + "content": "is a semi-algebraic variety, that is, it is defined by polynomial equations and inequalities. Here", + "type": "text" + }, + { + "bbox": [ + 482, + 208, + 504, + 220 + ], + "score": 0.89, + "content": "\\mathbb { V } ( h )", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 219, + 282, + 231 + ], + "spans": [ + { + "bbox": [ + 107, + 219, + 272, + 231 + ], + "score": 1.0, + "content": "denotes the vanishing locus of a function", + "type": "text" + }, + { + "bbox": [ + 272, + 220, + 279, + 229 + ], + "score": 0.82, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 219, + 282, + 231 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 104, + 206, + 504, + 231 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 232, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 203, + 247 + ], + "score": 1.0, + "content": "Example C.2. Suppose", + "type": "text" + }, + { + "bbox": [ + 204, + 234, + 254, + 246 + ], + "score": 0.92, + "content": "q ( A B ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 232, + 273, + 247 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 273, + 233, + 389, + 246 + ], + "score": 0.92, + "content": "\\begin{array} { r } { q ( y | x = A B ) = \\frac { 1 } { 2 } A + \\frac { 1 } { 2 } B } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 232, + 506, + 247 + ], + "score": 1.0, + "content": ". Then the Kullback-Leibler", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 245, + 505, + 260 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 163, + 260 + ], + "score": 1.0, + "content": "divergence is", + "type": "text" + }, + { + "bbox": [ + 163, + 246, + 290, + 260 + ], + "score": 0.9, + "content": "\\begin{array} { r } { K ( h , k ) = - \\frac { 1 } { 2 } \\log ( 4 f ( 1 - f ) ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 245, + 320, + 260 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 320, + 246, + 439, + 259 + ], + "score": 0.9, + "content": "f = ( 1 - h ) ^ { 2 } k + 2 h ( 1 - h )", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 245, + 473, + 260 + ], + "score": 1.0, + "content": ". Hence", + "type": "text" + }, + { + "bbox": [ + 473, + 246, + 505, + 258 + ], + "score": 0.86, + "content": "\\nabla K =", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 258, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 107, + 258, + 182, + 274 + ], + "score": 0.92, + "content": "\\begin{array} { r } { ( f - \\frac { 1 } { 2 } ) \\frac { 1 } { f ( 1 - f ) } \\nabla f . } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 258, + 224, + 273 + ], + "score": 1.0, + "content": ". Note that", + "type": "text" + }, + { + "bbox": [ + 225, + 261, + 232, + 271 + ], + "score": 0.84, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 258, + 347, + 273 + ], + "score": 1.0, + "content": "has no critical points, and so", + "type": "text" + }, + { + "bbox": [ + 348, + 260, + 385, + 270 + ], + "score": 0.89, + "content": "\\nabla K = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 258, + 396, + 273 + ], + "score": 1.0, + "content": "at", + "type": "text" + }, + { + "bbox": [ + 396, + 259, + 458, + 272 + ], + "score": 0.93, + "content": "( h , k ) \\in ( 0 , 1 ) ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 258, + 505, + 273 + ], + "score": 1.0, + "content": "if and only", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 272, + 442, + 289 + ], + "spans": [ + { + "bbox": [ + 104, + 272, + 115, + 289 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 116, + 274, + 165, + 287 + ], + "score": 0.93, + "content": "\\begin{array} { r } { f ( h , k ) = \\frac { 1 } { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 272, + 194, + 289 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 194, + 275, + 205, + 284 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 272, + 288, + 289 + ], + "score": 1.0, + "content": "is non-negative, any", + "type": "text" + }, + { + "bbox": [ + 288, + 275, + 323, + 286 + ], + "score": 0.92, + "content": "w \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 272, + 358, + 289 + ], + "score": 1.0, + "content": "satisfies", + "type": "text" + }, + { + "bbox": [ + 358, + 274, + 411, + 286 + ], + "score": 0.93, + "content": "\\nabla K ( w ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 272, + 442, + 289 + ], + "score": 1.0, + "content": "and so", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5, + "bbox_fs": [ + 104, + 232, + 506, + 289 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 192, + 291, + 419, + 307 + ], + "lines": [ + { + "bbox": [ + 192, + 291, + 419, + 307 + ], + "spans": [ + { + "bbox": [ + 192, + 291, + 419, + 307 + ], + "score": 0.88, + "content": "W _ { 0 } = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( 4 f ( 1 - f ) - 1 ) = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( f - \\frac { 1 } { 2 } )", + "type": "interline_equation", + "image_path": "aa5a8ee57b6abc3254fa01e12c98c50d16b3d6e995ffe42d683b1e144830794e.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 192, + 291, + 419, + 307 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 312, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 104, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 104, + 312, + 261, + 325 + ], + "score": 1.0, + "content": "is semi-algebraic. Note that the curve", + "type": "text" + }, + { + "bbox": [ + 261, + 312, + 289, + 326 + ], + "score": 0.93, + "content": "\\begin{array} { r } { f = \\frac { 1 } { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 312, + 396, + 325 + ], + "score": 1.0, + "content": "is regular while the curve", + "type": "text" + }, + { + "bbox": [ + 397, + 313, + 459, + 325 + ], + "score": 0.91, + "content": "4 f ( 1 - f ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "is singular", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 324, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 409, + 335 + ], + "score": 1.0, + "content": "and it is the geometry of the singular curve that is related to the behaviour of", + "type": "text" + }, + { + "bbox": [ + 410, + 325, + 420, + 334 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 324, + 505, + 335 + ], + "score": 1.0, + "content": ". This curve is shown", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 335, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 438, + 347 + ], + "score": 1.0, + "content": "in Figure 5. It is straightforward to check that the determinant of the Hessian of", + "type": "text" + }, + { + "bbox": [ + 438, + 335, + 449, + 344 + ], + "score": 0.85, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 335, + 505, + 347 + ], + "score": 1.0, + "content": "is identically", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 346, + 402, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 138, + 358 + ], + "score": 1.0, + "content": "zero on", + "type": "text" + }, + { + "bbox": [ + 139, + 346, + 154, + 357 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 346, + 246, + 358 + ], + "score": 1.0, + "content": ", so that every point on", + "type": "text" + }, + { + "bbox": [ + 246, + 346, + 261, + 357 + ], + "score": 0.9, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 346, + 388, + 358 + ], + "score": 1.0, + "content": "is a degenerate critical point of", + "type": "text" + }, + { + "bbox": [ + 388, + 346, + 398, + 356 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 346, + 402, + 358 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 312, + 506, + 358 + ] + }, + { + "type": "image", + "bbox": [ + 226, + 372, + 384, + 499 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 226, + 372, + 384, + 499 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 226, + 372, + 384, + 499 + ], + "spans": [ + { + "bbox": [ + 226, + 372, + 384, + 499 + ], + "score": 0.972, + "type": "image", + "image_path": "6e526ca2a8223c4c58975329dac1b2911fc337af16f18add2a573fa4cdb23bdf.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 226, + 372, + 384, + 386.1111111111111 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 226, + 386.1111111111111, + 384, + 400.2222222222222 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 226, + 400.2222222222222, + 384, + 414.33333333333326 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 226, + 414.33333333333326, + 384, + 428.44444444444434 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 226, + 428.44444444444434, + 384, + 442.55555555555543 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 226, + 442.55555555555543, + 384, + 456.6666666666665 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 226, + 456.6666666666665, + 384, + 470.7777777777776 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 226, + 470.7777777777776, + 384, + 484.8888888888887 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 226, + 484.8888888888887, + 384, + 498.9999999999998 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 513, + 505, + 537 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 514, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 187, + 527 + ], + "score": 1.0, + "content": "Figure 5: Values of", + "type": "text" + }, + { + "bbox": [ + 187, + 514, + 221, + 526 + ], + "score": 0.93, + "content": "K ( h , k )", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 514, + 235, + 527 + ], + "score": 1.0, + "content": "on", + "type": "text" + }, + { + "bbox": [ + 235, + 514, + 260, + 526 + ], + "score": 0.94, + "content": "[ 0 , 1 ] ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 514, + 505, + 527 + ], + "score": 1.0, + "content": "are shown by colour, ranging from blue (zero) to red (0.01).", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 525, + 491, + 538 + ], + "spans": [ + { + "bbox": [ + 106, + 525, + 218, + 538 + ], + "score": 1.0, + "content": "The singular analytic space", + "type": "text" + }, + { + "bbox": [ + 218, + 526, + 246, + 536 + ], + "score": 0.9, + "content": "K = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 525, + 410, + 538 + ], + "score": 1.0, + "content": "(white) and the regular analytic level set", + "type": "text" + }, + { + "bbox": [ + 410, + 525, + 456, + 536 + ], + "score": 0.88, + "content": "K = 0 . 0 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 525, + 491, + 538 + ], + "score": 1.0, + "content": "(black).", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + } + ], + "index": 26.75 + }, + { + "type": "title", + "bbox": [ + 104, + 559, + 461, + 572 + ], + "lines": [ + { + "bbox": [ + 104, + 558, + 461, + 575 + ], + "spans": [ + { + "bbox": [ + 104, + 558, + 461, + 575 + ], + "score": 1.0, + "content": "D GENERAL SOLUTION FOR DETERMINISTIC SYNTHESIS PROBLEMS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 583, + 505, + 640 + ], + "lines": [ + { + "bbox": [ + 106, + 584, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 584, + 405, + 596 + ], + "score": 1.0, + "content": "In this section we consider the case of a deterministic synthesis problem", + "type": "text" + }, + { + "bbox": [ + 406, + 584, + 434, + 596 + ], + "score": 0.9, + "content": "q ( x , y )", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 584, + 505, + 596 + ], + "score": 1.0, + "content": "which is finitely", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 594, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 311, + 608 + ], + "score": 1.0, + "content": "supported in the sense that there exists a finite set", + "type": "text" + }, + { + "bbox": [ + 311, + 595, + 347, + 606 + ], + "score": 0.92, + "content": "\\mathcal { X } \\subseteq \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 594, + 388, + 608 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 389, + 596, + 428, + 607 + ], + "score": 0.92, + "content": "q ( x ) = c", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 594, + 456, + 608 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 457, + 595, + 487, + 605 + ], + "score": 0.9, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 594, + 506, + 608 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 605, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 107, + 606, + 145, + 618 + ], + "score": 0.92, + "content": "q ( x ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 605, + 173, + 619 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 174, + 606, + 202, + 618 + ], + "score": 0.9, + "content": "x \\notin \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 605, + 463, + 619 + ], + "score": 1.0, + "content": ". We first need to discuss the coordinates on the parameter space", + "type": "text" + }, + { + "bbox": [ + 464, + 606, + 476, + 617 + ], + "score": 0.64, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 605, + 505, + 619 + ], + "score": 1.0, + "content": "of (3).", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 617, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 195, + 630 + ], + "score": 1.0, + "content": "To specify a point on", + "type": "text" + }, + { + "bbox": [ + 196, + 618, + 208, + 627 + ], + "score": 0.62, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 617, + 316, + 630 + ], + "score": 1.0, + "content": "is to specify for each pair", + "type": "text" + }, + { + "bbox": [ + 317, + 617, + 383, + 629 + ], + "score": 0.92, + "content": "( \\sigma , q ) \\in \\Sigma \\times Q", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 617, + 505, + 630 + ], + "score": 1.0, + "content": "(that is, for each tuple on the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 628, + 316, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 316, + 641 + ], + "score": 1.0, + "content": "description tape) a triple of probability distributions", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34, + "bbox_fs": [ + 105, + 584, + 506, + 641 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 645, + 374, + 730 + ], + "lines": [ + { + "bbox": [ + 236, + 645, + 374, + 730 + ], + "spans": [ + { + "bbox": [ + 236, + 645, + 374, + 730 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { \\displaystyle \\sum _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\cdot \\sigma ^ { \\prime } \\in \\Delta \\Sigma , } \\\\ & { \\displaystyle \\sum _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\cdot q ^ { \\prime } \\in \\Delta Q , } \\\\ & { \\displaystyle \\sum _ { d \\in \\{ L , S , R \\} } z _ { d } ^ { \\sigma , q } \\cdot d \\in \\Delta \\{ L , S , R \\} . } \\end{array}", + "type": "interline_equation", + "image_path": "ceb6d53c80c07c8e14f9f68787c1b51e746104e01a46b307617df70297373cda.jpg" + } + ] + } + ], + "index": 37.5, + "virtual_lines": [ + { + "bbox": [ + 236, + 645, + 374, + 687.5 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 236, + 687.5, + 374, + 730.0 + ], + "spans": [], + "index": 38 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 81, + 472, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 473, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 149, + 97 + ], + "score": 1.0, + "content": "The space", + "type": "text" + }, + { + "bbox": [ + 149, + 83, + 161, + 92 + ], + "score": 0.75, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 80, + 473, + 97 + ], + "score": 1.0, + "content": "of distributions is therefore contained in the affine space with coordinate ring", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 97, + 407, + 115 + ], + "lines": [ + { + "bbox": [ + 203, + 97, + 407, + 115 + ], + "spans": [ + { + "bbox": [ + 203, + 97, + 407, + 115 + ], + "score": 0.91, + "content": "R _ { W } = \\mathbb { R } \\big [ \\big \\{ x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , \\sigma ^ { \\prime } } , \\big \\{ y _ { q ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , q ^ { \\prime } } , \\big \\{ z _ { d } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , d } \\big ] .", + "type": "interline_equation", + "image_path": "fbbe5794dd1a62728877fbddd627af9ffe4e67284551ae2834cdd6d641da9325.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 203, + 97, + 407, + 115 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 120, + 506, + 165 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 160, + 134 + ], + "score": 1.0, + "content": "The function", + "type": "text" + }, + { + "bbox": [ + 160, + 120, + 305, + 132 + ], + "score": 0.9, + "content": "F ^ { x } = \\Delta \\mathrm { s t e p } ^ { t } ( x , - ) : W \\longrightarrow \\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 119, + 506, + 134 + ], + "score": 1.0, + "content": "is polynomial (Clift & Murfet, 2018, Proposition", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 131, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 199, + 144 + ], + "score": 1.0, + "content": "4.2) and we denote for", + "type": "text" + }, + { + "bbox": [ + 199, + 133, + 225, + 143 + ], + "score": 0.9, + "content": "s \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 131, + 238, + 144 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 238, + 133, + 281, + 144 + ], + "score": 0.9, + "content": "F _ { s } ^ { x } \\in R _ { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 131, + 506, + 144 + ], + "score": 1.0, + "content": "the polynomial computing the associated component of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 142, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 156, + 155 + ], + "score": 1.0, + "content": "the function", + "type": "text" + }, + { + "bbox": [ + 157, + 144, + 171, + 153 + ], + "score": 0.88, + "content": "F ^ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 142, + 191, + 155 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 191, + 144, + 209, + 153 + ], + "score": 0.76, + "content": "\\partial W", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 142, + 409, + 155 + ], + "score": 1.0, + "content": "denote the boundary of the manifold with corners", + "type": "text" + }, + { + "bbox": [ + 409, + 143, + 421, + 153 + ], + "score": 0.74, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 142, + 506, + 155 + ], + "score": 1.0, + "content": ", that is, the set of all", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 154, + 430, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 146, + 166 + ], + "score": 1.0, + "content": "points on", + "type": "text" + }, + { + "bbox": [ + 146, + 154, + 158, + 164 + ], + "score": 0.74, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 154, + 430, + 166 + ], + "score": 1.0, + "content": "where at least one of the coordinate functions given above vanishes", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 169, + 411, + 200 + ], + "lines": [ + { + "bbox": [ + 200, + 169, + 411, + 200 + ], + "spans": [ + { + "bbox": [ + 200, + 169, + 411, + 200 + ], + "score": 0.92, + "content": "\\partial W = \\mathbb { V } \\big ( \\prod _ { \\sigma , q } \\Big [ \\prod _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\prod _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\prod _ { \\substack { d \\in \\{ L , S , R \\} } } z _ { d } ^ { \\sigma , q } \\Big ] \\big )", + "type": "interline_equation", + "image_path": "b5c6037fbacc5bc1bbefefebfe01f4d2a4b1883c4c987bdfc8e6ce7dbda9fe9b.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 169, + 411, + 184.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 200, + 184.5, + 411, + 200.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 205, + 289, + 217 + ], + "lines": [ + { + "bbox": [ + 106, + 205, + 289, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 133, + 218 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 205, + 155, + 217 + ], + "score": 0.9, + "content": "\\mathbb { V } ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 205, + 279, + 218 + ], + "score": 1.0, + "content": "denotes the vanishing locus of", + "type": "text" + }, + { + "bbox": [ + 280, + 206, + 286, + 215 + ], + "score": 0.83, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 205, + 289, + 218 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 219, + 205, + 232 + ], + "lines": [ + { + "bbox": [ + 106, + 219, + 202, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 219, + 163, + 233 + ], + "score": 1.0, + "content": "Lemma D.1.", + "type": "text" + }, + { + "bbox": [ + 164, + 219, + 202, + 232 + ], + "score": 0.91, + "content": "W _ { 0 } \\neq W", + "type": "inline_equation" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 243, + 505, + 278 + ], + "lines": [ + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 169, + 256 + ], + "score": 1.0, + "content": "Proof. Choose", + "type": "text" + }, + { + "bbox": [ + 169, + 244, + 199, + 254 + ], + "score": 0.91, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 242, + 222, + 256 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 222, + 244, + 262, + 256 + ], + "score": 0.93, + "content": "q ( x ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 242, + 294, + 256 + ], + "score": 1.0, + "content": "and let", + "type": "text" + }, + { + "bbox": [ + 295, + 246, + 302, + 255 + ], + "score": 0.8, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 242, + 355, + 256 + ], + "score": 1.0, + "content": "be such that", + "type": "text" + }, + { + "bbox": [ + 355, + 244, + 403, + 256 + ], + "score": 0.93, + "content": "q ( y | x ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 242, + 425, + 256 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 426, + 243, + 476, + 254 + ], + "score": 0.91, + "content": "w \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 242, + 506, + 256 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 254, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 505, + 267 + ], + "score": 1.0, + "content": "code for the Turing machine which ignores the symbol under the head and current state, transitions", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 266, + 505, + 278 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 183, + 278 + ], + "score": 1.0, + "content": "to some fixed state", + "type": "text" + }, + { + "bbox": [ + 183, + 266, + 208, + 277 + ], + "score": 0.92, + "content": "s \\neq y", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 266, + 274, + 278 + ], + "score": 1.0, + "content": "and stays. Then", + "type": "text" + }, + { + "bbox": [ + 275, + 266, + 309, + 278 + ], + "score": 0.92, + "content": "w \\not \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 266, + 313, + 278 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 494, + 267, + 505, + 276 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 283, + 347, + 295 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 348, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 194, + 297 + ], + "score": 1.0, + "content": "Lemma D.2. The set", + "type": "text" + }, + { + "bbox": [ + 195, + 284, + 209, + 295 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 283, + 299, + 297 + ], + "score": 1.0, + "content": "is semi-algebraic and", + "type": "text" + }, + { + "bbox": [ + 300, + 284, + 344, + 295 + ], + "score": 0.89, + "content": "W _ { 0 } \\subseteq \\partial W", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 283, + 348, + 297 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 106, + 307, + 505, + 330 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 163, + 321 + ], + "score": 1.0, + "content": "Proof. Given", + "type": "text" + }, + { + "bbox": [ + 163, + 308, + 195, + 318 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 306, + 218, + 321 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 218, + 307, + 257, + 319 + ], + "score": 0.92, + "content": "q ( x ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 306, + 297, + 321 + ], + "score": 1.0, + "content": "we write", + "type": "text" + }, + { + "bbox": [ + 297, + 308, + 336, + 320 + ], + "score": 0.93, + "content": "y = y ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 306, + 439, + 321 + ], + "score": 1.0, + "content": "for the unique state with", + "type": "text" + }, + { + "bbox": [ + 440, + 307, + 489, + 320 + ], + "score": 0.92, + "content": "q ( x , y ) \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 306, + 505, + 321 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 317, + 300, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 300, + 331 + ], + "score": 1.0, + "content": "this notation the Kullback-Leibler divergence is", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 335, + 462, + 362 + ], + "lines": [ + { + "bbox": [ + 149, + 335, + 462, + 362 + ], + "spans": [ + { + "bbox": [ + 149, + 335, + 462, + 362 + ], + "score": 0.91, + "content": "K ( w ) = \\sum _ { x \\in \\mathcal { X } } c D _ { K L } ( y | | F ^ { x } ( w ) ) = - c \\sum _ { x \\in \\mathcal { X } } \\log F _ { y } ^ { x } ( w ) = - c \\log \\prod _ { x \\in \\mathcal { X } } F _ { y } ^ { x } ( w ) .", + "type": "interline_equation", + "image_path": "0c762935a362819fdbd7538cdfac2d59d015b87dc485620b7b2c813c4c593257.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 149, + 335, + 462, + 362 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 366, + 134, + 378 + ], + "lines": [ + { + "bbox": [ + 105, + 366, + 135, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 135, + 379 + ], + "score": 1.0, + "content": "Hence", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 240, + 380, + 371, + 407 + ], + "lines": [ + { + "bbox": [ + 240, + 380, + 371, + 407 + ], + "spans": [ + { + "bbox": [ + 240, + 380, + 371, + 407 + ], + "score": 0.93, + "content": "W _ { 0 } = W \\cap \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) )", + "type": "interline_equation", + "image_path": "2c5fd9c205eb37e6c4fab6c9fb80af46c80b3cb65c7707540728e36317f80812.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 240, + 380, + 371, + 407 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 412, + 178, + 423 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 179, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 179, + 424 + ], + "score": 1.0, + "content": "is semi-algebraic.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 428, + 506, + 484 + ], + "lines": [ + { + "bbox": [ + 105, + 427, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 207, + 442 + ], + "score": 1.0, + "content": "Recall that the function", + "type": "text" + }, + { + "bbox": [ + 207, + 429, + 239, + 440 + ], + "score": 0.89, + "content": "\\Delta \\mathrm { s t e p } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 427, + 506, + 442 + ], + "score": 1.0, + "content": "is associated to an encoding of the UTM in linear logic by the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 438, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 506, + 452 + ], + "score": 1.0, + "content": "Sweedler semantics (Clift & Murfet, 2018) and the particular polynomials involved have a form", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 450, + 504, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 504, + 462 + ], + "score": 1.0, + "content": "that is determined by the details of that encoding (Clift & Murfet, 2018, Proposition 4.3). From the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 461, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 298, + 475 + ], + "score": 1.0, + "content": "design of our UTM we obtain positive integers", + "type": "text" + }, + { + "bbox": [ + 299, + 462, + 341, + 474 + ], + "score": 0.92, + "content": "l _ { \\sigma } , m _ { q } , n _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 461, + 357, + 475 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 357, + 461, + 479, + 474 + ], + "score": 0.93, + "content": "\\sigma \\in \\Sigma , q \\in \\bar { Q } , d \\in \\{ L , S , R \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 461, + 506, + 475 + ], + "score": 1.0, + "content": "and a", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 472, + 223, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 142, + 485 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 473, + 195, + 484 + ], + "score": 0.92, + "content": "\\pi : \\Theta \\longrightarrow Q", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 472, + 223, + 485 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 488, + 380, + 516 + ], + "lines": [ + { + "bbox": [ + 230, + 488, + 380, + 516 + ], + "spans": [ + { + "bbox": [ + 230, + 488, + 380, + 516 + ], + "score": 0.93, + "content": "\\Theta = \\prod _ { \\sigma , q } \\Sigma ^ { l _ { \\sigma } } \\times Q ^ { m _ { q } } \\times \\{ L , S , R \\} ^ { n _ { d } } .", + "type": "interline_equation", + "image_path": "0bfcf940add0b17859f0e5c8051c2ad0b5850a532acaaffd78bec37b94873ffe.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 230, + 488, + 380, + 516 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 520, + 504, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 520, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 212, + 535 + ], + "score": 1.0, + "content": "We represent elements of", + "type": "text" + }, + { + "bbox": [ + 213, + 522, + 222, + 531 + ], + "score": 0.85, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 520, + 264, + 535 + ], + "score": 1.0, + "content": "by tuples", + "type": "text" + }, + { + "bbox": [ + 264, + 521, + 320, + 533 + ], + "score": 0.93, + "content": "( \\mu , \\zeta , \\xi ) \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 520, + 349, + 535 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 349, + 521, + 408, + 533 + ], + "score": 0.92, + "content": "\\mu ( \\sigma , q , i ) \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 520, + 425, + 535 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 426, + 522, + 486, + 533 + ], + "score": 0.92, + "content": "\\sigma \\in \\Sigma , q \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 520, + 506, + 535 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 531, + 470, + 547 + ], + "spans": [ + { + "bbox": [ + 107, + 532, + 151, + 544 + ], + "score": 0.92, + "content": "1 \\leq i \\leq l _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 531, + 207, + 547 + ], + "score": 1.0, + "content": "and similarly", + "type": "text" + }, + { + "bbox": [ + 208, + 533, + 265, + 545 + ], + "score": 0.93, + "content": "\\zeta ( \\sigma , q , j ) \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 531, + 283, + 547 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 284, + 532, + 373, + 545 + ], + "score": 0.93, + "content": "\\xi ( \\sigma , q , k ) \\in \\{ L , S , R \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 531, + 443, + 547 + ], + "score": 1.0, + "content": ". The polynomial", + "type": "text" + }, + { + "bbox": [ + 444, + 533, + 457, + 545 + ], + "score": 0.9, + "content": "F _ { s } ^ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 531, + 470, + 547 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 549, + 461, + 586 + ], + "lines": [ + { + "bbox": [ + 150, + 549, + 461, + 586 + ], + "spans": [ + { + "bbox": [ + 150, + 549, + 461, + 586 + ], + "score": 0.93, + "content": "F _ { s } ^ { x } = \\sum _ { ( \\mu , \\zeta , \\xi ) \\in \\Theta } \\delta ( s = \\pi ( \\mu , \\zeta , \\xi ) ) \\prod _ { \\sigma , q } \\Big [ \\prod _ { i = 1 } ^ { l _ { \\sigma } } x _ { \\mu ( \\sigma , q , i ) } ^ { \\sigma , q } \\prod _ { j = 1 } ^ { m _ { q } } y _ { \\zeta ( \\sigma , q , j ) } ^ { \\sigma , q } \\prod _ { k = 1 } ^ { n _ { d } } z _ { \\xi ( \\sigma , q , k ) } ^ { \\sigma , q } \\Big ]", + "type": "interline_equation", + "image_path": "ec7f164df26b9d18dca289720af09fe60bfe4d716f62bb0524650935eca9bf35.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 150, + 549, + 461, + 561.3333333333334 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 150, + 561.3333333333334, + 461, + 573.6666666666667 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 150, + 573.6666666666667, + 461, + 586.0000000000001 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 368, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 368, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 133, + 605 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 591, + 139, + 600 + ], + "score": 0.83, + "content": "\\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 588, + 368, + 605 + ], + "score": 1.0, + "content": "is a Kronecker delta. With this in hand we may compute", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 607, + 372, + 663 + ], + "lines": [ + { + "bbox": [ + 239, + 607, + 372, + 663 + ], + "spans": [ + { + "bbox": [ + 239, + 607, + 372, + 663 + ], + "score": 0.94, + "content": "\\begin{array} { r } { W _ { 0 } = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) ) } \\\\ { = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\bigcap _ { s \\neq y } \\mathbb { V } ( F _ { s } ^ { x } ( w ) ) . } \\end{array}", + "type": "interline_equation", + "image_path": "ac771f11c67d3891be5cece10a275aa657d6e1044f6dc0a9a7feef0fd986cedf.jpg" + } + ] + } + ], + "index": 32.5, + "virtual_lines": [ + { + "bbox": [ + 239, + 607, + 372, + 635.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 239, + 635.0, + 372, + 663.0 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 668, + 506, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 123, + 680 + ], + "score": 1.0, + "content": "But", + "type": "text" + }, + { + "bbox": [ + 124, + 669, + 137, + 680 + ], + "score": 0.89, + "content": "F _ { s } ^ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 667, + 448, + 680 + ], + "score": 1.0, + "content": "is a polynomial with non-negative integer coefficients, which takes values in", + "type": "text" + }, + { + "bbox": [ + 449, + 668, + 469, + 680 + ], + "score": 0.56, + "content": "[ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 667, + 485, + 680 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 486, + 669, + 505, + 679 + ], + "score": 0.84, + "content": "w \\in", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 107, + 680, + 118, + 689 + ], + "score": 0.62, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 678, + 210, + 691 + ], + "score": 1.0, + "content": ". Hence it vanishes on", + "type": "text" + }, + { + "bbox": [ + 210, + 682, + 218, + 689 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 678, + 334, + 691 + ], + "score": 1.0, + "content": "if and only if for each triple", + "type": "text" + }, + { + "bbox": [ + 335, + 680, + 361, + 691 + ], + "score": 0.92, + "content": "\\mu , \\zeta , \\xi", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 678, + 382, + 691 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 383, + 679, + 441, + 691 + ], + "score": 0.94, + "content": "s = \\pi ( \\mu , \\zeta , \\xi )", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "one or more of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 103, + 689, + 376, + 708 + ], + "spans": [ + { + "bbox": [ + 103, + 689, + 317, + 708 + ], + "score": 1.0, + "content": "the coordinate functions xσ,qµ(σ,q,i), yσ,qζ(σ,q,j), zσ,qξ(σ,q,k)", + "type": "text" + }, + { + "bbox": [ + 314, + 691, + 364, + 702 + ], + "score": 1.0, + "content": "vanishes on", + "type": "text" + }, + { + "bbox": [ + 364, + 693, + 372, + 700 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 691, + 376, + 702 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 299, + 723 + ], + "score": 1.0, + "content": "The desired conclusion follows unless for every", + "type": "text" + }, + { + "bbox": [ + 299, + 710, + 326, + 720 + ], + "score": 0.89, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 707, + 345, + 723 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 345, + 709, + 398, + 722 + ], + "score": 0.92, + "content": "( \\mu , \\zeta , \\xi ) \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 707, + 434, + 723 + ], + "score": 1.0, + "content": "we have", + "type": "text" + }, + { + "bbox": [ + 434, + 709, + 493, + 722 + ], + "score": 0.91, + "content": "\\pi ( \\mu , \\zeta , \\xi ) = y", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 707, + 506, + 723 + ], + "score": 1.0, + "content": "so", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 719, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 124, + 733 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 124, + 721, + 156, + 732 + ], + "score": 0.92, + "content": "F _ { s } ^ { x } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 719, + 184, + 733 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 184, + 721, + 208, + 732 + ], + "score": 0.9, + "content": "s \\neq y", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 719, + 296, + 733 + ], + "score": 1.0, + "content": ". But in this case case", + "type": "text" + }, + { + "bbox": [ + 297, + 721, + 335, + 732 + ], + "score": 0.9, + "content": "W _ { 0 } = W", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 719, + 464, + 733 + ], + "score": 1.0, + "content": "which contradicts Lemma D.1.", + "type": "text" + }, + { + "bbox": [ + 494, + 721, + 506, + 731 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 307, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 307, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 81, + 472, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 473, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 149, + 97 + ], + "score": 1.0, + "content": "The space", + "type": "text" + }, + { + "bbox": [ + 149, + 83, + 161, + 92 + ], + "score": 0.75, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 80, + 473, + 97 + ], + "score": 1.0, + "content": "of distributions is therefore contained in the affine space with coordinate ring", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 80, + 473, + 97 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 97, + 407, + 115 + ], + "lines": [ + { + "bbox": [ + 203, + 97, + 407, + 115 + ], + "spans": [ + { + "bbox": [ + 203, + 97, + 407, + 115 + ], + "score": 0.91, + "content": "R _ { W } = \\mathbb { R } \\big [ \\big \\{ x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , \\sigma ^ { \\prime } } , \\big \\{ y _ { q ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , q ^ { \\prime } } , \\big \\{ z _ { d } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , d } \\big ] .", + "type": "interline_equation", + "image_path": "fbbe5794dd1a62728877fbddd627af9ffe4e67284551ae2834cdd6d641da9325.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 203, + 97, + 407, + 115 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 120, + 506, + 165 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 160, + 134 + ], + "score": 1.0, + "content": "The function", + "type": "text" + }, + { + "bbox": [ + 160, + 120, + 305, + 132 + ], + "score": 0.9, + "content": "F ^ { x } = \\Delta \\mathrm { s t e p } ^ { t } ( x , - ) : W \\longrightarrow \\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 119, + 506, + 134 + ], + "score": 1.0, + "content": "is polynomial (Clift & Murfet, 2018, Proposition", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 131, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 199, + 144 + ], + "score": 1.0, + "content": "4.2) and we denote for", + "type": "text" + }, + { + "bbox": [ + 199, + 133, + 225, + 143 + ], + "score": 0.9, + "content": "s \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 131, + 238, + 144 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 238, + 133, + 281, + 144 + ], + "score": 0.9, + "content": "F _ { s } ^ { x } \\in R _ { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 131, + 506, + 144 + ], + "score": 1.0, + "content": "the polynomial computing the associated component of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 142, + 506, + 155 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 156, + 155 + ], + "score": 1.0, + "content": "the function", + "type": "text" + }, + { + "bbox": [ + 157, + 144, + 171, + 153 + ], + "score": 0.88, + "content": "F ^ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 142, + 191, + 155 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 191, + 144, + 209, + 153 + ], + "score": 0.76, + "content": "\\partial W", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 142, + 409, + 155 + ], + "score": 1.0, + "content": "denote the boundary of the manifold with corners", + "type": "text" + }, + { + "bbox": [ + 409, + 143, + 421, + 153 + ], + "score": 0.74, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 142, + 506, + 155 + ], + "score": 1.0, + "content": ", that is, the set of all", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 154, + 430, + 166 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 146, + 166 + ], + "score": 1.0, + "content": "points on", + "type": "text" + }, + { + "bbox": [ + 146, + 154, + 158, + 164 + ], + "score": 0.74, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 154, + 430, + 166 + ], + "score": 1.0, + "content": "where at least one of the coordinate functions given above vanishes", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5, + "bbox_fs": [ + 104, + 119, + 506, + 166 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 169, + 411, + 200 + ], + "lines": [ + { + "bbox": [ + 200, + 169, + 411, + 200 + ], + "spans": [ + { + "bbox": [ + 200, + 169, + 411, + 200 + ], + "score": 0.92, + "content": "\\partial W = \\mathbb { V } \\big ( \\prod _ { \\sigma , q } \\Big [ \\prod _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\prod _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\prod _ { \\substack { d \\in \\{ L , S , R \\} } } z _ { d } ^ { \\sigma , q } \\Big ] \\big )", + "type": "interline_equation", + "image_path": "b5c6037fbacc5bc1bbefefebfe01f4d2a4b1883c4c987bdfc8e6ce7dbda9fe9b.jpg" + } + ] + } + ], + "index": 6.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 169, + 411, + 184.5 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 200, + 184.5, + 411, + 200.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 205, + 289, + 217 + ], + "lines": [ + { + "bbox": [ + 106, + 205, + 289, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 133, + 218 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 205, + 155, + 217 + ], + "score": 0.9, + "content": "\\mathbb { V } ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 205, + 279, + 218 + ], + "score": 1.0, + "content": "denotes the vanishing locus of", + "type": "text" + }, + { + "bbox": [ + 280, + 206, + 286, + 215 + ], + "score": 0.83, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 205, + 289, + 218 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 106, + 205, + 289, + 218 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 219, + 205, + 232 + ], + "lines": [ + { + "bbox": [ + 106, + 219, + 202, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 219, + 163, + 233 + ], + "score": 1.0, + "content": "Lemma D.1.", + "type": "text" + }, + { + "bbox": [ + 164, + 219, + 202, + 232 + ], + "score": 0.91, + "content": "W _ { 0 } \\neq W", + "type": "inline_equation" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 219, + 202, + 233 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 243, + 505, + 278 + ], + "lines": [ + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 169, + 256 + ], + "score": 1.0, + "content": "Proof. Choose", + "type": "text" + }, + { + "bbox": [ + 169, + 244, + 199, + 254 + ], + "score": 0.91, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 242, + 222, + 256 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 222, + 244, + 262, + 256 + ], + "score": 0.93, + "content": "q ( x ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 242, + 294, + 256 + ], + "score": 1.0, + "content": "and let", + "type": "text" + }, + { + "bbox": [ + 295, + 246, + 302, + 255 + ], + "score": 0.8, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 242, + 355, + 256 + ], + "score": 1.0, + "content": "be such that", + "type": "text" + }, + { + "bbox": [ + 355, + 244, + 403, + 256 + ], + "score": 0.93, + "content": "q ( y | x ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 242, + 425, + 256 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 426, + 243, + 476, + 254 + ], + "score": 0.91, + "content": "w \\in W ^ { c o d e }", + "type": "inline_equation" + }, + { + "bbox": [ + 476, + 242, + 506, + 256 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 254, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 505, + 267 + ], + "score": 1.0, + "content": "code for the Turing machine which ignores the symbol under the head and current state, transitions", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 266, + 505, + 278 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 183, + 278 + ], + "score": 1.0, + "content": "to some fixed state", + "type": "text" + }, + { + "bbox": [ + 183, + 266, + 208, + 277 + ], + "score": 0.92, + "content": "s \\neq y", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 266, + 274, + 278 + ], + "score": 1.0, + "content": "and stays. Then", + "type": "text" + }, + { + "bbox": [ + 275, + 266, + 309, + 278 + ], + "score": 0.92, + "content": "w \\not \\in W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 266, + 313, + 278 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 494, + 267, + 505, + 276 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 242, + 506, + 278 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 283, + 347, + 295 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 348, + 297 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 194, + 297 + ], + "score": 1.0, + "content": "Lemma D.2. The set", + "type": "text" + }, + { + "bbox": [ + 195, + 284, + 209, + 295 + ], + "score": 0.89, + "content": "W _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 283, + 299, + 297 + ], + "score": 1.0, + "content": "is semi-algebraic and", + "type": "text" + }, + { + "bbox": [ + 300, + 284, + 344, + 295 + ], + "score": 0.89, + "content": "W _ { 0 } \\subseteq \\partial W", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 283, + 348, + 297 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 106, + 283, + 348, + 297 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 307, + 505, + 330 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 163, + 321 + ], + "score": 1.0, + "content": "Proof. Given", + "type": "text" + }, + { + "bbox": [ + 163, + 308, + 195, + 318 + ], + "score": 0.91, + "content": "x \\in \\Sigma ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 306, + 218, + 321 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 218, + 307, + 257, + 319 + ], + "score": 0.92, + "content": "q ( x ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 306, + 297, + 321 + ], + "score": 1.0, + "content": "we write", + "type": "text" + }, + { + "bbox": [ + 297, + 308, + 336, + 320 + ], + "score": 0.93, + "content": "y = y ( x )", + "type": "inline_equation" + }, + { + "bbox": [ + 336, + 306, + 439, + 321 + ], + "score": 1.0, + "content": "for the unique state with", + "type": "text" + }, + { + "bbox": [ + 440, + 307, + 489, + 320 + ], + "score": 0.92, + "content": "q ( x , y ) \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 306, + 505, + 321 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 317, + 300, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 300, + 331 + ], + "score": 1.0, + "content": "this notation the Kullback-Leibler divergence is", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 306, + 505, + 331 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 335, + 462, + 362 + ], + "lines": [ + { + "bbox": [ + 149, + 335, + 462, + 362 + ], + "spans": [ + { + "bbox": [ + 149, + 335, + 462, + 362 + ], + "score": 0.91, + "content": "K ( w ) = \\sum _ { x \\in \\mathcal { X } } c D _ { K L } ( y | | F ^ { x } ( w ) ) = - c \\sum _ { x \\in \\mathcal { X } } \\log F _ { y } ^ { x } ( w ) = - c \\log \\prod _ { x \\in \\mathcal { X } } F _ { y } ^ { x } ( w ) .", + "type": "interline_equation", + "image_path": "0c762935a362819fdbd7538cdfac2d59d015b87dc485620b7b2c813c4c593257.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 149, + 335, + 462, + 362 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 366, + 134, + 378 + ], + "lines": [ + { + "bbox": [ + 105, + 366, + 135, + 379 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 135, + 379 + ], + "score": 1.0, + "content": "Hence", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 366, + 135, + 379 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 240, + 380, + 371, + 407 + ], + "lines": [ + { + "bbox": [ + 240, + 380, + 371, + 407 + ], + "spans": [ + { + "bbox": [ + 240, + 380, + 371, + 407 + ], + "score": 0.93, + "content": "W _ { 0 } = W \\cap \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) )", + "type": "interline_equation", + "image_path": "2c5fd9c205eb37e6c4fab6c9fb80af46c80b3cb65c7707540728e36317f80812.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 240, + 380, + 371, + 407 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 412, + 178, + 423 + ], + "lines": [ + { + "bbox": [ + 105, + 411, + 179, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 179, + 424 + ], + "score": 1.0, + "content": "is semi-algebraic.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 411, + 179, + 424 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 428, + 506, + 484 + ], + "lines": [ + { + "bbox": [ + 105, + 427, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 427, + 207, + 442 + ], + "score": 1.0, + "content": "Recall that the function", + "type": "text" + }, + { + "bbox": [ + 207, + 429, + 239, + 440 + ], + "score": 0.89, + "content": "\\Delta \\mathrm { s t e p } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 427, + 506, + 442 + ], + "score": 1.0, + "content": "is associated to an encoding of the UTM in linear logic by the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 438, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 506, + 452 + ], + "score": 1.0, + "content": "Sweedler semantics (Clift & Murfet, 2018) and the particular polynomials involved have a form", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 450, + 504, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 504, + 462 + ], + "score": 1.0, + "content": "that is determined by the details of that encoding (Clift & Murfet, 2018, Proposition 4.3). From the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 461, + 506, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 298, + 475 + ], + "score": 1.0, + "content": "design of our UTM we obtain positive integers", + "type": "text" + }, + { + "bbox": [ + 299, + 462, + 341, + 474 + ], + "score": 0.92, + "content": "l _ { \\sigma } , m _ { q } , n _ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 461, + 357, + 475 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 357, + 461, + 479, + 474 + ], + "score": 0.93, + "content": "\\sigma \\in \\Sigma , q \\in \\bar { Q } , d \\in \\{ L , S , R \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 461, + 506, + 475 + ], + "score": 1.0, + "content": "and a", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 472, + 223, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 142, + 485 + ], + "score": 1.0, + "content": "function", + "type": "text" + }, + { + "bbox": [ + 142, + 473, + 195, + 484 + ], + "score": 0.92, + "content": "\\pi : \\Theta \\longrightarrow Q", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 472, + 223, + 485 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 427, + 506, + 485 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 488, + 380, + 516 + ], + "lines": [ + { + "bbox": [ + 230, + 488, + 380, + 516 + ], + "spans": [ + { + "bbox": [ + 230, + 488, + 380, + 516 + ], + "score": 0.93, + "content": "\\Theta = \\prod _ { \\sigma , q } \\Sigma ^ { l _ { \\sigma } } \\times Q ^ { m _ { q } } \\times \\{ L , S , R \\} ^ { n _ { d } } .", + "type": "interline_equation", + "image_path": "0bfcf940add0b17859f0e5c8051c2ad0b5850a532acaaffd78bec37b94873ffe.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 230, + 488, + 380, + 516 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 520, + 504, + 545 + ], + "lines": [ + { + "bbox": [ + 105, + 520, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 212, + 535 + ], + "score": 1.0, + "content": "We represent elements of", + "type": "text" + }, + { + "bbox": [ + 213, + 522, + 222, + 531 + ], + "score": 0.85, + "content": "\\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 520, + 264, + 535 + ], + "score": 1.0, + "content": "by tuples", + "type": "text" + }, + { + "bbox": [ + 264, + 521, + 320, + 533 + ], + "score": 0.93, + "content": "( \\mu , \\zeta , \\xi ) \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 520, + 349, + 535 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 349, + 521, + 408, + 533 + ], + "score": 0.92, + "content": "\\mu ( \\sigma , q , i ) \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 520, + 425, + 535 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 426, + 522, + 486, + 533 + ], + "score": 0.92, + "content": "\\sigma \\in \\Sigma , q \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 520, + 506, + 535 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 531, + 470, + 547 + ], + "spans": [ + { + "bbox": [ + 107, + 532, + 151, + 544 + ], + "score": 0.92, + "content": "1 \\leq i \\leq l _ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 531, + 207, + 547 + ], + "score": 1.0, + "content": "and similarly", + "type": "text" + }, + { + "bbox": [ + 208, + 533, + 265, + 545 + ], + "score": 0.93, + "content": "\\zeta ( \\sigma , q , j ) \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 531, + 283, + 547 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 284, + 532, + 373, + 545 + ], + "score": 0.93, + "content": "\\xi ( \\sigma , q , k ) \\in \\{ L , S , R \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 531, + 443, + 547 + ], + "score": 1.0, + "content": ". The polynomial", + "type": "text" + }, + { + "bbox": [ + 444, + 533, + 457, + 545 + ], + "score": 0.9, + "content": "F _ { s } ^ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 531, + 470, + 547 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 520, + 506, + 547 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 549, + 461, + 586 + ], + "lines": [ + { + "bbox": [ + 150, + 549, + 461, + 586 + ], + "spans": [ + { + "bbox": [ + 150, + 549, + 461, + 586 + ], + "score": 0.93, + "content": "F _ { s } ^ { x } = \\sum _ { ( \\mu , \\zeta , \\xi ) \\in \\Theta } \\delta ( s = \\pi ( \\mu , \\zeta , \\xi ) ) \\prod _ { \\sigma , q } \\Big [ \\prod _ { i = 1 } ^ { l _ { \\sigma } } x _ { \\mu ( \\sigma , q , i ) } ^ { \\sigma , q } \\prod _ { j = 1 } ^ { m _ { q } } y _ { \\zeta ( \\sigma , q , j ) } ^ { \\sigma , q } \\prod _ { k = 1 } ^ { n _ { d } } z _ { \\xi ( \\sigma , q , k ) } ^ { \\sigma , q } \\Big ]", + "type": "interline_equation", + "image_path": "ec7f164df26b9d18dca289720af09fe60bfe4d716f62bb0524650935eca9bf35.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 150, + 549, + 461, + 561.3333333333334 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 150, + 561.3333333333334, + 461, + 573.6666666666667 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 150, + 573.6666666666667, + 461, + 586.0000000000001 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 368, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 368, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 133, + 605 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 591, + 139, + 600 + ], + "score": 0.83, + "content": "\\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 588, + 368, + 605 + ], + "score": 1.0, + "content": "is a Kronecker delta. With this in hand we may compute", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 588, + 368, + 605 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 607, + 372, + 663 + ], + "lines": [ + { + "bbox": [ + 239, + 607, + 372, + 663 + ], + "spans": [ + { + "bbox": [ + 239, + 607, + 372, + 663 + ], + "score": 0.94, + "content": "\\begin{array} { r } { W _ { 0 } = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) ) } \\\\ { = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\bigcap _ { s \\neq y } \\mathbb { V } ( F _ { s } ^ { x } ( w ) ) . } \\end{array}", + "type": "interline_equation", + "image_path": "ac771f11c67d3891be5cece10a275aa657d6e1044f6dc0a9a7feef0fd986cedf.jpg" + } + ] + } + ], + "index": 32.5, + "virtual_lines": [ + { + "bbox": [ + 239, + 607, + 372, + 635.0 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 239, + 635.0, + 372, + 663.0 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 668, + 506, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 123, + 680 + ], + "score": 1.0, + "content": "But", + "type": "text" + }, + { + "bbox": [ + 124, + 669, + 137, + 680 + ], + "score": 0.89, + "content": "F _ { s } ^ { x }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 667, + 448, + 680 + ], + "score": 1.0, + "content": "is a polynomial with non-negative integer coefficients, which takes values in", + "type": "text" + }, + { + "bbox": [ + 449, + 668, + 469, + 680 + ], + "score": 0.56, + "content": "[ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 667, + 485, + 680 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 486, + 669, + 505, + 679 + ], + "score": 0.84, + "content": "w \\in", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 107, + 680, + 118, + 689 + ], + "score": 0.62, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 678, + 210, + 691 + ], + "score": 1.0, + "content": ". Hence it vanishes on", + "type": "text" + }, + { + "bbox": [ + 210, + 682, + 218, + 689 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 678, + 334, + 691 + ], + "score": 1.0, + "content": "if and only if for each triple", + "type": "text" + }, + { + "bbox": [ + 335, + 680, + 361, + 691 + ], + "score": 0.92, + "content": "\\mu , \\zeta , \\xi", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 678, + 382, + 691 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 383, + 679, + 441, + 691 + ], + "score": 0.94, + "content": "s = \\pi ( \\mu , \\zeta , \\xi )", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "one or more of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 103, + 689, + 376, + 708 + ], + "spans": [ + { + "bbox": [ + 103, + 689, + 317, + 708 + ], + "score": 1.0, + "content": "the coordinate functions xσ,qµ(σ,q,i), yσ,qζ(σ,q,j), zσ,qξ(σ,q,k)", + "type": "text" + }, + { + "bbox": [ + 314, + 691, + 364, + 702 + ], + "score": 1.0, + "content": "vanishes on", + "type": "text" + }, + { + "bbox": [ + 364, + 693, + 372, + 700 + ], + "score": 0.76, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 691, + 376, + 702 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35, + "bbox_fs": [ + 103, + 667, + 506, + 708 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 707, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 707, + 299, + 723 + ], + "score": 1.0, + "content": "The desired conclusion follows unless for every", + "type": "text" + }, + { + "bbox": [ + 299, + 710, + 326, + 720 + ], + "score": 0.89, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 707, + 345, + 723 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 345, + 709, + 398, + 722 + ], + "score": 0.92, + "content": "( \\mu , \\zeta , \\xi ) \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 707, + 434, + 723 + ], + "score": 1.0, + "content": "we have", + "type": "text" + }, + { + "bbox": [ + 434, + 709, + 493, + 722 + ], + "score": 0.91, + "content": "\\pi ( \\mu , \\zeta , \\xi ) = y", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 707, + 506, + 723 + ], + "score": 1.0, + "content": "so", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 719, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 124, + 733 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 124, + 721, + 156, + 732 + ], + "score": 0.92, + "content": "F _ { s } ^ { x } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 719, + 184, + 733 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 184, + 721, + 208, + 732 + ], + "score": 0.9, + "content": "s \\neq y", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 719, + 296, + 733 + ], + "score": 1.0, + "content": ". But in this case case", + "type": "text" + }, + { + "bbox": [ + 297, + 721, + 335, + 732 + ], + "score": 0.9, + "content": "W _ { 0 } = W", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 719, + 464, + 733 + ], + "score": 1.0, + "content": "which contradicts Lemma D.1.", + "type": "text" + }, + { + "bbox": [ + 494, + 721, + 506, + 731 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 105, + 707, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 80, + 247, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 248, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 248, + 96 + ], + "score": 1.0, + "content": "E STAGED PSEUDO-UTM", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 223, + 118 + ], + "score": 1.0, + "content": "Simulating a Turing machine", + "type": "text" + }, + { + "bbox": [ + 223, + 106, + 235, + 116 + ], + "score": 0.8, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 105, + 309, + 118 + ], + "score": 1.0, + "content": "with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 310, + 106, + 318, + 115 + ], + "score": 0.83, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 105, + 382, + 118 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + }, + { + "bbox": [ + 383, + 106, + 392, + 117 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 105, + 505, + 118 + ], + "score": 1.0, + "content": "on a standard UTM requires", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 117, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 245, + 128 + ], + "score": 1.0, + "content": "the specification of an encoding of", + "type": "text" + }, + { + "bbox": [ + 245, + 117, + 253, + 126 + ], + "score": 0.83, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 117, + 271, + 128 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 271, + 117, + 280, + 128 + ], + "score": 0.87, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 117, + 505, + 128 + ], + "score": 1.0, + "content": "in the tape alphabet of the UTM. From the point of view", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 505, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 140 + ], + "score": 1.0, + "content": "of exploring the geometry of program synthesis, this additional complexity is uninteresting and so", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 341, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 341, + 150 + ], + "score": 1.0, + "content": "here we consider a staged pseudo-UTM whose alphabet is", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 152, + 384, + 165 + ], + "lines": [ + { + "bbox": [ + 226, + 152, + 384, + 165 + ], + "spans": [ + { + "bbox": [ + 226, + 152, + 384, + 165 + ], + "score": 0.92, + "content": "\\Sigma _ { \\mathrm { U T M } } = \\Sigma \\cup Q \\cup \\{ L , R , S \\} \\cup \\{ X , \\sqsubseteq \\}", + "type": "interline_equation", + "image_path": "47f784d767f57b579cb9a41c8e56f298fa8eea94a0fa855856aa2e9b613efbd7.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 226, + 152, + 384, + 165 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 167, + 505, + 211 + ], + "lines": [ + { + "bbox": [ + 106, + 167, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 240, + 178 + ], + "score": 1.0, + "content": "where the union is disjoint where", + "type": "text" + }, + { + "bbox": [ + 241, + 167, + 250, + 177 + ], + "score": 0.75, + "content": "\\boxed { \\begin{array} { r l } \\end{array} }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 167, + 506, + 178 + ], + "score": 1.0, + "content": "is the blank symbol (which is distinct from the blank symbol of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 177, + 504, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 119, + 188 + ], + "score": 0.64, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 177, + 419, + 190 + ], + "score": 1.0, + "content": "). Such a machine is capable of simulating any machine with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 419, + 178, + 427, + 188 + ], + "score": 0.82, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 177, + 495, + 190 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + }, + { + "bbox": [ + 495, + 178, + 504, + 189 + ], + "score": 0.82, + "content": "Q", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "but cannot simulate arbitrary machines and is not a UTM in the standard sense. The adjective staged", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 200, + 409, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 409, + 212 + ], + "score": 1.0, + "content": "refers to the design of the UTM, which we now explain. The set of states is", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 212, + 425, + 256 + ], + "lines": [ + { + "bbox": [ + 162, + 212, + 425, + 256 + ], + "spans": [ + { + "bbox": [ + 162, + 212, + 425, + 256 + ], + "score": 0.35, + "content": "\\begin{array} { r } { Q _ { \\mathrm { U T M } } = \\{ \\mathrm { c o m p S y m b o l , c o m p S t a t e , c o p y S y m b o l , c o p y S t a t e , c o p y } \\mathrm { ~ } \\forall \\mathrm { t o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o m p ~ } } \\\\ \\mathrm { ~ \\ \" c o m p S t a t e , ~ } \\mathrm { \\ \" { c o p y S y m b o l , } \\mathrm { ~ \\ \" { c o p y S t a t e , } \\mathrm { ~ - c o p y S t a t e , } \\mathrm { ~ - c o p y D i r , } \\mathrm { ~ \\ ~ } } } \\\\ \\mathrm { ~ \\ \" { u p d a t e S y m b o l , u p d a t e S t a t e , u p d a t e D i r , r e s e t D e s c r ~ } \\} . } \\end{array}", + "type": "interline_equation", + "image_path": "b3a2fa940172cc778c9b8e4ee80141b2b78103b5513ade8d54750f3baf6c4d72.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 162, + 212, + 425, + 226.66666666666666 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 162, + 226.66666666666666, + 425, + 241.33333333333331 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 162, + 241.33333333333331, + 425, + 255.99999999999997 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 256, + 503, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 506, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 506, + 270 + ], + "score": 1.0, + "content": "The UTM has four tapes numbered from 0 to 3, which we refer to as the description tape, the staging", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 266, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 505, + 281 + ], + "score": 1.0, + "content": "tape, the state tape and the working tape respectively. Initially the description tape contains a string", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 277, + 154, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 154, + 290 + ], + "score": 1.0, + "content": "of the form", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 287, + 399, + 301 + ], + "lines": [ + { + "bbox": [ + 210, + 287, + 399, + 301 + ], + "spans": [ + { + "bbox": [ + 210, + 287, + 399, + 301 + ], + "score": 0.88, + "content": "X s _ { 0 } q _ { 0 } s _ { 0 } ^ { \\prime } q _ { 0 } ^ { \\prime } d _ { 0 } s _ { 1 } q _ { 1 } s _ { 1 } ^ { \\prime } q _ { 1 } ^ { \\prime } d _ { 1 } \\dots s _ { N } q _ { N } s _ { N } ^ { \\prime } q _ { N } ^ { \\prime } d _ { N } X ,", + "type": "interline_equation", + "image_path": "e20513688d9121bee8af67f0f13a1b91614ecd3c7df2358faec9690fbf851037.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 210, + 287, + 399, + 301 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 302, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 272, + 314 + ], + "score": 1.0, + "content": "corresponding to the tuples which define", + "type": "text" + }, + { + "bbox": [ + 272, + 302, + 284, + 312 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 302, + 411, + 314 + ], + "score": 1.0, + "content": ", with the tape head initially on", + "type": "text" + }, + { + "bbox": [ + 411, + 304, + 421, + 313 + ], + "score": 0.84, + "content": "s _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 302, + 506, + 314 + ], + "score": 1.0, + "content": ". The staging tape is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 174, + 326 + ], + "score": 1.0, + "content": "initially a string", + "type": "text" + }, + { + "bbox": [ + 174, + 313, + 203, + 323 + ], + "score": 0.83, + "content": "X X X", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 312, + 349, + 326 + ], + "score": 1.0, + "content": "with the tape head over the second", + "type": "text" + }, + { + "bbox": [ + 349, + 313, + 359, + 322 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 312, + 506, + 326 + ], + "score": 1.0, + "content": ". The state tape has a single square", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 324, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 233, + 336 + ], + "score": 1.0, + "content": "containing some distribution in", + "type": "text" + }, + { + "bbox": [ + 234, + 324, + 251, + 335 + ], + "score": 0.88, + "content": "\\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 324, + 489, + 336 + ], + "score": 1.0, + "content": ", corresponding to the initial state of the simulated machine", + "type": "text" + }, + { + "bbox": [ + 489, + 324, + 501, + 334 + ], + "score": 0.78, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 324, + 505, + 336 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 334, + 504, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 487, + 347 + ], + "score": 1.0, + "content": "with the tape head over that square. Each square on the the working tape is some distribution in", + "type": "text" + }, + { + "bbox": [ + 487, + 335, + 504, + 345 + ], + "score": 0.8, + "content": "\\Delta \\Sigma", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 310, + 358 + ], + "score": 1.0, + "content": "with only finitely many distributions different from", + "type": "text" + }, + { + "bbox": [ + 310, + 345, + 320, + 355 + ], + "score": 0.37, + "content": "\\boxed { \\begin{array} { r l } \\end{array} }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 345, + 505, + 358 + ], + "score": 1.0, + "content": ". The UTM is initialized in state compSymbol.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 361, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "The operation of the UTM is outlined in Figure 6. It consists of two phases; the scan phase (middle", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "score": 1.0, + "content": "and right path), and the update phase (left path). During the scan phase, the description tape is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "scanned from left to right, and the first two squares of each tuple are compared to the contents of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "score": 1.0, + "content": "the working tape and state tape respectively. If both agree, then the last three symbols of the tuple", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "are written to the staging tape (middle path), otherwise the tuple is ignored (right path). Once the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 416, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 107, + 418, + 117, + 427 + ], + "score": 0.81, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 416, + 505, + 430 + ], + "score": 1.0, + "content": "at the end of the description tape is reached, the UTM begins the update phase, wherein the three", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "symbols on the staging tape are then used to print the new symbol on the working tape, to update", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "the simulated state on the state tape, and to move the working tape head in the appropriate direction.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 450, + 372, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 358, + 462 + ], + "score": 1.0, + "content": "The tape head on the description tape is then reset to the initial", + "type": "text" + }, + { + "bbox": [ + 359, + 451, + 369, + 460 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 450, + 372, + 462 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 463, + 505, + 552 + ], + "lines": [ + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "Remark E.1. One could imagine a variant of the UTM which did not include a staging tape, instead", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "score": 1.0, + "content": "performing the actions on the work and state tape directly upon reading the appropriate tuple on the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 484, + 505, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 505, + 499 + ], + "score": 1.0, + "content": "description tape. However, this is problematic when the contents of the state or working tape are", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "score": 1.0, + "content": "distributions, as the exact time-step of the simulated machine can become unsynchronised, increas-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 507, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 435, + 520 + ], + "score": 1.0, + "content": "ing entropy. As a simple example, suppose that the contents of the state tape were", + "type": "text" + }, + { + "bbox": [ + 436, + 507, + 484, + 519 + ], + "score": 0.91, + "content": "0 . 5 q + 0 . 5 p", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 507, + 505, + 520 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 519, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 288, + 531 + ], + "score": 1.0, + "content": "the symbol under the working tape head was", + "type": "text" + }, + { + "bbox": [ + 289, + 521, + 294, + 528 + ], + "score": 0.66, + "content": "s", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 519, + 416, + 531 + ], + "score": 1.0, + "content": ". Upon encountering the tuple", + "type": "text" + }, + { + "bbox": [ + 416, + 519, + 450, + 530 + ], + "score": 0.85, + "content": "s q s { ' } q { ' } R", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 519, + 505, + 531 + ], + "score": 1.0, + "content": ", the machine", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "would enter a superposition of states corresponding to the tape head having both moved right and", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 540, + 293, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 293, + 552 + ], + "score": 1.0, + "content": "not moved, complicating the future behaviour.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 107, + 559, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 505, + 571 + ], + "score": 1.0, + "content": "We define the period of the UTM to be the smallest nonzero time interval taken for the tape head", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 570, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 288, + 582 + ], + "score": 1.0, + "content": "on the description tape to return to the initial", + "type": "text" + }, + { + "bbox": [ + 288, + 571, + 298, + 581 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 570, + 505, + 582 + ], + "score": 1.0, + "content": ", and the machine to reenter the state compSymbol.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 304, + 594 + ], + "score": 1.0, + "content": "If the number of tuples on the description tape is", + "type": "text" + }, + { + "bbox": [ + 305, + 582, + 315, + 591 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 582, + 442, + 594 + ], + "score": 1.0, + "content": ", then the period of the UTM is", + "type": "text" + }, + { + "bbox": [ + 442, + 582, + 501, + 592 + ], + "score": 0.91, + "content": "T = 1 0 N + 5", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 582, + 505, + 594 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 592, + 447, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 398, + 605 + ], + "score": 1.0, + "content": "Moreover, other than the working tape, the position of the tape heads are", + "type": "text" + }, + { + "bbox": [ + 398, + 593, + 407, + 603 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 592, + 447, + 605 + ], + "score": 1.0, + "content": "-periodic.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40.5 + }, + { + "type": "title", + "bbox": [ + 108, + 619, + 275, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 617, + 276, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 276, + 634 + ], + "score": 1.0, + "content": "F SMOOTH TURING MACHINES", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 122, + 657 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 644, + 132, + 654 + ], + "score": 0.72, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 643, + 402, + 657 + ], + "score": 1.0, + "content": "be the staged pseudo-UTM of Appendix E. In defining the model", + "type": "text" + }, + { + "bbox": [ + 402, + 644, + 441, + 656 + ], + "score": 0.94, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "associated to a", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 654, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 341, + 667 + ], + "score": 1.0, + "content": "synthesis problem in Section 2 we use a smooth relaxation", + "type": "text" + }, + { + "bbox": [ + 342, + 654, + 374, + 666 + ], + "score": 0.84, + "content": "\\Delta \\mathrm { { s t e p } } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 654, + 464, + 667 + ], + "score": 1.0, + "content": "of the step function of", + "type": "text" + }, + { + "bbox": [ + 465, + 655, + 473, + 664 + ], + "score": 0.71, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 654, + 506, + 667 + ], + "score": 1.0, + "content": ". In this", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 666, + 502, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 502, + 679 + ], + "score": 1.0, + "content": "appendix we define the smooth relaxation of any Turing machine following Clift & Murfet (2018).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45 + }, + { + "type": "text", + "bbox": [ + 107, + 682, + 505, + 716 + ], + "lines": [ + { + "bbox": [ + 105, + 681, + 506, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 122, + 695 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 682, + 185, + 694 + ], + "score": 0.92, + "content": "M = ( \\Sigma , Q , \\delta )", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 681, + 384, + 695 + ], + "score": 1.0, + "content": "be a Turing machine with a finite set of symbols", + "type": "text" + }, + { + "bbox": [ + 385, + 683, + 393, + 693 + ], + "score": 0.81, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 681, + 477, + 695 + ], + "score": 1.0, + "content": ", a finite set of states", + "type": "text" + }, + { + "bbox": [ + 478, + 683, + 487, + 694 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 681, + 506, + 695 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 693, + 506, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 693, + 182, + 707 + ], + "score": 1.0, + "content": "transition function", + "type": "text" + }, + { + "bbox": [ + 182, + 693, + 317, + 705 + ], + "score": 0.92, + "content": "\\delta : \\Sigma \\times Q \\bar { \\to } \\Sigma \\times Q \\times \\{ - 1 , 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 693, + 360, + 707 + ], + "score": 1.0, + "content": ". We write", + "type": "text" + }, + { + "bbox": [ + 360, + 694, + 415, + 705 + ], + "score": 0.93, + "content": "\\delta _ { i } = \\mathsf { p r o j } _ { i } \\circ \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 693, + 444, + 707 + ], + "score": 1.0, + "content": "for the", + "type": "text" + }, + { + "bbox": [ + 445, + 695, + 450, + 703 + ], + "score": 0.37, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 693, + 506, + 707 + ], + "score": 1.0, + "content": "th component", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 704, + 255, + 717 + ], + "spans": [ + { + "bbox": [ + 106, + 704, + 117, + 717 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 705, + 123, + 714 + ], + "score": 0.8, + "content": "\\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 704, + 139, + 717 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 139, + 704, + 189, + 717 + ], + "score": 0.93, + "content": "i \\in \\{ 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 704, + 209, + 717 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 210, + 705, + 238, + 715 + ], + "score": 0.88, + "content": "\\sqsubseteq \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 704, + 255, + 717 + ], + "score": 1.0, + "content": ", let", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48 + }, + { + "type": "interline_equation", + "bbox": [ + 187, + 719, + 424, + 734 + ], + "lines": [ + { + "bbox": [ + 187, + 719, + 424, + 734 + ], + "spans": [ + { + "bbox": [ + 187, + 719, + 424, + 734 + ], + "score": 0.3, + "content": "\\Sigma ^ { \\mathbb { Z } , \\sqcap } = \\{ f : \\mathbb { Z } \\to \\Sigma | f ( i ) = \\bigsqcup \\mathrm { e x c e p t ~ f o r ~ f i n i t e l y ~ m a n y ~ } i \\} .", + "type": "interline_equation", + "image_path": "f3487b835791ef405aca7831e8d5f0b285bc6d2fd3410dde01e3985b09ed852f.jpg" + } + ] + } + ], + "index": 50, + "virtual_lines": [ + { + "bbox": [ + 187, + 719, + 424, + 734 + ], + "spans": [], + "index": 50 + } + ] + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "15", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 80, + 247, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 248, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 248, + 96 + ], + "score": 1.0, + "content": "E STAGED PSEUDO-UTM", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 149 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 223, + 118 + ], + "score": 1.0, + "content": "Simulating a Turing machine", + "type": "text" + }, + { + "bbox": [ + 223, + 106, + 235, + 116 + ], + "score": 0.8, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 105, + 309, + 118 + ], + "score": 1.0, + "content": "with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 310, + 106, + 318, + 115 + ], + "score": 0.83, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 105, + 382, + 118 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + }, + { + "bbox": [ + 383, + 106, + 392, + 117 + ], + "score": 0.85, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 105, + 505, + 118 + ], + "score": 1.0, + "content": "on a standard UTM requires", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 117, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 245, + 128 + ], + "score": 1.0, + "content": "the specification of an encoding of", + "type": "text" + }, + { + "bbox": [ + 245, + 117, + 253, + 126 + ], + "score": 0.83, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 117, + 271, + 128 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 271, + 117, + 280, + 128 + ], + "score": 0.87, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 117, + 505, + 128 + ], + "score": 1.0, + "content": "in the tape alphabet of the UTM. From the point of view", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 505, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 505, + 140 + ], + "score": 1.0, + "content": "of exploring the geometry of program synthesis, this additional complexity is uninteresting and so", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 341, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 341, + 150 + ], + "score": 1.0, + "content": "here we consider a staged pseudo-UTM whose alphabet is", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 105, + 505, + 150 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 152, + 384, + 165 + ], + "lines": [ + { + "bbox": [ + 226, + 152, + 384, + 165 + ], + "spans": [ + { + "bbox": [ + 226, + 152, + 384, + 165 + ], + "score": 0.92, + "content": "\\Sigma _ { \\mathrm { U T M } } = \\Sigma \\cup Q \\cup \\{ L , R , S \\} \\cup \\{ X , \\sqsubseteq \\}", + "type": "interline_equation", + "image_path": "47f784d767f57b579cb9a41c8e56f298fa8eea94a0fa855856aa2e9b613efbd7.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 226, + 152, + 384, + 165 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 167, + 505, + 211 + ], + "lines": [ + { + "bbox": [ + 106, + 167, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 167, + 240, + 178 + ], + "score": 1.0, + "content": "where the union is disjoint where", + "type": "text" + }, + { + "bbox": [ + 241, + 167, + 250, + 177 + ], + "score": 0.75, + "content": "\\boxed { \\begin{array} { r l } \\end{array} }", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 167, + 506, + 178 + ], + "score": 1.0, + "content": "is the blank symbol (which is distinct from the blank symbol of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 177, + 504, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 119, + 188 + ], + "score": 0.64, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 177, + 419, + 190 + ], + "score": 1.0, + "content": "). Such a machine is capable of simulating any machine with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 419, + 178, + 427, + 188 + ], + "score": 0.82, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 177, + 495, + 190 + ], + "score": 1.0, + "content": "and set of states", + "type": "text" + }, + { + "bbox": [ + 495, + 178, + 504, + 189 + ], + "score": 0.82, + "content": "Q", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "but cannot simulate arbitrary machines and is not a UTM in the standard sense. The adjective staged", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 200, + 409, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 409, + 212 + ], + "score": 1.0, + "content": "refers to the design of the UTM, which we now explain. The set of states is", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 167, + 506, + 212 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 162, + 212, + 425, + 256 + ], + "lines": [ + { + "bbox": [ + 162, + 212, + 425, + 256 + ], + "spans": [ + { + "bbox": [ + 162, + 212, + 425, + 256 + ], + "score": 0.35, + "content": "\\begin{array} { r } { Q _ { \\mathrm { U T M } } = \\{ \\mathrm { c o m p S y m b o l , c o m p S t a t e , c o p y S y m b o l , c o p y S t a t e , c o p y } \\mathrm { ~ } \\forall \\mathrm { t o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o m p ~ } } \\\\ \\mathrm { ~ \\ \" c o m p S t a t e , ~ } \\mathrm { \\ \" { c o p y S y m b o l , } \\mathrm { ~ \\ \" { c o p y S t a t e , } \\mathrm { ~ - c o p y S t a t e , } \\mathrm { ~ - c o p y D i r , } \\mathrm { ~ \\ ~ } } } \\\\ \\mathrm { ~ \\ \" { u p d a t e S y m b o l , u p d a t e S t a t e , u p d a t e D i r , r e s e t D e s c r ~ } \\} . } \\end{array}", + "type": "interline_equation", + "image_path": "b3a2fa940172cc778c9b8e4ee80141b2b78103b5513ade8d54750f3baf6c4d72.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 162, + 212, + 425, + 226.66666666666666 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 162, + 226.66666666666666, + 425, + 241.33333333333331 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 162, + 241.33333333333331, + 425, + 255.99999999999997 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 256, + 503, + 288 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 506, + 270 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 506, + 270 + ], + "score": 1.0, + "content": "The UTM has four tapes numbered from 0 to 3, which we refer to as the description tape, the staging", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 266, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 505, + 281 + ], + "score": 1.0, + "content": "tape, the state tape and the working tape respectively. Initially the description tape contains a string", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 277, + 154, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 154, + 290 + ], + "score": 1.0, + "content": "of the form", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 254, + 506, + 290 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 210, + 287, + 399, + 301 + ], + "lines": [ + { + "bbox": [ + 210, + 287, + 399, + 301 + ], + "spans": [ + { + "bbox": [ + 210, + 287, + 399, + 301 + ], + "score": 0.88, + "content": "X s _ { 0 } q _ { 0 } s _ { 0 } ^ { \\prime } q _ { 0 } ^ { \\prime } d _ { 0 } s _ { 1 } q _ { 1 } s _ { 1 } ^ { \\prime } q _ { 1 } ^ { \\prime } d _ { 1 } \\dots s _ { N } q _ { N } s _ { N } ^ { \\prime } q _ { N } ^ { \\prime } d _ { N } X ,", + "type": "interline_equation", + "image_path": "e20513688d9121bee8af67f0f13a1b91614ecd3c7df2358faec9690fbf851037.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 210, + 287, + 399, + 301 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 302, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 272, + 314 + ], + "score": 1.0, + "content": "corresponding to the tuples which define", + "type": "text" + }, + { + "bbox": [ + 272, + 302, + 284, + 312 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 302, + 411, + 314 + ], + "score": 1.0, + "content": ", with the tape head initially on", + "type": "text" + }, + { + "bbox": [ + 411, + 304, + 421, + 313 + ], + "score": 0.84, + "content": "s _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 302, + 506, + 314 + ], + "score": 1.0, + "content": ". The staging tape is", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 312, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 174, + 326 + ], + "score": 1.0, + "content": "initially a string", + "type": "text" + }, + { + "bbox": [ + 174, + 313, + 203, + 323 + ], + "score": 0.83, + "content": "X X X", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 312, + 349, + 326 + ], + "score": 1.0, + "content": "with the tape head over the second", + "type": "text" + }, + { + "bbox": [ + 349, + 313, + 359, + 322 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 312, + 506, + 326 + ], + "score": 1.0, + "content": ". The state tape has a single square", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 324, + 505, + 336 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 233, + 336 + ], + "score": 1.0, + "content": "containing some distribution in", + "type": "text" + }, + { + "bbox": [ + 234, + 324, + 251, + 335 + ], + "score": 0.88, + "content": "\\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 324, + 489, + 336 + ], + "score": 1.0, + "content": ", corresponding to the initial state of the simulated machine", + "type": "text" + }, + { + "bbox": [ + 489, + 324, + 501, + 334 + ], + "score": 0.78, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 324, + 505, + 336 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 334, + 504, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 487, + 347 + ], + "score": 1.0, + "content": "with the tape head over that square. Each square on the the working tape is some distribution in", + "type": "text" + }, + { + "bbox": [ + 487, + 335, + 504, + 345 + ], + "score": 0.8, + "content": "\\Delta \\Sigma", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 345, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 310, + 358 + ], + "score": 1.0, + "content": "with only finitely many distributions different from", + "type": "text" + }, + { + "bbox": [ + 310, + 345, + 320, + 355 + ], + "score": 0.37, + "content": "\\boxed { \\begin{array} { r l } \\end{array} }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 345, + 505, + 358 + ], + "score": 1.0, + "content": ". The UTM is initialized in state compSymbol.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 302, + 506, + 358 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 361, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "The operation of the UTM is outlined in Figure 6. It consists of two phases; the scan phase (middle", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "score": 1.0, + "content": "and right path), and the update phase (left path). During the scan phase, the description tape is", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "scanned from left to right, and the first two squares of each tuple are compared to the contents of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 505, + 408 + ], + "score": 1.0, + "content": "the working tape and state tape respectively. If both agree, then the last three symbols of the tuple", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 419 + ], + "score": 1.0, + "content": "are written to the staging tape (middle path), otherwise the tuple is ignored (right path). Once the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 107, + 416, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 107, + 418, + 117, + 427 + ], + "score": 0.81, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 416, + 505, + 430 + ], + "score": 1.0, + "content": "at the end of the description tape is reached, the UTM begins the update phase, wherein the three", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "symbols on the staging tape are then used to print the new symbol on the working tape, to update", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 439, + 505, + 452 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 505, + 452 + ], + "score": 1.0, + "content": "the simulated state on the state tape, and to move the working tape head in the appropriate direction.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 450, + 372, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 358, + 462 + ], + "score": 1.0, + "content": "The tape head on the description tape is then reset to the initial", + "type": "text" + }, + { + "bbox": [ + 359, + 451, + 369, + 460 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 450, + 372, + 462 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 362, + 506, + 462 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 463, + 505, + 552 + ], + "lines": [ + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 106, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "Remark E.1. One could imagine a variant of the UTM which did not include a staging tape, instead", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 475, + 505, + 487 + ], + "score": 1.0, + "content": "performing the actions on the work and state tape directly upon reading the appropriate tuple on the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 484, + 505, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 505, + 499 + ], + "score": 1.0, + "content": "description tape. However, this is problematic when the contents of the state or working tape are", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "spans": [ + { + "bbox": [ + 106, + 497, + 505, + 509 + ], + "score": 1.0, + "content": "distributions, as the exact time-step of the simulated machine can become unsynchronised, increas-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 507, + 505, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 435, + 520 + ], + "score": 1.0, + "content": "ing entropy. As a simple example, suppose that the contents of the state tape were", + "type": "text" + }, + { + "bbox": [ + 436, + 507, + 484, + 519 + ], + "score": 0.91, + "content": "0 . 5 q + 0 . 5 p", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 507, + 505, + 520 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 519, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 288, + 531 + ], + "score": 1.0, + "content": "the symbol under the working tape head was", + "type": "text" + }, + { + "bbox": [ + 289, + 521, + 294, + 528 + ], + "score": 0.66, + "content": "s", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 519, + 416, + 531 + ], + "score": 1.0, + "content": ". Upon encountering the tuple", + "type": "text" + }, + { + "bbox": [ + 416, + 519, + 450, + 530 + ], + "score": 0.85, + "content": "s q s { ' } q { ' } R", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 519, + 505, + 531 + ], + "score": 1.0, + "content": ", the machine", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "would enter a superposition of states corresponding to the tape head having both moved right and", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 540, + 293, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 293, + 552 + ], + "score": 1.0, + "content": "not moved, complicating the future behaviour.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 463, + 505, + 552 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 559, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 559, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 106, + 559, + 505, + 571 + ], + "score": 1.0, + "content": "We define the period of the UTM to be the smallest nonzero time interval taken for the tape head", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 570, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 288, + 582 + ], + "score": 1.0, + "content": "on the description tape to return to the initial", + "type": "text" + }, + { + "bbox": [ + 288, + 571, + 298, + 581 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 570, + 505, + 582 + ], + "score": 1.0, + "content": ", and the machine to reenter the state compSymbol.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 304, + 594 + ], + "score": 1.0, + "content": "If the number of tuples on the description tape is", + "type": "text" + }, + { + "bbox": [ + 305, + 582, + 315, + 591 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 582, + 442, + 594 + ], + "score": 1.0, + "content": ", then the period of the UTM is", + "type": "text" + }, + { + "bbox": [ + 442, + 582, + 501, + 592 + ], + "score": 0.91, + "content": "T = 1 0 N + 5", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 582, + 505, + 594 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 592, + 447, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 398, + 605 + ], + "score": 1.0, + "content": "Moreover, other than the working tape, the position of the tape heads are", + "type": "text" + }, + { + "bbox": [ + 398, + 593, + 407, + 603 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 592, + 447, + 605 + ], + "score": 1.0, + "content": "-periodic.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 559, + 505, + 605 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 619, + 275, + 632 + ], + "lines": [ + { + "bbox": [ + 105, + 617, + 276, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 276, + 634 + ], + "score": 1.0, + "content": "F SMOOTH TURING MACHINES", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 677 + ], + "lines": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 122, + 657 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 644, + 132, + 654 + ], + "score": 0.72, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 643, + 402, + 657 + ], + "score": 1.0, + "content": "be the staged pseudo-UTM of Appendix E. In defining the model", + "type": "text" + }, + { + "bbox": [ + 402, + 644, + 441, + 656 + ], + "score": 0.94, + "content": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "associated to a", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 654, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 341, + 667 + ], + "score": 1.0, + "content": "synthesis problem in Section 2 we use a smooth relaxation", + "type": "text" + }, + { + "bbox": [ + 342, + 654, + 374, + 666 + ], + "score": 0.84, + "content": "\\Delta \\mathrm { { s t e p } } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 654, + 464, + 667 + ], + "score": 1.0, + "content": "of the step function of", + "type": "text" + }, + { + "bbox": [ + 465, + 655, + 473, + 664 + ], + "score": 0.71, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 654, + 506, + 667 + ], + "score": 1.0, + "content": ". In this", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 666, + 502, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 502, + 679 + ], + "score": 1.0, + "content": "appendix we define the smooth relaxation of any Turing machine following Clift & Murfet (2018).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45, + "bbox_fs": [ + 105, + 643, + 506, + 679 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 682, + 505, + 716 + ], + "lines": [ + { + "bbox": [ + 105, + 681, + 506, + 695 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 122, + 695 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 682, + 185, + 694 + ], + "score": 0.92, + "content": "M = ( \\Sigma , Q , \\delta )", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 681, + 384, + 695 + ], + "score": 1.0, + "content": "be a Turing machine with a finite set of symbols", + "type": "text" + }, + { + "bbox": [ + 385, + 683, + 393, + 693 + ], + "score": 0.81, + "content": "\\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 681, + 477, + 695 + ], + "score": 1.0, + "content": ", a finite set of states", + "type": "text" + }, + { + "bbox": [ + 478, + 683, + 487, + 694 + ], + "score": 0.86, + "content": "Q", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 681, + 506, + 695 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 693, + 506, + 707 + ], + "spans": [ + { + "bbox": [ + 105, + 693, + 182, + 707 + ], + "score": 1.0, + "content": "transition function", + "type": "text" + }, + { + "bbox": [ + 182, + 693, + 317, + 705 + ], + "score": 0.92, + "content": "\\delta : \\Sigma \\times Q \\bar { \\to } \\Sigma \\times Q \\times \\{ - 1 , 0 , 1 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 693, + 360, + 707 + ], + "score": 1.0, + "content": ". We write", + "type": "text" + }, + { + "bbox": [ + 360, + 694, + 415, + 705 + ], + "score": 0.93, + "content": "\\delta _ { i } = \\mathsf { p r o j } _ { i } \\circ \\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 693, + 444, + 707 + ], + "score": 1.0, + "content": "for the", + "type": "text" + }, + { + "bbox": [ + 445, + 695, + 450, + 703 + ], + "score": 0.37, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 693, + 506, + 707 + ], + "score": 1.0, + "content": "th component", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 704, + 255, + 717 + ], + "spans": [ + { + "bbox": [ + 106, + 704, + 117, + 717 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 118, + 705, + 123, + 714 + ], + "score": 0.8, + "content": "\\delta", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 704, + 139, + 717 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 139, + 704, + 189, + 717 + ], + "score": 0.93, + "content": "i \\in \\{ 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 704, + 209, + 717 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 210, + 705, + 238, + 715 + ], + "score": 0.88, + "content": "\\sqsubseteq \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 704, + 255, + 717 + ], + "score": 1.0, + "content": ", let", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 681, + 506, + 717 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 187, + 719, + 424, + 734 + ], + "lines": [ + { + "bbox": [ + 187, + 719, + 424, + 734 + ], + "spans": [ + { + "bbox": [ + 187, + 719, + 424, + 734 + ], + "score": 0.3, + "content": "\\Sigma ^ { \\mathbb { Z } , \\sqcap } = \\{ f : \\mathbb { Z } \\to \\Sigma | f ( i ) = \\bigsqcup \\mathrm { e x c e p t ~ f o r ~ f i n i t e l y ~ m a n y ~ } i \\} .", + "type": "interline_equation", + "image_path": "f3487b835791ef405aca7831e8d5f0b285bc6d2fd3410dde01e3985b09ed852f.jpg" + } + ] + } + ], + "index": 50, + "virtual_lines": [ + { + "bbox": [ + 187, + 719, + 424, + 734 + ], + "spans": [], + "index": 50 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 90, + 445, + 404 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 90, + 445, + 404 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 90, + 445, + 404 + ], + "spans": [ + { + "bbox": [ + 150, + 90, + 445, + 404 + ], + "score": 0.974, + "type": "image", + "image_path": "8439277769c907e73a890f5d22819ba3dcc4dc5cc4f53963fd296742f6e34336.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 150, + 90, + 445, + 104.27272727272728 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 104.27272727272728, + 445, + 118.54545454545456 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 118.54545454545456, + 445, + 132.81818181818184 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 150, + 132.81818181818184, + 445, + 147.09090909090912 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 150, + 147.09090909090912, + 445, + 161.3636363636364 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 150, + 161.3636363636364, + 445, + 175.63636363636368 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 150, + 175.63636363636368, + 445, + 189.90909090909096 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 150, + 189.90909090909096, + 445, + 204.18181818181824 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 150, + 204.18181818181824, + 445, + 218.45454545454552 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 150, + 218.45454545454552, + 445, + 232.7272727272728 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 150, + 232.7272727272728, + 445, + 247.00000000000009 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 150, + 247.00000000000009, + 445, + 261.27272727272737 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 150, + 261.27272727272737, + 445, + 275.5454545454546 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 150, + 275.5454545454546, + 445, + 289.81818181818187 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 150, + 289.81818181818187, + 445, + 304.0909090909091 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 150, + 304.0909090909091, + 445, + 318.3636363636364 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 150, + 318.3636363636364, + 445, + 332.6363636363636 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 150, + 332.6363636363636, + 445, + 346.9090909090909 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 150, + 346.9090909090909, + 445, + 361.18181818181813 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 150, + 361.18181818181813, + 445, + 375.4545454545454 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 150, + 375.4545454545454, + 445, + 389.72727272727263 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 150, + 389.72727272727263, + 445, + 403.9999999999999 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 418, + 506, + 485 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 418, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 394, + 432 + ], + "score": 1.0, + "content": "Figure 6: The UTM. Each of the rectangles are states, and an arrow", + "type": "text" + }, + { + "bbox": [ + 395, + 419, + 429, + 431 + ], + "score": 0.92, + "content": "q q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 418, + 506, + 432 + ], + "score": 1.0, + "content": "has the following", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 430, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 259, + 443 + ], + "score": 1.0, + "content": "interpretation: if the UTM is in state", + "type": "text" + }, + { + "bbox": [ + 259, + 432, + 266, + 442 + ], + "score": 0.76, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 430, + 506, + 443 + ], + "score": 1.0, + "content": "and sees the tape symbols (on the four tapes) as indicated", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 441, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 352, + 453 + ], + "score": 1.0, + "content": "by the source of the arrow, then the UTM transitions to state", + "type": "text" + }, + { + "bbox": [ + 352, + 441, + 361, + 453 + ], + "score": 0.86, + "content": "q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 441, + 506, + 453 + ], + "score": 1.0, + "content": ", writes the indicated symbols (or if", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 451, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 505, + 465 + ], + "score": 1.0, + "content": "there is no write instruction, simply rewrites the same symbols back onto the tapes), and performs", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 365, + 476 + ], + "score": 1.0, + "content": "the indicated movements of each of the tape heads. The symbols", + "type": "text" + }, + { + "bbox": [ + 366, + 464, + 399, + 474 + ], + "score": 0.92, + "content": "a , b , c , d", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 462, + 506, + 476 + ], + "score": 1.0, + "content": "stand for generic symbols", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 473, + 178, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 163, + 485 + ], + "score": 1.0, + "content": "which are not", + "type": "text" + }, + { + "bbox": [ + 163, + 474, + 173, + 484 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 473, + 178, + 485 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24.5 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 505, + 437, + 520 + ], + "lines": [ + { + "bbox": [ + 104, + 503, + 439, + 523 + ], + "spans": [ + { + "bbox": [ + 104, + 503, + 187, + 523 + ], + "score": 1.0, + "content": "We can associate to", + "type": "text" + }, + { + "bbox": [ + 187, + 508, + 199, + 518 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 503, + 315, + 523 + ], + "score": 1.0, + "content": "a discrete dynamical system", + "type": "text" + }, + { + "bbox": [ + 316, + 505, + 403, + 520 + ], + "score": 0.87, + "content": "{ \\widehat { M } } = ( \\Sigma ^ { \\mathbb { Z } , \\sqcup } \\times Q , { \\mathrm { s t e } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 503, + 439, + 523 + ], + "score": 1.0, + "content": "p) where", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "interline_equation", + "bbox": [ + 243, + 524, + 368, + 540 + ], + "lines": [ + { + "bbox": [ + 243, + 524, + 368, + 540 + ], + "spans": [ + { + "bbox": [ + 243, + 524, + 368, + 540 + ], + "score": 0.9, + "content": "{ \\mathrm { s t e p } } : \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q", + "type": "interline_equation", + "image_path": "f9a01a1b4dad6f8e9e15d64bf32f27b15e1db14b68a0e6e3eadcfef197c2583b.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 243, + 524, + 368, + 540 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 546, + 227, + 558 + ], + "lines": [ + { + "bbox": [ + 105, + 543, + 228, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 228, + 561 + ], + "score": 1.0, + "content": "is the step function defined by", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 563, + 453, + 585 + ], + "lines": [ + { + "bbox": [ + 156, + 563, + 453, + 585 + ], + "spans": [ + { + "bbox": [ + 156, + 563, + 453, + 585 + ], + "score": 0.91, + "content": "\\mathrm { s t e p } ( \\sigma , q ) = \\Bigl ( \\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } \\bigl ( \\ldots , \\sigma _ { - 2 } , \\sigma _ { - 1 } , \\delta _ { 1 } ( \\sigma _ { 0 } , q ) , \\sigma _ { 1 } , \\sigma _ { 2 } , \\ldots \\bigr ) , \\delta _ { 2 } ( \\sigma _ { 0 } , q ) \\Bigr ) .", + "type": "interline_equation", + "image_path": "8266cb583c44e5283a73e1c246870b772e20f8b416a9fea405703fa70848f576.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 156, + 563, + 453, + 585 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 284, + 605 + ], + "lines": [ + { + "bbox": [ + 104, + 587, + 282, + 610 + ], + "spans": [ + { + "bbox": [ + 104, + 587, + 167, + 610 + ], + "score": 1.0, + "content": "with shift map", + "type": "text" + }, + { + "bbox": [ + 167, + 591, + 282, + 606 + ], + "score": 0.9, + "content": "\\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } ( \\sigma ) _ { u } = \\sigma _ { u + \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } .", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 609, + 344, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 607, + 345, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 122, + 622 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 610, + 132, + 619 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 607, + 248, + 622 + ], + "score": 1.0, + "content": "be a finite set. The standard", + "type": "text" + }, + { + "bbox": [ + 248, + 610, + 258, + 619 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 607, + 345, + 622 + ], + "score": 1.0, + "content": "-simplex is defined as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 626, + 435, + 653 + ], + "lines": [ + { + "bbox": [ + 176, + 626, + 435, + 653 + ], + "spans": [ + { + "bbox": [ + 176, + 626, + 435, + 653 + ], + "score": 0.93, + "content": "\\Delta X = \\{ \\sum _ { x \\in X } \\lambda _ { x } x \\in \\mathbb { R } X | \\sum _ { x } \\lambda _ { x } = 1 { \\mathrm { a n d } } \\lambda _ { x } \\geq 0 { \\mathrm { f o r ~ a l l } } x \\in X \\}", + "type": "interline_equation", + "image_path": "fb04d8564aef14526f7ee251a3ac6b1a31381e38c4a965b7257ff3b29a6987bc.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 176, + 626, + 435, + 653 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 658, + 505, + 694 + ], + "lines": [ + { + "bbox": [ + 106, + 658, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 134, + 671 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 659, + 152, + 669 + ], + "score": 0.83, + "content": "\\mathbb { R } X", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 658, + 268, + 671 + ], + "score": 1.0, + "content": "is the free vector space on", + "type": "text" + }, + { + "bbox": [ + 268, + 659, + 278, + 669 + ], + "score": 0.83, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 658, + 362, + 671 + ], + "score": 1.0, + "content": ". We often identify", + "type": "text" + }, + { + "bbox": [ + 362, + 659, + 372, + 669 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 658, + 459, + 671 + ], + "score": 1.0, + "content": "with the vertices of", + "type": "text" + }, + { + "bbox": [ + 459, + 659, + 477, + 669 + ], + "score": 0.87, + "content": "\\Delta X", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 658, + 505, + 671 + ], + "score": 1.0, + "content": "under", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 668, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 668, + 203, + 685 + ], + "score": 1.0, + "content": "the canonical inclusion", + "type": "text" + }, + { + "bbox": [ + 204, + 670, + 266, + 680 + ], + "score": 0.9, + "content": "i : X \\to \\Delta X", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 668, + 306, + 685 + ], + "score": 1.0, + "content": "given by", + "type": "text" + }, + { + "bbox": [ + 307, + 669, + 404, + 682 + ], + "score": 0.92, + "content": "\\begin{array} { r } { i ( x ) = \\sum _ { x ^ { \\prime } \\in X } \\delta _ { x = x ^ { \\prime } } x ^ { \\prime } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 668, + 466, + 685 + ], + "score": 1.0, + "content": ". For example", + "type": "text" + }, + { + "bbox": [ + 466, + 669, + 505, + 682 + ], + "score": 0.92, + "content": "\\{ 0 , 1 \\} \\subset", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 107, + 680, + 186, + 695 + ], + "spans": [ + { + "bbox": [ + 107, + 681, + 181, + 694 + ], + "score": 0.9, + "content": "\\Delta ( \\{ 0 , 1 \\} ) \\simeq [ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 680, + 186, + 695 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 106, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 291, + 712 + ], + "score": 1.0, + "content": "A tape square is said to be at relative position", + "type": "text" + }, + { + "bbox": [ + 291, + 699, + 317, + 709 + ], + "score": 0.9, + "content": "u \\in \\mathbb { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 697, + 378, + 712 + ], + "score": 1.0, + "content": "if it is labelled", + "type": "text" + }, + { + "bbox": [ + 379, + 701, + 386, + 709 + ], + "score": 0.77, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "after enumerating all squares", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "in increasing order from left to right such that the square currently under the head is assigned zero.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 721, + 332, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 305, + 732 + ], + "score": 1.0, + "content": "Consider the following random variables at times", + "type": "text" + }, + { + "bbox": [ + 306, + 721, + 329, + 731 + ], + "score": 0.9, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 721, + 332, + 732 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 14 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 306, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 308, + 38 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 90, + 445, + 404 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 90, + 445, + 404 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 90, + 445, + 404 + ], + "spans": [ + { + "bbox": [ + 150, + 90, + 445, + 404 + ], + "score": 0.974, + "type": "image", + "image_path": "8439277769c907e73a890f5d22819ba3dcc4dc5cc4f53963fd296742f6e34336.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 150, + 90, + 445, + 104.27272727272728 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 104.27272727272728, + 445, + 118.54545454545456 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 118.54545454545456, + 445, + 132.81818181818184 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 150, + 132.81818181818184, + 445, + 147.09090909090912 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 150, + 147.09090909090912, + 445, + 161.3636363636364 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 150, + 161.3636363636364, + 445, + 175.63636363636368 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 150, + 175.63636363636368, + 445, + 189.90909090909096 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 150, + 189.90909090909096, + 445, + 204.18181818181824 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 150, + 204.18181818181824, + 445, + 218.45454545454552 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 150, + 218.45454545454552, + 445, + 232.7272727272728 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 150, + 232.7272727272728, + 445, + 247.00000000000009 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 150, + 247.00000000000009, + 445, + 261.27272727272737 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 150, + 261.27272727272737, + 445, + 275.5454545454546 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 150, + 275.5454545454546, + 445, + 289.81818181818187 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 150, + 289.81818181818187, + 445, + 304.0909090909091 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 150, + 304.0909090909091, + 445, + 318.3636363636364 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 150, + 318.3636363636364, + 445, + 332.6363636363636 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 150, + 332.6363636363636, + 445, + 346.9090909090909 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 150, + 346.9090909090909, + 445, + 361.18181818181813 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 150, + 361.18181818181813, + 445, + 375.4545454545454 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 150, + 375.4545454545454, + 445, + 389.72727272727263 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 150, + 389.72727272727263, + 445, + 403.9999999999999 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 418, + 506, + 485 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 418, + 506, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 394, + 432 + ], + "score": 1.0, + "content": "Figure 6: The UTM. Each of the rectangles are states, and an arrow", + "type": "text" + }, + { + "bbox": [ + 395, + 419, + 429, + 431 + ], + "score": 0.92, + "content": "q q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 418, + 506, + 432 + ], + "score": 1.0, + "content": "has the following", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 430, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 259, + 443 + ], + "score": 1.0, + "content": "interpretation: if the UTM is in state", + "type": "text" + }, + { + "bbox": [ + 259, + 432, + 266, + 442 + ], + "score": 0.76, + "content": "q", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 430, + 506, + 443 + ], + "score": 1.0, + "content": "and sees the tape symbols (on the four tapes) as indicated", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 441, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 352, + 453 + ], + "score": 1.0, + "content": "by the source of the arrow, then the UTM transitions to state", + "type": "text" + }, + { + "bbox": [ + 352, + 441, + 361, + 453 + ], + "score": 0.86, + "content": "q ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 441, + 506, + 453 + ], + "score": 1.0, + "content": ", writes the indicated symbols (or if", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 451, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 505, + 465 + ], + "score": 1.0, + "content": "there is no write instruction, simply rewrites the same symbols back onto the tapes), and performs", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 462, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 365, + 476 + ], + "score": 1.0, + "content": "the indicated movements of each of the tape heads. The symbols", + "type": "text" + }, + { + "bbox": [ + 366, + 464, + 399, + 474 + ], + "score": 0.92, + "content": "a , b , c , d", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 462, + 506, + 476 + ], + "score": 1.0, + "content": "stand for generic symbols", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 473, + 178, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 163, + 485 + ], + "score": 1.0, + "content": "which are not", + "type": "text" + }, + { + "bbox": [ + 163, + 474, + 173, + 484 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 473, + 178, + 485 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24.5 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 505, + 437, + 520 + ], + "lines": [ + { + "bbox": [ + 104, + 503, + 439, + 523 + ], + "spans": [ + { + "bbox": [ + 104, + 503, + 187, + 523 + ], + "score": 1.0, + "content": "We can associate to", + "type": "text" + }, + { + "bbox": [ + 187, + 508, + 199, + 518 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 503, + 315, + 523 + ], + "score": 1.0, + "content": "a discrete dynamical system", + "type": "text" + }, + { + "bbox": [ + 316, + 505, + 403, + 520 + ], + "score": 0.87, + "content": "{ \\widehat { M } } = ( \\Sigma ^ { \\mathbb { Z } , \\sqcup } \\times Q , { \\mathrm { s t e } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 503, + 439, + 523 + ], + "score": 1.0, + "content": "p) where", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 104, + 503, + 439, + 523 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 243, + 524, + 368, + 540 + ], + "lines": [ + { + "bbox": [ + 243, + 524, + 368, + 540 + ], + "spans": [ + { + "bbox": [ + 243, + 524, + 368, + 540 + ], + "score": 0.9, + "content": "{ \\mathrm { s t e p } } : \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q", + "type": "interline_equation", + "image_path": "f9a01a1b4dad6f8e9e15d64bf32f27b15e1db14b68a0e6e3eadcfef197c2583b.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 243, + 524, + 368, + 540 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 546, + 227, + 558 + ], + "lines": [ + { + "bbox": [ + 105, + 543, + 228, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 543, + 228, + 561 + ], + "score": 1.0, + "content": "is the step function defined by", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 543, + 228, + 561 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 563, + 453, + 585 + ], + "lines": [ + { + "bbox": [ + 156, + 563, + 453, + 585 + ], + "spans": [ + { + "bbox": [ + 156, + 563, + 453, + 585 + ], + "score": 0.91, + "content": "\\mathrm { s t e p } ( \\sigma , q ) = \\Bigl ( \\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } \\bigl ( \\ldots , \\sigma _ { - 2 } , \\sigma _ { - 1 } , \\delta _ { 1 } ( \\sigma _ { 0 } , q ) , \\sigma _ { 1 } , \\sigma _ { 2 } , \\ldots \\bigr ) , \\delta _ { 2 } ( \\sigma _ { 0 } , q ) \\Bigr ) .", + "type": "interline_equation", + "image_path": "8266cb583c44e5283a73e1c246870b772e20f8b416a9fea405703fa70848f576.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 156, + 563, + 453, + 585 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 284, + 605 + ], + "lines": [ + { + "bbox": [ + 104, + 587, + 282, + 610 + ], + "spans": [ + { + "bbox": [ + 104, + 587, + 167, + 610 + ], + "score": 1.0, + "content": "with shift map", + "type": "text" + }, + { + "bbox": [ + 167, + 591, + 282, + 606 + ], + "score": 0.9, + "content": "\\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } ( \\sigma ) _ { u } = \\sigma _ { u + \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } .", + "type": "inline_equation" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 104, + 587, + 282, + 610 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 609, + 344, + 621 + ], + "lines": [ + { + "bbox": [ + 105, + 607, + 345, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 122, + 622 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 610, + 132, + 619 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 607, + 248, + 622 + ], + "score": 1.0, + "content": "be a finite set. The standard", + "type": "text" + }, + { + "bbox": [ + 248, + 610, + 258, + 619 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 607, + 345, + 622 + ], + "score": 1.0, + "content": "-simplex is defined as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 607, + 345, + 622 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 176, + 626, + 435, + 653 + ], + "lines": [ + { + "bbox": [ + 176, + 626, + 435, + 653 + ], + "spans": [ + { + "bbox": [ + 176, + 626, + 435, + 653 + ], + "score": 0.93, + "content": "\\Delta X = \\{ \\sum _ { x \\in X } \\lambda _ { x } x \\in \\mathbb { R } X | \\sum _ { x } \\lambda _ { x } = 1 { \\mathrm { a n d } } \\lambda _ { x } \\geq 0 { \\mathrm { f o r ~ a l l } } x \\in X \\}", + "type": "interline_equation", + "image_path": "fb04d8564aef14526f7ee251a3ac6b1a31381e38c4a965b7257ff3b29a6987bc.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 176, + 626, + 435, + 653 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 658, + 505, + 694 + ], + "lines": [ + { + "bbox": [ + 106, + 658, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 106, + 658, + 134, + 671 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 659, + 152, + 669 + ], + "score": 0.83, + "content": "\\mathbb { R } X", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 658, + 268, + 671 + ], + "score": 1.0, + "content": "is the free vector space on", + "type": "text" + }, + { + "bbox": [ + 268, + 659, + 278, + 669 + ], + "score": 0.83, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 658, + 362, + 671 + ], + "score": 1.0, + "content": ". We often identify", + "type": "text" + }, + { + "bbox": [ + 362, + 659, + 372, + 669 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 658, + 459, + 671 + ], + "score": 1.0, + "content": "with the vertices of", + "type": "text" + }, + { + "bbox": [ + 459, + 659, + 477, + 669 + ], + "score": 0.87, + "content": "\\Delta X", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 658, + 505, + 671 + ], + "score": 1.0, + "content": "under", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 668, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 668, + 203, + 685 + ], + "score": 1.0, + "content": "the canonical inclusion", + "type": "text" + }, + { + "bbox": [ + 204, + 670, + 266, + 680 + ], + "score": 0.9, + "content": "i : X \\to \\Delta X", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 668, + 306, + 685 + ], + "score": 1.0, + "content": "given by", + "type": "text" + }, + { + "bbox": [ + 307, + 669, + 404, + 682 + ], + "score": 0.92, + "content": "\\begin{array} { r } { i ( x ) = \\sum _ { x ^ { \\prime } \\in X } \\delta _ { x = x ^ { \\prime } } x ^ { \\prime } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 668, + 466, + 685 + ], + "score": 1.0, + "content": ". For example", + "type": "text" + }, + { + "bbox": [ + 466, + 669, + 505, + 682 + ], + "score": 0.92, + "content": "\\{ 0 , 1 \\} \\subset", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 107, + 680, + 186, + 695 + ], + "spans": [ + { + "bbox": [ + 107, + 681, + 181, + 694 + ], + "score": 0.9, + "content": "\\Delta ( \\{ 0 , 1 \\} ) \\simeq [ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 680, + 186, + 695 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36, + "bbox_fs": [ + 104, + 658, + 505, + 695 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 697, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 291, + 712 + ], + "score": 1.0, + "content": "A tape square is said to be at relative position", + "type": "text" + }, + { + "bbox": [ + 291, + 699, + 317, + 709 + ], + "score": 0.9, + "content": "u \\in \\mathbb { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 697, + 378, + 712 + ], + "score": 1.0, + "content": "if it is labelled", + "type": "text" + }, + { + "bbox": [ + 379, + 701, + 386, + 709 + ], + "score": 0.77, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 386, + 697, + 505, + 712 + ], + "score": 1.0, + "content": "after enumerating all squares", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "in increasing order from left to right such that the square currently under the head is assigned zero.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 721, + 332, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 305, + 732 + ], + "score": 1.0, + "content": "Consider the following random variables at times", + "type": "text" + }, + { + "bbox": [ + 306, + 721, + 329, + 731 + ], + "score": 0.9, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 721, + 332, + 732 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 697, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 131, + 82, + 457, + 140 + ], + "lines": [ + { + "bbox": [ + 132, + 82, + 426, + 95 + ], + "spans": [ + { + "bbox": [ + 132, + 82, + 142, + 95 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 82, + 179, + 95 + ], + "score": 0.91, + "content": "Y _ { u , t } \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 82, + 380, + 95 + ], + "score": 1.0, + "content": ": the content of the tape square at relative position", + "type": "text" + }, + { + "bbox": [ + 380, + 85, + 387, + 92 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 82, + 417, + 95 + ], + "score": 1.0, + "content": "at time", + "type": "text" + }, + { + "bbox": [ + 418, + 84, + 423, + 92 + ], + "score": 0.73, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 82, + 426, + 95 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 132, + 96, + 285, + 110 + ], + "spans": [ + { + "bbox": [ + 132, + 96, + 142, + 110 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 97, + 173, + 109 + ], + "score": 0.91, + "content": "S _ { t } \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 96, + 276, + 110 + ], + "score": 1.0, + "content": ": the internal state at time", + "type": "text" + }, + { + "bbox": [ + 276, + 99, + 281, + 107 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 96, + 285, + 110 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 132, + 111, + 437, + 124 + ], + "spans": [ + { + "bbox": [ + 132, + 111, + 142, + 124 + ], + "score": 0.653, + "content": "·", + "type": "text" + }, + { + "bbox": [ + 142, + 112, + 182, + 124 + ], + "score": 0.92, + "content": "W r _ { t } \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 111, + 395, + 124 + ], + "score": 1.0, + "content": ": the symbol to be written, in the transition from time", + "type": "text" + }, + { + "bbox": [ + 396, + 114, + 400, + 122 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 111, + 411, + 124 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 412, + 113, + 433, + 123 + ], + "score": 0.89, + "content": "t + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 111, + 437, + 124 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 132, + 126, + 458, + 139 + ], + "spans": [ + { + "bbox": [ + 132, + 126, + 142, + 139 + ], + "score": 0.814, + "content": "·", + "type": "text" + }, + { + "bbox": [ + 142, + 127, + 214, + 139 + ], + "score": 0.92, + "content": "M v _ { t } \\in \\{ L , S , R \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 126, + 415, + 139 + ], + "score": 1.0, + "content": ": the direction to move, in the transition from time", + "type": "text" + }, + { + "bbox": [ + 416, + 128, + 421, + 137 + ], + "score": 0.78, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 126, + 432, + 139 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 432, + 128, + 454, + 137 + ], + "score": 0.87, + "content": "t + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 126, + 458, + 139 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 106, + 147, + 504, + 171 + ], + "lines": [ + { + "bbox": [ + 106, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 147, + 281, + 161 + ], + "score": 1.0, + "content": "We call a smooth dynamical system a pair", + "type": "text" + }, + { + "bbox": [ + 281, + 148, + 307, + 160 + ], + "score": 0.91, + "content": "( A , \\phi )", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 147, + 442, + 161 + ], + "score": 1.0, + "content": "consisting of a smooth manifold", + "type": "text" + }, + { + "bbox": [ + 442, + 149, + 451, + 158 + ], + "score": 0.81, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "with corners", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 159, + 312, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 262, + 171 + ], + "score": 1.0, + "content": "together with a smooth transformation", + "type": "text" + }, + { + "bbox": [ + 262, + 160, + 307, + 171 + ], + "score": 0.9, + "content": "\\phi : A A", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 159, + 312, + 171 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 173, + 503, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 183, + 187 + ], + "score": 1.0, + "content": "Definition F.1. Let", + "type": "text" + }, + { + "bbox": [ + 184, + 173, + 245, + 186 + ], + "score": 0.91, + "content": "M = ( \\Sigma , Q , \\delta )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 172, + 436, + 187 + ], + "score": 1.0, + "content": "be a Turing machine. The smooth relaxation of", + "type": "text" + }, + { + "bbox": [ + 437, + 174, + 448, + 184 + ], + "score": 0.85, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 172, + 505, + 187 + ], + "score": 1.0, + "content": "is the smooth", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 183, + 312, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 182, + 199 + ], + "score": 1.0, + "content": "dynamical system", + "type": "text" + }, + { + "bbox": [ + 182, + 186, + 283, + 198 + ], + "score": 0.87, + "content": "( ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sqsupset } \\times \\Delta Q , \\Delta \\mathrm { s t e p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 183, + 312, + 199 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 202, + 396, + 218 + ], + "lines": [ + { + "bbox": [ + 214, + 202, + 396, + 218 + ], + "spans": [ + { + "bbox": [ + 214, + 202, + 396, + 218 + ], + "score": 0.92, + "content": "\\Delta \\mathrm { s t e p } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q", + "type": "interline_equation", + "image_path": "72b1aa44f2de884700842f66e48f63028a81392f430e1671c249d7cc87b59b8d.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 214, + 202, + 396, + 218 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 222, + 502, + 246 + ], + "lines": [ + { + "bbox": [ + 104, + 221, + 503, + 237 + ], + "spans": [ + { + "bbox": [ + 104, + 221, + 281, + 237 + ], + "score": 1.0, + "content": "is a smooth transformation sending a state", + "type": "text" + }, + { + "bbox": [ + 282, + 223, + 375, + 236 + ], + "score": 0.91, + "content": "( \\{ P ( Y _ { u , t } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 221, + 389, + 237 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 389, + 223, + 503, + 236 + ], + "score": 0.88, + "content": "( \\{ P ( Y _ { u , t + 1 } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t + 1 } ) )", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 234, + 222, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 222, + 247 + ], + "score": 1.0, + "content": "determined by the equations", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "interline_equation", + "bbox": [ + 130, + 254, + 394, + 270 + ], + "lines": [ + { + "bbox": [ + 130, + 254, + 394, + 270 + ], + "spans": [ + { + "bbox": [ + 130, + 254, + 394, + 270 + ], + "score": 0.84, + "content": "\\begin{array} { r } { P ( M v _ { t } = d | C ) = \\sum _ { \\sigma , q } \\delta _ { \\delta _ { 3 } ( \\sigma , q ) = d } P ( Y _ { 0 , t } = \\sigma | C ) P ( S _ { t } = q | C ) , } \\end{array}", + "type": "interline_equation", + "image_path": "1b4007c46825393aef4aa4521ba4b324339f93f3df64105c7d175487d591569c.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 130, + 254, + 394, + 270 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 284, + 405, + 299 + ], + "lines": [ + { + "bbox": [ + 132, + 284, + 405, + 299 + ], + "spans": [ + { + "bbox": [ + 132, + 284, + 405, + 299 + ], + "score": 0.72, + "content": "\\begin{array} { r } { P ( W r _ { t } = \\sigma | C ) = \\sum _ { \\sigma ^ { \\prime } , q } \\delta _ { \\delta _ { 1 } ( \\sigma ^ { \\prime } , q ) = \\sigma } P ( Y _ { 0 , t } = \\sigma ^ { \\prime } | C ) P ( S _ { t } = q | C ) , } \\end{array}", + "type": "interline_equation", + "image_path": "919c45ad9588dbcda6b701e326612cb29b59ce549ab3de2174aa479d62c58d1d.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 132, + 284, + 405, + 299 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 131, + 313, + 408, + 329 + ], + "lines": [], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 131, + 313, + 408, + 329 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 341, + 504, + 402 + ], + "lines": [ + { + "bbox": [ + 132, + 341, + 504, + 402 + ], + "spans": [ + { + "bbox": [ + 132, + 341, + 504, + 402 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { P ( Y _ { u , t + 1 } = \\sigma | C ) = P ( M v _ { t } = L | C ) \\Big ( \\delta _ { u \\neq 1 } P ( Y _ { u - 1 , t } = \\sigma | C ) + \\delta _ { u = 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = S | C ) \\Big ( \\delta _ { u \\neq 0 } P ( Y _ { u , t } = \\sigma | C ) + \\delta _ { u = 0 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = R | C ) \\Big ( \\delta _ { u \\neq - 1 } P ( Y _ { u + 1 , t } = \\sigma | C ) + \\delta _ { u = - 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) , } \\end{array}", + "type": "interline_equation", + "image_path": "ac6ffd9db28543066c5647c7c715ab7e342982d3a5b07f74916f12368ec08bbc.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 132, + 341, + 504, + 361.3333333333333 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 132, + 361.3333333333333, + 504, + 381.66666666666663 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 132, + 381.66666666666663, + 504, + 401.99999999999994 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 409, + 290, + 423 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 293, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 133, + 425 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 409, + 220, + 423 + ], + "score": 0.92, + "content": "C \\in ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 407, + 293, + 425 + ], + "score": 1.0, + "content": "is an initial state.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 106, + 430, + 505, + 487 + ], + "lines": [ + { + "bbox": [ + 105, + 429, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 446 + ], + "score": 1.0, + "content": "We will call the smooth relaxation of a Turing machine a smooth Turing machine. A smooth Turing", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "score": 1.0, + "content": "machine encodes uncertainty in the initial configuration of a Turing machine together with an update", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 453, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 505, + 467 + ], + "score": 1.0, + "content": "rule for how to propagate this uncertainty over time. We interpret the smooth step function as", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 464, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 505, + 477 + ], + "score": 1.0, + "content": "updating the state of belief of a “naive” Bayesian observer. This nomenclature comes from the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 476, + 490, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 490, + 488 + ], + "score": 1.0, + "content": "assumption of conditional independence between random variables in our probability functions.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 489, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 489, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 503 + ], + "score": 1.0, + "content": "Remark F.2. Propagating uncertainty using standard probability leads to a smooth dynamical sys-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 501, + 504, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 504, + 513 + ], + "score": 1.0, + "content": "tem which encodes the state evolution of an “ordinary” Bayesian observer of the Turing machine.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "score": 1.0, + "content": "This requires the calculation of various joint distributions which makes such an extension computa-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 523, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 535 + ], + "score": 1.0, + "content": "tionally difficult to work with. Computation aside, the naive probabilistic extension is justified from", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "the point of view of derivatives of algorithms according to the denotational semantics of differential", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 545, + 339, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 339, + 558 + ], + "score": 1.0, + "content": "linear logic. See Clift & Murfet (2018) for further details.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 565, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 504, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 504, + 578 + ], + "score": 1.0, + "content": "We call the smooth extension of a universal Turing machine a smooth universal Turing machine.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 577, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 249, + 589 + ], + "score": 1.0, + "content": "Recall that the staged pseudo-UTM", + "type": "text" + }, + { + "bbox": [ + 249, + 577, + 258, + 587 + ], + "score": 0.6, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 577, + 505, + 589 + ], + "score": 1.0, + "content": "has four tapes: the description tape, the staging tape, the state", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 587, + 435, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 303, + 601 + ], + "score": 1.0, + "content": "tape and working tape. The smooth relaxation of", + "type": "text" + }, + { + "bbox": [ + 303, + 588, + 312, + 597 + ], + "score": 0.82, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 587, + 435, + 601 + ], + "score": 1.0, + "content": "is a smooth dynamical system", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 167, + 604, + 443, + 620 + ], + "lines": [ + { + "bbox": [ + 167, + 604, + 443, + 620 + ], + "spans": [ + { + "bbox": [ + 167, + 604, + 443, + 620 + ], + "score": 0.88, + "content": "\\Delta \\mathrm { s t e p } _ { \\mathcal { U } } : [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } \\to [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } .", + "type": "interline_equation", + "image_path": "d20fb7f204d6eccdb2ee56ba113b01bd24c7b142123b231a5c77b06cc916b5ad.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 167, + 604, + 443, + 620 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 624, + 505, + 647 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 439, + 637 + ], + "score": 1.0, + "content": "If we use the staged pseudo-UTM to simulate a Turing machine with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 439, + 625, + 487, + 636 + ], + "score": 0.9, + "content": "\\Sigma \\subseteq \\Sigma _ { \\mathrm { U T M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 624, + 505, + 637 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 635, + 461, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 131, + 648 + ], + "score": 1.0, + "content": "states", + "type": "text" + }, + { + "bbox": [ + 131, + 636, + 180, + 647 + ], + "score": 0.91, + "content": "Q \\subseteq \\Sigma _ { \\mathrm { U T M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 635, + 389, + 648 + ], + "score": 1.0, + "content": "then with some determined initial state the function", + "type": "text" + }, + { + "bbox": [ + 389, + 636, + 398, + 645 + ], + "score": 0.77, + "content": "\\Delta", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 635, + 461, + 648 + ], + "score": 1.0, + "content": "step restricts to", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "interline_equation", + "bbox": [ + 165, + 651, + 446, + 667 + ], + "lines": [ + { + "bbox": [ + 165, + 651, + 446, + 667 + ], + "spans": [ + { + "bbox": [ + 165, + 651, + 446, + 667 + ], + "score": 0.9, + "content": "\\Delta \\mathrm { s t e p } _ { \\mathscr { U } } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X } \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X }", + "type": "interline_equation", + "image_path": "0be3c84ebbb22ca055bd21d7b51bbcc2b8693a203027e1c3f7d90462b695d95d.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 165, + 651, + 446, + 667 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 672, + 416, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 671, + 416, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 341, + 685 + ], + "score": 1.0, + "content": "where the first factor is the configuration of the work tape,", + "type": "text" + }, + { + "bbox": [ + 341, + 673, + 353, + 682 + ], + "score": 0.81, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 671, + 416, + 685 + ], + "score": 1.0, + "content": "is as in (3) and", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "interline_equation", + "bbox": [ + 242, + 689, + 369, + 705 + ], + "lines": [ + { + "bbox": [ + 242, + 689, + 369, + 705 + ], + "spans": [ + { + "bbox": [ + 242, + 689, + 369, + 705 + ], + "score": 0.92, + "content": "\\mathcal { X } = [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\sqcap } ] \\times \\Delta Q _ { \\mathrm { U T M } }", + "type": "interline_equation", + "image_path": "d2cf55518ec2b7772068c8a57ed2ca16ca8c1d6d2e87e22a848749a59f378ba9.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 242, + 689, + 369, + 705 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 385, + 722 + ], + "score": 1.0, + "content": "where the first factor is the configuration of the staging tape. Since", + "type": "text" + }, + { + "bbox": [ + 386, + 710, + 395, + 720 + ], + "score": 0.83, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 709, + 483, + 722 + ], + "score": 1.0, + "content": "is periodic of period", + "type": "text" + }, + { + "bbox": [ + 483, + 710, + 505, + 721 + ], + "score": 0.85, + "content": "T =", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 107, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 107, + 721, + 146, + 731 + ], + "score": 0.88, + "content": "1 0 N + 5", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 720, + 295, + 733 + ], + "score": 1.0, + "content": "(Appendix E) the iterated function", + "type": "text" + }, + { + "bbox": [ + 295, + 720, + 343, + 733 + ], + "score": 0.93, + "content": "( \\Delta \\mathrm { s t e p } _ { \\mathscr { U } } ) ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "takes an input with staging tape in its", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "17", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 131, + 82, + 457, + 140 + ], + "lines": [ + { + "bbox": [ + 132, + 82, + 426, + 95 + ], + "spans": [ + { + "bbox": [ + 132, + 82, + 142, + 95 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 82, + 179, + 95 + ], + "score": 0.91, + "content": "Y _ { u , t } \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 82, + 380, + 95 + ], + "score": 1.0, + "content": ": the content of the tape square at relative position", + "type": "text" + }, + { + "bbox": [ + 380, + 85, + 387, + 92 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 82, + 417, + 95 + ], + "score": 1.0, + "content": "at time", + "type": "text" + }, + { + "bbox": [ + 418, + 84, + 423, + 92 + ], + "score": 0.73, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 82, + 426, + 95 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 0, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 96, + 285, + 110 + ], + "spans": [ + { + "bbox": [ + 132, + 96, + 142, + 110 + ], + "score": 1.0, + "content": "•", + "type": "text" + }, + { + "bbox": [ + 142, + 97, + 173, + 109 + ], + "score": 0.91, + "content": "S _ { t } \\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 96, + 276, + 110 + ], + "score": 1.0, + "content": ": the internal state at time", + "type": "text" + }, + { + "bbox": [ + 276, + 99, + 281, + 107 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 96, + 285, + 110 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 111, + 437, + 124 + ], + "spans": [ + { + "bbox": [ + 132, + 111, + 142, + 124 + ], + "score": 0.653, + "content": "·", + "type": "text" + }, + { + "bbox": [ + 142, + 112, + 182, + 124 + ], + "score": 0.92, + "content": "W r _ { t } \\in \\Sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 182, + 111, + 395, + 124 + ], + "score": 1.0, + "content": ": the symbol to be written, in the transition from time", + "type": "text" + }, + { + "bbox": [ + 396, + 114, + 400, + 122 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 111, + 411, + 124 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 412, + 113, + 433, + 123 + ], + "score": 0.89, + "content": "t + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 111, + 437, + 124 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 126, + 458, + 139 + ], + "spans": [ + { + "bbox": [ + 132, + 126, + 142, + 139 + ], + "score": 0.814, + "content": "·", + "type": "text" + }, + { + "bbox": [ + 142, + 127, + 214, + 139 + ], + "score": 0.92, + "content": "M v _ { t } \\in \\{ L , S , R \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 126, + 415, + 139 + ], + "score": 1.0, + "content": ": the direction to move, in the transition from time", + "type": "text" + }, + { + "bbox": [ + 416, + 128, + 421, + 137 + ], + "score": 0.78, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 126, + 432, + 139 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 432, + 128, + 454, + 137 + ], + "score": 0.87, + "content": "t + 1", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 126, + 458, + 139 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 1.5, + "bbox_fs": [ + 132, + 82, + 458, + 139 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 147, + 504, + 171 + ], + "lines": [ + { + "bbox": [ + 106, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 147, + 281, + 161 + ], + "score": 1.0, + "content": "We call a smooth dynamical system a pair", + "type": "text" + }, + { + "bbox": [ + 281, + 148, + 307, + 160 + ], + "score": 0.91, + "content": "( A , \\phi )", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 147, + 442, + 161 + ], + "score": 1.0, + "content": "consisting of a smooth manifold", + "type": "text" + }, + { + "bbox": [ + 442, + 149, + 451, + 158 + ], + "score": 0.81, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 451, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "with corners", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 159, + 312, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 262, + 171 + ], + "score": 1.0, + "content": "together with a smooth transformation", + "type": "text" + }, + { + "bbox": [ + 262, + 160, + 307, + 171 + ], + "score": 0.9, + "content": "\\phi : A A", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 159, + 312, + 171 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 147, + 506, + 171 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 173, + 503, + 198 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 183, + 187 + ], + "score": 1.0, + "content": "Definition F.1. Let", + "type": "text" + }, + { + "bbox": [ + 184, + 173, + 245, + 186 + ], + "score": 0.91, + "content": "M = ( \\Sigma , Q , \\delta )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 172, + 436, + 187 + ], + "score": 1.0, + "content": "be a Turing machine. The smooth relaxation of", + "type": "text" + }, + { + "bbox": [ + 437, + 174, + 448, + 184 + ], + "score": 0.85, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 449, + 172, + 505, + 187 + ], + "score": 1.0, + "content": "is the smooth", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 183, + 312, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 182, + 199 + ], + "score": 1.0, + "content": "dynamical system", + "type": "text" + }, + { + "bbox": [ + 182, + 186, + 283, + 198 + ], + "score": 0.87, + "content": "( ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sqsupset } \\times \\Delta Q , \\Delta \\mathrm { s t e p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 183, + 312, + 199 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 172, + 505, + 199 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 214, + 202, + 396, + 218 + ], + "lines": [ + { + "bbox": [ + 214, + 202, + 396, + 218 + ], + "spans": [ + { + "bbox": [ + 214, + 202, + 396, + 218 + ], + "score": 0.92, + "content": "\\Delta \\mathrm { s t e p } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q", + "type": "interline_equation", + "image_path": "72b1aa44f2de884700842f66e48f63028a81392f430e1671c249d7cc87b59b8d.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 214, + 202, + 396, + 218 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 222, + 502, + 246 + ], + "lines": [ + { + "bbox": [ + 104, + 221, + 503, + 237 + ], + "spans": [ + { + "bbox": [ + 104, + 221, + 281, + 237 + ], + "score": 1.0, + "content": "is a smooth transformation sending a state", + "type": "text" + }, + { + "bbox": [ + 282, + 223, + 375, + 236 + ], + "score": 0.91, + "content": "( \\{ P ( Y _ { u , t } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 221, + 389, + 237 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 389, + 223, + 503, + 236 + ], + "score": 0.88, + "content": "( \\{ P ( Y _ { u , t + 1 } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t + 1 } ) )", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 234, + 222, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 222, + 247 + ], + "score": 1.0, + "content": "determined by the equations", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 104, + 221, + 503, + 247 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 130, + 254, + 394, + 270 + ], + "lines": [ + { + "bbox": [ + 130, + 254, + 394, + 270 + ], + "spans": [ + { + "bbox": [ + 130, + 254, + 394, + 270 + ], + "score": 0.84, + "content": "\\begin{array} { r } { P ( M v _ { t } = d | C ) = \\sum _ { \\sigma , q } \\delta _ { \\delta _ { 3 } ( \\sigma , q ) = d } P ( Y _ { 0 , t } = \\sigma | C ) P ( S _ { t } = q | C ) , } \\end{array}", + "type": "interline_equation", + "image_path": "1b4007c46825393aef4aa4521ba4b324339f93f3df64105c7d175487d591569c.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 130, + 254, + 394, + 270 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 284, + 405, + 299 + ], + "lines": [ + { + "bbox": [ + 132, + 284, + 405, + 299 + ], + "spans": [ + { + "bbox": [ + 132, + 284, + 405, + 299 + ], + "score": 0.72, + "content": "\\begin{array} { r } { P ( W r _ { t } = \\sigma | C ) = \\sum _ { \\sigma ^ { \\prime } , q } \\delta _ { \\delta _ { 1 } ( \\sigma ^ { \\prime } , q ) = \\sigma } P ( Y _ { 0 , t } = \\sigma ^ { \\prime } | C ) P ( S _ { t } = q | C ) , } \\end{array}", + "type": "interline_equation", + "image_path": "919c45ad9588dbcda6b701e326612cb29b59ce549ab3de2174aa479d62c58d1d.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 132, + 284, + 405, + 299 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 131, + 313, + 408, + 329 + ], + "lines": [], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 131, + 313, + 408, + 329 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 132, + 341, + 504, + 402 + ], + "lines": [ + { + "bbox": [ + 132, + 341, + 504, + 402 + ], + "spans": [ + { + "bbox": [ + 132, + 341, + 504, + 402 + ], + "score": 0.92, + "content": "\\begin{array} { r l } & { P ( Y _ { u , t + 1 } = \\sigma | C ) = P ( M v _ { t } = L | C ) \\Big ( \\delta _ { u \\neq 1 } P ( Y _ { u - 1 , t } = \\sigma | C ) + \\delta _ { u = 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = S | C ) \\Big ( \\delta _ { u \\neq 0 } P ( Y _ { u , t } = \\sigma | C ) + \\delta _ { u = 0 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = R | C ) \\Big ( \\delta _ { u \\neq - 1 } P ( Y _ { u + 1 , t } = \\sigma | C ) + \\delta _ { u = - 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) , } \\end{array}", + "type": "interline_equation", + "image_path": "ac6ffd9db28543066c5647c7c715ab7e342982d3a5b07f74916f12368ec08bbc.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 132, + 341, + 504, + 361.3333333333333 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 132, + 361.3333333333333, + 504, + 381.66666666666663 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 132, + 381.66666666666663, + 504, + 401.99999999999994 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 409, + 290, + 423 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 293, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 133, + 425 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 409, + 220, + 423 + ], + "score": 0.92, + "content": "C \\in ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 407, + 293, + 425 + ], + "score": 1.0, + "content": "is an initial state.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 407, + 293, + 425 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 430, + 505, + 487 + ], + "lines": [ + { + "bbox": [ + 105, + 429, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 446 + ], + "score": 1.0, + "content": "We will call the smooth relaxation of a Turing machine a smooth Turing machine. A smooth Turing", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 505, + 455 + ], + "score": 1.0, + "content": "machine encodes uncertainty in the initial configuration of a Turing machine together with an update", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 453, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 505, + 467 + ], + "score": 1.0, + "content": "rule for how to propagate this uncertainty over time. We interpret the smooth step function as", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 464, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 505, + 477 + ], + "score": 1.0, + "content": "updating the state of belief of a “naive” Bayesian observer. This nomenclature comes from the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 476, + 490, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 490, + 488 + ], + "score": 1.0, + "content": "assumption of conditional independence between random variables in our probability functions.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 429, + 506, + 488 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 489, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 105, + 489, + 505, + 503 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 503 + ], + "score": 1.0, + "content": "Remark F.2. Propagating uncertainty using standard probability leads to a smooth dynamical sys-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 501, + 504, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 504, + 513 + ], + "score": 1.0, + "content": "tem which encodes the state evolution of an “ordinary” Bayesian observer of the Turing machine.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 505, + 525 + ], + "score": 1.0, + "content": "This requires the calculation of various joint distributions which makes such an extension computa-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 523, + 505, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 535 + ], + "score": 1.0, + "content": "tionally difficult to work with. Computation aside, the naive probabilistic extension is justified from", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "the point of view of derivatives of algorithms according to the denotational semantics of differential", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 545, + 339, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 339, + 558 + ], + "score": 1.0, + "content": "linear logic. See Clift & Murfet (2018) for further details.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 489, + 505, + 558 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 565, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 504, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 504, + 578 + ], + "score": 1.0, + "content": "We call the smooth extension of a universal Turing machine a smooth universal Turing machine.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 577, + 505, + 589 + ], + "spans": [ + { + "bbox": [ + 106, + 577, + 249, + 589 + ], + "score": 1.0, + "content": "Recall that the staged pseudo-UTM", + "type": "text" + }, + { + "bbox": [ + 249, + 577, + 258, + 587 + ], + "score": 0.6, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 577, + 505, + 589 + ], + "score": 1.0, + "content": "has four tapes: the description tape, the staging tape, the state", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 587, + 435, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 587, + 303, + 601 + ], + "score": 1.0, + "content": "tape and working tape. The smooth relaxation of", + "type": "text" + }, + { + "bbox": [ + 303, + 588, + 312, + 597 + ], + "score": 0.82, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 587, + 435, + 601 + ], + "score": 1.0, + "content": "is a smooth dynamical system", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30, + "bbox_fs": [ + 106, + 565, + 505, + 601 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 167, + 604, + 443, + 620 + ], + "lines": [ + { + "bbox": [ + 167, + 604, + 443, + 620 + ], + "spans": [ + { + "bbox": [ + 167, + 604, + 443, + 620 + ], + "score": 0.88, + "content": "\\Delta \\mathrm { s t e p } _ { \\mathcal { U } } : [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } \\to [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } .", + "type": "interline_equation", + "image_path": "d20fb7f204d6eccdb2ee56ba113b01bd24c7b142123b231a5c77b06cc916b5ad.jpg" + } + ] + } + ], + "index": 32, + "virtual_lines": [ + { + "bbox": [ + 167, + 604, + 443, + 620 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 624, + 505, + 647 + ], + "lines": [ + { + "bbox": [ + 105, + 624, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 105, + 624, + 439, + 637 + ], + "score": 1.0, + "content": "If we use the staged pseudo-UTM to simulate a Turing machine with tape alphabet", + "type": "text" + }, + { + "bbox": [ + 439, + 625, + 487, + 636 + ], + "score": 0.9, + "content": "\\Sigma \\subseteq \\Sigma _ { \\mathrm { U T M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 624, + 505, + 637 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 635, + 461, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 131, + 648 + ], + "score": 1.0, + "content": "states", + "type": "text" + }, + { + "bbox": [ + 131, + 636, + 180, + 647 + ], + "score": 0.91, + "content": "Q \\subseteq \\Sigma _ { \\mathrm { U T M } }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 635, + 389, + 648 + ], + "score": 1.0, + "content": "then with some determined initial state the function", + "type": "text" + }, + { + "bbox": [ + 389, + 636, + 398, + 645 + ], + "score": 0.77, + "content": "\\Delta", + "type": "inline_equation" + }, + { + "bbox": [ + 398, + 635, + 461, + 648 + ], + "score": 1.0, + "content": "step restricts to", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 624, + 505, + 648 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 165, + 651, + 446, + 667 + ], + "lines": [ + { + "bbox": [ + 165, + 651, + 446, + 667 + ], + "spans": [ + { + "bbox": [ + 165, + 651, + 446, + 667 + ], + "score": 0.9, + "content": "\\Delta \\mathrm { s t e p } _ { \\mathscr { U } } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X } \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X }", + "type": "interline_equation", + "image_path": "0be3c84ebbb22ca055bd21d7b51bbcc2b8693a203027e1c3f7d90462b695d95d.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 165, + 651, + 446, + 667 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 672, + 416, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 671, + 416, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 341, + 685 + ], + "score": 1.0, + "content": "where the first factor is the configuration of the work tape,", + "type": "text" + }, + { + "bbox": [ + 341, + 673, + 353, + 682 + ], + "score": 0.81, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 671, + 416, + 685 + ], + "score": 1.0, + "content": "is as in (3) and", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 106, + 671, + 416, + 685 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 242, + 689, + 369, + 705 + ], + "lines": [ + { + "bbox": [ + 242, + 689, + 369, + 705 + ], + "spans": [ + { + "bbox": [ + 242, + 689, + 369, + 705 + ], + "score": 0.92, + "content": "\\mathcal { X } = [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\sqcap } ] \\times \\Delta Q _ { \\mathrm { U T M } }", + "type": "interline_equation", + "image_path": "d2cf55518ec2b7772068c8a57ed2ca16ca8c1d6d2e87e22a848749a59f378ba9.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 242, + 689, + 369, + 705 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 385, + 722 + ], + "score": 1.0, + "content": "where the first factor is the configuration of the staging tape. Since", + "type": "text" + }, + { + "bbox": [ + 386, + 710, + 395, + 720 + ], + "score": 0.83, + "content": "\\mathcal { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 709, + 483, + 722 + ], + "score": 1.0, + "content": "is periodic of period", + "type": "text" + }, + { + "bbox": [ + 483, + 710, + 505, + 721 + ], + "score": 0.85, + "content": "T =", + "type": "inline_equation" + } + ], + "index": 38 + }, + { + "bbox": [ + 107, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 107, + 721, + 146, + 731 + ], + "score": 0.88, + "content": "1 0 N + 5", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 720, + 295, + 733 + ], + "score": 1.0, + "content": "(Appendix E) the iterated function", + "type": "text" + }, + { + "bbox": [ + 295, + 720, + 343, + 733 + ], + "score": 0.93, + "content": "( \\Delta \\mathrm { s t e p } _ { \\mathscr { U } } ) ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "takes an input with staging tape in its", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 106, + 709, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 506, + 116 + ], + "lines": [ + { + "bbox": [ + 104, + 80, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 80, + 157, + 96 + ], + "score": 1.0, + "content": "default state", + "type": "text" + }, + { + "bbox": [ + 158, + 83, + 186, + 93 + ], + "score": 0.76, + "content": "X X X", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 80, + 506, + 96 + ], + "score": 1.0, + "content": "and UTM state compSymbol and returns a configuration with the same staging", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "tape and state, but with the configuration of the work tape, description tape and state tape updated", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 274, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 274, + 117 + ], + "score": 1.0, + "content": "by one complete simulation step. That is,", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 142, + 120, + 468, + 135 + ], + "lines": [ + { + "bbox": [ + 142, + 120, + 468, + 135 + ], + "spans": [ + { + "bbox": [ + 142, + 120, + 468, + 135 + ], + "score": 0.86, + "content": "( \\Delta \\operatorname { s t e p } _ { \\mathcal { U } } ) ^ { T } ( x , w , q , X X X , \\mathrm { c o m p S y m b o l } ) = ( F ( x , w , q ) , X X X , \\mathrm { c o m p S y m b o l } )", + "type": "interline_equation", + "image_path": "271d548bcfb3c3cd71521abb4bde6826466f54ed2b06dede0612062692d3e8c2.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 142, + 120, + 468, + 135 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 138, + 212, + 150 + ], + "lines": [ + { + "bbox": [ + 105, + 138, + 212, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 212, + 150 + ], + "score": 1.0, + "content": "for some smooth function", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 151, + 416, + 167 + ], + "lines": [ + { + "bbox": [ + 195, + 151, + 416, + 167 + ], + "spans": [ + { + "bbox": [ + 195, + 151, + 416, + 167 + ], + "score": 0.9, + "content": "F : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q .", + "type": "interline_equation", + "image_path": "52bd475d96829f650a9fe6f4cda0ffd2a8880933ce6771e40742cf756c7a5a6e.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 195, + 151, + 416, + 167 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 170, + 504, + 194 + ], + "lines": [ + { + "bbox": [ + 106, + 170, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 245, + 183 + ], + "score": 1.0, + "content": "Finally we can define the function", + "type": "text" + }, + { + "bbox": [ + 246, + 171, + 278, + 182 + ], + "score": 0.91, + "content": "\\Delta \\mathrm { s t e p } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 170, + 505, + 183 + ], + "score": 1.0, + "content": "of (4). We assume all Turing machines are initialised in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 182, + 227, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 204, + 195 + ], + "score": 1.0, + "content": "some common state init", + "type": "text" + }, + { + "bbox": [ + 204, + 182, + 222, + 194 + ], + "score": 0.9, + "content": "\\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 182, + 227, + 195 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 107, + 195, + 387, + 208 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 387, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 194, + 211 + ], + "score": 1.0, + "content": "Definition F.3. Given", + "type": "text" + }, + { + "bbox": [ + 195, + 196, + 218, + 207 + ], + "score": 0.91, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 192, + 259, + 211 + ], + "score": 1.0, + "content": "we define", + "type": "text" + }, + { + "bbox": [ + 260, + 195, + 373, + 207 + ], + "score": 0.86, + "content": "\\Delta \\operatorname { s t e p } ^ { t } : \\Sigma ^ { * } \\times W \\longrightarrow \\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 192, + 387, + 211 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 210, + 376, + 225 + ], + "lines": [ + { + "bbox": [ + 235, + 210, + 376, + 225 + ], + "spans": [ + { + "bbox": [ + 235, + 210, + 376, + 225 + ], + "score": 0.9, + "content": "\\Delta \\operatorname { s t e p } ^ { t } ( x , w ) = \\Pi _ { Q } F ^ { t } ( x , w , \\operatorname { i n i t } )", + "type": "interline_equation", + "image_path": "74696f823bfc89d626700cc4f9a1a8bb8d8f406ee6306dab64b37d909b2ce88c.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 235, + 210, + 376, + 225 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 228, + 257, + 241 + ], + "lines": [ + { + "bbox": [ + 105, + 226, + 258, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 133, + 244 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 229, + 149, + 241 + ], + "score": 0.9, + "content": "\\Pi _ { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 226, + 237, + 244 + ], + "score": 1.0, + "content": "is the projection onto", + "type": "text" + }, + { + "bbox": [ + 237, + 229, + 254, + 240 + ], + "score": 0.89, + "content": "\\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 226, + 258, + 244 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 107, + 255, + 238, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 239, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 239, + 271 + ], + "score": 1.0, + "content": "G DIRECT SIMULATION", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 279, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 505, + 293 + ], + "score": 1.0, + "content": "For computational efficiency in our PyTorch implementation of the staged pseudo-UTM we imple-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 292, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 129, + 304 + ], + "score": 1.0, + "content": "ment", + "type": "text" + }, + { + "bbox": [ + 129, + 292, + 138, + 302 + ], + "score": 0.83, + "content": "F", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 292, + 212, + 304 + ], + "score": 1.0, + "content": "of (9) rather than", + "type": "text" + }, + { + "bbox": [ + 212, + 292, + 247, + 304 + ], + "score": 0.92, + "content": "\\Delta \\mathrm { s t e p } _ { \\mathcal { U } }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 292, + 506, + 304 + ], + "score": 1.0, + "content": ". We refer to this as direction simulation since it means that we", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 303, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 315 + ], + "score": 1.0, + "content": "update in one step the state and working tape of the UTM for a full cycle where a cycle consists of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 313, + 240, + 325 + ], + "spans": [ + { + "bbox": [ + 107, + 314, + 164, + 324 + ], + "score": 0.91, + "content": "T = 1 0 N + 5", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 313, + 240, + 325 + ], + "score": 1.0, + "content": "steps of the UTM.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 330, + 505, + 369 + ], + "lines": [ + { + "bbox": [ + 105, + 329, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 123, + 344 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 330, + 142, + 343 + ], + "score": 0.92, + "content": "S ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 329, + 161, + 344 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 162, + 330, + 185, + 343 + ], + "score": 0.92, + "content": "Y _ { u } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 329, + 506, + 344 + ], + "score": 1.0, + "content": "be random variables describing the contents of state tape and working tape in", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 342, + 503, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 177, + 357 + ], + "score": 1.0, + "content": "relative positions", + "type": "text" + }, + { + "bbox": [ + 177, + 344, + 194, + 355 + ], + "score": 0.87, + "content": "0 , u", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 342, + 265, + 357 + ], + "score": 1.0, + "content": "respectively after", + "type": "text" + }, + { + "bbox": [ + 265, + 344, + 288, + 354 + ], + "score": 0.9, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 342, + 426, + 357 + ], + "score": 1.0, + "content": "time steps of the UTM. We define", + "type": "text" + }, + { + "bbox": [ + 427, + 342, + 503, + 356 + ], + "score": 0.93, + "content": "{ \\widetilde { S } } ( t ) : = S ( 4 + T t )", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 355, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 123, + 369 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 355, + 209, + 369 + ], + "score": 0.93, + "content": "\\widetilde { Y } _ { u } ( t ) : = Y _ { u } ( 4 + T t )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 356, + 237, + 369 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 237, + 357, + 260, + 368 + ], + "score": 0.91, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 356, + 278, + 369 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 278, + 357, + 304, + 367 + ], + "score": 0.91, + "content": "u \\in \\mathbb { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 356, + 450, + 369 + ], + "score": 1.0, + "content": ". The task then is to define functions", + "type": "text" + }, + { + "bbox": [ + 450, + 357, + 466, + 369 + ], + "score": 0.91, + "content": "f , g", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "interline_equation", + "bbox": [ + 263, + 372, + 347, + 388 + ], + "lines": [ + { + "bbox": [ + 263, + 372, + 347, + 388 + ], + "spans": [ + { + "bbox": [ + 263, + 372, + 347, + 388 + ], + "score": 0.86, + "content": "\\widetilde { S } ( t + 1 ) = f ( \\widetilde { S } ( t ) )", + "type": "interline_equation", + "image_path": "01589a065d21d81fafaf4c122c7537746528ccc3172c3a93611a75f1ce056d6a.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 263, + 372, + 347, + 388 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 259, + 390, + 351, + 406 + ], + "lines": [ + { + "bbox": [ + 259, + 390, + 351, + 406 + ], + "spans": [ + { + "bbox": [ + 259, + 390, + 351, + 406 + ], + "score": 0.85, + "content": "\\widetilde Y _ { u } ( t + 1 ) = g ( \\widetilde Y _ { u } ( t ) ) .", + "type": "interline_equation", + "image_path": "ce3e5f30df241bc7588b4371d14629e7c41e23165272c2b7dae8f3ee5418d8d8.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 259, + 390, + 351, + 406 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 407, + 505, + 452 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 315, + 420 + ], + "score": 1.0, + "content": "The functional relationship is given as follows: for", + "type": "text" + }, + { + "bbox": [ + 315, + 408, + 364, + 419 + ], + "score": 0.91, + "content": "1 \\leq i \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "indexing tuples on the description", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 384, + 431 + ], + "score": 1.0, + "content": "tape, while processing that tuple, the UTM is in a state distribution", + "type": "text" + }, + { + "bbox": [ + 385, + 419, + 477, + 431 + ], + "score": 0.92, + "content": "\\lambda _ { i } \\cdot \\bar { q } + ( 1 - \\lambda _ { i } ) \\cdot \\neg \\bar { q }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 419, + 505, + 431 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 430, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 107, + 430, + 124, + 442 + ], + "score": 0.44, + "content": "\\bar { q } \\in", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 430, + 229, + 443 + ], + "score": 1.0, + "content": "{copySymbol, copyState,", + "type": "text" + }, + { + "bbox": [ + 230, + 430, + 268, + 442 + ], + "score": 0.3, + "content": "\\mathrm { c o p y D i r } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 430, + 506, + 443 + ], + "score": 1.0, + "content": ". Given the initial state of the description tape, we assume", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 441, + 326, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 178, + 454 + ], + "score": 1.0, + "content": "uncertainty about", + "type": "text" + }, + { + "bbox": [ + 178, + 441, + 209, + 452 + ], + "score": 0.93, + "content": "s ^ { \\prime } , q ^ { \\prime } , d", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 441, + 326, + 454 + ], + "score": 1.0, + "content": "only. This determines a map", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5 + }, + { + "type": "interline_equation", + "bbox": [ + 253, + 456, + 358, + 470 + ], + "lines": [ + { + "bbox": [ + 253, + 456, + 358, + 470 + ], + "spans": [ + { + "bbox": [ + 253, + 456, + 358, + 470 + ], + "score": 0.91, + "content": "\\theta : \\{ 1 , \\dots , N \\} \\to \\Sigma \\times Q", + "type": "interline_equation", + "image_path": "7aa90452bd127888ac878a82b20c4859c54dac1f3fb343d910a8fcaec6de7504.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 253, + 456, + 358, + 470 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 503, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 472, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 279, + 487 + ], + "score": 1.0, + "content": "where the description tape at tuple number", + "type": "text" + }, + { + "bbox": [ + 279, + 474, + 284, + 483 + ], + "score": 0.81, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 472, + 330, + 487 + ], + "score": 1.0, + "content": "is given by", + "type": "text" + }, + { + "bbox": [ + 331, + 473, + 444, + 486 + ], + "score": 0.92, + "content": "\\theta ( i ) _ { 1 } \\theta ( i ) _ { 2 } P ( s _ { i } ^ { \\prime } ) P ( q _ { i } ^ { \\prime } ) P ( d _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 472, + 505, + 487 + ], + "score": 1.0, + "content": ". We define the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 485, + 392, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 318, + 500 + ], + "score": 1.0, + "content": "conditionally independent joint distribution between", + "type": "text" + }, + { + "bbox": [ + 318, + 485, + 379, + 499 + ], + "score": 0.92, + "content": "\\{ \\widetilde { Y } _ { 0 , t - 1 } , \\widetilde { S } _ { t - 1 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 485, + 392, + 500 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "interline_equation", + "bbox": [ + 182, + 502, + 429, + 549 + ], + "lines": [ + { + "bbox": [ + 182, + 502, + 429, + 549 + ], + "spans": [ + { + "bbox": [ + 182, + 502, + 429, + 549 + ], + "score": 0.93, + "content": "\\begin{array} { l } { { \\lambda _ { i } = \\displaystyle \\sum _ { \\sigma \\in \\Sigma } \\delta _ { \\theta ( i ) _ { 1 } = \\sigma } P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) \\cdot \\sum _ { q \\in Q } \\delta _ { \\theta ( i ) _ { 2 } = q } P ( \\widetilde { S } _ { t - 1 } = q ) \\hfill } } \\\\ { { \\quad = P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "00f2cdcbaf17862a9524c183d3cd6929539574a482f723be628aae9bcc2006d0.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 182, + 502, + 429, + 517.6666666666666 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 182, + 517.6666666666666, + 429, + 533.3333333333333 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 182, + 533.3333333333333, + 429, + 548.9999999999999 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 506, + 596 + ], + "lines": [ + { + "bbox": [ + 105, + 554, + 504, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 305, + 570 + ], + "score": 1.0, + "content": "We then calculate a recursive set of equations for", + "type": "text" + }, + { + "bbox": [ + 305, + 557, + 352, + 568 + ], + "score": 0.93, + "content": "0 \\leq j \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 554, + 450, + 570 + ], + "score": 1.0, + "content": "describing distributions", + "type": "text" + }, + { + "bbox": [ + 450, + 556, + 504, + 569 + ], + "score": 0.93, + "content": "P ( \\hat { s } _ { j } ) , P ( \\hat { q } _ { j } )", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 568, + 506, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 123, + 584 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 568, + 149, + 582 + ], + "score": 0.93, + "content": "P ( \\hat { d } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 568, + 430, + 584 + ], + "score": 1.0, + "content": "on the staging tape after processing all tuples up to and including tuple", + "type": "text" + }, + { + "bbox": [ + 430, + 571, + 436, + 582 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 568, + 506, + 584 + ], + "score": 1.0, + "content": ". These are given", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 582, + 274, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 118, + 596 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 582, + 255, + 596 + ], + "score": 0.92, + "content": "P ( \\hat { s } _ { 0 } ) = P ( \\hat { q } _ { 0 } ) = P ( \\hat { d } _ { 0 } ) = 1 \\cdot X", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 583, + 274, + 596 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "interline_equation", + "bbox": [ + 108, + 600, + 504, + 688 + ], + "lines": [ + { + "bbox": [ + 124, + 600, + 504, + 688 + ], + "spans": [ + { + "bbox": [ + 124, + 600, + 504, + 688 + ], + "score": 0.66, + "content": "\\begin{array} { r l } & { \\displaystyle { P ( \\hat { s } _ { i } ) = \\sum _ { \\sigma \\in \\Sigma } \\{ \\lambda _ { i } \\cdot P ( s _ { i } ^ { \\prime } = \\sigma ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = \\sigma ) \\} \\cdot \\sigma + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { P ( \\hat { q } _ { i } ) = \\sum _ { \\ q \\in Q } \\{ \\lambda _ { i } \\cdot P ( q _ { i } ^ { \\prime } = q ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = q ) \\} \\cdot q + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { \\hat { l } _ { i } ) = \\sum _ { \\alpha \\in \\{ L , R , S \\} } \\{ \\lambda _ { i } \\cdot P ( d _ { i } = a ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = a ) \\} \\cdot a + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = X ) \\cdot X . } } \\end{array}", + "type": "interline_equation", + "image_path": "1c4ab3562612c52181d5fb39c49de516678335b4023913e0cae6179ec06de62f.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 108, + 600, + 504, + 629.3333333333334 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 108, + 629.3333333333334, + 504, + 658.6666666666667 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 108, + 658.6666666666667, + 504, + 688.0000000000001 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 688, + 470, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 471, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 122, + 704 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 689, + 327, + 703 + ], + "score": 0.8, + "content": "A _ { \\sigma } = P ( \\widehat { s } _ { N } = X ) \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) + P ( \\widehat { s } _ { N } = \\sigma ) .", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 688, + 471, + 704 + ], + "score": 1.0, + "content": ". In terms of the above distributions", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 707, + 430, + 736 + ], + "lines": [ + { + "bbox": [ + 180, + 707, + 430, + 736 + ], + "spans": [ + { + "bbox": [ + 180, + 707, + 430, + 736 + ], + "score": 0.9, + "content": "P ( \\widetilde { S } _ { t } ) = \\sum _ { q \\in Q } \\Big ( P ( \\hat { q } _ { N } = X ) \\cdot P ( \\widetilde { S } _ { t - 1 } = q ) + P ( \\hat { q } _ { N } = q ) \\Big ) \\cdot q", + "type": "interline_equation", + "image_path": "870a01861cc402a8d5f1573c80cdb5933997da086a036400c1fa3874d947fcda.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 180, + 707, + 430, + 716.6666666666666 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 180, + 716.6666666666666, + 430, + 726.3333333333333 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 180, + 726.3333333333333, + 430, + 735.9999999999999 + ], + "spans": [], + "index": 40 + } + ] + } + ], + "page_idx": 17, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 506, + 116 + ], + "lines": [ + { + "bbox": [ + 104, + 80, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 80, + 157, + 96 + ], + "score": 1.0, + "content": "default state", + "type": "text" + }, + { + "bbox": [ + 158, + 83, + 186, + 93 + ], + "score": 0.76, + "content": "X X X", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 80, + 506, + 96 + ], + "score": 1.0, + "content": "and UTM state compSymbol and returns a configuration with the same staging", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "tape and state, but with the configuration of the work tape, description tape and state tape updated", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 274, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 274, + 117 + ], + "score": 1.0, + "content": "by one complete simulation step. That is,", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 104, + 80, + 506, + 117 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 142, + 120, + 468, + 135 + ], + "lines": [ + { + "bbox": [ + 142, + 120, + 468, + 135 + ], + "spans": [ + { + "bbox": [ + 142, + 120, + 468, + 135 + ], + "score": 0.86, + "content": "( \\Delta \\operatorname { s t e p } _ { \\mathcal { U } } ) ^ { T } ( x , w , q , X X X , \\mathrm { c o m p S y m b o l } ) = ( F ( x , w , q ) , X X X , \\mathrm { c o m p S y m b o l } )", + "type": "interline_equation", + "image_path": "271d548bcfb3c3cd71521abb4bde6826466f54ed2b06dede0612062692d3e8c2.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 142, + 120, + 468, + 135 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 138, + 212, + 150 + ], + "lines": [ + { + "bbox": [ + 105, + 138, + 212, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 212, + 150 + ], + "score": 1.0, + "content": "for some smooth function", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 138, + 212, + 150 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 195, + 151, + 416, + 167 + ], + "lines": [ + { + "bbox": [ + 195, + 151, + 416, + 167 + ], + "spans": [ + { + "bbox": [ + 195, + 151, + 416, + 167 + ], + "score": 0.9, + "content": "F : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q .", + "type": "interline_equation", + "image_path": "52bd475d96829f650a9fe6f4cda0ffd2a8880933ce6771e40742cf756c7a5a6e.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 195, + 151, + 416, + 167 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 170, + 504, + 194 + ], + "lines": [ + { + "bbox": [ + 106, + 170, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 106, + 170, + 245, + 183 + ], + "score": 1.0, + "content": "Finally we can define the function", + "type": "text" + }, + { + "bbox": [ + 246, + 171, + 278, + 182 + ], + "score": 0.91, + "content": "\\Delta \\mathrm { s t e p } ^ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 170, + 505, + 183 + ], + "score": 1.0, + "content": "of (4). We assume all Turing machines are initialised in", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 182, + 227, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 204, + 195 + ], + "score": 1.0, + "content": "some common state init", + "type": "text" + }, + { + "bbox": [ + 204, + 182, + 222, + 194 + ], + "score": 0.9, + "content": "\\in Q", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 182, + 227, + 195 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 170, + 505, + 195 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 195, + 387, + 208 + ], + "lines": [ + { + "bbox": [ + 105, + 192, + 387, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 194, + 211 + ], + "score": 1.0, + "content": "Definition F.3. Given", + "type": "text" + }, + { + "bbox": [ + 195, + 196, + 218, + 207 + ], + "score": 0.91, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 192, + 259, + 211 + ], + "score": 1.0, + "content": "we define", + "type": "text" + }, + { + "bbox": [ + 260, + 195, + 373, + 207 + ], + "score": 0.86, + "content": "\\Delta \\operatorname { s t e p } ^ { t } : \\Sigma ^ { * } \\times W \\longrightarrow \\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 192, + 387, + 211 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 192, + 387, + 211 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 210, + 376, + 225 + ], + "lines": [ + { + "bbox": [ + 235, + 210, + 376, + 225 + ], + "spans": [ + { + "bbox": [ + 235, + 210, + 376, + 225 + ], + "score": 0.9, + "content": "\\Delta \\operatorname { s t e p } ^ { t } ( x , w ) = \\Pi _ { Q } F ^ { t } ( x , w , \\operatorname { i n i t } )", + "type": "interline_equation", + "image_path": "74696f823bfc89d626700cc4f9a1a8bb8d8f406ee6306dab64b37d909b2ce88c.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 235, + 210, + 376, + 225 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 228, + 257, + 241 + ], + "lines": [ + { + "bbox": [ + 105, + 226, + 258, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 133, + 244 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 229, + 149, + 241 + ], + "score": 0.9, + "content": "\\Pi _ { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 226, + 237, + 244 + ], + "score": 1.0, + "content": "is the projection onto", + "type": "text" + }, + { + "bbox": [ + 237, + 229, + 254, + 240 + ], + "score": 0.89, + "content": "\\Delta Q", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 226, + 258, + 244 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 226, + 258, + 244 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 255, + 238, + 268 + ], + "lines": [ + { + "bbox": [ + 105, + 254, + 239, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 239, + 271 + ], + "score": 1.0, + "content": "G DIRECT SIMULATION", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 279, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 505, + 293 + ], + "score": 1.0, + "content": "For computational efficiency in our PyTorch implementation of the staged pseudo-UTM we imple-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 292, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 129, + 304 + ], + "score": 1.0, + "content": "ment", + "type": "text" + }, + { + "bbox": [ + 129, + 292, + 138, + 302 + ], + "score": 0.83, + "content": "F", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 292, + 212, + 304 + ], + "score": 1.0, + "content": "of (9) rather than", + "type": "text" + }, + { + "bbox": [ + 212, + 292, + 247, + 304 + ], + "score": 0.92, + "content": "\\Delta \\mathrm { s t e p } _ { \\mathcal { U } }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 292, + 506, + 304 + ], + "score": 1.0, + "content": ". We refer to this as direction simulation since it means that we", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 303, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 315 + ], + "score": 1.0, + "content": "update in one step the state and working tape of the UTM for a full cycle where a cycle consists of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 313, + 240, + 325 + ], + "spans": [ + { + "bbox": [ + 107, + 314, + 164, + 324 + ], + "score": 0.91, + "content": "T = 1 0 N + 5", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 313, + 240, + 325 + ], + "score": 1.0, + "content": "steps of the UTM.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 279, + 506, + 325 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 330, + 505, + 369 + ], + "lines": [ + { + "bbox": [ + 105, + 329, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 123, + 344 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 330, + 142, + 343 + ], + "score": 0.92, + "content": "S ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 329, + 161, + 344 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 162, + 330, + 185, + 343 + ], + "score": 0.92, + "content": "Y _ { u } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 329, + 506, + 344 + ], + "score": 1.0, + "content": "be random variables describing the contents of state tape and working tape in", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 342, + 503, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 177, + 357 + ], + "score": 1.0, + "content": "relative positions", + "type": "text" + }, + { + "bbox": [ + 177, + 344, + 194, + 355 + ], + "score": 0.87, + "content": "0 , u", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 342, + 265, + 357 + ], + "score": 1.0, + "content": "respectively after", + "type": "text" + }, + { + "bbox": [ + 265, + 344, + 288, + 354 + ], + "score": 0.9, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 342, + 426, + 357 + ], + "score": 1.0, + "content": "time steps of the UTM. We define", + "type": "text" + }, + { + "bbox": [ + 427, + 342, + 503, + 356 + ], + "score": 0.93, + "content": "{ \\widetilde { S } } ( t ) : = S ( 4 + T t )", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 355, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 123, + 369 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 355, + 209, + 369 + ], + "score": 0.93, + "content": "\\widetilde { Y } _ { u } ( t ) : = Y _ { u } ( 4 + T t )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 356, + 237, + 369 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 237, + 357, + 260, + 368 + ], + "score": 0.91, + "content": "t \\geq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 356, + 278, + 369 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 278, + 357, + 304, + 367 + ], + "score": 0.91, + "content": "u \\in \\mathbb { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 356, + 450, + 369 + ], + "score": 1.0, + "content": ". The task then is to define functions", + "type": "text" + }, + { + "bbox": [ + 450, + 357, + 466, + 369 + ], + "score": 0.91, + "content": "f , g", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "such that", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 329, + 506, + 369 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 263, + 372, + 347, + 388 + ], + "lines": [ + { + "bbox": [ + 263, + 372, + 347, + 388 + ], + "spans": [ + { + "bbox": [ + 263, + 372, + 347, + 388 + ], + "score": 0.86, + "content": "\\widetilde { S } ( t + 1 ) = f ( \\widetilde { S } ( t ) )", + "type": "interline_equation", + "image_path": "01589a065d21d81fafaf4c122c7537746528ccc3172c3a93611a75f1ce056d6a.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 263, + 372, + 347, + 388 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 259, + 390, + 351, + 406 + ], + "lines": [ + { + "bbox": [ + 259, + 390, + 351, + 406 + ], + "spans": [ + { + "bbox": [ + 259, + 390, + 351, + 406 + ], + "score": 0.85, + "content": "\\widetilde Y _ { u } ( t + 1 ) = g ( \\widetilde Y _ { u } ( t ) ) .", + "type": "interline_equation", + "image_path": "ce3e5f30df241bc7588b4371d14629e7c41e23165272c2b7dae8f3ee5418d8d8.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 259, + 390, + 351, + 406 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 407, + 505, + 452 + ], + "lines": [ + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 315, + 420 + ], + "score": 1.0, + "content": "The functional relationship is given as follows: for", + "type": "text" + }, + { + "bbox": [ + 315, + 408, + 364, + 419 + ], + "score": 0.91, + "content": "1 \\leq i \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "indexing tuples on the description", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 419, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 106, + 419, + 384, + 431 + ], + "score": 1.0, + "content": "tape, while processing that tuple, the UTM is in a state distribution", + "type": "text" + }, + { + "bbox": [ + 385, + 419, + 477, + 431 + ], + "score": 0.92, + "content": "\\lambda _ { i } \\cdot \\bar { q } + ( 1 - \\lambda _ { i } ) \\cdot \\neg \\bar { q }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 419, + 505, + 431 + ], + "score": 1.0, + "content": "where", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 430, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 107, + 430, + 124, + 442 + ], + "score": 0.44, + "content": "\\bar { q } \\in", + "type": "inline_equation" + }, + { + "bbox": [ + 124, + 430, + 229, + 443 + ], + "score": 1.0, + "content": "{copySymbol, copyState,", + "type": "text" + }, + { + "bbox": [ + 230, + 430, + 268, + 442 + ], + "score": 0.3, + "content": "\\mathrm { c o p y D i r } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 430, + 506, + 443 + ], + "score": 1.0, + "content": ". Given the initial state of the description tape, we assume", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 441, + 326, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 441, + 178, + 454 + ], + "score": 1.0, + "content": "uncertainty about", + "type": "text" + }, + { + "bbox": [ + 178, + 441, + 209, + 452 + ], + "score": 0.93, + "content": "s ^ { \\prime } , q ^ { \\prime } , d", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 441, + 326, + 454 + ], + "score": 1.0, + "content": "only. This determines a map", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 407, + 506, + 454 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 253, + 456, + 358, + 470 + ], + "lines": [ + { + "bbox": [ + 253, + 456, + 358, + 470 + ], + "spans": [ + { + "bbox": [ + 253, + 456, + 358, + 470 + ], + "score": 0.91, + "content": "\\theta : \\{ 1 , \\dots , N \\} \\to \\Sigma \\times Q", + "type": "interline_equation", + "image_path": "7aa90452bd127888ac878a82b20c4859c54dac1f3fb343d910a8fcaec6de7504.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 253, + 456, + 358, + 470 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 503, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 472, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 279, + 487 + ], + "score": 1.0, + "content": "where the description tape at tuple number", + "type": "text" + }, + { + "bbox": [ + 279, + 474, + 284, + 483 + ], + "score": 0.81, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 472, + 330, + 487 + ], + "score": 1.0, + "content": "is given by", + "type": "text" + }, + { + "bbox": [ + 331, + 473, + 444, + 486 + ], + "score": 0.92, + "content": "\\theta ( i ) _ { 1 } \\theta ( i ) _ { 2 } P ( s _ { i } ^ { \\prime } ) P ( q _ { i } ^ { \\prime } ) P ( d _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 472, + 505, + 487 + ], + "score": 1.0, + "content": ". We define the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 485, + 392, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 485, + 318, + 500 + ], + "score": 1.0, + "content": "conditionally independent joint distribution between", + "type": "text" + }, + { + "bbox": [ + 318, + 485, + 379, + 499 + ], + "score": 0.92, + "content": "\\{ \\widetilde { Y } _ { 0 , t - 1 } , \\widetilde { S } _ { t - 1 } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 485, + 392, + 500 + ], + "score": 1.0, + "content": "by", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 472, + 505, + 500 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 182, + 502, + 429, + 549 + ], + "lines": [ + { + "bbox": [ + 182, + 502, + 429, + 549 + ], + "spans": [ + { + "bbox": [ + 182, + 502, + 429, + 549 + ], + "score": 0.93, + "content": "\\begin{array} { l } { { \\lambda _ { i } = \\displaystyle \\sum _ { \\sigma \\in \\Sigma } \\delta _ { \\theta ( i ) _ { 1 } = \\sigma } P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) \\cdot \\sum _ { q \\in Q } \\delta _ { \\theta ( i ) _ { 2 } = q } P ( \\widetilde { S } _ { t - 1 } = q ) \\hfill } } \\\\ { { \\quad = P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "00f2cdcbaf17862a9524c183d3cd6929539574a482f723be628aae9bcc2006d0.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 182, + 502, + 429, + 517.6666666666666 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 182, + 517.6666666666666, + 429, + 533.3333333333333 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 182, + 533.3333333333333, + 429, + 548.9999999999999 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 506, + 596 + ], + "lines": [ + { + "bbox": [ + 105, + 554, + 504, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 305, + 570 + ], + "score": 1.0, + "content": "We then calculate a recursive set of equations for", + "type": "text" + }, + { + "bbox": [ + 305, + 557, + 352, + 568 + ], + "score": 0.93, + "content": "0 \\leq j \\leq N", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 554, + 450, + 570 + ], + "score": 1.0, + "content": "describing distributions", + "type": "text" + }, + { + "bbox": [ + 450, + 556, + 504, + 569 + ], + "score": 0.93, + "content": "P ( \\hat { s } _ { j } ) , P ( \\hat { q } _ { j } )", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 568, + 506, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 123, + 584 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 568, + 149, + 582 + ], + "score": 0.93, + "content": "P ( \\hat { d } _ { j } )", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 568, + 430, + 584 + ], + "score": 1.0, + "content": "on the staging tape after processing all tuples up to and including tuple", + "type": "text" + }, + { + "bbox": [ + 430, + 571, + 436, + 582 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 568, + 506, + 584 + ], + "score": 1.0, + "content": ". These are given", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 582, + 274, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 118, + 596 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 582, + 255, + 596 + ], + "score": 0.92, + "content": "P ( \\hat { s } _ { 0 } ) = P ( \\hat { q } _ { 0 } ) = P ( \\hat { d } _ { 0 } ) = 1 \\cdot X", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 583, + 274, + 596 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 554, + 506, + 596 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 108, + 600, + 504, + 688 + ], + "lines": [ + { + "bbox": [ + 124, + 600, + 504, + 688 + ], + "spans": [ + { + "bbox": [ + 124, + 600, + 504, + 688 + ], + "score": 0.66, + "content": "\\begin{array} { r l } & { \\displaystyle { P ( \\hat { s } _ { i } ) = \\sum _ { \\sigma \\in \\Sigma } \\{ \\lambda _ { i } \\cdot P ( s _ { i } ^ { \\prime } = \\sigma ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = \\sigma ) \\} \\cdot \\sigma + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { P ( \\hat { q } _ { i } ) = \\sum _ { \\ q \\in Q } \\{ \\lambda _ { i } \\cdot P ( q _ { i } ^ { \\prime } = q ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = q ) \\} \\cdot q + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { \\hat { l } _ { i } ) = \\sum _ { \\alpha \\in \\{ L , R , S \\} } \\{ \\lambda _ { i } \\cdot P ( d _ { i } = a ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = a ) \\} \\cdot a + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = X ) \\cdot X . } } \\end{array}", + "type": "interline_equation", + "image_path": "1c4ab3562612c52181d5fb39c49de516678335b4023913e0cae6179ec06de62f.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 108, + 600, + 504, + 629.3333333333334 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 108, + 629.3333333333334, + 504, + 658.6666666666667 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 108, + 658.6666666666667, + 504, + 688.0000000000001 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 104, + 688, + 470, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 688, + 471, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 122, + 704 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 689, + 327, + 703 + ], + "score": 0.8, + "content": "A _ { \\sigma } = P ( \\widehat { s } _ { N } = X ) \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) + P ( \\widehat { s } _ { N } = \\sigma ) .", + "type": "inline_equation" + }, + { + "bbox": [ + 328, + 688, + 471, + 704 + ], + "score": 1.0, + "content": ". In terms of the above distributions", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37, + "bbox_fs": [ + 105, + 688, + 471, + 704 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 707, + 430, + 736 + ], + "lines": [ + { + "bbox": [ + 180, + 707, + 430, + 736 + ], + "spans": [ + { + "bbox": [ + 180, + 707, + 430, + 736 + ], + "score": 0.9, + "content": "P ( \\widetilde { S } _ { t } ) = \\sum _ { q \\in Q } \\Big ( P ( \\hat { q } _ { N } = X ) \\cdot P ( \\widetilde { S } _ { t - 1 } = q ) + P ( \\hat { q } _ { N } = q ) \\Big ) \\cdot q", + "type": "interline_equation", + "image_path": "870a01861cc402a8d5f1573c80cdb5933997da086a036400c1fa3874d947fcda.jpg" + } + ] + } + ], + "index": 39, + "virtual_lines": [ + { + "bbox": [ + 180, + 707, + 430, + 716.6666666666666 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 180, + 716.6666666666666, + 430, + 726.3333333333333 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 180, + 726.3333333333333, + 430, + 735.9999999999999 + ], + "spans": [], + "index": 40 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 83, + 124, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 124, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 124, + 94 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 166, + 97, + 444, + 186 + ], + "lines": [ + { + "bbox": [ + 166, + 97, + 444, + 186 + ], + "spans": [ + { + "bbox": [ + 166, + 97, + 444, + 186 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { P ( \\widetilde { Y } _ { u , t } = \\sigma ) = P ( \\hat { d } _ { N } = L ) \\left( \\delta _ { u \\neq 1 } P ( \\widetilde { Y } _ { u - 1 , t - 1 } = \\sigma ) + \\delta _ { u = 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = R ) \\left( \\delta _ { u \\neq - 1 } P ( \\widetilde { Y } _ { u + 1 , t - 1 } = \\sigma ) + \\delta _ { u = - 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = S ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = X ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "48870491c119bf3fb60dd1692af389768f4ed2e7428746fb34f022b5de1c0c77.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 166, + 97, + 444, + 126.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 166, + 126.66666666666667, + 444, + 156.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 166, + 156.33333333333334, + 444, + 186.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 103, + 194, + 455, + 207 + ], + "lines": [ + { + "bbox": [ + 105, + 194, + 456, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 456, + 208 + ], + "score": 1.0, + "content": "Using these equations, we can state efficient update rules for the staging tape. We have", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 137, + 211, + 474, + 327 + ], + "lines": [ + { + "bbox": [ + 137, + 211, + 474, + 327 + ], + "spans": [ + { + "bbox": [ + 137, + 211, + 474, + 327 + ], + "score": 0.67, + "content": "\\begin{array} { l l l } { { \\displaystyle P ( \\hat { s } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { s } _ { N } = \\sigma ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( s _ { j } ^ { \\prime } = \\sigma ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { q } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { q } _ { N } = q ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( q _ { j } ^ { \\prime } = q ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { d } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { d } _ { N } = a ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( d _ { j } = a ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "34a718ae3fe055dbad0ae6ff9d6580def17a8c81f53748b3f5050351d5edd06e.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 137, + 211, + 474, + 249.66666666666666 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 137, + 249.66666666666666, + 474, + 288.3333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 137, + 288.3333333333333, + 474, + 327.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 333, + 503, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 332, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 484, + 347 + ], + "score": 1.0, + "content": "To enable efficient computation, we can express these equations using tensor calculus. Let", + "type": "text" + }, + { + "bbox": [ + 484, + 334, + 505, + 345 + ], + "score": 0.84, + "content": "\\lambda =", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 343, + 231, + 357 + ], + "spans": [ + { + "bbox": [ + 107, + 344, + 188, + 357 + ], + "score": 0.92, + "content": "( \\lambda _ { 1 } , \\dots , \\lambda _ { N } ) \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 343, + 231, + 357 + ], + "score": 1.0, + "content": ". We view", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 354, + 349, + 368 + ], + "lines": [ + { + "bbox": [ + 261, + 354, + 349, + 368 + ], + "spans": [ + { + "bbox": [ + 261, + 354, + 349, + 368 + ], + "score": 0.92, + "content": "\\theta : \\mathbb { R } ^ { N } \\xrightarrow { } \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q", + "type": "interline_equation", + "image_path": "922bc650c8af1c587aa886ee81dcdcd1e3e0f61ef0354eb95e31030c0c55f9ca.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 261, + 354, + 349, + 368 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 371, + 402, + 387 + ], + "lines": [ + { + "bbox": [ + 102, + 366, + 404, + 392 + ], + "spans": [ + { + "bbox": [ + 102, + 366, + 178, + 392 + ], + "score": 1.0, + "content": "as a tensor and so", + "type": "text" + }, + { + "bbox": [ + 179, + 372, + 375, + 386 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\theta = \\sum _ { i = 1 } ^ { N } i \\otimes \\theta ( i ) _ { 1 } \\otimes \\theta ( i ) _ { 2 } \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q . } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 366, + 404, + 392 + ], + "score": 1.0, + "content": ". Then", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 141, + 391, + 469, + 425 + ], + "lines": [ + { + "bbox": [ + 141, + 391, + 469, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 391, + 469, + 425 + ], + "score": 0.92, + "content": "\\theta _ { - } \\left( P ( \\widetilde { Y } _ { 0 , t - 1 } ) \\otimes P ( \\widetilde { S } _ { t - 1 } ) \\right) = \\sum _ { i = 1 } ^ { N } i \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) = \\lambda .", + "type": "interline_equation", + "image_path": "9407a8ae5aa4a54ff3c7e57aacca083315889ddf658dad1de7198f7fec34fd3f.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 141, + 391, + 469, + 402.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 141, + 402.3333333333333, + 469, + 413.66666666666663 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 141, + 413.66666666666663, + 469, + 424.99999999999994 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 430, + 316, + 444 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 316, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 151, + 446 + ], + "score": 1.0, + "content": "If we view", + "type": "text" + }, + { + "bbox": [ + 152, + 431, + 248, + 444 + ], + "score": 0.94, + "content": "P ( s _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { \\Sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 428, + 316, + 446 + ], + "score": 1.0, + "content": "as a tensor, then", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 448, + 506, + 489 + ], + "lines": [ + { + "bbox": [ + 111, + 448, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 111, + 448, + 506, + 489 + ], + "score": 0.92, + "content": "{ \\mathcal { S } } ( { \\widehat { \\mathfrak { s } } } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( s _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)", + "type": "interline_equation", + "image_path": "8bb785fffae36c9f98d84eb10a135961729c3af486d3f03168861cfc947c8a20.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 111, + 448, + 506, + 461.6666666666667 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 111, + 461.6666666666667, + 506, + 475.33333333333337 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 111, + 475.33333333333337, + 506, + 489.00000000000006 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 493, + 457, + 507 + ], + "lines": [ + { + "bbox": [ + 105, + 493, + 457, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 266, + 507 + ], + "score": 1.0, + "content": "can be expressed in terms on the vector", + "type": "text" + }, + { + "bbox": [ + 266, + 495, + 273, + 505 + ], + "score": 0.84, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 493, + 338, + 507 + ], + "score": 1.0, + "content": "only. Similarly,", + "type": "text" + }, + { + "bbox": [ + 338, + 494, + 434, + 507 + ], + "score": 0.93, + "content": "P ( q _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 493, + 457, + 507 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 511, + 506, + 551 + ], + "lines": [ + { + "bbox": [ + 111, + 511, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 111, + 511, + 506, + 551 + ], + "score": 0.9, + "content": "{ \\cal P } ( \\hat { q } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( q _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)", + "type": "interline_equation", + "image_path": "dd24ee215a5f81118a4f1bab317e8808b056df708f3b7065937e57068bcbfc20.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 111, + 511, + 506, + 524.3333333333334 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 111, + 524.3333333333334, + 506, + 537.6666666666667 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 537.6666666666667, + 506, + 551.0000000000001 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 241, + 569 + ], + "lines": [ + { + "bbox": [ + 105, + 555, + 240, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 123, + 570 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 556, + 219, + 569 + ], + "score": 0.92, + "content": "P ( d _ { * } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 555, + 240, + 570 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 574, + 507, + 614 + ], + "lines": [ + { + "bbox": [ + 111, + 574, + 507, + 614 + ], + "spans": [ + { + "bbox": [ + 111, + 574, + 507, + 614 + ], + "score": 0.92, + "content": "^ { > } ( \\hat { d } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( d _ { j } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right) .", + "type": "interline_equation", + "image_path": "357054ab85b8301fc14c8cf543d7f246fd09a1a1fdd0a8f982875d736e0c534a.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 111, + 574, + 507, + 587.3333333333334 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 111, + 587.3333333333334, + 507, + 600.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 111, + 600.6666666666667, + 507, + 614.0000000000001 + ], + "spans": [], + "index": 26 + } + ] + } + ], + "page_idx": 18, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 307, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 308, + 39 + ], + "score": 1.0, + "content": "Under review as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "19", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 83, + 124, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 124, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 124, + 94 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 82, + 124, + 94 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 166, + 97, + 444, + 186 + ], + "lines": [ + { + "bbox": [ + 166, + 97, + 444, + 186 + ], + "spans": [ + { + "bbox": [ + 166, + 97, + 444, + 186 + ], + "score": 0.95, + "content": "\\begin{array} { r l } & { P ( \\widetilde { Y } _ { u , t } = \\sigma ) = P ( \\hat { d } _ { N } = L ) \\left( \\delta _ { u \\neq 1 } P ( \\widetilde { Y } _ { u - 1 , t - 1 } = \\sigma ) + \\delta _ { u = 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = R ) \\left( \\delta _ { u \\neq - 1 } P ( \\widetilde { Y } _ { u + 1 , t - 1 } = \\sigma ) + \\delta _ { u = - 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = S ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = X ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) . } \\end{array}", + "type": "interline_equation", + "image_path": "48870491c119bf3fb60dd1692af389768f4ed2e7428746fb34f022b5de1c0c77.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 166, + 97, + 444, + 126.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 166, + 126.66666666666667, + 444, + 156.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 166, + 156.33333333333334, + 444, + 186.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 103, + 194, + 455, + 207 + ], + "lines": [ + { + "bbox": [ + 105, + 194, + 456, + 208 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 456, + 208 + ], + "score": 1.0, + "content": "Using these equations, we can state efficient update rules for the staging tape. We have", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 194, + 456, + 208 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 137, + 211, + 474, + 327 + ], + "lines": [ + { + "bbox": [ + 137, + 211, + 474, + 327 + ], + "spans": [ + { + "bbox": [ + 137, + 211, + 474, + 327 + ], + "score": 0.67, + "content": "\\begin{array} { l l l } { { \\displaystyle P ( \\hat { s } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { s } _ { N } = \\sigma ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( s _ { j } ^ { \\prime } = \\sigma ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { q } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { q } _ { N } = q ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( q _ { j } ^ { \\prime } = q ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { d } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { d } _ { N } = a ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( d _ { j } = a ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "34a718ae3fe055dbad0ae6ff9d6580def17a8c81f53748b3f5050351d5edd06e.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 137, + 211, + 474, + 249.66666666666666 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 137, + 249.66666666666666, + 474, + 288.3333333333333 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 137, + 288.3333333333333, + 474, + 327.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 333, + 503, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 332, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 484, + 347 + ], + "score": 1.0, + "content": "To enable efficient computation, we can express these equations using tensor calculus. Let", + "type": "text" + }, + { + "bbox": [ + 484, + 334, + 505, + 345 + ], + "score": 0.84, + "content": "\\lambda =", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 343, + 231, + 357 + ], + "spans": [ + { + "bbox": [ + 107, + 344, + 188, + 357 + ], + "score": 0.92, + "content": "( \\lambda _ { 1 } , \\dots , \\lambda _ { N } ) \\in \\mathbb { R } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 343, + 231, + 357 + ], + "score": 1.0, + "content": ". We view", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5, + "bbox_fs": [ + 105, + 332, + 505, + 357 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 354, + 349, + 368 + ], + "lines": [ + { + "bbox": [ + 261, + 354, + 349, + 368 + ], + "spans": [ + { + "bbox": [ + 261, + 354, + 349, + 368 + ], + "score": 0.92, + "content": "\\theta : \\mathbb { R } ^ { N } \\xrightarrow { } \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q", + "type": "interline_equation", + "image_path": "922bc650c8af1c587aa886ee81dcdcd1e3e0f61ef0354eb95e31030c0c55f9ca.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 261, + 354, + 349, + 368 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 371, + 402, + 387 + ], + "lines": [ + { + "bbox": [ + 102, + 366, + 404, + 392 + ], + "spans": [ + { + "bbox": [ + 102, + 366, + 178, + 392 + ], + "score": 1.0, + "content": "as a tensor and so", + "type": "text" + }, + { + "bbox": [ + 179, + 372, + 375, + 386 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\theta = \\sum _ { i = 1 } ^ { N } i \\otimes \\theta ( i ) _ { 1 } \\otimes \\theta ( i ) _ { 2 } \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q . } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 366, + 404, + 392 + ], + "score": 1.0, + "content": ". Then", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 102, + 366, + 404, + 392 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 141, + 391, + 469, + 425 + ], + "lines": [ + { + "bbox": [ + 141, + 391, + 469, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 391, + 469, + 425 + ], + "score": 0.92, + "content": "\\theta _ { - } \\left( P ( \\widetilde { Y } _ { 0 , t - 1 } ) \\otimes P ( \\widetilde { S } _ { t - 1 } ) \\right) = \\sum _ { i = 1 } ^ { N } i \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) = \\lambda .", + "type": "interline_equation", + "image_path": "9407a8ae5aa4a54ff3c7e57aacca083315889ddf658dad1de7198f7fec34fd3f.jpg" + } + ] + } + ], + "index": 13, + "virtual_lines": [ + { + "bbox": [ + 141, + 391, + 469, + 402.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 141, + 402.3333333333333, + 469, + 413.66666666666663 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 141, + 413.66666666666663, + 469, + 424.99999999999994 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 430, + 316, + 444 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 316, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 151, + 446 + ], + "score": 1.0, + "content": "If we view", + "type": "text" + }, + { + "bbox": [ + 152, + 431, + 248, + 444 + ], + "score": 0.94, + "content": "P ( s _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { \\Sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 248, + 428, + 316, + 446 + ], + "score": 1.0, + "content": "as a tensor, then", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 428, + 316, + 446 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 448, + 506, + 489 + ], + "lines": [ + { + "bbox": [ + 111, + 448, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 111, + 448, + 506, + 489 + ], + "score": 0.92, + "content": "{ \\mathcal { S } } ( { \\widehat { \\mathfrak { s } } } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( s _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)", + "type": "interline_equation", + "image_path": "8bb785fffae36c9f98d84eb10a135961729c3af486d3f03168861cfc947c8a20.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 111, + 448, + 506, + 461.6666666666667 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 111, + 461.6666666666667, + 506, + 475.33333333333337 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 111, + 475.33333333333337, + 506, + 489.00000000000006 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 493, + 457, + 507 + ], + "lines": [ + { + "bbox": [ + 105, + 493, + 457, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 266, + 507 + ], + "score": 1.0, + "content": "can be expressed in terms on the vector", + "type": "text" + }, + { + "bbox": [ + 266, + 495, + 273, + 505 + ], + "score": 0.84, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 493, + 338, + 507 + ], + "score": 1.0, + "content": "only. Similarly,", + "type": "text" + }, + { + "bbox": [ + 338, + 494, + 434, + 507 + ], + "score": 0.93, + "content": "P ( q _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 493, + 457, + 507 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 493, + 457, + 507 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 511, + 506, + 551 + ], + "lines": [ + { + "bbox": [ + 111, + 511, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 111, + 511, + 506, + 551 + ], + "score": 0.9, + "content": "{ \\cal P } ( \\hat { q } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( q _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)", + "type": "interline_equation", + "image_path": "dd24ee215a5f81118a4f1bab317e8808b056df708f3b7065937e57068bcbfc20.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 111, + 511, + 506, + 524.3333333333334 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 111, + 524.3333333333334, + 506, + 537.6666666666667 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 537.6666666666667, + 506, + 551.0000000000001 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 241, + 569 + ], + "lines": [ + { + "bbox": [ + 105, + 555, + 240, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 123, + 570 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 556, + 219, + 569 + ], + "score": 0.92, + "content": "P ( d _ { * } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 555, + 240, + 570 + ], + "score": 1.0, + "content": "with", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 555, + 240, + 570 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 574, + 507, + 614 + ], + "lines": [ + { + "bbox": [ + 111, + 574, + 507, + 614 + ], + "spans": [ + { + "bbox": [ + 111, + 574, + 507, + 614 + ], + "score": 0.92, + "content": "^ { > } ( \\hat { d } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( d _ { j } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right) .", + "type": "interline_equation", + "image_path": "357054ab85b8301fc14c8cf543d7f246fd09a1a1fdd0a8f982875d736e0c534a.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 111, + 574, + 507, + 587.3333333333334 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 111, + 587.3333333333334, + 507, + 600.6666666666667 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 111, + 600.6666666666667, + 507, + 614.0000000000001 + ], + "spans": [], + "index": 26 + } + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/qiydAcw6Re/qiydAcw6Re_model.json b/parse/train/qiydAcw6Re/qiydAcw6Re_model.json new file mode 100644 index 0000000000000000000000000000000000000000..99306b96774735689730761767bf0c977c30d94a --- /dev/null +++ b/parse/train/qiydAcw6Re/qiydAcw6Re_model.json @@ -0,0 +1,37592 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 889, + 1404, + 889, + 1404, + 1165, + 298, + 1165 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 397, + 536, + 1301, + 536, + 1301, + 751, + 397, + 751 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1680, + 1403, + 1680, + 1403, + 1866, + 298, + 1866 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 1881, + 1402, + 1881, + 1402, + 2035, + 300, + 2035 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 301, + 1180, + 1155, + 1180, + 1155, + 1212, + 301, + 1212 + ], + "score": 0.905 + }, + { + "category_id": 1, + "poly": [ + 313, + 322, + 680, + 322, + 680, + 383, + 313, + 383 + ], + "score": 0.902 + }, + { + "category_id": 0, + "poly": [ + 299, + 219, + 1067, + 219, + 1067, + 269, + 299, + 269 + ], + "score": 0.902 + }, + { + "category_id": 0, + "poly": [ + 302, + 817, + 572, + 817, + 572, + 851, + 302, + 851 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 104, + 298, + 104 + ], + "score": 0.885 + }, + { + "category_id": 0, + "poly": [ + 773, + 464, + 927, + 464, + 927, + 498, + 773, + 498 + ], + "score": 0.883 + }, + { + "category_id": 1, + "poly": [ + 304, + 1634, + 1358, + 1634, + 1358, + 1666, + 304, + 1666 + ], + "score": 0.881 + }, + { + "category_id": 1, + "poly": [ + 368, + 1240, + 1404, + 1240, + 1404, + 1605, + 368, + 1605 + ], + "score": 0.876 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 857, + 2088, + 857, + 2112, + 842, + 2112 + ], + "score": 0.652 + }, + { + "category_id": 13, + "poly": [ + 1201, + 1742, + 1327, + 1742, + 1327, + 1776, + 1201, + 1776 + ], + "score": 0.94, + "latex": "T ( x ) \\in \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 546, + 2002, + 655, + 2002, + 655, + 2036, + 546, + 2036 + ], + "score": 0.93, + "latex": "{ \\bar { p } } ( y | x , w )" + }, + { + "category_id": 13, + "poly": [ + 1039, + 1301, + 1155, + 1301, + 1155, + 1335, + 1039, + 1335 + ], + "score": 0.93, + "latex": "K ( x ) = 0" + }, + { + "category_id": 13, + "poly": [ + 656, + 1743, + 740, + 1743, + 740, + 1771, + 656, + 1771 + ], + "score": 0.93, + "latex": "x \\in \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 937, + 2004, + 1083, + 2004, + 1083, + 2036, + 937, + 2036 + ], + "score": 0.92, + "latex": "\\mathcal { U } ( x , w ) = y" + }, + { + "category_id": 13, + "poly": [ + 1210, + 1972, + 1400, + 1972, + 1400, + 2006, + 1210, + 2006 + ], + "score": 0.92, + "latex": "\\mathcal { U } ( x , w ) = T ( x )" + }, + { + "category_id": 13, + "poly": [ + 1186, + 1271, + 1331, + 1271, + 1331, + 1304, + 1186, + 1304 + ], + "score": 0.92, + "latex": "\\nabla K ( x ) = 0" + }, + { + "category_id": 13, + "poly": [ + 1214, + 1238, + 1313, + 1238, + 1313, + 1270, + 1214, + 1270 + ], + "score": 0.91, + "latex": "U \\subseteq \\mathbb { R } ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 446, + 1271, + 612, + 1271, + 612, + 1299, + 446, + 1299 + ], + "score": 0.91, + "latex": "K : U \\longrightarrow \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 804, + 1272, + 885, + 1272, + 885, + 1299, + 804, + 1299 + ], + "score": 0.91, + "latex": "x \\in U" + }, + { + "category_id": 13, + "poly": [ + 806, + 1883, + 858, + 1883, + 858, + 1915, + 806, + 1915 + ], + "score": 0.91, + "latex": "q ( x )" + }, + { + "category_id": 13, + "poly": [ + 813, + 1944, + 1061, + 1944, + 1061, + 1976, + 813, + 1976 + ], + "score": 0.91, + "latex": "q ( x , y ) = q ( y | x ) q ( x )" + }, + { + "category_id": 13, + "poly": [ + 1005, + 1912, + 1108, + 1912, + 1108, + 1940, + 1005, + 1940 + ], + "score": 0.9, + "latex": "\\Sigma ^ { * } \\times \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 371, + 2004, + 455, + 2004, + 455, + 2032, + 371, + 2032 + ], + "score": 0.9, + "latex": "x \\in \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 885, + 1913, + 963, + 1913, + 963, + 1944, + 885, + 1944 + ], + "score": 0.9, + "latex": "q ( x , y )" + }, + { + "category_id": 13, + "poly": [ + 780, + 1773, + 1111, + 1773, + 1111, + 1806, + 780, + 1806 + ], + "score": 0.9, + "latex": "\\{ ( x , T ( x ) ) \\} _ { x \\in \\Sigma ^ { * } } \\subseteq \\Sigma ^ { * } \\times \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 827, + 1806, + 927, + 1806, + 927, + 1833, + 827, + 1833 + ], + "score": 0.9, + "latex": "\\Sigma ^ { * } \\times \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1014, + 1972, + 1148, + 1972, + 1148, + 2001, + 1014, + 2001 + ], + "score": 0.89, + "latex": "\\dot { w } \\in W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 895, + 1883, + 930, + 1883, + 930, + 1909, + 895, + 1909 + ], + "score": 0.85, + "latex": "\\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1125, + 1272, + 1155, + 1272, + 1155, + 1298, + 1125, + 1298 + ], + "score": 0.85, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 298, + 1743, + 323, + 1743, + 323, + 1775, + 298, + 1775 + ], + "score": 0.84, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 1193, + 1713, + 1217, + 1713, + 1217, + 1740, + 1193, + 1740 + ], + "score": 0.8, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 719, + 1714, + 743, + 1714, + 743, + 1740, + 719, + 1740 + ], + "score": 0.8, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 694, + 1303, + 723, + 1303, + 723, + 1329, + 694, + 1329 + ], + "score": 0.8, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 469, + 1775, + 493, + 1775, + 493, + 1801, + 469, + 1801 + ], + "score": 0.77, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 398, + 1974, + 423, + 1974, + 423, + 2001, + 398, + 2001 + ], + "score": 0.76, + "latex": "\\mathcal { U }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 218.0, + 1073.0, + 218.0, + 1073.0, + 274.0, + 295.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 814.0, + 578.0, + 814.0, + 578.0, + 860.0, + 294.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 857.0, + 72.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 463.0, + 932.0, + 463.0, + 932.0, + 501.0, + 770.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 841.0, + 2088.0, + 858.0, + 2088.0, + 858.0, + 2116.0, + 841.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 890.0, + 1404.0, + 890.0, + 1404.0, + 923.0, + 297.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 917.0, + 1405.0, + 917.0, + 1405.0, + 955.0, + 293.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 949.0, + 1406.0, + 949.0, + 1406.0, + 987.0, + 293.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 981.0, + 1404.0, + 981.0, + 1404.0, + 1014.0, + 294.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1009.0, + 1404.0, + 1009.0, + 1404.0, + 1048.0, + 292.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1041.0, + 1405.0, + 1041.0, + 1405.0, + 1078.0, + 294.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1071.0, + 1406.0, + 1071.0, + 1406.0, + 1108.0, + 293.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1103.0, + 1405.0, + 1103.0, + 1405.0, + 1137.0, + 294.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1133.0, + 955.0, + 1133.0, + 955.0, + 1168.0, + 293.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 534.0, + 1305.0, + 534.0, + 1305.0, + 575.0, + 394.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 566.0, + 1305.0, + 566.0, + 1305.0, + 603.0, + 393.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 596.0, + 1304.0, + 596.0, + 1304.0, + 634.0, + 393.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 629.0, + 1305.0, + 629.0, + 1305.0, + 663.0, + 394.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 659.0, + 1305.0, + 659.0, + 1305.0, + 693.0, + 394.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 691.0, + 1305.0, + 691.0, + 1305.0, + 724.0, + 395.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 718.0, + 1129.0, + 718.0, + 1129.0, + 756.0, + 395.0, + 756.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": [ + 293.0, + 1712.0, + 718.0, + 1712.0, + 718.0, + 1747.0, + 293.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1712.0, + 1192.0, + 1712.0, + 1192.0, + 1747.0, + 744.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 1712.0, + 1405.0, + 1712.0, + 1405.0, + 1747.0, + 1218.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1739.0, + 297.0, + 1739.0, + 297.0, + 1779.0, + 292.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1739.0, + 655.0, + 1739.0, + 655.0, + 1779.0, + 324.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 1739.0, + 1200.0, + 1739.0, + 1200.0, + 1779.0, + 741.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 1739.0, + 1407.0, + 1739.0, + 1407.0, + 1779.0, + 1328.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1772.0, + 468.0, + 1772.0, + 468.0, + 1811.0, + 293.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 1772.0, + 779.0, + 1772.0, + 779.0, + 1811.0, + 494.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 1772.0, + 1407.0, + 1772.0, + 1407.0, + 1811.0, + 1112.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1802.0, + 826.0, + 1802.0, + 826.0, + 1838.0, + 294.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1802.0, + 1407.0, + 1802.0, + 1407.0, + 1838.0, + 928.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1833.0, + 1086.0, + 1833.0, + 1086.0, + 1870.0, + 294.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1880.0, + 805.0, + 1880.0, + 805.0, + 1917.0, + 295.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1880.0, + 894.0, + 1880.0, + 894.0, + 1917.0, + 859.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1880.0, + 1407.0, + 1880.0, + 1407.0, + 1917.0, + 931.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1910.0, + 884.0, + 1910.0, + 884.0, + 1947.0, + 295.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 1910.0, + 1004.0, + 1910.0, + 1004.0, + 1947.0, + 964.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 1910.0, + 1406.0, + 1910.0, + 1406.0, + 1947.0, + 1109.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 812.0, + 1939.0, + 812.0, + 1980.0, + 294.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 1939.0, + 1408.0, + 1939.0, + 1408.0, + 1980.0, + 1062.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1965.0, + 397.0, + 1965.0, + 397.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 1965.0, + 1013.0, + 1965.0, + 1013.0, + 2010.0, + 424.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1149.0, + 1965.0, + 1209.0, + 1965.0, + 1209.0, + 2010.0, + 1149.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1965.0, + 1404.0, + 1965.0, + 1404.0, + 2010.0, + 1401.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1999.0, + 370.0, + 1999.0, + 370.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 456.0, + 1999.0, + 545.0, + 1999.0, + 545.0, + 2039.0, + 456.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1999.0, + 936.0, + 1999.0, + 936.0, + 2039.0, + 656.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 1999.0, + 1406.0, + 1999.0, + 1406.0, + 2039.0, + 1084.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1174.0, + 1159.0, + 1174.0, + 1159.0, + 1220.0, + 293.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 322.0, + 560.0, + 322.0, + 560.0, + 355.0, + 315.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 352.0, + 682.0, + 352.0, + 682.0, + 385.0, + 311.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1632.0, + 1360.0, + 1632.0, + 1360.0, + 1671.0, + 298.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1236.0, + 1213.0, + 1236.0, + 1213.0, + 1277.0, + 367.0, + 1277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 1236.0, + 1407.0, + 1236.0, + 1407.0, + 1277.0, + 1314.0, + 1277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1269.0, + 445.0, + 1269.0, + 445.0, + 1306.0, + 394.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 1269.0, + 803.0, + 1269.0, + 803.0, + 1306.0, + 613.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 1269.0, + 1124.0, + 1269.0, + 1124.0, + 1306.0, + 886.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1269.0, + 1185.0, + 1269.0, + 1185.0, + 1306.0, + 1156.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1269.0, + 1408.0, + 1269.0, + 1408.0, + 1306.0, + 1332.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1303.0, + 693.0, + 1303.0, + 693.0, + 1337.0, + 395.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1303.0, + 1038.0, + 1303.0, + 1038.0, + 1337.0, + 724.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1303.0, + 1166.0, + 1303.0, + 1166.0, + 1337.0, + 1156.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 1346.0, + 1405.0, + 1346.0, + 1405.0, + 1384.0, + 384.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1377.0, + 1407.0, + 1377.0, + 1407.0, + 1412.0, + 393.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1407.0, + 1404.0, + 1407.0, + 1404.0, + 1443.0, + 394.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1437.0, + 1291.0, + 1437.0, + 1291.0, + 1475.0, + 394.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 1482.0, + 1403.0, + 1482.0, + 1403.0, + 1521.0, + 381.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1513.0, + 1404.0, + 1513.0, + 1404.0, + 1548.0, + 393.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1545.0, + 1405.0, + 1545.0, + 1405.0, + 1579.0, + 395.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1576.0, + 1190.0, + 1576.0, + 1190.0, + 1607.0, + 395.0, + 1607.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 473, + 1405, + 473, + 1405, + 752, + 296, + 752 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 764, + 1405, + 764, + 1405, + 950, + 297, + 950 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1237, + 1405, + 1237, + 1405, + 1452, + 297, + 1452 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1067, + 1404, + 1067, + 1404, + 1224, + 297, + 1224 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1549, + 1401, + 1549, + 1401, + 1644, + 299, + 1644 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 300, + 1657, + 1399, + 1657, + 1399, + 1752, + 300, + 1752 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 296, + 396, + 1401, + 396, + 1401, + 462, + 296, + 462 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 292, + 228, + 1402, + 228, + 1402, + 293, + 292, + 293 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 588, + 309, + 1108, + 309, + 1108, + 383, + 588, + 383 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 437, + 1462, + 1261, + 1462, + 1261, + 1535, + 437, + 1535 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 368, + 1776, + 1403, + 1776, + 1403, + 2035, + 368, + 2035 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 705, + 1013, + 994, + 1013, + 994, + 1054, + 705, + 1054 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 299, + 961, + 1169, + 961, + 1169, + 998, + 299, + 998 + ], + "score": 0.923 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1020, + 1400, + 1020, + 1400, + 1049, + 1366, + 1049 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1366, + 330, + 1400, + 330, + 1400, + 361, + 1366, + 361 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 105, + 297, + 105 + ], + "score": 0.838 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.718 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.206 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 854, + 74, + 854, + 105, + 298, + 105 + ], + "score": 0.122 + }, + { + "category_id": 14, + "poly": [ + 586, + 307, + 1113, + 307, + 1113, + 383, + 586, + 383 + ], + "score": 0.95, + "latex": "K ( w ) = \\int \\int q ( y | x ) q ( x ) \\log \\frac { q ( y | x ) } { p ( y | x , w ) } d x d y ." + }, + { + "category_id": 13, + "poly": [ + 798, + 427, + 929, + 427, + 929, + 461, + 798, + 461 + ], + "score": 0.94, + "latex": "q ( x , y ) > 0" + }, + { + "category_id": 13, + "poly": [ + 481, + 427, + 594, + 427, + 594, + 461, + 481, + 461 + ], + "score": 0.93, + "latex": "T ( x ) = y" + }, + { + "category_id": 14, + "poly": [ + 436, + 1461, + 1260, + 1461, + 1260, + 1537, + 436, + 1537 + ], + "score": 0.93, + "latex": "I ( w ) _ { i j } = \\int \\int \\frac { \\partial } { \\partial w _ { i } } \\big [ \\log p ( y | x , w ) \\big ] \\frac { \\partial } { \\partial w _ { j } } \\big [ \\log p ( y | x , w ) \\big ] q ( y | x ) q ( x ) d x d y ," + }, + { + "category_id": 13, + "poly": [ + 542, + 596, + 650, + 596, + 650, + 629, + 542, + 629 + ], + "score": 0.93, + "latex": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )" + }, + { + "category_id": 13, + "poly": [ + 1013, + 1238, + 1122, + 1238, + 1122, + 1272, + 1013, + 1272 + ], + "score": 0.93, + "latex": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )" + }, + { + "category_id": 13, + "poly": [ + 923, + 1839, + 1016, + 1839, + 1016, + 1872, + 923, + 1872 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 722, + 719, + 814, + 719, + 814, + 751, + 722, + 751 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 760, + 963, + 1086, + 963, + 1086, + 999, + 760, + 999 + ], + "score": 0.92, + "latex": "W _ { 0 } = \\{ w \\in W | K ( w ) = 0 \\}" + }, + { + "category_id": 13, + "poly": [ + 629, + 688, + 692, + 688, + 692, + 720, + 629, + 720 + ], + "score": 0.92, + "latex": "\\varphi ( w )" + }, + { + "category_id": 13, + "poly": [ + 371, + 1067, + 509, + 1067, + 509, + 1100, + 371, + 1100 + ], + "score": 0.92, + "latex": "W _ { 0 } \\cap W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 672, + 428, + 737, + 428, + 737, + 461, + 672, + 461 + ], + "score": 0.92, + "latex": "( x , y )" + }, + { + "category_id": 13, + "poly": [ + 566, + 504, + 711, + 504, + 711, + 535, + 566, + 535 + ], + "score": 0.92, + "latex": "W \\bar { \\supseteq } W ^ { c o d e }" + }, + { + "category_id": 14, + "poly": [ + 704, + 1013, + 996, + 1013, + 996, + 1052, + 704, + 1052 + ], + "score": 0.91, + "latex": "W _ { 0 } \\cap W ^ { c o d e } \\subseteq W _ { 0 } \\subseteq W" + }, + { + "category_id": 13, + "poly": [ + 1234, + 505, + 1401, + 505, + 1401, + 533, + 1234, + 533 + ], + "score": 0.91, + "latex": "K : W \\longrightarrow \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 766, + 1391, + 806, + 1391, + 806, + 1421, + 766, + 1421 + ], + "score": 0.9, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1131, + 1100, + 1173, + 1100, + 1173, + 1131, + 1131, + 1131 + ], + "score": 0.9, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1152, + 1192, + 1193, + 1192, + 1193, + 1222, + 1152, + 1222 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1194, + 1269, + 1235, + 1269, + 1235, + 1299, + 1194, + 1299 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 626, + 1192, + 666, + 1192, + 666, + 1222, + 626, + 1222 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 614, + 1239, + 655, + 1239, + 655, + 1269, + 614, + 1269 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1324, + 564, + 1400, + 564, + 1400, + 594, + 1324, + 594 + ], + "score": 0.87, + "latex": "W ^ { \\dot { c } o d e }" + }, + { + "category_id": 13, + "poly": [ + 711, + 1192, + 762, + 1192, + 762, + 1220, + 711, + 1220 + ], + "score": 0.85, + "latex": "\\nabla K" + }, + { + "category_id": 13, + "poly": [ + 730, + 537, + 759, + 537, + 759, + 563, + 730, + 563 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 599, + 1331, + 627, + 1331, + 627, + 1357, + 599, + 1357 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 942, + 506, + 971, + 506, + 971, + 532, + 942, + 532 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 801, + 1162, + 829, + 1162, + 829, + 1188, + 801, + 1188 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 398, + 429, + 422, + 429, + 422, + 455, + 398, + 455 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 658, + 1362, + 687, + 1362, + 687, + 1388, + 658, + 1388 + ], + "score": 0.8, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 352, + 1132, + 375, + 1132, + 375, + 1158, + 352, + 1158 + ], + "score": 0.78, + "latex": "\\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 788, + 567, + 821, + 567, + 821, + 594, + 788, + 594 + ], + "score": 0.76, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 757, + 689, + 790, + 689, + 790, + 716, + 757, + 716 + ], + "score": 0.67, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 571, + 1131, + 628, + 1131, + 628, + 1162, + 571, + 1162 + ], + "score": 0.52, + "latex": "\\ S 0 . 1 )" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 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, + 72.0, + 857.0, + 72.0, + 857.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 469.0, + 1406.0, + 469.0, + 1406.0, + 514.0, + 291.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 497.0, + 565.0, + 497.0, + 565.0, + 541.0, + 291.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 497.0, + 941.0, + 497.0, + 941.0, + 541.0, + 712.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 497.0, + 1233.0, + 497.0, + 1233.0, + 541.0, + 972.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 497.0, + 1410.0, + 497.0, + 1410.0, + 541.0, + 1402.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 535.0, + 729.0, + 535.0, + 729.0, + 572.0, + 293.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 535.0, + 1407.0, + 535.0, + 1407.0, + 572.0, + 760.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 563.0, + 787.0, + 563.0, + 787.0, + 601.0, + 290.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 563.0, + 1323.0, + 563.0, + 1323.0, + 601.0, + 822.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 563.0, + 1407.0, + 563.0, + 1407.0, + 601.0, + 1401.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 598.0, + 541.0, + 598.0, + 541.0, + 631.0, + 295.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 598.0, + 1403.0, + 598.0, + 1403.0, + 631.0, + 651.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 627.0, + 1405.0, + 627.0, + 1405.0, + 660.0, + 296.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 657.0, + 1403.0, + 657.0, + 1403.0, + 690.0, + 294.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 686.0, + 628.0, + 686.0, + 628.0, + 723.0, + 295.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 686.0, + 756.0, + 686.0, + 756.0, + 723.0, + 693.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 686.0, + 1406.0, + 686.0, + 1406.0, + 723.0, + 791.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 718.0, + 721.0, + 718.0, + 721.0, + 755.0, + 294.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 718.0, + 824.0, + 718.0, + 824.0, + 755.0, + 815.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 764.0, + 1405.0, + 764.0, + 1405.0, + 801.0, + 294.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 794.0, + 1406.0, + 794.0, + 1406.0, + 830.0, + 295.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 825.0, + 1406.0, + 825.0, + 1406.0, + 861.0, + 295.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 853.0, + 1406.0, + 853.0, + 1406.0, + 893.0, + 294.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 886.0, + 1405.0, + 886.0, + 1405.0, + 922.0, + 295.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 917.0, + 1144.0, + 917.0, + 1144.0, + 954.0, + 294.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1236.0, + 613.0, + 1236.0, + 613.0, + 1273.0, + 294.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1236.0, + 1012.0, + 1236.0, + 1012.0, + 1273.0, + 656.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 1236.0, + 1406.0, + 1236.0, + 1406.0, + 1273.0, + 1123.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1269.0, + 1193.0, + 1269.0, + 1193.0, + 1301.0, + 292.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1269.0, + 1406.0, + 1269.0, + 1406.0, + 1301.0, + 1236.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1299.0, + 1405.0, + 1299.0, + 1405.0, + 1332.0, + 294.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1331.0, + 598.0, + 1331.0, + 598.0, + 1362.0, + 296.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 1331.0, + 1402.0, + 1331.0, + 1402.0, + 1362.0, + 628.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1359.0, + 657.0, + 1359.0, + 657.0, + 1394.0, + 295.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 1359.0, + 1405.0, + 1359.0, + 1405.0, + 1394.0, + 688.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1391.0, + 765.0, + 1391.0, + 765.0, + 1426.0, + 295.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 1391.0, + 1407.0, + 1391.0, + 1407.0, + 1426.0, + 807.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1419.0, + 515.0, + 1419.0, + 515.0, + 1453.0, + 295.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1064.0, + 370.0, + 1064.0, + 370.0, + 1105.0, + 295.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 1064.0, + 1407.0, + 1064.0, + 1407.0, + 1105.0, + 510.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1100.0, + 1130.0, + 1100.0, + 1130.0, + 1133.0, + 295.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1100.0, + 1405.0, + 1100.0, + 1405.0, + 1133.0, + 1174.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1128.0, + 351.0, + 1128.0, + 351.0, + 1167.0, + 292.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 1128.0, + 570.0, + 1128.0, + 570.0, + 1167.0, + 376.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1128.0, + 1406.0, + 1128.0, + 1406.0, + 1167.0, + 629.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1158.0, + 800.0, + 1158.0, + 800.0, + 1196.0, + 294.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1158.0, + 1405.0, + 1158.0, + 1405.0, + 1196.0, + 830.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1190.0, + 625.0, + 1190.0, + 625.0, + 1227.0, + 295.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 1190.0, + 710.0, + 1190.0, + 710.0, + 1227.0, + 667.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 1190.0, + 1151.0, + 1190.0, + 1151.0, + 1227.0, + 763.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 1190.0, + 1404.0, + 1190.0, + 1404.0, + 1227.0, + 1194.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1549.0, + 1406.0, + 1549.0, + 1406.0, + 1587.0, + 293.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1581.0, + 1405.0, + 1581.0, + 1405.0, + 1617.0, + 294.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1612.0, + 893.0, + 1612.0, + 893.0, + 1646.0, + 295.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1657.0, + 1404.0, + 1657.0, + 1404.0, + 1695.0, + 295.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1690.0, + 1404.0, + 1690.0, + 1404.0, + 1724.0, + 296.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1720.0, + 585.0, + 1720.0, + 585.0, + 1754.0, + 295.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 390.0, + 1405.0, + 390.0, + 1405.0, + 436.0, + 293.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 426.0, + 397.0, + 426.0, + 397.0, + 463.0, + 295.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 426.0, + 480.0, + 426.0, + 480.0, + 463.0, + 423.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 426.0, + 671.0, + 426.0, + 671.0, + 463.0, + 595.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 426.0, + 797.0, + 426.0, + 797.0, + 463.0, + 738.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 426.0, + 941.0, + 426.0, + 941.0, + 463.0, + 930.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 263.0, + 294.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 261.0, + 911.0, + 261.0, + 911.0, + 293.0, + 296.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1775.0, + 1406.0, + 1775.0, + 1406.0, + 1815.0, + 370.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1807.0, + 1406.0, + 1807.0, + 1406.0, + 1846.0, + 394.0, + 1846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1836.0, + 922.0, + 1836.0, + 922.0, + 1876.0, + 393.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1836.0, + 1405.0, + 1836.0, + 1405.0, + 1876.0, + 1017.0, + 1876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1867.0, + 1209.0, + 1867.0, + 1209.0, + 1908.0, + 393.0, + 1908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1907.0, + 1405.0, + 1907.0, + 1405.0, + 1950.0, + 389.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1980.0, + 394.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1970.0, + 1406.0, + 1970.0, + 1406.0, + 2011.0, + 393.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 2004.0, + 1374.0, + 2004.0, + 1374.0, + 2039.0, + 395.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 960.0, + 759.0, + 960.0, + 759.0, + 1003.0, + 293.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 960.0, + 1171.0, + 960.0, + 1171.0, + 1003.0, + 1087.0, + 1003.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1153, + 1404, + 1153, + 1404, + 1492, + 297, + 1492 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 622, + 1405, + 622, + 1405, + 867, + 298, + 867 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 985, + 1404, + 985, + 1404, + 1140, + 299, + 1140 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1506, + 1403, + 1506, + 1403, + 1629, + 298, + 1629 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1738, + 1403, + 1738, + 1403, + 1894, + 297, + 1894 + ], + "score": 0.976 + }, + { + "category_id": 2, + "poly": [ + 297, + 1920, + 1403, + 1920, + 1403, + 2034, + 297, + 2034 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 437, + 1646, + 1258, + 1646, + 1258, + 1721, + 437, + 1721 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 363, + 229, + 1404, + 229, + 1404, + 502, + 363, + 502 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1658, + 1399, + 1658, + 1399, + 1688, + 1366, + 1688 + ], + "score": 0.876 + }, + { + "category_id": 0, + "poly": [ + 299, + 914, + 1150, + 914, + 1150, + 950, + 299, + 950 + ], + "score": 0.833 + }, + { + "category_id": 0, + "poly": [ + 299, + 551, + 530, + 551, + 530, + 584, + 299, + 584 + ], + "score": 0.801 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 854, + 76, + 854, + 104, + 299, + 104 + ], + "score": 0.704 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.659 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 852, + 76, + 852, + 104, + 300, + 104 + ], + "score": 0.457 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.381 + }, + { + "category_id": 1, + "poly": [ + 299, + 551, + 530, + 551, + 530, + 584, + 299, + 584 + ], + "score": 0.1 + }, + { + "category_id": 13, + "poly": [ + 843, + 1107, + 918, + 1107, + 918, + 1141, + 843, + 1141 + ], + "score": 0.93, + "latex": "q ( y | x )" + }, + { + "category_id": 13, + "poly": [ + 385, + 1107, + 628, + 1107, + 628, + 1141, + 385, + 1141 + ], + "score": 0.93, + "latex": "\\{ p ( y | x , w ) : w \\in W \\}" + }, + { + "category_id": 14, + "poly": [ + 436, + 1645, + 1264, + 1645, + 1264, + 1723, + 436, + 1723 + ], + "score": 0.92, + "latex": "W ^ { c o d e } : = \\prod _ { \\sigma , q } \\Sigma \\times Q \\times \\{ L , S , R \\} \\subseteq \\prod _ { \\sigma , q } \\Delta \\Sigma \\times \\Delta Q \\times \\Delta \\{ L , S , R \\} = : W" + }, + { + "category_id": 13, + "poly": [ + 1246, + 1537, + 1337, + 1537, + 1337, + 1570, + 1246, + 1570 + ], + "score": 0.92, + "latex": "| Q | > 1" + }, + { + "category_id": 13, + "poly": [ + 1036, + 1078, + 1129, + 1078, + 1129, + 1110, + 1036, + 1110 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 812, + 1770, + 1087, + 1770, + 1087, + 1805, + 812, + 1805 + ], + "score": 0.91, + "latex": "\\{ ( \\sigma ^ { \\prime } , q ^ { \\prime } , d ) \\} _ { \\sigma , q } \\in W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1949, + 585, + 1949, + 585, + 1980, + 297, + 1980 + ], + "score": 0.91, + "latex": "f _ { 1 } ( x ) = \\bar { \\cdot } \\cdot \\cdot = f _ { r } ( \\bar { x } ) = 0" + }, + { + "category_id": 13, + "poly": [ + 360, + 1770, + 535, + 1770, + 535, + 1804, + 360, + 1804 + ], + "score": 0.91, + "latex": "( \\sigma , q ) \\in \\Sigma \\times Q" + }, + { + "category_id": 13, + "poly": [ + 863, + 1979, + 922, + 1979, + 922, + 2008, + 863, + 2008 + ], + "score": 0.91, + "latex": "g _ { j } ( x )" + }, + { + "category_id": 13, + "poly": [ + 372, + 1830, + 508, + 1830, + 508, + 1860, + 372, + 1860 + ], + "score": 0.9, + "latex": "w \\in W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 978, + 472, + 1019, + 472, + 1019, + 502, + 978, + 502 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1112, + 441, + 1155, + 441, + 1155, + 471, + 1112, + 471 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 667, + 1047, + 708, + 1047, + 708, + 1078, + 667, + 1078 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 810, + 337, + 851, + 337, + 851, + 366, + 810, + 366 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 949, + 306, + 991, + 306, + 991, + 337, + 949, + 337 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1085, + 1921, + 1117, + 1921, + 1117, + 1946, + 1085, + 1946 + ], + "score": 0.89, + "latex": "\\mathbb { R } ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 550, + 1830, + 741, + 1830, + 741, + 1864, + 550, + 1864 + ], + "score": 0.89, + "latex": "\\operatorname { s t e p } ^ { t } ( x , w ) \\in Q" + }, + { + "category_id": 13, + "poly": [ + 1076, + 1566, + 1153, + 1566, + 1153, + 1596, + 1076, + 1596 + ], + "score": 0.88, + "latex": "W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 1212, + 1507, + 1298, + 1507, + 1298, + 1537, + 1212, + 1537 + ], + "score": 0.88, + "latex": "L , S , R" + }, + { + "category_id": 13, + "poly": [ + 481, + 1978, + 754, + 1978, + 754, + 2008, + 481, + 2008 + ], + "score": 0.88, + "latex": "g _ { 1 } ( x ) \\geq 0 , . . . , g _ { s } ( x ) \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 1147, + 1947, + 1180, + 1947, + 1180, + 1975, + 1147, + 1975 + ], + "score": 0.88, + "latex": "\\mathbb { R } ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 334, + 2006, + 358, + 2006, + 358, + 2034, + 334, + 2034 + ], + "score": 0.87, + "latex": "f _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1091, + 1801, + 1114, + 1801, + 1114, + 1832, + 1091, + 1832 + ], + "score": 0.86, + "latex": "q ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 403, + 2009, + 429, + 2009, + 429, + 2035, + 403, + 2035 + ], + "score": 0.85, + "latex": "g _ { j }" + }, + { + "category_id": 13, + "poly": [ + 658, + 1399, + 684, + 1399, + 684, + 1430, + 658, + 1430 + ], + "score": 0.85, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 930, + 1508, + 956, + 1508, + 956, + 1538, + 930, + 1538 + ], + "score": 0.85, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 824, + 1804, + 850, + 1804, + 850, + 1828, + 824, + 1828 + ], + "score": 0.85, + "latex": "\\sigma ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 373, + 1740, + 423, + 1740, + 423, + 1767, + 373, + 1767 + ], + "score": 0.84, + "latex": "\\Delta X" + }, + { + "category_id": 13, + "poly": [ + 1015, + 1741, + 1043, + 1741, + 1043, + 1767, + 1015, + 1767 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1049, + 1113, + 1071, + 1113, + 1071, + 1140, + 1049, + 1140 + ], + "score": 0.83, + "latex": "\\varphi" + }, + { + "category_id": 13, + "poly": [ + 1187, + 1832, + 1212, + 1832, + 1212, + 1858, + 1187, + 1858 + ], + "score": 0.81, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1204, + 337, + 1232, + 337, + 1232, + 363, + 1204, + 363 + ], + "score": 0.81, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 341, + 1508, + 364, + 1508, + 364, + 1534, + 341, + 1534 + ], + "score": 0.81, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 450, + 1400, + 474, + 1400, + 474, + 1426, + 450, + 1426 + ], + "score": 0.8, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 1378, + 1805, + 1393, + 1805, + 1393, + 1828, + 1378, + 1828 + ], + "score": 0.8, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 729, + 1807, + 746, + 1807, + 746, + 1832, + 729, + 1832 + ], + "score": 0.8, + "latex": "q" + }, + { + "category_id": 13, + "poly": [ + 1109, + 1110, + 1141, + 1110, + 1141, + 1136, + 1109, + 1136 + ], + "score": 0.79, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 451, + 1807, + 471, + 1807, + 471, + 1828, + 451, + 1828 + ], + "score": 0.79, + "latex": "\\sigma" + }, + { + "category_id": 13, + "poly": [ + 1214, + 1923, + 1231, + 1923, + 1231, + 1947, + 1214, + 1947 + ], + "score": 0.78, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 1022, + 1868, + 1040, + 1868, + 1040, + 1888, + 1022, + 1888 + ], + "score": 0.78, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1130, + 1979, + 1159, + 1979, + 1159, + 2003, + 1130, + 2003 + ], + "score": 0.78, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1275, + 1834, + 1289, + 1834, + 1289, + 1858, + 1275, + 1858 + ], + "score": 0.77, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 413, + 1430, + 438, + 1430, + 438, + 1456, + 413, + 1456 + ], + "score": 0.75, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1370, + 1866, + 1393, + 1866, + 1393, + 1889, + 1370, + 1889 + ], + "score": 0.75, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 906, + 1599, + 939, + 1599, + 939, + 1625, + 906, + 1625 + ], + "score": 0.71, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 584, + 1283, + 604, + 1283, + 604, + 1304, + 584, + 1304 + ], + "score": 0.69, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 297, + 1431, + 320, + 1431, + 320, + 1456, + 297, + 1456 + ], + "score": 0.69, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1187, + 1247, + 1213, + 1247, + 1213, + 1275, + 1187, + 1275 + ], + "score": 0.69, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1094, + 1156, + 1119, + 1156, + 1119, + 1183, + 1094, + 1183 + ], + "score": 0.66, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1281, + 1308, + 1337, + 1308, + 1337, + 1340, + 1281, + 1340 + ], + "score": 0.65, + "latex": "\\ S 7 . 1 )" + }, + { + "category_id": 13, + "poly": [ + 947, + 1368, + 981, + 1368, + 981, + 1396, + 947, + 1396 + ], + "score": 0.53, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 449, + 1923, + 479, + 1923, + 479, + 1947, + 449, + 1947 + ], + "score": 0.4, + "latex": "W" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1913.0, + 448.0, + 1913.0, + 448.0, + 1958.0, + 327.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1913.0, + 1084.0, + 1913.0, + 1084.0, + 1958.0, + 480.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 1913.0, + 1213.0, + 1913.0, + 1213.0, + 1958.0, + 1118.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 1913.0, + 1407.0, + 1913.0, + 1407.0, + 1958.0, + 1232.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 1946.0, + 1146.0, + 1946.0, + 1146.0, + 1984.0, + 586.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 1946.0, + 1404.0, + 1946.0, + 1404.0, + 1984.0, + 1181.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1974.0, + 480.0, + 1974.0, + 480.0, + 2012.0, + 293.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 1974.0, + 862.0, + 1974.0, + 862.0, + 2012.0, + 755.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1974.0, + 1129.0, + 1974.0, + 1129.0, + 2012.0, + 923.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 1974.0, + 1407.0, + 1974.0, + 1407.0, + 2012.0, + 1160.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 333.0, + 2004.0, + 333.0, + 2037.0, + 296.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 2004.0, + 402.0, + 2004.0, + 402.0, + 2037.0, + 359.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 2004.0, + 899.0, + 2004.0, + 899.0, + 2037.0, + 430.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 911.0, + 1154.0, + 911.0, + 1154.0, + 954.0, + 293.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 552.0, + 533.0, + 552.0, + 533.0, + 588.0, + 296.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 860.0, + 2085.0, + 860.0, + 2116.0, + 839.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1150.0, + 1093.0, + 1150.0, + 1093.0, + 1193.0, + 291.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 1150.0, + 1405.0, + 1150.0, + 1405.0, + 1193.0, + 1120.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1183.0, + 1405.0, + 1183.0, + 1405.0, + 1224.0, + 292.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1210.0, + 1408.0, + 1210.0, + 1408.0, + 1256.0, + 290.0, + 1256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1243.0, + 1186.0, + 1243.0, + 1186.0, + 1285.0, + 291.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1243.0, + 1405.0, + 1243.0, + 1405.0, + 1285.0, + 1214.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1275.0, + 583.0, + 1275.0, + 583.0, + 1313.0, + 291.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1275.0, + 1406.0, + 1275.0, + 1406.0, + 1313.0, + 605.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1308.0, + 1280.0, + 1308.0, + 1280.0, + 1342.0, + 294.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 1308.0, + 1405.0, + 1308.0, + 1405.0, + 1342.0, + 1338.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1337.0, + 1404.0, + 1337.0, + 1404.0, + 1372.0, + 294.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1367.0, + 946.0, + 1367.0, + 946.0, + 1402.0, + 294.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 1367.0, + 1406.0, + 1367.0, + 1406.0, + 1402.0, + 982.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1399.0, + 449.0, + 1399.0, + 449.0, + 1432.0, + 292.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 475.0, + 1399.0, + 657.0, + 1399.0, + 657.0, + 1432.0, + 475.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 1399.0, + 1406.0, + 1399.0, + 1406.0, + 1432.0, + 685.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1427.0, + 296.0, + 1427.0, + 296.0, + 1465.0, + 291.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1427.0, + 412.0, + 1427.0, + 412.0, + 1465.0, + 321.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 439.0, + 1427.0, + 1405.0, + 1427.0, + 1405.0, + 1465.0, + 439.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1461.0, + 1247.0, + 1461.0, + 1247.0, + 1496.0, + 294.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 621.0, + 1406.0, + 621.0, + 1406.0, + 658.0, + 293.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 653.0, + 1405.0, + 653.0, + 1405.0, + 687.0, + 295.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 683.0, + 1405.0, + 683.0, + 1405.0, + 717.0, + 296.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 711.0, + 1405.0, + 711.0, + 1405.0, + 749.0, + 292.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 744.0, + 1403.0, + 744.0, + 1403.0, + 778.0, + 295.0, + 778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 773.0, + 1405.0, + 773.0, + 1405.0, + 809.0, + 293.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 804.0, + 1406.0, + 804.0, + 1406.0, + 842.0, + 293.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 837.0, + 1385.0, + 837.0, + 1385.0, + 870.0, + 295.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 987.0, + 1401.0, + 987.0, + 1401.0, + 1020.0, + 295.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1013.0, + 1405.0, + 1013.0, + 1405.0, + 1052.0, + 293.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1044.0, + 666.0, + 1044.0, + 666.0, + 1082.0, + 293.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 1044.0, + 1405.0, + 1044.0, + 1405.0, + 1082.0, + 709.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1076.0, + 1035.0, + 1076.0, + 1035.0, + 1113.0, + 295.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 1076.0, + 1406.0, + 1076.0, + 1406.0, + 1113.0, + 1130.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1106.0, + 384.0, + 1106.0, + 384.0, + 1144.0, + 295.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1106.0, + 842.0, + 1106.0, + 842.0, + 1144.0, + 629.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 1106.0, + 1048.0, + 1106.0, + 1048.0, + 1144.0, + 919.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 1106.0, + 1108.0, + 1106.0, + 1108.0, + 1144.0, + 1072.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1106.0, + 1153.0, + 1106.0, + 1153.0, + 1144.0, + 1142.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1506.0, + 340.0, + 1506.0, + 340.0, + 1538.0, + 294.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 1506.0, + 929.0, + 1506.0, + 929.0, + 1538.0, + 365.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 1506.0, + 1211.0, + 1506.0, + 1211.0, + 1538.0, + 957.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 1506.0, + 1404.0, + 1506.0, + 1404.0, + 1538.0, + 1299.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1536.0, + 1245.0, + 1536.0, + 1245.0, + 1572.0, + 294.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 1536.0, + 1405.0, + 1536.0, + 1405.0, + 1572.0, + 1338.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1562.0, + 1075.0, + 1562.0, + 1075.0, + 1605.0, + 291.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 1562.0, + 1407.0, + 1562.0, + 1407.0, + 1605.0, + 1154.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1599.0, + 905.0, + 1599.0, + 905.0, + 1631.0, + 294.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 940.0, + 1599.0, + 1069.0, + 1599.0, + 1069.0, + 1631.0, + 940.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1736.0, + 372.0, + 1736.0, + 372.0, + 1775.0, + 294.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 1736.0, + 1014.0, + 1736.0, + 1014.0, + 1775.0, + 424.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 1736.0, + 1407.0, + 1736.0, + 1407.0, + 1775.0, + 1044.0, + 1775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1764.0, + 359.0, + 1764.0, + 359.0, + 1809.0, + 288.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 1764.0, + 811.0, + 1764.0, + 811.0, + 1809.0, + 536.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 1764.0, + 1409.0, + 1764.0, + 1409.0, + 1809.0, + 1088.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1799.0, + 450.0, + 1799.0, + 450.0, + 1835.0, + 293.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1799.0, + 728.0, + 1799.0, + 728.0, + 1835.0, + 472.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 1799.0, + 823.0, + 1799.0, + 823.0, + 1835.0, + 747.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 1799.0, + 1090.0, + 1799.0, + 1090.0, + 1835.0, + 851.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 1799.0, + 1377.0, + 1799.0, + 1377.0, + 1835.0, + 1115.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1799.0, + 1405.0, + 1799.0, + 1405.0, + 1835.0, + 1394.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1823.0, + 371.0, + 1823.0, + 371.0, + 1871.0, + 292.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 1823.0, + 549.0, + 1823.0, + 549.0, + 1871.0, + 509.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 1823.0, + 1186.0, + 1823.0, + 1186.0, + 1871.0, + 742.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 1823.0, + 1274.0, + 1823.0, + 1274.0, + 1871.0, + 1213.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 1823.0, + 1407.0, + 1823.0, + 1407.0, + 1871.0, + 1290.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1859.0, + 1021.0, + 1859.0, + 1021.0, + 1897.0, + 294.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 1859.0, + 1369.0, + 1859.0, + 1369.0, + 1897.0, + 1041.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1859.0, + 1405.0, + 1859.0, + 1405.0, + 1897.0, + 1394.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 228.0, + 1403.0, + 228.0, + 1403.0, + 266.0, + 369.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 264.0, + 769.0, + 264.0, + 769.0, + 296.0, + 394.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 305.0, + 948.0, + 305.0, + 948.0, + 341.0, + 380.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 305.0, + 1405.0, + 305.0, + 1405.0, + 341.0, + 992.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 334.0, + 809.0, + 334.0, + 809.0, + 370.0, + 393.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 334.0, + 1203.0, + 334.0, + 1203.0, + 370.0, + 852.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 334.0, + 1241.0, + 334.0, + 1241.0, + 370.0, + 1233.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 377.0, + 1409.0, + 377.0, + 1409.0, + 417.0, + 381.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 412.0, + 1404.0, + 412.0, + 1404.0, + 445.0, + 395.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 440.0, + 1111.0, + 440.0, + 1111.0, + 475.0, + 394.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 440.0, + 1405.0, + 440.0, + 1405.0, + 475.0, + 1156.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 470.0, + 977.0, + 470.0, + 977.0, + 505.0, + 394.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 470.0, + 1300.0, + 470.0, + 1300.0, + 505.0, + 1020.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 552.0, + 533.0, + 552.0, + 533.0, + 588.0, + 296.0, + 588.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 336, + 1404, + 336, + 1404, + 553, + 297, + 553 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1589, + 1404, + 1589, + 1404, + 1777, + 297, + 1777 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 674, + 1403, + 674, + 1403, + 768, + 299, + 768 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1789, + 1404, + 1789, + 1404, + 1974, + 297, + 1974 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1439, + 1404, + 1439, + 1404, + 1563, + 298, + 1563 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 1334, + 1404, + 1334, + 1404, + 1429, + 298, + 1429 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 410, + 806, + 1288, + 806, + 1288, + 1128, + 410, + 1128 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 695, + 617, + 1003, + 617, + 1003, + 656, + 695, + 656 + ], + "score": 0.938 + }, + { + "category_id": 8, + "poly": [ + 693, + 279, + 1009, + 279, + 1009, + 318, + 693, + 318 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1123, + 228, + 1123, + 262, + 298, + 262 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 300, + 567, + 736, + 567, + 736, + 598, + 300, + 598 + ], + "score": 0.92 + }, + { + "category_id": 2, + "poly": [ + 323, + 2005, + 1249, + 2005, + 1249, + 2034, + 323, + 2034 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1366, + 286, + 1400, + 286, + 1400, + 316, + 1366, + 316 + ], + "score": 0.888 + }, + { + "category_id": 9, + "poly": [ + 1366, + 621, + 1400, + 621, + 1400, + 651, + 1366, + 651 + ], + "score": 0.887 + }, + { + "category_id": 4, + "poly": [ + 296, + 1176, + 1404, + 1176, + 1404, + 1301, + 296, + 1301 + ], + "score": 0.816 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.783 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 105, + 297, + 105 + ], + "score": 0.646 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.293 + }, + { + "category_id": 1, + "poly": [ + 296, + 1176, + 1404, + 1176, + 1404, + 1301, + 296, + 1301 + ], + "score": 0.2 + }, + { + "category_id": 13, + "poly": [ + 397, + 1500, + 467, + 1500, + 467, + 1533, + 397, + 1533 + ], + "score": 0.94, + "latex": "K ( w )" + }, + { + "category_id": 13, + "poly": [ + 358, + 428, + 517, + 428, + 517, + 462, + 358, + 462 + ], + "score": 0.93, + "latex": "\\Delta \\operatorname { s t e p } ^ { t } ( x , w )" + }, + { + "category_id": 13, + "poly": [ + 757, + 1820, + 866, + 1820, + 866, + 1854, + 757, + 1854 + ], + "score": 0.93, + "latex": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )" + }, + { + "category_id": 13, + "poly": [ + 1028, + 1743, + 1258, + 1743, + 1258, + 1777, + 1028, + 1777 + ], + "score": 0.93, + "latex": "q ( y | x ) = p ( y | x , w _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 589, + 1440, + 681, + 1440, + 681, + 1473, + 589, + 1473 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 435, + 1743, + 509, + 1743, + 509, + 1777, + 435, + 1777 + ], + "score": 0.92, + "latex": "{ \\bar { q } } ( y | x )" + }, + { + "category_id": 13, + "poly": [ + 404, + 1397, + 620, + 1397, + 620, + 1431, + 404, + 1431 + ], + "score": 0.92, + "latex": "q ( y = f ( x ) | x ) = 1" + }, + { + "category_id": 13, + "poly": [ + 391, + 1790, + 483, + 1790, + 483, + 1824, + 391, + 1824 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1366, + 377, + 1366, + 377, + 1399, + 298, + 1399 + ], + "score": 0.92, + "latex": "q ( x , y )" + }, + { + "category_id": 13, + "poly": [ + 346, + 1652, + 400, + 1652, + 400, + 1685, + 346, + 1685 + ], + "score": 0.92, + "latex": "q ( x )" + }, + { + "category_id": 13, + "poly": [ + 869, + 1744, + 968, + 1744, + 968, + 1775, + 869, + 1775 + ], + "score": 0.92, + "latex": "w _ { 0 } \\in W" + }, + { + "category_id": 14, + "poly": [ + 695, + 615, + 1004, + 615, + 1004, + 656, + 695, + 656 + ], + "score": 0.92, + "latex": "p ( y | x , w ) = \\Delta \\mathrm { s t e p } ^ { t } ( x , w )" + }, + { + "category_id": 13, + "poly": [ + 338, + 1591, + 428, + 1591, + 428, + 1622, + 338, + 1622 + ], + "score": 0.92, + "latex": "\\Delta \\mathrm { s t e p } ^ { t }" + }, + { + "category_id": 13, + "poly": [ + 855, + 1209, + 942, + 1209, + 942, + 1237, + 855, + 1237 + ], + "score": 0.91, + "latex": "x \\in \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 830, + 1531, + 975, + 1531, + 975, + 1563, + 830, + 1563 + ], + "score": 0.91, + "latex": "W _ { 0 } \\cap W ^ { c o d e }" + }, + { + "category_id": 14, + "poly": [ + 690, + 278, + 1011, + 278, + 1011, + 318, + 690, + 318 + ], + "score": 0.91, + "latex": "\\Delta \\operatorname { s t e p } ^ { t } : { \\Sigma } ^ { * } \\times W \\longrightarrow \\Delta Q" + }, + { + "category_id": 13, + "poly": [ + 1090, + 1791, + 1177, + 1791, + 1177, + 1819, + 1090, + 1819 + ], + "score": 0.91, + "latex": "x \\in \\mathbb { R } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 1235, + 1366, + 1401, + 1366, + 1401, + 1399, + 1235, + 1399 + ], + "score": 0.91, + "latex": "f : \\Sigma ^ { * } \\longrightarrow Q" + }, + { + "category_id": 13, + "poly": [ + 440, + 1367, + 533, + 1367, + 533, + 1396, + 440, + 1396 + ], + "score": 0.91, + "latex": "\\Sigma ^ { * } \\times Q" + }, + { + "category_id": 13, + "poly": [ + 1164, + 1209, + 1254, + 1209, + 1254, + 1237, + 1164, + 1237 + ], + "score": 0.91, + "latex": "w \\in W" + }, + { + "category_id": 13, + "poly": [ + 698, + 1398, + 783, + 1398, + 783, + 1425, + 698, + 1425 + ], + "score": 0.91, + "latex": "x \\in \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 907, + 1654, + 948, + 1654, + 948, + 1684, + 907, + 1684 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 411, + 1534, + 451, + 1534, + 451, + 1563, + 411, + 1563 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 525, + 1714, + 567, + 1714, + 567, + 1744, + 525, + 1744 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1070, + 1943, + 1111, + 1943, + 1111, + 1973, + 1070, + 1973 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 973, + 1592, + 1015, + 1592, + 1015, + 1622, + 973, + 1622 + ], + "score": 0.88, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 809, + 1653, + 844, + 1653, + 844, + 1681, + 809, + 1681 + ], + "score": 0.87, + "latex": "\\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 720, + 1946, + 747, + 1946, + 747, + 1969, + 720, + 1969 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 813, + 1476, + 836, + 1476, + 836, + 1502, + 813, + 1502 + ], + "score": 0.82, + "latex": "\\varphi" + }, + { + "category_id": 13, + "poly": [ + 1084, + 369, + 1109, + 369, + 1109, + 395, + 1084, + 395 + ], + "score": 0.81, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 583, + 1477, + 601, + 1477, + 601, + 1502, + 583, + 1502 + ], + "score": 0.81, + "latex": "q" + }, + { + "category_id": 13, + "poly": [ + 863, + 232, + 887, + 232, + 887, + 258, + 863, + 258 + ], + "score": 0.8, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 963, + 1240, + 989, + 1240, + 989, + 1266, + 963, + 1266 + ], + "score": 0.8, + "latex": "\\Delta" + }, + { + "category_id": 13, + "poly": [ + 729, + 1593, + 759, + 1593, + 759, + 1619, + 729, + 1619 + ], + "score": 0.79, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1213, + 1446, + 1231, + 1446, + 1231, + 1472, + 1213, + 1472 + ], + "score": 0.79, + "latex": "p" + }, + { + "category_id": 13, + "poly": [ + 915, + 1276, + 932, + 1276, + 932, + 1302, + 915, + 1302 + ], + "score": 0.79, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 332, + 491, + 356, + 491, + 356, + 517, + 332, + 517 + ], + "score": 0.77, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 898, + 1623, + 928, + 1623, + 928, + 1650, + 898, + 1650 + ], + "score": 0.76, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 756, + 431, + 770, + 431, + 770, + 456, + 756, + 456 + ], + "score": 0.76, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 975, + 1337, + 999, + 1337, + 999, + 1363, + 975, + 1363 + ], + "score": 0.76, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1387, + 1241, + 1402, + 1241, + 1402, + 1266, + 1387, + 1266 + ], + "score": 0.75, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 372, + 678, + 386, + 678, + 386, + 702, + 372, + 702 + ], + "score": 0.75, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1314, + 1852, + 1390, + 1852, + 1390, + 1884, + 1314, + 1884 + ], + "score": 0.74, + "latex": "\\ S 1 . 2 . 1 " + }, + { + "category_id": 13, + "poly": [ + 790, + 521, + 843, + 521, + 843, + 553, + 790, + 553 + ], + "score": 0.73, + "latex": "\\ S 7 . 1 \\ r _ { . }" + }, + { + "category_id": 13, + "poly": [ + 795, + 1918, + 819, + 1918, + 819, + 1940, + 795, + 1940 + ], + "score": 0.73, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 1139, + 1714, + 1172, + 1714, + 1172, + 1741, + 1139, + 1741 + ], + "score": 0.73, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1183, + 681, + 1202, + 681, + 1202, + 702, + 1183, + 702 + ], + "score": 0.73, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 601, + 430, + 626, + 430, + 626, + 457, + 601, + 457 + ], + "score": 0.72, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1106, + 1471, + 1139, + 1471, + 1139, + 1499, + 1106, + 1499 + ], + "score": 0.67, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1377, + 1797, + 1401, + 1797, + 1401, + 1819, + 1377, + 1819 + ], + "score": 0.64, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 1201, + 1683, + 1234, + 1683, + 1234, + 1711, + 1201, + 1711 + ], + "score": 0.63, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 539, + 1179, + 563, + 1179, + 563, + 1205, + 539, + 1205 + ], + "score": 0.63, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 979, + 705, + 1037, + 705, + 1037, + 737, + 979, + 737 + ], + "score": 0.59, + "latex": "\\ S 7 . 1 )" + }, + { + "category_id": 13, + "poly": [ + 638, + 1622, + 672, + 1622, + 672, + 1650, + 638, + 1650 + ], + "score": 0.58, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1332, + 1653, + 1365, + 1653, + 1365, + 1681, + 1332, + 1681 + ], + "score": 0.45, + "latex": "W" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 856.0, + 463.0, + 856.0, + 463.0, + 882.0, + 414.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 836.0, + 568.0, + 836.0, + 568.0, + 903.0, + 536.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 837.0, + 778.0, + 837.0, + 778.0, + 903.0, + 746.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 837.0, + 1163.0, + 837.0, + 1163.0, + 903.0, + 1131.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 957.0, + 452.0, + 957.0, + 452.0, + 982.0, + 427.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 934.0, + 567.0, + 934.0, + 567.0, + 998.0, + 531.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 922.0, + 696.0, + 922.0, + 696.0, + 965.0, + 619.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 934.0, + 779.0, + 934.0, + 779.0, + 1000.0, + 740.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 922.0, + 905.0, + 922.0, + 905.0, + 965.0, + 828.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 923.0, + 1076.0, + 923.0, + 1076.0, + 964.0, + 1001.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 935.0, + 1164.0, + 935.0, + 1164.0, + 997.0, + 1128.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 1034.0, + 564.0, + 1034.0, + 564.0, + 1093.0, + 535.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 1031.0, + 779.0, + 1031.0, + 779.0, + 1096.0, + 738.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 1033.0, + 1163.0, + 1033.0, + 1163.0, + 1095.0, + 1127.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1999.0, + 1253.0, + 1999.0, + 1253.0, + 2040.0, + 330.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1178.0, + 538.0, + 1178.0, + 538.0, + 1210.0, + 295.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 1178.0, + 1402.0, + 1178.0, + 1402.0, + 1210.0, + 564.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1209.0, + 854.0, + 1209.0, + 854.0, + 1242.0, + 295.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 1209.0, + 1163.0, + 1209.0, + 1163.0, + 1242.0, + 943.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 1209.0, + 1405.0, + 1209.0, + 1405.0, + 1242.0, + 1255.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1240.0, + 962.0, + 1240.0, + 962.0, + 1270.0, + 294.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 1240.0, + 1386.0, + 1240.0, + 1386.0, + 1270.0, + 990.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1240.0, + 1407.0, + 1240.0, + 1407.0, + 1270.0, + 1403.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1268.0, + 914.0, + 1268.0, + 914.0, + 1306.0, + 294.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1268.0, + 944.0, + 1268.0, + 944.0, + 1306.0, + 933.0, + 1306.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": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 339.0, + 1402.0, + 339.0, + 1402.0, + 370.0, + 296.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 365.0, + 1083.0, + 365.0, + 1083.0, + 402.0, + 292.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 365.0, + 1405.0, + 365.0, + 1405.0, + 402.0, + 1110.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 397.0, + 1404.0, + 397.0, + 1404.0, + 432.0, + 295.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 426.0, + 357.0, + 426.0, + 357.0, + 463.0, + 294.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 426.0, + 600.0, + 426.0, + 600.0, + 463.0, + 518.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 426.0, + 755.0, + 426.0, + 755.0, + 463.0, + 627.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 426.0, + 1406.0, + 426.0, + 1406.0, + 463.0, + 771.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 454.0, + 1406.0, + 454.0, + 1406.0, + 497.0, + 292.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 487.0, + 331.0, + 487.0, + 331.0, + 525.0, + 292.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 487.0, + 1409.0, + 487.0, + 1409.0, + 525.0, + 357.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 521.0, + 789.0, + 521.0, + 789.0, + 556.0, + 295.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 521.0, + 861.0, + 521.0, + 861.0, + 556.0, + 844.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1588.0, + 337.0, + 1588.0, + 337.0, + 1626.0, + 294.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 1588.0, + 728.0, + 1588.0, + 728.0, + 1626.0, + 429.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1588.0, + 972.0, + 1588.0, + 972.0, + 1626.0, + 760.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1588.0, + 1406.0, + 1588.0, + 1406.0, + 1626.0, + 1016.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1619.0, + 637.0, + 1619.0, + 637.0, + 1659.0, + 292.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 1619.0, + 897.0, + 1619.0, + 897.0, + 1659.0, + 673.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 929.0, + 1619.0, + 1407.0, + 1619.0, + 1407.0, + 1659.0, + 929.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1651.0, + 345.0, + 1651.0, + 345.0, + 1688.0, + 294.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 1651.0, + 808.0, + 1651.0, + 808.0, + 1688.0, + 401.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 1651.0, + 906.0, + 1651.0, + 906.0, + 1688.0, + 845.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 1651.0, + 1331.0, + 1651.0, + 1331.0, + 1688.0, + 949.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1651.0, + 1405.0, + 1651.0, + 1405.0, + 1688.0, + 1366.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1682.0, + 1200.0, + 1682.0, + 1200.0, + 1718.0, + 294.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1682.0, + 1404.0, + 1682.0, + 1404.0, + 1718.0, + 1235.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1713.0, + 524.0, + 1713.0, + 524.0, + 1749.0, + 295.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 1713.0, + 1138.0, + 1713.0, + 1138.0, + 1749.0, + 568.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 1713.0, + 1406.0, + 1713.0, + 1406.0, + 1749.0, + 1173.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1743.0, + 434.0, + 1743.0, + 434.0, + 1779.0, + 294.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 1743.0, + 868.0, + 1743.0, + 868.0, + 1779.0, + 510.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 1743.0, + 1027.0, + 1743.0, + 1027.0, + 1779.0, + 969.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 1743.0, + 1270.0, + 1743.0, + 1270.0, + 1779.0, + 1259.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 674.0, + 371.0, + 674.0, + 371.0, + 708.0, + 295.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 674.0, + 1182.0, + 674.0, + 1182.0, + 708.0, + 387.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 674.0, + 1407.0, + 674.0, + 1407.0, + 708.0, + 1203.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 704.0, + 978.0, + 704.0, + 978.0, + 738.0, + 294.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 704.0, + 1404.0, + 704.0, + 1404.0, + 738.0, + 1038.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 736.0, + 599.0, + 736.0, + 599.0, + 770.0, + 294.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1786.0, + 390.0, + 1786.0, + 390.0, + 1826.0, + 294.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 1786.0, + 1089.0, + 1786.0, + 1089.0, + 1826.0, + 484.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 1786.0, + 1376.0, + 1786.0, + 1376.0, + 1826.0, + 1178.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1786.0, + 1405.0, + 1786.0, + 1405.0, + 1826.0, + 1402.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1820.0, + 756.0, + 1820.0, + 756.0, + 1856.0, + 294.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1820.0, + 1406.0, + 1820.0, + 1406.0, + 1856.0, + 867.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1851.0, + 1313.0, + 1851.0, + 1313.0, + 1887.0, + 292.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1391.0, + 1851.0, + 1404.0, + 1851.0, + 1404.0, + 1887.0, + 1391.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1917.0, + 295.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 794.0, + 1912.0, + 794.0, + 1948.0, + 294.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 1912.0, + 1406.0, + 1912.0, + 1406.0, + 1948.0, + 820.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1941.0, + 719.0, + 1941.0, + 719.0, + 1978.0, + 291.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 1941.0, + 1069.0, + 1941.0, + 1069.0, + 1978.0, + 748.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 1941.0, + 1405.0, + 1941.0, + 1405.0, + 1978.0, + 1112.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1438.0, + 588.0, + 1438.0, + 588.0, + 1478.0, + 292.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 1438.0, + 1212.0, + 1438.0, + 1212.0, + 1478.0, + 682.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 1438.0, + 1406.0, + 1438.0, + 1406.0, + 1478.0, + 1232.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1469.0, + 582.0, + 1469.0, + 582.0, + 1506.0, + 294.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1469.0, + 812.0, + 1469.0, + 812.0, + 1506.0, + 602.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 1469.0, + 1105.0, + 1469.0, + 1105.0, + 1506.0, + 837.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 1469.0, + 1408.0, + 1469.0, + 1408.0, + 1506.0, + 1140.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1499.0, + 396.0, + 1499.0, + 396.0, + 1536.0, + 292.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 1499.0, + 1405.0, + 1499.0, + 1405.0, + 1536.0, + 468.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1529.0, + 410.0, + 1529.0, + 410.0, + 1566.0, + 289.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 1529.0, + 829.0, + 1529.0, + 829.0, + 1566.0, + 452.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 1529.0, + 986.0, + 1529.0, + 986.0, + 1566.0, + 976.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1333.0, + 974.0, + 1333.0, + 974.0, + 1371.0, + 293.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 1333.0, + 1404.0, + 1333.0, + 1404.0, + 1371.0, + 1000.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1363.0, + 297.0, + 1363.0, + 297.0, + 1403.0, + 293.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 378.0, + 1363.0, + 439.0, + 1363.0, + 439.0, + 1403.0, + 378.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1363.0, + 1234.0, + 1363.0, + 1234.0, + 1403.0, + 534.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1363.0, + 1406.0, + 1363.0, + 1406.0, + 1403.0, + 1402.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1397.0, + 403.0, + 1397.0, + 403.0, + 1429.0, + 294.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 621.0, + 1397.0, + 697.0, + 1397.0, + 697.0, + 1429.0, + 621.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 1397.0, + 794.0, + 1397.0, + 794.0, + 1429.0, + 784.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 862.0, + 227.0, + 862.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 227.0, + 1126.0, + 227.0, + 1126.0, + 266.0, + 888.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 566.0, + 739.0, + 566.0, + 739.0, + 601.0, + 296.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1178.0, + 538.0, + 1178.0, + 538.0, + 1210.0, + 295.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 1178.0, + 1402.0, + 1178.0, + 1402.0, + 1210.0, + 564.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1209.0, + 854.0, + 1209.0, + 854.0, + 1242.0, + 295.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 1209.0, + 1163.0, + 1209.0, + 1163.0, + 1242.0, + 943.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 1209.0, + 1405.0, + 1209.0, + 1405.0, + 1242.0, + 1255.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1240.0, + 962.0, + 1240.0, + 962.0, + 1270.0, + 294.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 1240.0, + 1386.0, + 1240.0, + 1386.0, + 1270.0, + 990.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1240.0, + 1407.0, + 1240.0, + 1407.0, + 1270.0, + 1403.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1268.0, + 914.0, + 1268.0, + 914.0, + 1306.0, + 294.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1268.0, + 944.0, + 1268.0, + 944.0, + 1306.0, + 933.0, + 1306.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1849, + 1405, + 1849, + 1405, + 2035, + 296, + 2035 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1463, + 1404, + 1463, + 1404, + 1618, + 297, + 1618 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 296, + 814, + 1405, + 814, + 1405, + 1000, + 296, + 1000 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1404, + 228, + 1404, + 415, + 297, + 415 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 675, + 1403, + 675, + 1403, + 801, + 297, + 801 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 541, + 1405, + 541, + 1405, + 668, + 297, + 668 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 423, + 1403, + 423, + 1403, + 519, + 297, + 519 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 1739, + 1404, + 1739, + 1404, + 1836, + 300, + 1836 + ], + "score": 0.97 + }, + { + "category_id": 3, + "poly": [ + 325, + 1033, + 1369, + 1033, + 1369, + 1288, + 325, + 1288 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 659, + 1637, + 1038, + 1637, + 1038, + 1723, + 659, + 1723 + ], + "score": 0.954 + }, + { + "category_id": 4, + "poly": [ + 411, + 1315, + 1286, + 1315, + 1286, + 1350, + 411, + 1350 + ], + "score": 0.924 + }, + { + "category_id": 0, + "poly": [ + 299, + 1405, + 675, + 1405, + 675, + 1438, + 299, + 1438 + ], + "score": 0.911 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1663, + 1400, + 1663, + 1400, + 1692, + 1366, + 1692 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.75 + }, + { + "category_id": 14, + "poly": [ + 660, + 1633, + 1040, + 1633, + 1040, + 1724, + 660, + 1724 + ], + "score": 0.95, + "latex": "K _ { n } ( w ) = \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log \\frac { q ( y _ { i } | x _ { i } ) } { p ( y _ { i } | x _ { i } , w ) } ." + }, + { + "category_id": 13, + "poly": [ + 597, + 707, + 673, + 707, + 673, + 740, + 597, + 740 + ], + "score": 0.94, + "latex": "q ( y | x )" + }, + { + "category_id": 13, + "poly": [ + 990, + 1742, + 1124, + 1742, + 1124, + 1776, + 990, + 1776 + ], + "score": 0.93, + "latex": "K _ { n } ( u ) = 0" + }, + { + "category_id": 13, + "poly": [ + 1176, + 1555, + 1401, + 1555, + 1401, + 1590, + 1176, + 1590 + ], + "score": 0.93, + "latex": "D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 359, + 1586, + 438, + 1586, + 438, + 1619, + 359, + 1619 + ], + "score": 0.93, + "latex": "q ( x , y )" + }, + { + "category_id": 13, + "poly": [ + 482, + 768, + 557, + 768, + 557, + 802, + 482, + 802 + ], + "score": 0.93, + "latex": "q ( y | x )" + }, + { + "category_id": 13, + "poly": [ + 610, + 905, + 852, + 905, + 852, + 944, + 610, + 944 + ], + "score": 0.92, + "latex": "\\lambda \\le \\frac { 1 } { 2 } ( 3 0 - 1 4 ) = 8" + }, + { + "category_id": 13, + "poly": [ + 958, + 485, + 1246, + 485, + 1246, + 521, + 958, + 521 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\zeta ( z ) = \\int K ( w ) ^ { z } \\varphi ( w ) \\hat { d w } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1205, + 675, + 1393, + 675, + 1393, + 709, + 1205, + 709 + ], + "score": 0.92, + "latex": "\\Sigma = \\{ \\boxed \\} , A , B \\}" + }, + { + "category_id": 13, + "poly": [ + 516, + 424, + 609, + 424, + 609, + 457, + 516, + 457 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 360, + 1525, + 464, + 1525, + 464, + 1558, + 360, + 1558 + ], + "score": 0.92, + "latex": "( x , f ( x ) )" + }, + { + "category_id": 13, + "poly": [ + 332, + 323, + 410, + 323, + 410, + 354, + 332, + 354 + ], + "score": 0.91, + "latex": "y \\in Q" + }, + { + "category_id": 13, + "poly": [ + 891, + 1495, + 1050, + 1495, + 1050, + 1527, + 891, + 1527 + ], + "score": 0.91, + "latex": "f : \\Sigma ^ { * } \\longrightarrow Q" + }, + { + "category_id": 13, + "poly": [ + 1049, + 813, + 1269, + 813, + 1269, + 849, + 1049, + 849 + ], + "score": 0.91, + "latex": "w _ { l } \\in \\ b { W } _ { 0 } \\setminus \\ b { W } ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1494, + 373, + 1494, + 373, + 1528, + 298, + 1528 + ], + "score": 0.91, + "latex": "q { \\dot { ( } } y | x )" + }, + { + "category_id": 13, + "poly": [ + 801, + 1741, + 930, + 1741, + 930, + 1771, + 801, + 1771 + ], + "score": 0.91, + "latex": "u \\in W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 959, + 292, + 1045, + 292, + 1045, + 321, + 959, + 321 + ], + "score": 0.91, + "latex": "x \\in \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 385, + 845, + 601, + 845, + 601, + 876, + 385, + 876 + ], + "score": 0.91, + "latex": "w _ { r } \\in W _ { 0 } \\cap W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 589, + 1773, + 791, + 1773, + 791, + 1807, + 589, + 1807 + ], + "score": 0.91, + "latex": "\\operatorname { s t e p } ^ { t } ( x _ { i } , u ) = y _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1149, + 1912, + 1219, + 1912, + 1219, + 1942, + 1149, + 1942 + ], + "score": 0.91, + "latex": "\\nabla K _ { m }" + }, + { + "category_id": 13, + "poly": [ + 1238, + 322, + 1360, + 322, + 1360, + 352, + 1238, + 352 + ], + "score": 0.9, + "latex": "\\Sigma ^ { * } \\longrightarrow Q" + }, + { + "category_id": 13, + "poly": [ + 1261, + 353, + 1401, + 353, + 1401, + 384, + 1261, + 384 + ], + "score": 0.9, + "latex": "\\Sigma ^ { * } \\longrightarrow \\Delta Q" + }, + { + "category_id": 13, + "poly": [ + 443, + 878, + 544, + 878, + 544, + 907, + 443, + 907 + ], + "score": 0.9, + "latex": "V \\subseteq W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1025, + 1882, + 1190, + 1882, + 1190, + 1910, + 1025, + 1910 + ], + "score": 0.9, + "latex": "K : W \\longrightarrow \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 452, + 1943, + 752, + 1943, + 752, + 1976, + 452, + 1976 + ], + "score": 0.9, + "latex": "w _ { i + 1 } = w _ { i } - \\eta \\nabla K _ { m } ( w _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 839, + 1775, + 970, + 1775, + 970, + 1804, + 839, + 1804 + ], + "score": 0.9, + "latex": "1 \\leq i \\leq n" + }, + { + "category_id": 13, + "poly": [ + 710, + 544, + 752, + 544, + 752, + 575, + 710, + 575 + ], + "score": 0.9, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 707, + 546, + 707, + 546, + 741, + 298, + 741 + ], + "score": 0.9, + "latex": "Q = \\{ { \\mathrm { r e j e c t } } , { \\mathrm { a c c e p t } } \\}" + }, + { + "category_id": 13, + "poly": [ + 1309, + 1882, + 1350, + 1882, + 1350, + 1912, + 1309, + 1912 + ], + "score": 0.89, + "latex": "D _ { n }" + }, + { + "category_id": 13, + "poly": [ + 797, + 1913, + 843, + 1913, + 843, + 1942, + 797, + 1942 + ], + "score": 0.89, + "latex": "D _ { m }" + }, + { + "category_id": 13, + "poly": [ + 877, + 2003, + 917, + 2003, + 917, + 2035, + 877, + 2035 + ], + "score": 0.88, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1044, + 575, + 1085, + 575, + 1085, + 605, + 1044, + 605 + ], + "score": 0.88, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1359, + 937, + 1400, + 937, + 1400, + 969, + 1359, + 969 + ], + "score": 0.88, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 905, + 1914, + 994, + 1914, + 994, + 1941, + 905, + 1941 + ], + "score": 0.87, + "latex": "m \\ll n" + }, + { + "category_id": 13, + "poly": [ + 1039, + 1527, + 1059, + 1527, + 1059, + 1557, + 1039, + 1557 + ], + "score": 0.86, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 1078, + 456, + 1119, + 456, + 1119, + 484, + 1078, + 484 + ], + "score": 0.85, + "latex": "- \\lambda" + }, + { + "category_id": 13, + "poly": [ + 932, + 849, + 964, + 849, + 964, + 876, + 932, + 876 + ], + "score": 0.82, + "latex": "w _ { l }" + }, + { + "category_id": 13, + "poly": [ + 1357, + 710, + 1382, + 710, + 1382, + 735, + 1357, + 735 + ], + "score": 0.8, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1014, + 1948, + 1031, + 1948, + 1031, + 1974, + 1014, + 1974 + ], + "score": 0.8, + "latex": "\\eta" + }, + { + "category_id": 13, + "poly": [ + 1263, + 710, + 1287, + 710, + 1287, + 735, + 1263, + 735 + ], + "score": 0.79, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 672, + 881, + 703, + 881, + 703, + 906, + 672, + 906 + ], + "score": 0.78, + "latex": "w _ { l }" + }, + { + "category_id": 13, + "poly": [ + 1208, + 714, + 1228, + 714, + 1228, + 735, + 1208, + 735 + ], + "score": 0.74, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 1282, + 1749, + 1302, + 1749, + 1302, + 1770, + 1282, + 1770 + ], + "score": 0.74, + "latex": "u" + }, + { + "category_id": 13, + "poly": [ + 1149, + 1974, + 1181, + 1974, + 1181, + 2001, + 1149, + 2001 + ], + "score": 0.74, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 566, + 458, + 586, + 458, + 586, + 483, + 566, + 483 + ], + "score": 0.69, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 897, + 739, + 921, + 739, + 921, + 765, + 897, + 765 + ], + "score": 0.69, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1321, + 575, + 1353, + 575, + 1353, + 606, + 1321, + 606 + ], + "score": 0.26, + "latex": "\\ S 4" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1047.0, + 385.0, + 1047.0, + 385.0, + 1068.0, + 329.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1047.0, + 935.0, + 1047.0, + 935.0, + 1068.0, + 879.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1078.0, + 386.0, + 1078.0, + 386.0, + 1103.0, + 327.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1078.0, + 936.0, + 1078.0, + 936.0, + 1103.0, + 878.0, + 1103.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1112.0, + 387.0, + 1112.0, + 387.0, + 1133.0, + 329.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1111.0, + 938.0, + 1111.0, + 938.0, + 1136.0, + 878.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1143.0, + 389.0, + 1143.0, + 389.0, + 1168.0, + 327.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1142.0, + 939.0, + 1142.0, + 939.0, + 1170.0, + 877.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1175.0, + 388.0, + 1175.0, + 388.0, + 1200.0, + 327.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1175.0, + 938.0, + 1175.0, + 938.0, + 1200.0, + 877.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1210.0, + 387.0, + 1210.0, + 387.0, + 1231.0, + 329.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1210.0, + 936.0, + 1210.0, + 936.0, + 1231.0, + 879.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1246.0, + 444.0, + 1246.0, + 444.0, + 1257.0, + 432.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 1243.0, + 478.0, + 1243.0, + 478.0, + 1258.0, + 462.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1244.0, + 607.0, + 1244.0, + 607.0, + 1259.0, + 593.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 1243.0, + 640.0, + 1243.0, + 640.0, + 1259.0, + 624.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.0, + 1247.0, + 995.0, + 1247.0, + 995.0, + 1257.0, + 983.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1244.0, + 1028.0, + 1244.0, + 1028.0, + 1258.0, + 1013.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1247.0, + 1157.0, + 1247.0, + 1157.0, + 1257.0, + 1145.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 1246.0, + 1188.0, + 1246.0, + 1188.0, + 1257.0, + 1176.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 1251.0, + 420.0, + 1251.0, + 420.0, + 1268.5, + 371.0, + 1268.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1251.0, + 582.0, + 1251.0, + 582.0, + 1268.0, + 534.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 1248.0, + 743.0, + 1248.0, + 743.0, + 1263.0, + 708.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 1247.5, + 779.0, + 1247.5, + 779.0, + 1268.5, + 731.0, + 1268.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 1249.0, + 807.0, + 1249.0, + 807.0, + 1265.5, + 768.0, + 1265.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1251.0, + 970.0, + 1251.0, + 970.0, + 1267.0, + 922.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 1251.5, + 1131.0, + 1251.5, + 1131.0, + 1269.0, + 1084.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1248.5, + 1291.0, + 1248.5, + 1291.0, + 1262.5, + 1258.0, + 1262.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 1252.0, + 519.0, + 1252.0, + 519.0, + 1269.0, + 469.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 1252.0, + 681.0, + 1252.0, + 681.0, + 1269.0, + 631.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 1253.0, + 1067.0, + 1253.0, + 1067.0, + 1267.5, + 1021.0, + 1267.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.75, + 1252.5, + 1229.75, + 1252.5, + 1229.75, + 1268.5, + 1181.75, + 1268.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 1250.0, + 1327.0, + 1250.0, + 1327.0, + 1267.5, + 1283.0, + 1267.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1320.0, + 1250.5, + 1355.0, + 1250.5, + 1355.0, + 1265.0, + 1320.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 1255.0, + 550.0, + 1255.0, + 550.0, + 1270.0, + 497.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.25, + 1253.5, + 712.25, + 1253.5, + 712.25, + 1270.5, + 659.25, + 1270.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1048.0, + 1255.0, + 1100.0, + 1255.0, + 1100.0, + 1270.5, + 1048.0, + 1270.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1210.0, + 1255.0, + 1263.0, + 1255.0, + 1263.0, + 1271.0, + 1210.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 1311.0, + 1290.0, + 1311.0, + 1290.0, + 1356.0, + 409.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1401.0, + 678.0, + 1401.0, + 678.0, + 1442.0, + 293.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2119.0, + 838.0, + 2119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1850.0, + 1406.0, + 1850.0, + 1406.0, + 1886.0, + 295.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1881.0, + 1024.0, + 1881.0, + 1024.0, + 1918.0, + 291.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1881.0, + 1308.0, + 1881.0, + 1308.0, + 1918.0, + 1191.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 1881.0, + 1408.0, + 1881.0, + 1408.0, + 1918.0, + 1351.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1911.0, + 796.0, + 1911.0, + 796.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1911.0, + 904.0, + 1911.0, + 904.0, + 1946.0, + 844.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 1911.0, + 1148.0, + 1911.0, + 1148.0, + 1946.0, + 995.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 1911.0, + 1405.0, + 1911.0, + 1405.0, + 1946.0, + 1220.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1941.0, + 451.0, + 1941.0, + 451.0, + 1980.0, + 293.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 1941.0, + 1013.0, + 1941.0, + 1013.0, + 1980.0, + 753.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 1941.0, + 1406.0, + 1941.0, + 1406.0, + 1980.0, + 1032.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1970.0, + 1148.0, + 1970.0, + 1148.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1970.0, + 1406.0, + 1970.0, + 1406.0, + 2008.0, + 1182.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 876.0, + 2002.0, + 876.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 2002.0, + 1151.0, + 2002.0, + 1151.0, + 2038.0, + 918.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1462.0, + 1406.0, + 1462.0, + 1406.0, + 1499.0, + 295.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1493.0, + 297.0, + 1493.0, + 297.0, + 1530.0, + 294.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 1493.0, + 890.0, + 1493.0, + 890.0, + 1530.0, + 374.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 1493.0, + 1405.0, + 1493.0, + 1405.0, + 1530.0, + 1051.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1522.0, + 359.0, + 1522.0, + 359.0, + 1560.0, + 292.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 1522.0, + 1038.0, + 1522.0, + 1038.0, + 1560.0, + 465.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1522.0, + 1405.0, + 1522.0, + 1405.0, + 1560.0, + 1060.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1544.0, + 1175.0, + 1544.0, + 1175.0, + 1600.0, + 291.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1580.0, + 358.0, + 1580.0, + 358.0, + 1624.0, + 292.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 439.0, + 1580.0, + 1028.0, + 1580.0, + 1028.0, + 1624.0, + 439.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 809.0, + 1048.0, + 809.0, + 1048.0, + 852.0, + 293.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 809.0, + 1408.0, + 809.0, + 1408.0, + 852.0, + 1270.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 836.0, + 384.0, + 836.0, + 384.0, + 883.0, + 291.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 836.0, + 931.0, + 836.0, + 931.0, + 883.0, + 602.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 836.0, + 1411.0, + 836.0, + 1411.0, + 883.0, + 965.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 875.0, + 442.0, + 875.0, + 442.0, + 911.0, + 294.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 875.0, + 671.0, + 875.0, + 671.0, + 911.0, + 545.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 704.0, + 875.0, + 1405.0, + 875.0, + 1405.0, + 911.0, + 704.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 906.0, + 609.0, + 906.0, + 609.0, + 941.0, + 294.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 906.0, + 1405.0, + 906.0, + 1405.0, + 941.0, + 853.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 935.0, + 1358.0, + 935.0, + 1358.0, + 973.0, + 293.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 935.0, + 1405.0, + 935.0, + 1405.0, + 973.0, + 1401.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 967.0, + 1178.0, + 967.0, + 1178.0, + 1003.0, + 295.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1404.0, + 227.0, + 1404.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 260.0, + 1405.0, + 260.0, + 1405.0, + 297.0, + 292.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 291.0, + 958.0, + 291.0, + 958.0, + 327.0, + 294.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 291.0, + 1406.0, + 291.0, + 1406.0, + 327.0, + 1046.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 320.0, + 331.0, + 320.0, + 331.0, + 356.0, + 294.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 320.0, + 1237.0, + 320.0, + 1237.0, + 356.0, + 411.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 320.0, + 1406.0, + 320.0, + 1406.0, + 356.0, + 1361.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 351.0, + 1260.0, + 351.0, + 1260.0, + 387.0, + 295.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 351.0, + 1405.0, + 351.0, + 1405.0, + 387.0, + 1402.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 384.0, + 1375.0, + 384.0, + 1375.0, + 416.0, + 296.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 673.0, + 1204.0, + 673.0, + 1204.0, + 711.0, + 294.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 673.0, + 1407.0, + 673.0, + 1407.0, + 711.0, + 1394.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 706.0, + 596.0, + 706.0, + 596.0, + 743.0, + 547.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 706.0, + 1207.0, + 706.0, + 1207.0, + 743.0, + 674.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 706.0, + 1262.0, + 706.0, + 1262.0, + 743.0, + 1229.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 706.0, + 1356.0, + 706.0, + 1356.0, + 743.0, + 1288.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1383.0, + 706.0, + 1407.0, + 706.0, + 1407.0, + 743.0, + 1383.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 738.0, + 896.0, + 738.0, + 896.0, + 771.0, + 293.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 738.0, + 1404.0, + 738.0, + 1404.0, + 771.0, + 922.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 767.0, + 481.0, + 767.0, + 481.0, + 804.0, + 293.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 767.0, + 1324.0, + 767.0, + 1324.0, + 804.0, + 558.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 542.0, + 709.0, + 542.0, + 709.0, + 578.0, + 294.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 542.0, + 1408.0, + 542.0, + 1408.0, + 578.0, + 753.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 575.0, + 1043.0, + 575.0, + 1043.0, + 608.0, + 295.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 575.0, + 1320.0, + 575.0, + 1320.0, + 608.0, + 1086.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 575.0, + 1405.0, + 575.0, + 1405.0, + 608.0, + 1354.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 603.0, + 1407.0, + 603.0, + 1407.0, + 640.0, + 294.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 635.0, + 1309.0, + 635.0, + 1309.0, + 672.0, + 294.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 422.0, + 515.0, + 422.0, + 515.0, + 460.0, + 293.0, + 460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 422.0, + 1401.0, + 422.0, + 1401.0, + 460.0, + 610.0, + 460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 455.0, + 565.0, + 455.0, + 565.0, + 489.0, + 296.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 455.0, + 1077.0, + 455.0, + 1077.0, + 489.0, + 587.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 455.0, + 1404.0, + 455.0, + 1404.0, + 489.0, + 1120.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 484.0, + 957.0, + 484.0, + 957.0, + 521.0, + 295.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 484.0, + 1256.0, + 484.0, + 1256.0, + 521.0, + 1247.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1735.0, + 800.0, + 1735.0, + 800.0, + 1779.0, + 290.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 1735.0, + 989.0, + 1735.0, + 989.0, + 1779.0, + 931.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 1735.0, + 1281.0, + 1735.0, + 1281.0, + 1779.0, + 1125.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1303.0, + 1735.0, + 1405.0, + 1735.0, + 1405.0, + 1779.0, + 1303.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1771.0, + 588.0, + 1771.0, + 588.0, + 1807.0, + 294.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 1771.0, + 838.0, + 1771.0, + 838.0, + 1807.0, + 792.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1771.0, + 1406.0, + 1771.0, + 1406.0, + 1807.0, + 971.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1799.0, + 941.0, + 1799.0, + 941.0, + 1842.0, + 294.0, + 1842.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 416, + 1405, + 416, + 1405, + 634, + 298, + 634 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1347, + 1404, + 1347, + 1404, + 1572, + 297, + 1572 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 888, + 1404, + 888, + 1404, + 1076, + 297, + 1076 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 749, + 1404, + 749, + 1404, + 874, + 298, + 874 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1802, + 1403, + 1802, + 1403, + 1896, + 298, + 1896 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1910, + 1402, + 1910, + 1402, + 2034, + 298, + 2034 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 299, + 1592, + 1405, + 1592, + 1405, + 1686, + 299, + 1686 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 297, + 1090, + 1404, + 1090, + 1404, + 1216, + 297, + 1216 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 293, + 228, + 1403, + 228, + 1403, + 294, + 293, + 294 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 340, + 311, + 1357, + 311, + 1357, + 397, + 340, + 397 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 290, + 1229, + 1329, + 1229, + 1329, + 1262, + 290, + 1262 + ], + "score": 0.919 + }, + { + "category_id": 0, + "poly": [ + 301, + 679, + 759, + 679, + 759, + 714, + 301, + 714 + ], + "score": 0.911 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.908 + }, + { + "category_id": 0, + "poly": [ + 302, + 1733, + 728, + 1733, + 728, + 1768, + 302, + 1768 + ], + "score": 0.89 + }, + { + "category_id": 1, + "poly": [ + 300, + 1269, + 703, + 1269, + 703, + 1307, + 300, + 1307 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 859, + 2089, + 859, + 2112, + 840, + 2112 + ], + "score": 0.784 + }, + { + "category_id": 14, + "poly": [ + 335, + 308, + 1362, + 308, + 1362, + 400, + 335, + 400 + ], + "score": 0.94, + "latex": "p ( w | D _ { n } ) = { \\frac { p ( D _ { n } | w ) p ( w ) } { p ( D _ { n } ) } } = { \\frac { 1 } { Z _ { n } } } \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) = { \\frac { 1 } { Z _ { n } ^ { 0 } } } \\exp \\{ - n K _ { n } ( w ) + \\log \\varphi ( w ) \\}" + }, + { + "category_id": 13, + "poly": [ + 563, + 1411, + 688, + 1411, + 688, + 1444, + 563, + 1444 + ], + "score": 0.93, + "latex": "\\bar { M } ^ { \\prime } = | Q ^ { \\prime } |" + }, + { + "category_id": 13, + "poly": [ + 814, + 919, + 976, + 919, + 976, + 953, + 814, + 953 + ], + "score": 0.93, + "latex": "x \\notin ( \\Sigma _ { i n p u t } ) ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1537, + 481, + 1537, + 481, + 1571, + 298, + 1571 + ], + "score": 0.93, + "latex": "M ^ { \\prime } N ^ { \\prime } ( \\bar { M } + N )" + }, + { + "category_id": 13, + "poly": [ + 341, + 889, + 421, + 889, + 421, + 922, + 341, + 922 + ], + "score": 0.92, + "latex": "q ( x , y )" + }, + { + "category_id": 13, + "poly": [ + 653, + 1230, + 746, + 1230, + 746, + 1264, + 653, + 1264 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 372, + 416, + 751, + 416, + 751, + 452, + 372, + 452 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { Z _ { n } ^ { 0 } = \\int \\varphi ( w ) \\exp ( - n K _ { n } ( w ) ) d w } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1148, + 953, + 1395, + 953, + 1395, + 987, + 1148, + 987 + ], + "score": 0.92, + "latex": "K _ { n } ( u ) = K _ { n } ( v ) = 0" + }, + { + "category_id": 13, + "poly": [ + 392, + 1411, + 511, + 1411, + 511, + 1444, + 392, + 1444 + ], + "score": 0.92, + "latex": "N ^ { \\prime } = | \\Sigma ^ { \\prime } |" + }, + { + "category_id": 13, + "poly": [ + 341, + 1092, + 446, + 1092, + 446, + 1125, + 341, + 1125 + ], + "score": 0.92, + "latex": "N = | \\Sigma |" + }, + { + "category_id": 13, + "poly": [ + 499, + 1092, + 610, + 1092, + 610, + 1125, + 499, + 1125 + ], + "score": 0.92, + "latex": "M = | Q |" + }, + { + "category_id": 13, + "poly": [ + 467, + 1268, + 695, + 1268, + 695, + 1309, + 467, + 1309 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\lambda \\le \\frac { 1 } { 2 } ( M + N ) \\mathfrak { c } ( q ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1273, + 919, + 1353, + 919, + 1353, + 952, + 1273, + 952 + ], + "score": 0.92, + "latex": "q ( x , y )" + }, + { + "category_id": 13, + "poly": [ + 1187, + 1943, + 1279, + 1943, + 1279, + 1975, + 1187, + 1975 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 962, + 1092, + 1066, + 1092, + 1066, + 1123, + 962, + 1123 + ], + "score": 0.92, + "latex": "N ^ { \\prime } \\leq N" + }, + { + "category_id": 13, + "poly": [ + 680, + 919, + 785, + 919, + 785, + 953, + 680, + 953 + ], + "score": 0.92, + "latex": "q ( x ) \\bar { = } 0" + }, + { + "category_id": 13, + "poly": [ + 1219, + 1092, + 1331, + 1092, + 1331, + 1122, + 1219, + 1122 + ], + "score": 0.92, + "latex": "M ^ { \\prime } \\leq M" + }, + { + "category_id": 13, + "poly": [ + 423, + 1349, + 616, + 1349, + 616, + 1381, + 423, + 1381 + ], + "score": 0.92, + "latex": "u \\in W ^ { c o d e } \\cap W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 587, + 1152, + 751, + 1152, + 751, + 1185, + 587, + 1185 + ], + "score": 0.92, + "latex": "N ^ { \\prime } \\geq | \\Sigma _ { i n p u t } |" + }, + { + "category_id": 13, + "poly": [ + 1122, + 1124, + 1200, + 1124, + 1200, + 1156, + 1122, + 1156 + ], + "score": 0.91, + "latex": "\\Sigma _ { i n p u t }" + }, + { + "category_id": 13, + "poly": [ + 509, + 920, + 586, + 920, + 586, + 953, + 509, + 953 + ], + "score": 0.91, + "latex": "\\Sigma _ { i n p u t }" + }, + { + "category_id": 13, + "poly": [ + 333, + 952, + 559, + 952, + 559, + 985, + 333, + 985 + ], + "score": 0.91, + "latex": "u , v \\in W ^ { c o d e } \\cap W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 332, + 1444, + 460, + 1444, + 460, + 1478, + 332, + 1478 + ], + "score": 0.91, + "latex": "x \\in \\Sigma _ { i n p u t } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 404, + 453, + 498, + 453, + 498, + 480, + 404, + 480 + ], + "score": 0.9, + "latex": "w \\in W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 754, + 1476, + 850, + 1476, + 850, + 1507, + 754, + 1507 + ], + "score": 0.9, + "latex": "V \\subseteq W" + }, + { + "category_id": 13, + "poly": [ + 502, + 1509, + 697, + 1509, + 697, + 1541, + 502, + 1541 + ], + "score": 0.9, + "latex": "( \\sigma , q ) \\in \\Sigma ^ { \\prime } \\times Q ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 1023, + 1537, + 1218, + 1537, + 1218, + 1574, + 1023, + 1574 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { \\lambda \\le \\frac 1 2 \\bmod { \\mathrm { i m } } ( V ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1036, + 1507, + 1195, + 1507, + 1195, + 1537, + 1036, + 1537 + ], + "score": 0.89, + "latex": "u \\in V \\subseteq W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1034, + 921, + 1075, + 921, + 1075, + 951, + 1034, + 951 + ], + "score": 0.89, + "latex": "D _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1279, + 2003, + 1314, + 2003, + 1314, + 2034, + 1279, + 2034 + ], + "score": 0.89, + "latex": "V _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 597, + 1123, + 683, + 1123, + 683, + 1150, + 597, + 1150 + ], + "score": 0.89, + "latex": "c M ^ { \\prime } N ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 502, + 1475, + 696, + 1475, + 696, + 1508, + 502, + 1508 + ], + "score": 0.89, + "latex": "( \\sigma , q ) \\notin \\Sigma ^ { \\prime } \\times Q ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 1137, + 1655, + 1178, + 1655, + 1178, + 1686, + 1137, + 1686 + ], + "score": 0.88, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 935, + 782, + 976, + 782, + 976, + 812, + 935, + 812 + ], + "score": 0.88, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1412, + 330, + 1412, + 330, + 1443, + 298, + 1443 + ], + "score": 0.88, + "latex": "Q ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 299, + 1477, + 438, + 1477, + 438, + 1510, + 299, + 1510 + ], + "score": 0.87, + "latex": "( \\sigma , q , ? , ? , ? )" + }, + { + "category_id": 13, + "poly": [ + 1325, + 263, + 1366, + 263, + 1366, + 292, + 1325, + 292 + ], + "score": 0.87, + "latex": "D _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1226, + 1381, + 1256, + 1381, + 1256, + 1409, + 1226, + 1409 + ], + "score": 0.87, + "latex": "\\Sigma ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 610, + 1184, + 683, + 1184, + 683, + 1212, + 610, + 1212 + ], + "score": 0.87, + "latex": "M ^ { \\prime } N ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 528, + 1183, + 576, + 1183, + 576, + 1217, + 528, + 1217 + ], + "score": 0.87, + "latex": "{ \\mathfrak { c } } ( q )" + }, + { + "category_id": 13, + "poly": [ + 1165, + 267, + 1187, + 267, + 1187, + 294, + 1165, + 294 + ], + "score": 0.82, + "latex": "\\varphi" + }, + { + "category_id": 13, + "poly": [ + 1215, + 1158, + 1232, + 1158, + 1232, + 1184, + 1215, + 1184 + ], + "score": 0.81, + "latex": "q" + }, + { + "category_id": 13, + "poly": [ + 481, + 1154, + 505, + 1154, + 505, + 1180, + 481, + 1180 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1250, + 1507, + 1403, + 1507, + 1403, + 1540, + 1250, + 1540 + ], + "score": 0.8, + "latex": "\\operatorname { c o d i m } ( V ) =" + }, + { + "category_id": 13, + "poly": [ + 341, + 1232, + 361, + 1232, + 361, + 1258, + 341, + 1258 + ], + "score": 0.79, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 866, + 1094, + 890, + 1094, + 890, + 1120, + 866, + 1120 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 935, + 1185, + 959, + 1185, + 959, + 1211, + 935, + 1211 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 461, + 1125, + 486, + 1125, + 486, + 1150, + 461, + 1150 + ], + "score": 0.79, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 788, + 423, + 808, + 423, + 808, + 446, + 788, + 446 + ], + "score": 0.78, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 873, + 891, + 897, + 891, + 897, + 917, + 873, + 917 + ], + "score": 0.77, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 763, + 1128, + 779, + 1128, + 779, + 1150, + 763, + 1150 + ], + "score": 0.77, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 1311, + 1190, + 1327, + 1190, + 1327, + 1216, + 1311, + 1216 + ], + "score": 0.77, + "latex": "q" + }, + { + "category_id": 13, + "poly": [ + 296, + 1184, + 321, + 1184, + 321, + 1212, + 296, + 1212 + ], + "score": 0.75, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1382, + 1482, + 1401, + 1482, + 1401, + 1504, + 1382, + 1504 + ], + "score": 0.74, + "latex": "u" + }, + { + "category_id": 13, + "poly": [ + 1382, + 1418, + 1401, + 1418, + 1401, + 1439, + 1382, + 1439 + ], + "score": 0.7, + "latex": "u" + }, + { + "category_id": 13, + "poly": [ + 1228, + 1413, + 1253, + 1413, + 1253, + 1440, + 1228, + 1440 + ], + "score": 0.67, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 992, + 2004, + 1025, + 2004, + 1025, + 2031, + 992, + 2031 + ], + "score": 0.67, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 372, + 510, + 405, + 510, + 405, + 538, + 372, + 538 + ], + "score": 0.6, + "latex": "W" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 674.0, + 765.0, + 674.0, + 765.0, + 720.0, + 291.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1731.0, + 734.0, + 1731.0, + 734.0, + 1775.0, + 293.0, + 1775.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, + 412.0, + 371.0, + 412.0, + 371.0, + 458.0, + 292.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 412.0, + 787.0, + 412.0, + 787.0, + 458.0, + 752.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 412.0, + 1408.0, + 412.0, + 1408.0, + 458.0, + 809.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 448.0, + 403.0, + 448.0, + 403.0, + 484.0, + 293.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 448.0, + 1403.0, + 448.0, + 1403.0, + 484.0, + 499.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 479.0, + 1405.0, + 479.0, + 1405.0, + 514.0, + 295.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 508.0, + 371.0, + 508.0, + 371.0, + 545.0, + 293.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 508.0, + 1405.0, + 508.0, + 1405.0, + 545.0, + 406.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 539.0, + 1406.0, + 539.0, + 1406.0, + 577.0, + 293.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 570.0, + 1405.0, + 570.0, + 1405.0, + 608.0, + 293.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 602.0, + 784.0, + 602.0, + 784.0, + 637.0, + 295.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1344.0, + 422.0, + 1344.0, + 422.0, + 1387.0, + 292.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1344.0, + 1407.0, + 1344.0, + 1407.0, + 1387.0, + 617.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1380.0, + 1225.0, + 1380.0, + 1225.0, + 1416.0, + 292.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1380.0, + 1406.0, + 1380.0, + 1406.0, + 1416.0, + 1257.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1407.0, + 297.0, + 1407.0, + 297.0, + 1449.0, + 292.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1407.0, + 391.0, + 1407.0, + 391.0, + 1449.0, + 331.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 512.0, + 1407.0, + 562.0, + 1407.0, + 562.0, + 1449.0, + 512.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 689.0, + 1407.0, + 1227.0, + 1407.0, + 1227.0, + 1449.0, + 689.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1407.0, + 1381.0, + 1407.0, + 1381.0, + 1449.0, + 1254.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1407.0, + 1407.0, + 1407.0, + 1407.0, + 1449.0, + 1402.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1435.0, + 331.0, + 1435.0, + 331.0, + 1487.0, + 288.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 1435.0, + 1409.0, + 1435.0, + 1409.0, + 1487.0, + 461.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1472.0, + 298.0, + 1472.0, + 298.0, + 1514.0, + 292.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 439.0, + 1472.0, + 501.0, + 1472.0, + 501.0, + 1514.0, + 439.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 1472.0, + 753.0, + 1472.0, + 753.0, + 1514.0, + 697.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 1472.0, + 1381.0, + 1472.0, + 1381.0, + 1514.0, + 851.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1472.0, + 1409.0, + 1472.0, + 1409.0, + 1514.0, + 1402.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1500.0, + 501.0, + 1500.0, + 501.0, + 1548.0, + 291.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 1500.0, + 1035.0, + 1500.0, + 1035.0, + 1548.0, + 698.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 1500.0, + 1249.0, + 1500.0, + 1249.0, + 1548.0, + 1196.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1500.0, + 1408.0, + 1500.0, + 1408.0, + 1548.0, + 1404.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1533.0, + 297.0, + 1533.0, + 297.0, + 1575.0, + 294.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 1533.0, + 1022.0, + 1533.0, + 1022.0, + 1575.0, + 482.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 1533.0, + 1229.0, + 1533.0, + 1229.0, + 1575.0, + 1219.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 1541.0, + 1400.0, + 1541.0, + 1400.0, + 1561.0, + 1380.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 887.0, + 340.0, + 887.0, + 340.0, + 927.0, + 294.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 887.0, + 872.0, + 887.0, + 872.0, + 927.0, + 422.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.0, + 887.0, + 1406.0, + 887.0, + 1406.0, + 927.0, + 898.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 919.0, + 508.0, + 919.0, + 508.0, + 955.0, + 292.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 919.0, + 679.0, + 919.0, + 679.0, + 955.0, + 587.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 919.0, + 813.0, + 919.0, + 813.0, + 955.0, + 786.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 919.0, + 1033.0, + 919.0, + 1033.0, + 955.0, + 977.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 919.0, + 1272.0, + 919.0, + 1272.0, + 955.0, + 1076.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 919.0, + 1405.0, + 919.0, + 1405.0, + 955.0, + 1354.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 946.0, + 332.0, + 946.0, + 332.0, + 992.0, + 290.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 946.0, + 1147.0, + 946.0, + 1147.0, + 992.0, + 560.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1396.0, + 946.0, + 1406.0, + 946.0, + 1406.0, + 992.0, + 1396.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 982.0, + 1405.0, + 982.0, + 1405.0, + 1021.0, + 292.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1014.0, + 1406.0, + 1014.0, + 1406.0, + 1050.0, + 295.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1045.0, + 520.0, + 1045.0, + 520.0, + 1078.0, + 292.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 751.0, + 1404.0, + 751.0, + 1404.0, + 783.0, + 294.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 781.0, + 934.0, + 781.0, + 934.0, + 815.0, + 292.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 781.0, + 1406.0, + 781.0, + 1406.0, + 815.0, + 977.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 813.0, + 1402.0, + 813.0, + 1402.0, + 845.0, + 296.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 844.0, + 1041.0, + 844.0, + 1041.0, + 877.0, + 294.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1800.0, + 1405.0, + 1800.0, + 1405.0, + 1839.0, + 293.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1833.0, + 1407.0, + 1833.0, + 1407.0, + 1871.0, + 293.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1865.0, + 1379.0, + 1865.0, + 1379.0, + 1900.0, + 292.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1911.0, + 1406.0, + 1911.0, + 1406.0, + 1947.0, + 293.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1942.0, + 1186.0, + 1942.0, + 1186.0, + 1979.0, + 292.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 1942.0, + 1407.0, + 1942.0, + 1407.0, + 1979.0, + 1280.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1972.0, + 1404.0, + 1972.0, + 1404.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2002.0, + 991.0, + 2002.0, + 991.0, + 2036.0, + 292.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 2002.0, + 1278.0, + 2002.0, + 1278.0, + 2036.0, + 1026.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1315.0, + 2002.0, + 1406.0, + 2002.0, + 1406.0, + 2036.0, + 1315.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1592.0, + 1405.0, + 1592.0, + 1405.0, + 1629.0, + 294.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1622.0, + 1405.0, + 1622.0, + 1405.0, + 1657.0, + 296.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1655.0, + 1136.0, + 1655.0, + 1136.0, + 1689.0, + 297.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1655.0, + 1392.0, + 1655.0, + 1392.0, + 1689.0, + 1179.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1091.0, + 340.0, + 1091.0, + 340.0, + 1127.0, + 294.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 1091.0, + 498.0, + 1091.0, + 498.0, + 1127.0, + 447.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 611.0, + 1091.0, + 865.0, + 1091.0, + 865.0, + 1127.0, + 611.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 1091.0, + 961.0, + 1091.0, + 961.0, + 1127.0, + 891.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 1091.0, + 1218.0, + 1091.0, + 1218.0, + 1127.0, + 1067.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1091.0, + 1406.0, + 1091.0, + 1406.0, + 1127.0, + 1332.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1119.0, + 460.0, + 1119.0, + 460.0, + 1158.0, + 291.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 1119.0, + 596.0, + 1119.0, + 596.0, + 1158.0, + 487.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 1119.0, + 762.0, + 1119.0, + 762.0, + 1158.0, + 684.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 1119.0, + 1121.0, + 1119.0, + 1121.0, + 1158.0, + 780.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 1119.0, + 1406.0, + 1119.0, + 1406.0, + 1158.0, + 1201.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1151.0, + 480.0, + 1151.0, + 480.0, + 1191.0, + 292.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 1151.0, + 586.0, + 1151.0, + 586.0, + 1191.0, + 506.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 1151.0, + 1214.0, + 1151.0, + 1214.0, + 1191.0, + 752.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 1151.0, + 1406.0, + 1151.0, + 1406.0, + 1191.0, + 1233.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1178.0, + 295.0, + 1178.0, + 295.0, + 1223.0, + 290.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1178.0, + 527.0, + 1178.0, + 527.0, + 1223.0, + 322.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 577.0, + 1178.0, + 609.0, + 1178.0, + 609.0, + 1223.0, + 577.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 1178.0, + 934.0, + 1178.0, + 934.0, + 1223.0, + 684.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1178.0, + 1310.0, + 1178.0, + 1310.0, + 1223.0, + 960.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 1178.0, + 1341.0, + 1178.0, + 1341.0, + 1223.0, + 1328.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 265.0, + 296.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 1164.0, + 260.0, + 1164.0, + 300.0, + 293.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 260.0, + 1324.0, + 260.0, + 1324.0, + 300.0, + 1188.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1228.0, + 340.0, + 1228.0, + 340.0, + 1267.0, + 292.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 1228.0, + 652.0, + 1228.0, + 652.0, + 1267.0, + 362.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 1228.0, + 1333.0, + 1228.0, + 1333.0, + 1267.0, + 747.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1263.0, + 466.0, + 1263.0, + 466.0, + 1314.0, + 293.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 1263.0, + 706.0, + 1263.0, + 706.0, + 1314.0, + 696.0, + 1314.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 622, + 1405, + 622, + 1405, + 990, + 297, + 990 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 296, + 1003, + 1405, + 1003, + 1405, + 1242, + 296, + 1242 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1255, + 1405, + 1255, + 1405, + 1502, + 297, + 1502 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 483, + 1404, + 483, + 1404, + 609, + 297, + 609 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 660, + 1550, + 1028, + 1550, + 1028, + 1925, + 660, + 1925 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 662, + 280, + 1035, + 280, + 1035, + 357, + 662, + 357 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 297, + 376, + 1127, + 376, + 1127, + 410, + 297, + 410 + ], + "score": 0.933 + }, + { + "category_id": 8, + "poly": [ + 713, + 428, + 986, + 428, + 986, + 468, + 713, + 468 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 293, + 228, + 1187, + 228, + 1187, + 264, + 293, + 264 + ], + "score": 0.923 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 106, + 297, + 106 + ], + "score": 0.878 + }, + { + "category_id": 4, + "poly": [ + 346, + 1972, + 1347, + 1972, + 1347, + 2007, + 346, + 2007 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 842, + 2087, + 858, + 2087, + 858, + 2111, + 842, + 2111 + ], + "score": 0.714 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 859, + 2087, + 859, + 2111, + 841, + 2111 + ], + "score": 0.149 + }, + { + "category_id": 14, + "poly": [ + 663, + 279, + 1036, + 279, + 1036, + 357, + 663, + 357 + ], + "score": 0.94, + "latex": "p _ { \\alpha } = \\frac { 1 } { Z _ { 0 } } \\int _ { V _ { \\alpha } } e ^ { - n K _ { n } ( w ) } \\varphi ( w ) d w" + }, + { + "category_id": 13, + "poly": [ + 437, + 1132, + 571, + 1132, + 571, + 1176, + 437, + 1176 + ], + "score": 0.94, + "latex": "c \\geq { \\frac { \\lambda \\log ( n ) } { n } }" + }, + { + "category_id": 13, + "poly": [ + 622, + 1172, + 706, + 1172, + 706, + 1215, + 622, + 1215 + ], + "score": 0.93, + "latex": "\\frac { \\lambda \\log ( n ) } { n }" + }, + { + "category_id": 13, + "poly": [ + 627, + 517, + 745, + 517, + 745, + 549, + 627, + 549 + ], + "score": 0.93, + "latex": "W _ { K _ { \\alpha } } \\cap V _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 1225, + 577, + 1337, + 577, + 1337, + 610, + 1225, + 610 + ], + "score": 0.93, + "latex": "\\lambda _ { \\alpha } \\log ( n )" + }, + { + "category_id": 13, + "poly": [ + 822, + 515, + 1144, + 515, + 1144, + 549, + 822, + 549 + ], + "score": 0.92, + "latex": "W _ { c } = \\{ w \\in W | K ( w ) = c \\}" + }, + { + "category_id": 13, + "poly": [ + 618, + 654, + 732, + 654, + 732, + 685, + 618, + 685 + ], + "score": 0.92, + "latex": "w _ { \\alpha } \\in W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 396, + 836, + 736, + 836, + 736, + 870, + 396, + 870 + ], + "score": 0.92, + "latex": "\\bar { K _ { \\alpha } } n + \\lambda _ { \\alpha } \\log ( n ) < \\lambda \\log ( \\bar { n } )" + }, + { + "category_id": 13, + "poly": [ + 851, + 1710, + 915, + 1710, + 915, + 1736, + 851, + 1736 + ], + "score": 0.91, + "latex": "- { \\frac { n } { \\log ( n ) } }" + }, + { + "category_id": 13, + "poly": [ + 983, + 578, + 1042, + 578, + 1042, + 607, + 983, + 607 + ], + "score": 0.91, + "latex": "K _ { \\alpha } n" + }, + { + "category_id": 13, + "poly": [ + 1075, + 1037, + 1266, + 1037, + 1266, + 1077, + 1075, + 1077 + ], + "score": 0.91, + "latex": "\\textstyle \\lambda _ { c } \\geq \\lambda - c { \\frac { n } { \\log ( n ) } }" + }, + { + "category_id": 13, + "poly": [ + 855, + 375, + 911, + 375, + 911, + 405, + 855, + 405 + ], + "score": 0.91, + "latex": "e ^ { - f _ { \\alpha } }" + }, + { + "category_id": 13, + "poly": [ + 1151, + 746, + 1194, + 746, + 1194, + 776, + 1151, + 776 + ], + "score": 0.89, + "latex": "K _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 812, + 655, + 848, + 655, + 848, + 685, + 812, + 685 + ], + "score": 0.89, + "latex": "\\lambda _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 633, + 487, + 675, + 487, + 675, + 515, + 633, + 515 + ], + "score": 0.89, + "latex": "K _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 344, + 516, + 378, + 516, + 378, + 546, + 344, + 546 + ], + "score": 0.89, + "latex": "\\lambda _ { \\alpha }" + }, + { + "category_id": 14, + "poly": [ + 713, + 428, + 987, + 428, + 987, + 466, + 713, + 466 + ], + "score": 0.89, + "latex": "f _ { \\alpha } = K _ { \\alpha } n + \\lambda _ { \\alpha } \\log ( n )" + }, + { + "category_id": 13, + "poly": [ + 499, + 1071, + 540, + 1071, + 540, + 1103, + 499, + 1103 + ], + "score": 0.89, + "latex": "W _ { c }" + }, + { + "category_id": 13, + "poly": [ + 1365, + 486, + 1400, + 486, + 1400, + 516, + 1365, + 516 + ], + "score": 0.88, + "latex": "V _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 445, + 776, + 480, + 776, + 480, + 806, + 445, + 806 + ], + "score": 0.88, + "latex": "\\lambda _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 1117, + 232, + 1151, + 232, + 1151, + 261, + 1117, + 261 + ], + "score": 0.87, + "latex": "V _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 733, + 1007, + 764, + 1007, + 764, + 1036, + 733, + 1036 + ], + "score": 0.87, + "latex": "\\lambda _ { c }" + }, + { + "category_id": 13, + "poly": [ + 1128, + 1007, + 1168, + 1007, + 1168, + 1035, + 1128, + 1035 + ], + "score": 0.86, + "latex": "W _ { c }" + }, + { + "category_id": 13, + "poly": [ + 372, + 235, + 410, + 235, + 410, + 261, + 372, + 261 + ], + "score": 0.85, + "latex": "w _ { \\alpha }" + }, + { + "category_id": 13, + "poly": [ + 1300, + 487, + 1328, + 487, + 1328, + 513, + 1300, + 513 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1314, + 517, + 1342, + 517, + 1342, + 543, + 1314, + 543 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 668, + 1603, + 687, + 1603, + 687, + 1626, + 668, + 1626 + ], + "score": 0.82, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 617, + 1441, + 645, + 1441, + 645, + 1467, + 617, + 1467 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 815, + 838, + 836, + 838, + 836, + 864, + 815, + 864 + ], + "score": 0.79, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 1065, + 1107, + 1085, + 1107, + 1085, + 1130, + 1065, + 1130 + ], + "score": 0.79, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 877, + 1041, + 896, + 1041, + 896, + 1063, + 877, + 1063 + ], + "score": 0.79, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 369, + 384, + 388, + 384, + 388, + 405, + 369, + 405 + ], + "score": 0.78, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 900, + 1289, + 924, + 1289, + 924, + 1315, + 900, + 1315 + ], + "score": 0.76, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 703, + 750, + 724, + 750, + 724, + 773, + 703, + 773 + ], + "score": 0.74, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 573, + 1211, + 592, + 1211, + 592, + 1237, + 573, + 1237 + ], + "score": 0.74, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 688, + 1109, + 704, + 1109, + 704, + 1130, + 688, + 1130 + ], + "score": 0.73, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 1191, + 1186, + 1211, + 1186, + 1211, + 1207, + 1191, + 1207 + ], + "score": 0.72, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 945, + 1041, + 961, + 1041, + 961, + 1063, + 945, + 1063 + ], + "score": 0.72, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 620, + 1288, + 645, + 1288, + 645, + 1315, + 620, + 1315 + ], + "score": 0.56, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 841, + 1872, + 922, + 1872, + 922, + 1907, + 841, + 1907 + ], + "score": 0.51, + "latex": "\\underline { { \\lambda \\log ( n ) } }" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1594.0, + 667.0, + 1594.0, + 667.0, + 1631.0, + 664.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 1594.0, + 694.0, + 1594.0, + 694.0, + 1631.0, + 688.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 1703.0, + 900.0, + 1703.0, + 900.0, + 1718.0, + 883.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 1810.0, + 985.0, + 1810.0, + 985.0, + 1843.0, + 891.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 1838.0, + 1029.0, + 1838.0, + 1029.0, + 1860.0, + 1010.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 1858.0, + 840.0, + 1858.0, + 840.0, + 1904.0, + 837.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1858.0, + 930.0, + 1858.0, + 930.0, + 1904.0, + 923.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1901.0, + 897.0, + 1901.0, + 897.0, + 1929.0, + 869.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 1703.5, + 919.0, + 1703.5, + 919.0, + 1738.0, + 794.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 1967.0, + 1353.0, + 1967.0, + 1353.0, + 2013.0, + 344.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 623.0, + 1405.0, + 623.0, + 1405.0, + 657.0, + 296.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 654.0, + 617.0, + 654.0, + 617.0, + 688.0, + 291.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 654.0, + 811.0, + 654.0, + 811.0, + 688.0, + 733.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 654.0, + 1406.0, + 654.0, + 1406.0, + 688.0, + 849.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 684.0, + 1405.0, + 684.0, + 1405.0, + 718.0, + 294.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 715.0, + 1403.0, + 715.0, + 1403.0, + 749.0, + 295.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 745.0, + 702.0, + 745.0, + 702.0, + 782.0, + 292.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 745.0, + 1150.0, + 745.0, + 1150.0, + 782.0, + 725.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 745.0, + 1406.0, + 745.0, + 1406.0, + 782.0, + 1195.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 774.0, + 444.0, + 774.0, + 444.0, + 812.0, + 292.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 481.0, + 774.0, + 1407.0, + 774.0, + 1407.0, + 812.0, + 481.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 807.0, + 1405.0, + 807.0, + 1405.0, + 841.0, + 294.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 835.0, + 395.0, + 835.0, + 395.0, + 872.0, + 291.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 835.0, + 814.0, + 835.0, + 814.0, + 872.0, + 737.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 835.0, + 1406.0, + 835.0, + 1406.0, + 872.0, + 837.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 864.0, + 1405.0, + 864.0, + 1405.0, + 904.0, + 292.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 896.0, + 1406.0, + 896.0, + 1406.0, + 934.0, + 292.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 927.0, + 1405.0, + 927.0, + 1405.0, + 963.0, + 294.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 957.0, + 669.0, + 957.0, + 669.0, + 995.0, + 294.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1007.0, + 732.0, + 1007.0, + 732.0, + 1036.0, + 299.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 765.0, + 1007.0, + 1127.0, + 1007.0, + 1127.0, + 1036.0, + 765.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 1007.0, + 1405.0, + 1007.0, + 1405.0, + 1036.0, + 1169.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 1034.0, + 1406.0, + 1034.0, + 1406.0, + 1068.0, + 1267.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1070.0, + 498.0, + 1070.0, + 498.0, + 1105.0, + 294.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 1070.0, + 1406.0, + 1070.0, + 1406.0, + 1105.0, + 541.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1100.0, + 687.0, + 1100.0, + 687.0, + 1138.0, + 293.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1100.0, + 1064.0, + 1100.0, + 1064.0, + 1138.0, + 705.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 1100.0, + 1405.0, + 1100.0, + 1405.0, + 1138.0, + 1086.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1126.0, + 436.0, + 1126.0, + 436.0, + 1179.0, + 292.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.0, + 1126.0, + 1406.0, + 1126.0, + 1406.0, + 1179.0, + 572.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1170.0, + 621.0, + 1170.0, + 621.0, + 1219.0, + 292.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 1170.0, + 1190.0, + 1170.0, + 1190.0, + 1219.0, + 707.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 1170.0, + 1406.0, + 1170.0, + 1406.0, + 1219.0, + 1212.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 1195.0, + 678.0, + 1195.0, + 678.0, + 1222.0, + 652.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1209.0, + 572.0, + 1209.0, + 572.0, + 1246.0, + 295.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1209.0, + 604.0, + 1209.0, + 604.0, + 1246.0, + 593.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1025.0, + 1271.0, + 1025.0, + 1271.0, + 1079.5, + 289.0, + 1079.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1252.0, + 1403.0, + 1252.0, + 1403.0, + 1293.0, + 292.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1289.0, + 619.0, + 1289.0, + 619.0, + 1319.0, + 296.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1289.0, + 899.0, + 1289.0, + 899.0, + 1319.0, + 646.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1289.0, + 1403.0, + 1289.0, + 1403.0, + 1319.0, + 925.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1318.0, + 1406.0, + 1318.0, + 1406.0, + 1352.0, + 295.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1350.0, + 1405.0, + 1350.0, + 1405.0, + 1381.0, + 294.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1380.0, + 1403.0, + 1380.0, + 1403.0, + 1412.0, + 294.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1411.0, + 1403.0, + 1411.0, + 1403.0, + 1445.0, + 294.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1439.0, + 616.0, + 1439.0, + 616.0, + 1475.0, + 292.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1439.0, + 1406.0, + 1439.0, + 1406.0, + 1475.0, + 646.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1469.0, + 573.0, + 1469.0, + 573.0, + 1506.0, + 293.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 480.0, + 632.0, + 480.0, + 632.0, + 524.0, + 290.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 480.0, + 1299.0, + 480.0, + 1299.0, + 524.0, + 676.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 480.0, + 1364.0, + 480.0, + 1364.0, + 524.0, + 1329.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 480.0, + 1405.0, + 480.0, + 1405.0, + 524.0, + 1401.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 514.0, + 343.0, + 514.0, + 343.0, + 551.0, + 294.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 379.0, + 514.0, + 626.0, + 514.0, + 626.0, + 551.0, + 379.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 514.0, + 821.0, + 514.0, + 821.0, + 551.0, + 746.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 514.0, + 1313.0, + 514.0, + 1313.0, + 551.0, + 1145.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 514.0, + 1406.0, + 514.0, + 1406.0, + 551.0, + 1343.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 545.0, + 1405.0, + 545.0, + 1405.0, + 583.0, + 292.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 577.0, + 982.0, + 577.0, + 982.0, + 613.0, + 294.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 577.0, + 1224.0, + 577.0, + 1224.0, + 613.0, + 1043.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 577.0, + 1347.0, + 577.0, + 1347.0, + 613.0, + 1338.0, + 613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 366.0, + 368.0, + 366.0, + 368.0, + 420.0, + 291.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 366.0, + 854.0, + 366.0, + 854.0, + 420.0, + 389.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 366.0, + 1131.0, + 366.0, + 1131.0, + 420.0, + 912.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 225.0, + 371.0, + 225.0, + 371.0, + 273.0, + 291.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 225.0, + 1116.0, + 225.0, + 1116.0, + 273.0, + 411.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 225.0, + 1190.0, + 225.0, + 1190.0, + 273.0, + 1152.0, + 273.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 484, + 705, + 1215, + 705, + 1215, + 991, + 484, + 991 + ], + "score": 0.982, + "html": "
Max-lengthTemperatureRLCTStdR squared
7log(500)8.0892053.5247190.965384
7log(1000)6.5333622.0942780.966856
8log(500)4.6018001.1563250.974569
8log(1000)4.4316831.0690200.967847
9log(500)5.3025982.4156470.973016
9log(1000)4.0273241.8668020.958805
10log(500)3.2249101.1696990.963358
10log(1000)3.4336240.9999670.949972
" + }, + { + "category_id": 1, + "poly": [ + 295, + 1090, + 1407, + 1090, + 1407, + 1306, + 295, + 1306 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 296, + 463, + 1405, + 463, + 1405, + 679, + 296, + 679 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 294, + 1404, + 294, + 1404, + 450, + 297, + 450 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 515, + 1341, + 1177, + 1341, + 1177, + 1801, + 515, + 1801 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 310, + 1845, + 1373, + 1845, + 1373, + 1880, + 310, + 1880 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 454, + 1955, + 1240, + 1955, + 1240, + 2028, + 454, + 2028 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 299, + 226, + 558, + 226, + 558, + 262, + 299, + 262 + ], + "score": 0.913 + }, + { + "category_id": 6, + "poly": [ + 623, + 1026, + 1073, + 1026, + 1073, + 1059, + 623, + 1059 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 300, + 1909, + 944, + 1909, + 944, + 1942, + 300, + 1942 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.814 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.559 + }, + { + "category_id": 2, + "poly": [ + 297, + 75, + 854, + 75, + 854, + 105, + 297, + 105 + ], + "score": 0.374 + }, + { + "category_id": 13, + "poly": [ + 331, + 1274, + 504, + 1274, + 504, + 1308, + 331, + 1308 + ], + "score": 0.94, + "latex": "\\dim W / 2 = 1 5" + }, + { + "category_id": 13, + "poly": [ + 639, + 416, + 732, + 416, + 732, + 451, + 639, + 451 + ], + "score": 0.93, + "latex": "\\{ A , { \\cal B } \\} ^ { l }" + }, + { + "category_id": 13, + "poly": [ + 715, + 296, + 808, + 296, + 808, + 329, + 715, + 329 + ], + "score": 0.92, + "latex": "( p , q , \\varphi )" + }, + { + "category_id": 13, + "poly": [ + 1297, + 386, + 1353, + 386, + 1353, + 420, + 1297, + 420 + ], + "score": 0.92, + "latex": "[ a , b ]" + }, + { + "category_id": 13, + "poly": [ + 717, + 387, + 824, + 387, + 824, + 419, + 717, + 419 + ], + "score": 0.91, + "latex": "x \\sim q ( x )" + }, + { + "category_id": 13, + "poly": [ + 483, + 387, + 551, + 387, + 551, + 417, + 483, + 417 + ], + "score": 0.91, + "latex": "a \\leq b" + }, + { + "category_id": 13, + "poly": [ + 1084, + 527, + 1139, + 527, + 1139, + 559, + 1084, + 559 + ], + "score": 0.9, + "latex": "\\{ n _ { i } \\}" + }, + { + "category_id": 13, + "poly": [ + 717, + 357, + 770, + 357, + 770, + 389, + 717, + 389 + ], + "score": 0.9, + "latex": "q ( x )" + }, + { + "category_id": 13, + "poly": [ + 1005, + 464, + 1267, + 464, + 1267, + 497, + 1005, + 497 + ], + "score": 0.9, + "latex": "\\{ p ( y | x , w ) : w \\in W \\}" + }, + { + "category_id": 13, + "poly": [ + 1068, + 497, + 1234, + 497, + 1234, + 528, + 1068, + 528 + ], + "score": 0.89, + "latex": "\\{ [ L , n _ { i } ] \\} _ { 1 \\leq i \\leq 3 }" + }, + { + "category_id": 13, + "poly": [ + 382, + 618, + 423, + 618, + 423, + 647, + 382, + 647 + ], + "score": 0.89, + "latex": "D _ { n }" + }, + { + "category_id": 13, + "poly": [ + 1291, + 1091, + 1393, + 1091, + 1393, + 1120, + 1291, + 1120 + ], + "score": 0.86, + "latex": "W = 3 0" + }, + { + "category_id": 13, + "poly": [ + 1334, + 588, + 1355, + 588, + 1355, + 618, + 1334, + 618 + ], + "score": 0.84, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 1303, + 1122, + 1339, + 1122, + 1339, + 1151, + 1303, + 1151 + ], + "score": 0.84, + "latex": "R ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1313, + 496, + 1335, + 496, + 1335, + 522, + 1313, + 522 + ], + "score": 0.81, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1349, + 470, + 1373, + 470, + 1373, + 492, + 1349, + 492 + ], + "score": 0.77, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 804, + 653, + 824, + 653, + 824, + 679, + 804, + 679 + ], + "score": 0.77, + "latex": "\\varphi" + }, + { + "category_id": 14, + "poly": [ + 450, + 1951, + 1239, + 1951, + 1239, + 2030, + 450, + 2030 + ], + "score": 0.75, + "latex": "\\begin{array} { l } { \\Sigma = \\{ \\Pi , A , B , X \\} } \\\\ { Q = \\{ \\mathrm { r e j e c t , a c c e p t , g e t N e x t A B , g e t N e x t A , g e t N e x t B , g o t o S t a r t } \\} . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 554, + 423, + 574, + 423, + 574, + 445, + 554, + 445 + ], + "score": 0.75, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 874, + 1123, + 895, + 1123, + 895, + 1150, + 874, + 1150 + ], + "score": 0.6, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 1100, + 388, + 1113, + 388, + 1113, + 414, + 1100, + 414 + ], + "score": 0.58, + "latex": "l" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1340.0, + 1017.0, + 1340.0, + 1017.0, + 1369.0, + 602.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 1385.0, + 577.0, + 1385.0, + 577.0, + 1416.0, + 540.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 1448.0, + 580.0, + 1448.0, + 580.0, + 1482.0, + 539.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 1515.0, + 576.0, + 1515.0, + 576.0, + 1543.0, + 552.0, + 1543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 1529.0, + 549.0, + 1529.0, + 549.0, + 1588.0, + 518.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 1529.0, + 1175.0, + 1529.0, + 1175.0, + 1563.0, + 1040.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 1552.0, + 1174.0, + 1552.0, + 1174.0, + 1590.0, + 1078.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1582.0, + 575.0, + 1582.0, + 575.0, + 1605.0, + 555.0, + 1605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 1577.0, + 1182.0, + 1577.0, + 1182.0, + 1613.0, + 1078.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 1632.0, + 749.0, + 1632.0, + 749.0, + 1650.0, + 728.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1646.0, + 575.0, + 1646.0, + 575.0, + 1668.0, + 555.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 1711.0, + 572.0, + 1711.0, + 572.0, + 1731.0, + 556.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 1751.0, + 614.0, + 1751.0, + 614.0, + 1773.0, + 595.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 1749.0, + 754.0, + 1749.0, + 754.0, + 1776.0, + 730.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1750.0, + 890.0, + 1750.0, + 890.0, + 1776.0, + 867.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 1747.0, + 1035.0, + 1747.0, + 1035.0, + 1778.0, + 997.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 1770.0, + 869.0, + 1770.0, + 869.0, + 1802.0, + 749.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1841.0, + 1377.0, + 1841.0, + 1377.0, + 1884.0, + 319.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 222.0, + 562.0, + 222.0, + 562.0, + 267.0, + 291.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 621.0, + 1023.0, + 1079.0, + 1023.0, + 1079.0, + 1061.0, + 621.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 2085.0, + 859.0, + 2085.0, + 859.0, + 2116.0, + 836.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 298.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1089.0, + 1290.0, + 1089.0, + 1290.0, + 1128.0, + 293.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1089.0, + 1405.0, + 1089.0, + 1405.0, + 1128.0, + 1394.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1120.0, + 873.0, + 1120.0, + 873.0, + 1158.0, + 294.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1120.0, + 1302.0, + 1120.0, + 1302.0, + 1158.0, + 896.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1340.0, + 1120.0, + 1406.0, + 1120.0, + 1406.0, + 1158.0, + 1340.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1152.0, + 1405.0, + 1152.0, + 1405.0, + 1187.0, + 296.0, + 1187.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1183.0, + 1405.0, + 1183.0, + 1405.0, + 1218.0, + 292.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1214.0, + 1405.0, + 1214.0, + 1405.0, + 1246.0, + 292.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1240.0, + 1407.0, + 1240.0, + 1407.0, + 1281.0, + 292.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1275.0, + 330.0, + 1275.0, + 330.0, + 1307.0, + 294.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 1275.0, + 514.0, + 1275.0, + 514.0, + 1307.0, + 505.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 462.0, + 1004.0, + 462.0, + 1004.0, + 501.0, + 295.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 462.0, + 1348.0, + 462.0, + 1348.0, + 501.0, + 1268.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 462.0, + 1406.0, + 462.0, + 1406.0, + 501.0, + 1374.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 494.0, + 1067.0, + 494.0, + 1067.0, + 530.0, + 291.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 494.0, + 1312.0, + 494.0, + 1312.0, + 530.0, + 1235.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 494.0, + 1406.0, + 494.0, + 1406.0, + 530.0, + 1336.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 525.0, + 1083.0, + 525.0, + 1083.0, + 560.0, + 294.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 525.0, + 1403.0, + 525.0, + 1403.0, + 560.0, + 1140.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 557.0, + 1403.0, + 557.0, + 1403.0, + 588.0, + 295.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 586.0, + 1333.0, + 586.0, + 1333.0, + 620.0, + 293.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 586.0, + 1405.0, + 586.0, + 1405.0, + 620.0, + 1356.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 615.0, + 381.0, + 615.0, + 381.0, + 650.0, + 294.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 615.0, + 1405.0, + 615.0, + 1405.0, + 650.0, + 424.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 642.0, + 803.0, + 642.0, + 803.0, + 683.0, + 293.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 642.0, + 834.0, + 642.0, + 834.0, + 683.0, + 825.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 714.0, + 292.0, + 714.0, + 333.0, + 295.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 292.0, + 1405.0, + 292.0, + 1405.0, + 333.0, + 809.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 325.0, + 1405.0, + 325.0, + 1405.0, + 359.0, + 293.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 355.0, + 716.0, + 355.0, + 716.0, + 392.0, + 294.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 355.0, + 1406.0, + 355.0, + 1406.0, + 392.0, + 771.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 385.0, + 482.0, + 385.0, + 482.0, + 423.0, + 294.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 385.0, + 716.0, + 385.0, + 716.0, + 423.0, + 552.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 385.0, + 1099.0, + 385.0, + 1099.0, + 423.0, + 825.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1114.0, + 385.0, + 1296.0, + 385.0, + 1296.0, + 423.0, + 1114.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 385.0, + 1406.0, + 385.0, + 1406.0, + 423.0, + 1354.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 413.0, + 553.0, + 413.0, + 553.0, + 455.0, + 294.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 413.0, + 638.0, + 413.0, + 638.0, + 455.0, + 575.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 413.0, + 745.0, + 413.0, + 745.0, + 455.0, + 733.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 1990.0, + 1243.0, + 1990.0, + 1243.0, + 2030.0, + 1240.0, + 2030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1906.0, + 945.0, + 1906.0, + 945.0, + 1946.0, + 295.0, + 1946.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1250, + 1404, + 1250, + 1404, + 1527, + 297, + 1527 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 459, + 1404, + 459, + 1404, + 703, + 297, + 703 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1403, + 228, + 1403, + 445, + 297, + 445 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1081, + 1404, + 1081, + 1404, + 1236, + 298, + 1236 + ], + "score": 0.978 + }, + { + "category_id": 5, + "poly": [ + 483, + 727, + 1215, + 727, + 1215, + 876, + 483, + 876 + ], + "score": 0.976, + "html": "
Max-lengthTemperatureRLCTStdR squared
5log(300)4.4117320.2524580.969500
6log(300)4.0056670.3658550.971619
7log(300)3.8876790.2763370.973716
" + }, + { + "category_id": 0, + "poly": [ + 298, + 1012, + 530, + 1012, + 530, + 1048, + 298, + 1048 + ], + "score": 0.916 + }, + { + "category_id": 6, + "poly": [ + 589, + 911, + 1109, + 911, + 1109, + 944, + 589, + 944 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.782 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 852, + 76, + 852, + 104, + 299, + 104 + ], + "score": 0.614 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 853, + 75, + 853, + 104, + 299, + 104 + ], + "score": 0.363 + }, + { + "category_id": 13, + "poly": [ + 908, + 230, + 984, + 230, + 984, + 264, + 908, + 264 + ], + "score": 0.93, + "latex": "q ( y | x )" + }, + { + "category_id": 13, + "poly": [ + 1216, + 1373, + 1350, + 1373, + 1350, + 1407, + 1216, + 1407 + ], + "score": 0.92, + "latex": "K ( w ) = 0" + }, + { + "category_id": 13, + "poly": [ + 484, + 231, + 538, + 231, + 538, + 263, + 484, + 263 + ], + "score": 0.92, + "latex": "q ( x )" + }, + { + "category_id": 13, + "poly": [ + 806, + 642, + 994, + 642, + 994, + 676, + 806, + 676 + ], + "score": 0.91, + "latex": "\\dim W / 2 = 1 2 { \\bar { 0 } }" + }, + { + "category_id": 13, + "poly": [ + 911, + 1374, + 953, + 1374, + 953, + 1404, + 911, + 1404 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1196, + 613, + 1363, + 613, + 1363, + 642, + 1196, + 642 + ], + "score": 0.86, + "latex": "\\dim W = 2 4 0" + }, + { + "category_id": 13, + "poly": [ + 1301, + 323, + 1327, + 323, + 1327, + 353, + 1301, + 353 + ], + "score": 0.85, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 355, + 522, + 380, + 522, + 380, + 549, + 355, + 549 + ], + "score": 0.82, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 803, + 553, + 832, + 553, + 832, + 579, + 803, + 579 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1271, + 462, + 1297, + 462, + 1297, + 488, + 1271, + 488 + ], + "score": 0.82, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 375, + 383, + 401, + 383, + 401, + 410, + 375, + 410 + ], + "score": 0.81, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 578, + 492, + 605, + 492, + 605, + 518, + 578, + 518 + ], + "score": 0.8, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1169, + 584, + 1193, + 584, + 1193, + 610, + 1169, + 610 + ], + "score": 0.8, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 406, + 293, + 431, + 293, + 431, + 319, + 406, + 319 + ], + "score": 0.79, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1073, + 1283, + 1102, + 1283, + 1102, + 1310, + 1073, + 1310 + ], + "score": 0.79, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 329, + 293, + 352, + 293, + 352, + 319, + 329, + 319 + ], + "score": 0.79, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 977, + 384, + 1003, + 384, + 1003, + 410, + 977, + 410 + ], + "score": 0.78, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 452, + 263, + 476, + 263, + 476, + 289, + 452, + 289 + ], + "score": 0.77, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1227, + 323, + 1251, + 323, + 1251, + 349, + 1227, + 349 + ], + "score": 0.77, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 298, + 522, + 322, + 522, + 322, + 549, + 298, + 549 + ], + "score": 0.76, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1125, + 1379, + 1150, + 1379, + 1150, + 1402, + 1125, + 1402 + ], + "score": 0.76, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 549, + 263, + 574, + 263, + 574, + 289, + 549, + 289 + ], + "score": 0.76, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 705, + 384, + 728, + 384, + 728, + 410, + 705, + 410 + ], + "score": 0.75, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 464, + 383, + 492, + 383, + 492, + 410, + 464, + 410 + ], + "score": 0.75, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 298, + 383, + 322, + 383, + 322, + 410, + 298, + 410 + ], + "score": 0.75, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1287, + 584, + 1312, + 584, + 1312, + 610, + 1287, + 610 + ], + "score": 0.74, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1214, + 462, + 1238, + 462, + 1238, + 488, + 1214, + 488 + ], + "score": 0.73, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 717, + 492, + 741, + 492, + 741, + 519, + 717, + 519 + ], + "score": 0.72, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 331, + 553, + 355, + 553, + 355, + 579, + 331, + 579 + ], + "score": 0.71, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 815, + 492, + 841, + 492, + 841, + 519, + 815, + 519 + ], + "score": 0.69, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 428, + 553, + 454, + 553, + 454, + 580, + 428, + 580 + ], + "score": 0.66, + "latex": "B" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1008.0, + 534.0, + 1008.0, + 534.0, + 1055.0, + 292.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 907.0, + 1111.0, + 907.0, + 1111.0, + 948.0, + 586.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 857.0, + 72.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1251.0, + 1405.0, + 1251.0, + 1405.0, + 1288.0, + 295.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1279.0, + 1072.0, + 1279.0, + 1072.0, + 1315.0, + 294.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1279.0, + 1404.0, + 1279.0, + 1404.0, + 1315.0, + 1103.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1314.0, + 1405.0, + 1314.0, + 1405.0, + 1347.0, + 296.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1337.0, + 1408.0, + 1337.0, + 1408.0, + 1382.0, + 292.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1371.0, + 910.0, + 1371.0, + 910.0, + 1411.0, + 292.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1371.0, + 1124.0, + 1371.0, + 1124.0, + 1411.0, + 954.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 1371.0, + 1215.0, + 1371.0, + 1215.0, + 1411.0, + 1151.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 1371.0, + 1409.0, + 1371.0, + 1409.0, + 1411.0, + 1351.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1406.0, + 1404.0, + 1406.0, + 1404.0, + 1438.0, + 296.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1434.0, + 1405.0, + 1434.0, + 1405.0, + 1471.0, + 295.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 1404.0, + 1464.0, + 1404.0, + 1501.0, + 295.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1495.0, + 1309.0, + 1495.0, + 1309.0, + 1531.0, + 295.0, + 1531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 460.0, + 1213.0, + 460.0, + 1213.0, + 494.0, + 295.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 460.0, + 1270.0, + 460.0, + 1270.0, + 494.0, + 1239.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 460.0, + 1404.0, + 460.0, + 1404.0, + 494.0, + 1298.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 489.0, + 577.0, + 489.0, + 577.0, + 526.0, + 294.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 489.0, + 716.0, + 489.0, + 716.0, + 526.0, + 606.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 489.0, + 814.0, + 489.0, + 814.0, + 526.0, + 742.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 489.0, + 1406.0, + 489.0, + 1406.0, + 526.0, + 842.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 521.0, + 354.0, + 521.0, + 354.0, + 555.0, + 323.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 521.0, + 1405.0, + 521.0, + 1405.0, + 555.0, + 381.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 551.0, + 330.0, + 551.0, + 330.0, + 585.0, + 295.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 551.0, + 427.0, + 551.0, + 427.0, + 585.0, + 356.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 551.0, + 802.0, + 551.0, + 802.0, + 585.0, + 455.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 551.0, + 1406.0, + 551.0, + 1406.0, + 585.0, + 833.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 580.0, + 1168.0, + 580.0, + 1168.0, + 618.0, + 292.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 580.0, + 1286.0, + 580.0, + 1286.0, + 618.0, + 1194.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 580.0, + 1406.0, + 580.0, + 1406.0, + 618.0, + 1313.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 611.0, + 1195.0, + 611.0, + 1195.0, + 648.0, + 292.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 611.0, + 1409.0, + 611.0, + 1409.0, + 648.0, + 1364.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 641.0, + 805.0, + 641.0, + 805.0, + 677.0, + 291.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 641.0, + 1407.0, + 641.0, + 1407.0, + 677.0, + 995.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 673.0, + 421.0, + 673.0, + 421.0, + 704.0, + 292.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 226.0, + 483.0, + 226.0, + 483.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 226.0, + 907.0, + 226.0, + 907.0, + 267.0, + 539.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 226.0, + 1407.0, + 226.0, + 1407.0, + 267.0, + 985.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 263.0, + 451.0, + 263.0, + 451.0, + 294.0, + 295.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 477.0, + 263.0, + 548.0, + 263.0, + 548.0, + 294.0, + 477.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 263.0, + 1404.0, + 263.0, + 1404.0, + 294.0, + 575.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 291.0, + 328.0, + 291.0, + 328.0, + 325.0, + 295.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 291.0, + 405.0, + 291.0, + 405.0, + 325.0, + 353.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 291.0, + 1405.0, + 291.0, + 1405.0, + 325.0, + 432.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 322.0, + 1226.0, + 322.0, + 1226.0, + 356.0, + 293.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 322.0, + 1300.0, + 322.0, + 1300.0, + 356.0, + 1252.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 322.0, + 1405.0, + 322.0, + 1405.0, + 356.0, + 1328.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 350.0, + 1407.0, + 350.0, + 1407.0, + 389.0, + 293.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 380.0, + 297.0, + 380.0, + 297.0, + 418.0, + 294.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 380.0, + 374.0, + 380.0, + 374.0, + 418.0, + 323.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 380.0, + 463.0, + 380.0, + 463.0, + 418.0, + 402.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 380.0, + 704.0, + 380.0, + 704.0, + 418.0, + 493.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 380.0, + 976.0, + 380.0, + 976.0, + 418.0, + 729.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 380.0, + 1405.0, + 380.0, + 1405.0, + 418.0, + 1004.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 413.0, + 535.0, + 413.0, + 535.0, + 448.0, + 295.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1081.0, + 1404.0, + 1081.0, + 1404.0, + 1119.0, + 296.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1115.0, + 1404.0, + 1115.0, + 1404.0, + 1148.0, + 296.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1141.0, + 1407.0, + 1141.0, + 1407.0, + 1180.0, + 291.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1173.0, + 1406.0, + 1173.0, + 1406.0, + 1209.0, + 293.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1202.0, + 518.0, + 1202.0, + 518.0, + 1242.0, + 294.0, + 1242.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.828 + }, + { + "category_id": 0, + "poly": [ + 299, + 228, + 489, + 228, + 489, + 261, + 299, + 261 + ], + "score": 0.8 + }, + { + "category_id": 1, + "poly": [ + 293, + 804, + 1401, + 804, + 1401, + 869, + 293, + 869 + ], + "score": 0.592 + }, + { + "category_id": 1, + "poly": [ + 296, + 722, + 1400, + 722, + 1400, + 787, + 296, + 787 + ], + "score": 0.575 + }, + { + "category_id": 1, + "poly": [ + 294, + 1609, + 1401, + 1609, + 1401, + 1674, + 294, + 1674 + ], + "score": 0.572 + }, + { + "category_id": 1, + "poly": [ + 294, + 886, + 1401, + 886, + 1401, + 953, + 294, + 953 + ], + "score": 0.551 + }, + { + "category_id": 1, + "poly": [ + 300, + 969, + 1403, + 969, + 1403, + 1065, + 300, + 1065 + ], + "score": 0.548 + }, + { + "category_id": 1, + "poly": [ + 294, + 1691, + 1400, + 1691, + 1400, + 1757, + 294, + 1757 + ], + "score": 0.538 + }, + { + "category_id": 1, + "poly": [ + 292, + 1857, + 1401, + 1857, + 1401, + 1923, + 292, + 1923 + ], + "score": 0.537 + }, + { + "category_id": 1, + "poly": [ + 290, + 1082, + 1405, + 1082, + 1405, + 1148, + 290, + 1148 + ], + "score": 0.532 + }, + { + "category_id": 1, + "poly": [ + 294, + 638, + 1403, + 638, + 1403, + 706, + 294, + 706 + ], + "score": 0.522 + }, + { + "category_id": 1, + "poly": [ + 297, + 525, + 1402, + 525, + 1402, + 620, + 297, + 620 + ], + "score": 0.515 + }, + { + "category_id": 1, + "poly": [ + 299, + 1165, + 1402, + 1165, + 1402, + 1260, + 299, + 1260 + ], + "score": 0.491 + }, + { + "category_id": 1, + "poly": [ + 294, + 1774, + 1401, + 1774, + 1401, + 1840, + 294, + 1840 + ], + "score": 0.49 + }, + { + "category_id": 1, + "poly": [ + 294, + 1526, + 1402, + 1526, + 1402, + 1591, + 294, + 1591 + ], + "score": 0.487 + }, + { + "category_id": 1, + "poly": [ + 300, + 1278, + 1398, + 1278, + 1398, + 1374, + 300, + 1374 + ], + "score": 0.475 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.448 + }, + { + "category_id": 1, + "poly": [ + 294, + 1444, + 1401, + 1444, + 1401, + 1509, + 294, + 1509 + ], + "score": 0.444 + }, + { + "category_id": 1, + "poly": [ + 299, + 279, + 1399, + 279, + 1399, + 342, + 299, + 342 + ], + "score": 0.443 + }, + { + "category_id": 1, + "poly": [ + 298, + 443, + 1400, + 443, + 1400, + 508, + 298, + 508 + ], + "score": 0.443 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 854, + 75, + 854, + 105, + 298, + 105 + ], + "score": 0.437 + }, + { + "category_id": 1, + "poly": [ + 291, + 1390, + 1365, + 1390, + 1365, + 1428, + 291, + 1428 + ], + "score": 0.431 + }, + { + "category_id": 1, + "poly": [ + 296, + 361, + 1401, + 361, + 1401, + 425, + 296, + 425 + ], + "score": 0.388 + }, + { + "category_id": 1, + "poly": [ + 300, + 1943, + 1403, + 1943, + 1403, + 2033, + 300, + 2033 + ], + "score": 0.275 + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 228.0, + 490.0, + 228.0, + 490.0, + 265.0, + 297.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 857.0, + 73.0, + 857.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 802.0, + 1406.0, + 802.0, + 1406.0, + 843.0, + 291.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 834.0, + 610.0, + 834.0, + 610.0, + 867.0, + 321.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 718.0, + 1404.0, + 718.0, + 1404.0, + 762.0, + 292.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 752.0, + 933.0, + 752.0, + 933.0, + 788.0, + 321.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1611.0, + 1403.0, + 1611.0, + 1403.0, + 1647.0, + 296.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1641.0, + 1174.0, + 1641.0, + 1174.0, + 1674.0, + 324.0, + 1674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 879.0, + 1405.0, + 879.0, + 1405.0, + 930.0, + 292.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 918.0, + 1012.0, + 918.0, + 1012.0, + 953.0, + 322.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 969.0, + 1403.0, + 969.0, + 1403.0, + 1007.0, + 294.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 999.0, + 1405.0, + 999.0, + 1405.0, + 1038.0, + 321.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1030.0, + 805.0, + 1030.0, + 805.0, + 1068.0, + 323.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1690.0, + 1401.0, + 1690.0, + 1401.0, + 1729.0, + 294.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1723.0, + 882.0, + 1723.0, + 882.0, + 1759.0, + 323.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1854.0, + 1406.0, + 1854.0, + 1406.0, + 1899.0, + 292.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1889.0, + 1186.0, + 1889.0, + 1186.0, + 1924.0, + 323.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1080.0, + 1408.0, + 1080.0, + 1408.0, + 1123.0, + 292.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1115.0, + 855.0, + 1115.0, + 855.0, + 1147.0, + 322.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 639.0, + 1405.0, + 639.0, + 1405.0, + 676.0, + 296.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 669.0, + 1114.0, + 669.0, + 1114.0, + 706.0, + 322.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 523.0, + 1406.0, + 523.0, + 1406.0, + 564.0, + 292.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 559.0, + 1404.0, + 559.0, + 1404.0, + 593.0, + 322.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 582.0, + 399.0, + 582.0, + 399.0, + 623.0, + 320.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1162.0, + 1406.0, + 1162.0, + 1406.0, + 1204.0, + 294.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1198.0, + 1404.0, + 1198.0, + 1404.0, + 1232.0, + 323.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1226.0, + 397.0, + 1226.0, + 397.0, + 1260.0, + 322.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1772.0, + 1405.0, + 1772.0, + 1405.0, + 1812.0, + 293.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1807.0, + 694.0, + 1807.0, + 694.0, + 1841.0, + 323.0, + 1841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1528.0, + 1404.0, + 1528.0, + 1404.0, + 1564.0, + 296.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1559.0, + 932.0, + 1559.0, + 932.0, + 1591.0, + 321.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1278.0, + 1403.0, + 1278.0, + 1403.0, + 1314.0, + 295.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1309.0, + 1403.0, + 1309.0, + 1403.0, + 1346.0, + 324.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1341.0, + 775.0, + 1341.0, + 775.0, + 1375.0, + 324.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1443.0, + 1406.0, + 1443.0, + 1406.0, + 1483.0, + 294.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1475.0, + 878.0, + 1475.0, + 878.0, + 1511.0, + 322.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 276.0, + 1403.0, + 276.0, + 1403.0, + 314.0, + 295.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 308.0, + 1171.0, + 308.0, + 1171.0, + 344.0, + 323.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 439.0, + 1406.0, + 439.0, + 1406.0, + 481.0, + 293.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 474.0, + 672.0, + 474.0, + 672.0, + 510.0, + 324.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1391.0, + 1365.0, + 1391.0, + 1365.0, + 1431.0, + 294.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 357.0, + 1407.0, + 357.0, + 1407.0, + 399.0, + 293.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 392.0, + 930.0, + 392.0, + 930.0, + 425.0, + 323.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 1404.0, + 1939.0, + 1404.0, + 1979.0, + 294.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2007.0, + 321.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 2000.0, + 398.0, + 2000.0, + 398.0, + 2035.0, + 319.0, + 2035.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1486, + 1405, + 1486, + 1405, + 1612, + 297, + 1612 + ], + "score": 0.976 + }, + { + "category_id": 8, + "poly": [ + 500, + 1383, + 1196, + 1383, + 1196, + 1468, + 500, + 1468 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 524, + 1187, + 1173, + 1187, + 1173, + 1270, + 524, + 1270 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 296, + 1290, + 1403, + 1290, + 1403, + 1364, + 296, + 1364 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 297, + 1098, + 1402, + 1098, + 1402, + 1167, + 297, + 1167 + ], + "score": 0.94 + }, + { + "category_id": 0, + "poly": [ + 299, + 1031, + 909, + 1031, + 909, + 1070, + 299, + 1070 + ], + "score": 0.92 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1412, + 1400, + 1412, + 1400, + 1443, + 1366, + 1443 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.86 + }, + { + "category_id": 0, + "poly": [ + 297, + 1647, + 647, + 1647, + 647, + 1679, + 297, + 1679 + ], + "score": 0.827 + }, + { + "category_id": 1, + "poly": [ + 291, + 228, + 1400, + 228, + 1400, + 294, + 291, + 294 + ], + "score": 0.823 + }, + { + "category_id": 0, + "poly": [ + 299, + 959, + 451, + 959, + 451, + 993, + 299, + 993 + ], + "score": 0.788 + }, + { + "category_id": 1, + "poly": [ + 295, + 314, + 1401, + 314, + 1401, + 380, + 295, + 380 + ], + "score": 0.781 + }, + { + "category_id": 1, + "poly": [ + 297, + 629, + 1401, + 629, + 1401, + 694, + 297, + 694 + ], + "score": 0.727 + }, + { + "category_id": 1, + "poly": [ + 294, + 715, + 1401, + 715, + 1401, + 782, + 294, + 782 + ], + "score": 0.72 + }, + { + "category_id": 1, + "poly": [ + 296, + 801, + 1400, + 801, + 1400, + 897, + 296, + 897 + ], + "score": 0.713 + }, + { + "category_id": 5, + "poly": [ + 316, + 1688, + 1404, + 1688, + 1404, + 2026, + 316, + 2026 + ], + "score": 0.712, + "html": "
Input: range of β's, set of training sets T each of size n, approximate samples {w1,..,WR} from pβ(w|Dn) for each training set Dn and each β
for training set Dn ∈ T do
for β in range of β's do
ples from pβ(w|Dn)
end for
Perform generalised least squares to fit X in Equation (7),call result λ(Dn)
end for
Output: ∑Dn∈T λ(Dn)
" + }, + { + "category_id": 1, + "poly": [ + 295, + 401, + 1084, + 401, + 1084, + 437, + 295, + 437 + ], + "score": 0.692 + }, + { + "category_id": 1, + "poly": [ + 296, + 543, + 1401, + 543, + 1401, + 608, + 296, + 608 + ], + "score": 0.686 + }, + { + "category_id": 1, + "poly": [ + 295, + 456, + 1395, + 456, + 1395, + 523, + 295, + 523 + ], + "score": 0.677 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 854, + 74, + 854, + 105, + 298, + 105 + ], + "score": 0.523 + }, + { + "category_id": 1, + "poly": [ + 316, + 1688, + 1404, + 1688, + 1404, + 2026, + 316, + 2026 + ], + "score": 0.462 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 106, + 297, + 106 + ], + "score": 0.39 + }, + { + "category_id": 1, + "poly": [ + 299, + 959, + 451, + 959, + 451, + 993, + 299, + 993 + ], + "score": 0.108 + }, + { + "category_id": 13, + "poly": [ + 1181, + 1290, + 1293, + 1290, + 1293, + 1335, + 1181, + 1335 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { \\beta = \\frac { \\beta _ { 0 } } { \\log n } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 914, + 1520, + 1060, + 1520, + 1060, + 1552, + 914, + 1552 + ], + "score": 0.94, + "latex": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ]" + }, + { + "category_id": 14, + "poly": [ + 501, + 1378, + 1198, + 1378, + 1198, + 1472, + 501, + 1472 + ], + "score": 0.93, + "latex": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] = n L _ { n } ( w _ { 0 } ) + \\frac { \\lambda \\log n } { \\beta _ { 0 } } + U _ { n } \\sqrt { \\frac { \\lambda \\log n } { 2 \\beta _ { 0 } } } + O _ { p } ( 1 )" + }, + { + "category_id": 13, + "poly": [ + 373, + 1291, + 781, + 1291, + 781, + 1330, + 373, + 1330 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { Z _ { n } ^ { \\beta } = \\int \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 524, + 1181, + 1175, + 1181, + 1175, + 1274, + 524, + 1274 + ], + "score": 0.93, + "latex": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ] : = \\frac { 1 } { Z _ { n } ^ { \\beta } } \\int n L _ { n } ( w ) \\varphi ( w ) \\prod _ { i = 1 } ^ { n } p ( y _ { i } | x _ { i } , w ) ^ { \\beta } d w" + }, + { + "category_id": 13, + "poly": [ + 387, + 1720, + 503, + 1720, + 503, + 1755, + 387, + 1755 + ], + "score": 0.92, + "latex": "p ^ { \\beta } ( w | \\mathcal { D } _ { n } )" + }, + { + "category_id": 13, + "poly": [ + 373, + 1488, + 436, + 1488, + 436, + 1522, + 373, + 1522 + ], + "score": 0.92, + "latex": "\\{ U _ { n } \\}" + }, + { + "category_id": 13, + "poly": [ + 740, + 1812, + 944, + 1812, + 944, + 1855, + 740, + 1855 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\frac { 1 } { R } \\sum _ { i = 1 } ^ { R } n L _ { n } ( w _ { r } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 908, + 1100, + 1322, + 1100, + 1322, + 1141, + 908, + 1141 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { L _ { n } ( w ) : = - \\frac { 1 } { n } \\sum _ { i = 1 } ^ { n } \\log p ( y _ { i } | x _ { i } , w ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 785, + 1103, + 865, + 1103, + 865, + 1137, + 785, + 1137 + ], + "score": 0.92, + "latex": "q ( x , y )" + }, + { + "category_id": 13, + "poly": [ + 533, + 1816, + 680, + 1816, + 680, + 1852, + 533, + 1852 + ], + "score": 0.92, + "latex": "\\mathbb { E } _ { w } ^ { \\beta } [ n L _ { n } ( w ) ]" + }, + { + "category_id": 13, + "poly": [ + 493, + 1853, + 611, + 1853, + 611, + 1888, + 493, + 1888 + ], + "score": 0.91, + "latex": "p ^ { \\beta } ( w | D _ { n } )" + }, + { + "category_id": 13, + "poly": [ + 482, + 1103, + 714, + 1103, + 714, + 1138, + 482, + 1138 + ], + "score": 0.91, + "latex": "D _ { n } = \\{ ( x _ { i } , y _ { i } ) \\} _ { i = 1 } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 498, + 1753, + 596, + 1753, + 596, + 1783, + 498, + 1783 + ], + "score": 0.9, + "latex": "D _ { n } \\in \\mathcal { T }" + }, + { + "category_id": 13, + "poly": [ + 1022, + 1825, + 1156, + 1825, + 1156, + 1851, + 1022, + 1851 + ], + "score": 0.89, + "latex": "w _ { 1 } , \\ldots , w _ { R }" + }, + { + "category_id": 13, + "poly": [ + 735, + 1723, + 776, + 1723, + 776, + 1753, + 735, + 1753 + ], + "score": 0.89, + "latex": "D _ { n }" + }, + { + "category_id": 13, + "poly": [ + 328, + 1549, + 376, + 1549, + 376, + 1583, + 328, + 1583 + ], + "score": 0.88, + "latex": "1 / \\beta" + }, + { + "category_id": 13, + "poly": [ + 786, + 1518, + 834, + 1518, + 834, + 1552, + 786, + 1552 + ], + "score": 0.88, + "latex": "1 / \\beta" + }, + { + "category_id": 13, + "poly": [ + 932, + 1488, + 1054, + 1488, + 1054, + 1519, + 932, + 1519 + ], + "score": 0.88, + "latex": "\\mathbb { E } [ U _ { n } ] = 0" + }, + { + "category_id": 13, + "poly": [ + 1109, + 1910, + 1188, + 1910, + 1188, + 1949, + 1109, + 1949 + ], + "score": 0.88, + "latex": "\\hat { \\lambda } ( D _ { n } )" + }, + { + "category_id": 13, + "poly": [ + 1239, + 1691, + 1401, + 1691, + 1401, + 1726, + 1239, + 1726 + ], + "score": 0.87, + "latex": "\\{ w _ { 1 } , \\ldots , w _ { R } \\}" + }, + { + "category_id": 13, + "poly": [ + 397, + 1332, + 427, + 1332, + 427, + 1362, + 397, + 1362 + ], + "score": 0.87, + "latex": "\\beta _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 545, + 1785, + 566, + 1785, + 566, + 1814, + 545, + 1814 + ], + "score": 0.84, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 394, + 1784, + 415, + 1784, + 415, + 1815, + 394, + 1815 + ], + "score": 0.84, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 789, + 1917, + 809, + 1917, + 809, + 1943, + 789, + 1943 + ], + "score": 0.83, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 1119, + 1296, + 1139, + 1296, + 1139, + 1327, + 1119, + 1327 + ], + "score": 0.82, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 515, + 1693, + 536, + 1693, + 536, + 1723, + 515, + 1723 + ], + "score": 0.82, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 1103, + 1490, + 1123, + 1490, + 1123, + 1516, + 1103, + 1516 + ], + "score": 0.81, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 785, + 1693, + 812, + 1693, + 812, + 1720, + 785, + 1720 + ], + "score": 0.81, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 884, + 1723, + 905, + 1723, + 905, + 1754, + 884, + 1754 + ], + "score": 0.79, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 430, + 1971, + 650, + 1971, + 650, + 2017, + 430, + 2017 + ], + "score": 0.79, + "latex": "\\begin{array} { r } { { \\frac { 1 } { | T | } } \\sum _ { D _ { n } \\in { \\mathcal { T } } } \\hat { \\lambda } ( D _ { n } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 503, + 1551, + 522, + 1551, + 522, + 1577, + 503, + 1577 + ], + "score": 0.77, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 960, + 1699, + 979, + 1699, + 979, + 1719, + 960, + 1719 + ], + "score": 0.72, + "latex": "n" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1032.0, + 909.0, + 1032.0, + 909.0, + 1073.0, + 295.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1644.0, + 650.0, + 1644.0, + 650.0, + 1684.0, + 296.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 954.0, + 455.0, + 954.0, + 455.0, + 1000.0, + 295.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 857.0, + 72.0, + 857.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1487.0, + 372.0, + 1487.0, + 372.0, + 1523.0, + 295.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 1487.0, + 931.0, + 1487.0, + 931.0, + 1523.0, + 437.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1055.0, + 1487.0, + 1102.0, + 1487.0, + 1102.0, + 1523.0, + 1055.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 1487.0, + 1406.0, + 1487.0, + 1406.0, + 1523.0, + 1124.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1515.0, + 785.0, + 1515.0, + 785.0, + 1555.0, + 292.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1515.0, + 913.0, + 1515.0, + 913.0, + 1555.0, + 835.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 1515.0, + 1407.0, + 1515.0, + 1407.0, + 1555.0, + 1061.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1550.0, + 327.0, + 1550.0, + 327.0, + 1583.0, + 295.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1550.0, + 502.0, + 1550.0, + 502.0, + 1583.0, + 377.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 1550.0, + 1405.0, + 1550.0, + 1405.0, + 1583.0, + 523.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1580.0, + 1037.0, + 1580.0, + 1037.0, + 1615.0, + 292.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1282.0, + 372.0, + 1282.0, + 372.0, + 1343.0, + 294.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 1282.0, + 1118.0, + 1282.0, + 1118.0, + 1343.0, + 782.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 1282.0, + 1180.0, + 1282.0, + 1180.0, + 1343.0, + 1140.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1294.0, + 1282.0, + 1407.0, + 1282.0, + 1407.0, + 1343.0, + 1294.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1330.0, + 396.0, + 1330.0, + 396.0, + 1364.0, + 298.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 1330.0, + 887.0, + 1330.0, + 887.0, + 1364.0, + 428.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1096.0, + 481.0, + 1096.0, + 481.0, + 1144.0, + 292.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 1096.0, + 784.0, + 1096.0, + 784.0, + 1144.0, + 715.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1096.0, + 907.0, + 1096.0, + 907.0, + 1144.0, + 866.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1323.0, + 1096.0, + 1408.0, + 1096.0, + 1408.0, + 1144.0, + 1323.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1133.0, + 862.0, + 1133.0, + 862.0, + 1168.0, + 293.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 227.0, + 1403.0, + 227.0, + 1403.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 261.0, + 979.0, + 261.0, + 979.0, + 293.0, + 323.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 311.0, + 1405.0, + 311.0, + 1405.0, + 354.0, + 293.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 344.0, + 465.0, + 344.0, + 465.0, + 382.0, + 322.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 625.0, + 1406.0, + 625.0, + 1406.0, + 669.0, + 292.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 662.0, + 656.0, + 662.0, + 656.0, + 691.0, + 323.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 715.0, + 1404.0, + 715.0, + 1404.0, + 752.0, + 293.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 747.0, + 1357.0, + 747.0, + 1357.0, + 782.0, + 323.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 800.0, + 1406.0, + 800.0, + 1406.0, + 842.0, + 294.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 832.0, + 1405.0, + 832.0, + 1405.0, + 872.0, + 321.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 865.0, + 585.0, + 865.0, + 585.0, + 899.0, + 324.0, + 899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 401.0, + 1085.0, + 401.0, + 1085.0, + 440.0, + 297.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 539.0, + 1405.0, + 539.0, + 1405.0, + 583.0, + 294.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 573.0, + 590.0, + 573.0, + 590.0, + 609.0, + 323.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 456.0, + 1399.0, + 456.0, + 1399.0, + 495.0, + 295.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 490.0, + 1029.0, + 490.0, + 1029.0, + 523.0, + 321.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1685.0, + 514.0, + 1685.0, + 514.0, + 1728.0, + 321.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 1685.0, + 784.0, + 1685.0, + 784.0, + 1728.0, + 537.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 1685.0, + 959.0, + 1685.0, + 959.0, + 1728.0, + 813.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1685.0, + 1238.0, + 1685.0, + 1238.0, + 1728.0, + 980.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1716.0, + 386.0, + 1716.0, + 386.0, + 1757.0, + 321.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 1716.0, + 734.0, + 1716.0, + 734.0, + 1757.0, + 504.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 1716.0, + 883.0, + 1716.0, + 883.0, + 1757.0, + 777.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 1716.0, + 911.0, + 1716.0, + 911.0, + 1757.0, + 906.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1751.0, + 497.0, + 1751.0, + 497.0, + 1786.0, + 322.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 1751.0, + 635.0, + 1751.0, + 635.0, + 1786.0, + 597.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1781.0, + 393.0, + 1781.0, + 393.0, + 1816.0, + 349.0, + 1816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 1781.0, + 544.0, + 1781.0, + 544.0, + 1816.0, + 416.0, + 1816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 1781.0, + 625.0, + 1781.0, + 625.0, + 1816.0, + 567.0, + 1816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 1799.0, + 532.0, + 1799.0, + 532.0, + 1868.0, + 369.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 1799.0, + 739.0, + 1799.0, + 739.0, + 1868.0, + 681.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1799.0, + 1021.0, + 1799.0, + 1021.0, + 1868.0, + 945.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 1799.0, + 1414.0, + 1799.0, + 1414.0, + 1868.0, + 1157.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 1851.0, + 492.0, + 1851.0, + 492.0, + 1891.0, + 376.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 1851.0, + 616.0, + 1851.0, + 616.0, + 1891.0, + 612.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1884.0, + 447.0, + 1884.0, + 447.0, + 1918.0, + 350.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 1908.0, + 788.0, + 1908.0, + 788.0, + 1953.0, + 345.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 1908.0, + 1108.0, + 1908.0, + 1108.0, + 1953.0, + 810.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1944.0, + 418.0, + 1944.0, + 418.0, + 1976.0, + 323.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1970.0, + 429.0, + 1970.0, + 429.0, + 2019.0, + 317.0, + 2019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 1970.0, + 656.0, + 1970.0, + 656.0, + 2019.0, + 651.0, + 2019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 954.0, + 455.0, + 954.0, + 455.0, + 1000.0, + 295.0, + 1000.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1621, + 1405, + 1621, + 1405, + 1870, + 296, + 1870 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 296, + 817, + 1406, + 817, + 1406, + 1066, + 296, + 1066 + ], + "score": 0.98 + }, + { + "category_id": 5, + "poly": [ + 458, + 1090, + 1239, + 1090, + 1239, + 1430, + 458, + 1430 + ], + "score": 0.979, + "html": "
HyperparameterdetectAparityCheck
Dataset size (n)200100
Minimum sequence length (a)41
Maximum sequence length (b)7/8/9/105/6/7
Number of samples (R)20.0002.000
Number of burn-in steps1,000500
Number of datasets (|T|)43
Target accept probability0.80.8
Concentration (α)1.01.0
Chain temperature (T)log(500)/log(1000)log(300)
Number of timesteps (t)1042
" + }, + { + "category_id": 1, + "poly": [ + 297, + 612, + 1405, + 612, + 1405, + 713, + 297, + 713 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 226, + 1405, + 226, + 1405, + 324, + 298, + 324 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 292, + 1881, + 1401, + 1881, + 1401, + 1946, + 292, + 1946 + ], + "score": 0.951 + }, + { + "category_id": 8, + "poly": [ + 613, + 396, + 1081, + 396, + 1081, + 458, + 613, + 458 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 300, + 460, + 1396, + 460, + 1396, + 520, + 300, + 520 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 292, + 337, + 1400, + 337, + 1400, + 395, + 292, + 395 + ], + "score": 0.936 + }, + { + "category_id": 0, + "poly": [ + 300, + 752, + 648, + 752, + 648, + 788, + 300, + 788 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 298, + 1554, + 663, + 1554, + 663, + 1591, + 298, + 1591 + ], + "score": 0.909 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.866 + }, + { + "category_id": 6, + "poly": [ + 560, + 1466, + 1137, + 1466, + 1137, + 1500, + 560, + 1500 + ], + "score": 0.835 + }, + { + "category_id": 8, + "poly": [ + 500, + 523, + 1196, + 523, + 1196, + 595, + 500, + 595 + ], + "score": 0.809 + }, + { + "category_id": 8, + "poly": [ + 301, + 1954, + 1398, + 1954, + 1398, + 2042, + 301, + 2042 + ], + "score": 0.794 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 105, + 297, + 105 + ], + "score": 0.725 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 854, + 74, + 854, + 105, + 298, + 105 + ], + "score": 0.245 + }, + { + "category_id": 8, + "poly": [ + 500, + 522, + 1198, + 522, + 1198, + 596, + 500, + 596 + ], + "score": 0.244 + }, + { + "category_id": 8, + "poly": [ + 299, + 1954, + 1392, + 1954, + 1392, + 2042, + 299, + 2042 + ], + "score": 0.106 + }, + { + "category_id": 13, + "poly": [ + 1176, + 1744, + 1332, + 1744, + 1332, + 1778, + 1176, + 1778 + ], + "score": 0.94, + "latex": "\\bar { a _ { i } } \\in \\{ A , B \\}" + }, + { + "category_id": 14, + "poly": [ + 615, + 390, + 1083, + 390, + 1083, + 461, + 615, + 461 + ], + "score": 0.94, + "latex": "p ^ { * } ( y | x , D _ { n } ) = \\int p ( y | x , w ) p ( w | D _ { n } ) d w ." + }, + { + "category_id": 13, + "poly": [ + 443, + 678, + 515, + 678, + 515, + 716, + 443, + 716 + ], + "score": 0.93, + "latex": "\\mathbb { E } [ B _ { g } ^ { * } ]" + }, + { + "category_id": 13, + "poly": [ + 1101, + 1623, + 1211, + 1623, + 1211, + 1657, + 1101, + 1657 + ], + "score": 0.93, + "latex": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )" + }, + { + "category_id": 13, + "poly": [ + 625, + 1745, + 770, + 1745, + 770, + 1776, + 625, + 1776 + ], + "score": 0.93, + "latex": "\\boxed { 1 } n a _ { 1 } a _ { 2 } a _ { 3 } \\boxed { 2 }" + }, + { + "category_id": 13, + "poly": [ + 834, + 1714, + 1087, + 1714, + 1087, + 1748, + 834, + 1748 + ], + "score": 0.92, + "latex": "\\Sigma = \\{ \\boxed { \\begin{array} { r l } \\end{array} } , A , B , 0 , 1 , 2 \\}" + }, + { + "category_id": 14, + "poly": [ + 498, + 520, + 1201, + 520, + 1201, + 595, + 498, + 595 + ], + "score": 0.92, + "latex": "B _ { g } ( n ) : = D _ { K L } ( q \\| p ^ { * } ) = \\int q ( y | x ) q ( x ) \\log \\left( { \\frac { q ( y | x ) } { p ^ { * } ( y | x ) } } \\right) d y d x ." + }, + { + "category_id": 14, + "poly": [ + 310, + 1952, + 1396, + 1952, + 1396, + 2044, + 310, + 2044 + ], + "score": 0.92, + "latex": "p \\big ( \\boldsymbol { y } | \\boldsymbol { x } = ( a _ { 2 } , a _ { 3 } ) , \\boldsymbol { w } \\big ) = ( 1 - h ) ^ { 2 } \\boldsymbol { k } \\cdot \\boldsymbol { A } + ( 1 - h ) ^ { 2 } ( 1 - \\boldsymbol { k } ) \\cdot \\boldsymbol { B } + \\sum _ { i = 2 } ^ { 3 } \\binom { 2 } { i - 1 } h ^ { i - 1 } ( 1 - h ) ^ { 3 - i } \\cdot a _ { i } ." + }, + { + "category_id": 13, + "poly": [ + 1106, + 678, + 1231, + 678, + 1231, + 716, + 1106, + 716 + ], + "score": 0.92, + "latex": "\\mathbb { E } [ B _ { g } ^ { * } ] = \\lambda" + }, + { + "category_id": 13, + "poly": [ + 554, + 225, + 631, + 225, + 631, + 263, + 554, + 263 + ], + "score": 0.92, + "latex": "\\hat { \\lambda } ( \\mathcal { D } _ { n } )" + }, + { + "category_id": 13, + "poly": [ + 853, + 851, + 893, + 851, + 893, + 884, + 853, + 884 + ], + "score": 0.91, + "latex": "| \\tau |" + }, + { + "category_id": 13, + "poly": [ + 340, + 1882, + 642, + 1882, + 642, + 1916, + 340, + 1916 + ], + "score": 0.91, + "latex": "W = \\Delta \\{ 0 , 2 \\} \\times \\Delta \\{ A , B \\}" + }, + { + "category_id": 13, + "poly": [ + 297, + 259, + 601, + 259, + 601, + 295, + 297, + 295 + ], + "score": 0.9, + "latex": "\\{ ( 1 / \\beta _ { i } , \\mathbb { E } _ { w } ^ { \\beta _ { i } } [ n L _ { n } ( w ) ] ) \\} _ { i = 1 } ^ { 5 }" + }, + { + "category_id": 13, + "poly": [ + 755, + 1883, + 944, + 1883, + 944, + 1915, + 755, + 1915 + ], + "score": 0.9, + "latex": "w = ( h , k ) \\in W" + }, + { + "category_id": 13, + "poly": [ + 994, + 646, + 1032, + 646, + 1032, + 682, + 994, + 682 + ], + "score": 0.9, + "latex": "B _ { g } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 381, + 1033, + 433, + 1033, + 433, + 1066, + 381, + 1066 + ], + "score": 0.9, + "latex": "1 / T" + }, + { + "category_id": 13, + "poly": [ + 725, + 1916, + 943, + 1916, + 943, + 1947, + 725, + 1947 + ], + "score": 0.9, + "latex": "( 1 - k ) \\cdot B + k \\cdot A" + }, + { + "category_id": 13, + "poly": [ + 298, + 1915, + 503, + 1915, + 503, + 1947, + 298, + 1947 + ], + "score": 0.9, + "latex": "( 1 - h ) \\cdot 0 + h \\cdot 2" + }, + { + "category_id": 13, + "poly": [ + 1275, + 644, + 1400, + 644, + 1400, + 678, + 1275, + 678 + ], + "score": 0.9, + "latex": "\\mathbb { E } [ n B _ { g } ( n ) ]" + }, + { + "category_id": 13, + "poly": [ + 563, + 973, + 661, + 973, + 661, + 1001, + 563, + 1001 + ], + "score": 0.89, + "latex": "\\alpha = 1 . 0" + }, + { + "category_id": 13, + "poly": [ + 395, + 294, + 446, + 294, + 446, + 324, + 395, + 324 + ], + "score": 0.88, + "latex": "1 / T" + }, + { + "category_id": 13, + "poly": [ + 1007, + 263, + 1036, + 263, + 1036, + 293, + 1007, + 293 + ], + "score": 0.87, + "latex": "\\beta _ { i }" + }, + { + "category_id": 13, + "poly": [ + 986, + 1917, + 1016, + 1917, + 1016, + 1944, + 986, + 1944 + ], + "score": 0.85, + "latex": "a _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1173, + 647, + 1264, + 647, + 1264, + 674, + 1173, + 674 + ], + "score": 0.85, + "latex": "n \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 777, + 1003, + 798, + 1003, + 798, + 1035, + 777, + 1035 + ], + "score": 0.84, + "latex": "\\beta" + }, + { + "category_id": 13, + "poly": [ + 1072, + 1777, + 1097, + 1777, + 1097, + 1803, + 1072, + 1803 + ], + "score": 0.83, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 586, + 1837, + 618, + 1837, + 618, + 1864, + 586, + 1864 + ], + "score": 0.82, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 924, + 345, + 942, + 345, + 942, + 371, + 924, + 371 + ], + "score": 0.81, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 524, + 295, + 547, + 295, + 547, + 319, + 524, + 319 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 323, + 852, + 348, + 852, + 348, + 878, + 323, + 878 + ], + "score": 0.8, + "latex": "R" + }, + { + "category_id": 13, + "poly": [ + 510, + 1035, + 534, + 1035, + 534, + 1061, + 510, + 1061 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 976, + 1777, + 999, + 1777, + 999, + 1803, + 976, + 1803 + ], + "score": 0.79, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 296, + 1836, + 424, + 1836, + 424, + 1865, + 296, + 1865 + ], + "score": 0.78, + "latex": "\\square 2 B A B \\square" + }, + { + "category_id": 13, + "poly": [ + 759, + 1807, + 783, + 1807, + 783, + 1833, + 759, + 1833 + ], + "score": 0.76, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 830, + 1837, + 954, + 1837, + 954, + 1865, + 830, + 1865 + ], + "score": 0.76, + "latex": "\\square 0 B A A \\square" + }, + { + "category_id": 13, + "poly": [ + 1268, + 1782, + 1289, + 1782, + 1289, + 1803, + 1268, + 1803 + ], + "score": 0.75, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 853, + 1751, + 874, + 1751, + 874, + 1772, + 853, + 1772 + ], + "score": 0.75, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 506, + 1625, + 531, + 1625, + 531, + 1651, + 506, + 1651 + ], + "score": 0.69, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 680, + 1281, + 733, + 1281, + 733, + 1310, + 680, + 1310 + ], + "score": 0.57, + "latex": "( | T | )" + }, + { + "category_id": 13, + "poly": [ + 682, + 1226, + 719, + 1226, + 719, + 1253, + 682, + 1253 + ], + "score": 0.31, + "latex": "( R )" + }, + { + "category_id": 13, + "poly": [ + 607, + 1144, + 639, + 1144, + 639, + 1169, + 607, + 1169 + ], + "score": 0.27, + "latex": "( n )" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 750.0, + 651.0, + 750.0, + 651.0, + 792.0, + 292.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1550.0, + 666.0, + 1550.0, + 666.0, + 1597.0, + 295.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1465.0, + 1140.0, + 1465.0, + 1140.0, + 1502.0, + 558.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 857.0, + 72.0, + 857.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1623.0, + 505.0, + 1623.0, + 505.0, + 1657.0, + 296.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 1623.0, + 1100.0, + 1623.0, + 1100.0, + 1657.0, + 532.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 1623.0, + 1405.0, + 1623.0, + 1405.0, + 1657.0, + 1212.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1651.0, + 1403.0, + 1651.0, + 1403.0, + 1690.0, + 294.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1685.0, + 1405.0, + 1685.0, + 1405.0, + 1719.0, + 295.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1714.0, + 833.0, + 1714.0, + 833.0, + 1748.0, + 293.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 1714.0, + 1405.0, + 1714.0, + 1405.0, + 1748.0, + 1088.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1743.0, + 624.0, + 1743.0, + 624.0, + 1781.0, + 295.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 1743.0, + 852.0, + 1743.0, + 852.0, + 1781.0, + 771.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 1743.0, + 1175.0, + 1743.0, + 1175.0, + 1781.0, + 875.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 1743.0, + 1406.0, + 1743.0, + 1406.0, + 1781.0, + 1333.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1772.0, + 975.0, + 1772.0, + 975.0, + 1811.0, + 293.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 1772.0, + 1071.0, + 1772.0, + 1071.0, + 1811.0, + 1000.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 1772.0, + 1267.0, + 1772.0, + 1267.0, + 1811.0, + 1098.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 1772.0, + 1406.0, + 1772.0, + 1406.0, + 1811.0, + 1290.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1806.0, + 758.0, + 1806.0, + 758.0, + 1840.0, + 295.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 1806.0, + 1407.0, + 1806.0, + 1407.0, + 1840.0, + 784.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1838.0, + 585.0, + 1838.0, + 585.0, + 1868.0, + 425.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1838.0, + 829.0, + 1838.0, + 829.0, + 1868.0, + 619.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 1838.0, + 960.0, + 1838.0, + 960.0, + 1868.0, + 955.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 817.0, + 1406.0, + 817.0, + 1406.0, + 857.0, + 294.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 847.0, + 322.0, + 847.0, + 322.0, + 886.0, + 290.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 847.0, + 852.0, + 847.0, + 852.0, + 886.0, + 349.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 847.0, + 1407.0, + 847.0, + 1407.0, + 886.0, + 894.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 880.0, + 1404.0, + 880.0, + 1404.0, + 916.0, + 293.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 910.0, + 1406.0, + 910.0, + 1406.0, + 945.0, + 295.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 941.0, + 1406.0, + 941.0, + 1406.0, + 975.0, + 294.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 972.0, + 562.0, + 972.0, + 562.0, + 1007.0, + 293.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 972.0, + 1403.0, + 972.0, + 1403.0, + 1007.0, + 662.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1003.0, + 776.0, + 1003.0, + 776.0, + 1037.0, + 294.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 1003.0, + 1406.0, + 1003.0, + 1406.0, + 1037.0, + 799.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1034.0, + 380.0, + 1034.0, + 380.0, + 1068.0, + 295.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 1034.0, + 509.0, + 1034.0, + 509.0, + 1068.0, + 434.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 1034.0, + 816.0, + 1034.0, + 816.0, + 1068.0, + 535.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 612.0, + 1403.0, + 612.0, + 1403.0, + 647.0, + 295.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 644.0, + 993.0, + 644.0, + 993.0, + 683.0, + 294.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 644.0, + 1172.0, + 644.0, + 1172.0, + 683.0, + 1033.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1265.0, + 644.0, + 1274.0, + 644.0, + 1274.0, + 683.0, + 1265.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 644.0, + 1405.0, + 644.0, + 1405.0, + 683.0, + 1401.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 676.0, + 442.0, + 676.0, + 442.0, + 715.0, + 295.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 676.0, + 1105.0, + 676.0, + 1105.0, + 715.0, + 516.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1232.0, + 676.0, + 1242.0, + 676.0, + 1242.0, + 715.0, + 1232.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 225.0, + 553.0, + 225.0, + 553.0, + 266.0, + 292.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 225.0, + 1405.0, + 225.0, + 1405.0, + 266.0, + 632.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 253.0, + 296.0, + 253.0, + 296.0, + 300.0, + 291.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 253.0, + 1006.0, + 253.0, + 1006.0, + 300.0, + 602.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 253.0, + 1410.0, + 253.0, + 1410.0, + 300.0, + 1037.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 290.0, + 394.0, + 290.0, + 394.0, + 324.0, + 293.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 290.0, + 523.0, + 290.0, + 523.0, + 324.0, + 447.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 290.0, + 1343.0, + 290.0, + 1343.0, + 324.0, + 548.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1879.0, + 339.0, + 1879.0, + 339.0, + 1920.0, + 292.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1879.0, + 754.0, + 1879.0, + 754.0, + 1920.0, + 643.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1879.0, + 1406.0, + 1879.0, + 1406.0, + 1920.0, + 945.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 1911.0, + 724.0, + 1911.0, + 724.0, + 1947.0, + 504.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 1911.0, + 985.0, + 1911.0, + 985.0, + 1947.0, + 944.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1911.0, + 1181.0, + 1911.0, + 1181.0, + 1947.0, + 1017.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 459.0, + 1401.0, + 459.0, + 1401.0, + 494.0, + 296.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 490.0, + 865.0, + 490.0, + 865.0, + 521.0, + 296.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 336.0, + 923.0, + 336.0, + 923.0, + 375.0, + 294.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 336.0, + 1403.0, + 336.0, + 1403.0, + 375.0, + 943.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 364.0, + 401.0, + 364.0, + 401.0, + 403.0, + 293.0, + 403.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1622, + 1405, + 1622, + 1405, + 1779, + 296, + 1779 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 295, + 647, + 1404, + 647, + 1404, + 797, + 295, + 797 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 868, + 1405, + 868, + 1405, + 994, + 296, + 994 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 630, + 1036, + 1067, + 1036, + 1067, + 1388, + 630, + 1388 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1403, + 228, + 1403, + 324, + 298, + 324 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 660, + 1791, + 1037, + 1791, + 1037, + 2029, + 660, + 2029 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 295, + 578, + 1399, + 578, + 1399, + 642, + 295, + 642 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 466, + 377, + 1233, + 377, + 1233, + 460, + 466, + 460 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 532, + 810, + 1166, + 810, + 1166, + 855, + 532, + 855 + ], + "score": 0.935 + }, + { + "category_id": 1, + "poly": [ + 289, + 472, + 1284, + 472, + 1284, + 514, + 289, + 514 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 299, + 330, + 1242, + 330, + 1242, + 367, + 299, + 367 + ], + "score": 0.929 + }, + { + "category_id": 4, + "poly": [ + 295, + 1427, + 1403, + 1427, + 1403, + 1494, + 295, + 1494 + ], + "score": 0.927 + }, + { + "category_id": 0, + "poly": [ + 290, + 1555, + 1281, + 1555, + 1281, + 1590, + 290, + 1590 + ], + "score": 0.915 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.865 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 105, + 297, + 105 + ], + "score": 0.841 + }, + { + "category_id": 8, + "poly": [ + 531, + 527, + 1164, + 527, + 1164, + 569, + 531, + 569 + ], + "score": 0.221 + }, + { + "category_id": 8, + "poly": [ + 532, + 528, + 1164, + 528, + 1164, + 569, + 532, + 569 + ], + "score": 0.133 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 854, + 74, + 854, + 105, + 298, + 105 + ], + "score": 0.122 + }, + { + "category_id": 8, + "poly": [ + 530, + 527, + 1166, + 527, + 1166, + 569, + 530, + 569 + ], + "score": 0.094 + }, + { + "category_id": 13, + "poly": [ + 654, + 1428, + 724, + 1428, + 724, + 1462, + 654, + 1462 + ], + "score": 0.94, + "latex": "[ 0 , 1 ] ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 659, + 290, + 756, + 290, + 756, + 325, + 659, + 325 + ], + "score": 0.93, + "latex": "\\{ A , B \\} ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1101, + 720, + 1274, + 720, + 1274, + 756, + 1101, + 756 + ], + "score": 0.93, + "latex": "( h , k ) \\in ( 0 , 1 ) ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 297, + 261, + 406, + 261, + 406, + 295, + 297, + 295 + ], + "score": 0.93, + "latex": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )" + }, + { + "category_id": 13, + "poly": [ + 727, + 867, + 805, + 867, + 805, + 906, + 727, + 906 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { f = \\frac { 1 } { 2 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 997, + 763, + 1142, + 763, + 1142, + 797, + 997, + 797 + ], + "score": 0.93, + "latex": "\\nabla K ( w ) = 0" + }, + { + "category_id": 13, + "poly": [ + 323, + 763, + 459, + 763, + 459, + 799, + 323, + 799 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { f ( h , k ) = \\frac { 1 } { 2 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 521, + 1429, + 614, + 1429, + 614, + 1463, + 521, + 1463 + ], + "score": 0.93, + "latex": "K ( h , k )" + }, + { + "category_id": 13, + "poly": [ + 872, + 332, + 1005, + 332, + 1005, + 366, + 872, + 366 + ], + "score": 0.93, + "latex": "w _ { 0 } = ( 1 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 563, + 331, + 793, + 331, + 793, + 367, + 563, + 367 + ], + "score": 0.93, + "latex": "q ( y | x ) = p ( y | x , w _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 881, + 1715, + 1065, + 1715, + 1065, + 1749, + 881, + 1749 + ], + "score": 0.92, + "latex": "( \\sigma , q ) \\in \\Sigma \\times Q" + }, + { + "category_id": 13, + "poly": [ + 1081, + 1656, + 1189, + 1656, + 1189, + 1688, + 1081, + 1688 + ], + "score": 0.92, + "latex": "q ( x ) = c" + }, + { + "category_id": 13, + "poly": [ + 865, + 1655, + 966, + 1655, + 966, + 1685, + 865, + 1685 + ], + "score": 0.92, + "latex": "\\mathcal { X } \\subseteq \\Sigma ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 299, + 719, + 507, + 719, + 507, + 763, + 299, + 763 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { ( f - \\frac { 1 } { 2 } ) \\frac { 1 } { f ( 1 - f ) } \\nabla f . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 567, + 650, + 706, + 650, + 706, + 684, + 567, + 684 + ], + "score": 0.92, + "latex": "q ( A B ) = 1" + }, + { + "category_id": 13, + "poly": [ + 298, + 1685, + 405, + 1685, + 405, + 1719, + 298, + 1719 + ], + "score": 0.92, + "latex": "q ( x ) = 0" + }, + { + "category_id": 13, + "poly": [ + 760, + 648, + 1081, + 648, + 1081, + 686, + 760, + 686 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { q ( y | x = A B ) = \\frac { 1 } { 2 } A + \\frac { 1 } { 2 } B } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 802, + 764, + 898, + 764, + 898, + 795, + 802, + 795 + ], + "score": 0.92, + "latex": "w \\in W _ { 0 }" + }, + { + "category_id": 14, + "poly": [ + 465, + 376, + 1234, + 376, + 1234, + 460, + 465, + 460 + ], + "score": 0.92, + "latex": "K ( w ) = - { \\frac { 1 } { 4 } } \\sum _ { a _ { 2 } , a _ { 3 } } \\log p \\big ( y = a _ { 3 } | x = ( a _ { 2 } , a _ { 3 } ) , w \\big ) = - { \\frac { 1 } { 2 } } \\log [ g ( h , k ) ]" + }, + { + "category_id": 13, + "poly": [ + 545, + 292, + 599, + 292, + 599, + 325, + 545, + 325 + ], + "score": 0.91, + "latex": "q ( x )" + }, + { + "category_id": 13, + "poly": [ + 1103, + 870, + 1277, + 870, + 1277, + 903, + 1103, + 903 + ], + "score": 0.91, + "latex": "4 f ( 1 - f ) = 1" + }, + { + "category_id": 13, + "poly": [ + 591, + 260, + 681, + 260, + 681, + 291, + 591, + 291 + ], + "score": 0.91, + "latex": "\\mathrm { \\Delta } \\mathrm { { s t e p } } ^ { t }" + }, + { + "category_id": 14, + "poly": [ + 658, + 1792, + 1039, + 1792, + 1039, + 2028, + 658, + 2028 + ], + "score": 0.91, + "latex": "\\begin{array} { r l } & { \\displaystyle \\sum _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\cdot \\sigma ^ { \\prime } \\in \\Delta \\Sigma , } \\\\ & { \\displaystyle \\sum _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\cdot q ^ { \\prime } \\in \\Delta Q , } \\\\ & { \\displaystyle \\sum _ { d \\in \\{ L , S , R \\} } z _ { d } ^ { \\sigma , q } \\cdot d \\in \\Delta \\{ L , S , R \\} . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 890, + 686, + 1220, + 686, + 1220, + 720, + 890, + 720 + ], + "score": 0.9, + "latex": "f = ( 1 - h ) ^ { 2 } k + 2 h ( 1 - h )" + }, + { + "category_id": 13, + "poly": [ + 484, + 1685, + 563, + 1685, + 563, + 1718, + 484, + 1718 + ], + "score": 0.9, + "latex": "x \\notin \\mathcal { X }" + }, + { + "category_id": 13, + "poly": [ + 1128, + 1624, + 1208, + 1624, + 1208, + 1656, + 1128, + 1656 + ], + "score": 0.9, + "latex": "q ( x , y )" + }, + { + "category_id": 13, + "poly": [ + 372, + 474, + 958, + 474, + 958, + 515, + 372, + 515 + ], + "score": 0.9, + "latex": "g ( h , k ) = \\left( ( 1 - h ) ^ { 2 } k + h ^ { 2 } \\right) \\left( ( 1 - h ) ^ { 2 } ( 1 - k ) + h ^ { 2 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 685, + 962, + 726, + 962, + 726, + 993, + 685, + 993 + ], + "score": 0.9, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1270, + 1655, + 1353, + 1655, + 1353, + 1683, + 1270, + 1683 + ], + "score": 0.9, + "latex": "x \\in \\mathcal { X }" + }, + { + "category_id": 13, + "poly": [ + 454, + 686, + 807, + 686, + 807, + 723, + 454, + 723 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { K ( h , k ) = - \\frac { 1 } { 2 } \\log ( 4 f ( 1 - f ) ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 607, + 1462, + 686, + 1462, + 686, + 1489, + 607, + 1489 + ], + "score": 0.9, + "latex": "K = 0" + }, + { + "category_id": 13, + "poly": [ + 387, + 962, + 428, + 962, + 428, + 993, + 387, + 993 + ], + "score": 0.9, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 967, + 723, + 1070, + 723, + 1070, + 752, + 967, + 752 + ], + "score": 0.89, + "latex": "\\nabla K = 0" + }, + { + "category_id": 13, + "poly": [ + 1340, + 579, + 1400, + 579, + 1400, + 613, + 1340, + 613 + ], + "score": 0.89, + "latex": "\\mathbb { V } ( h )" + }, + { + "category_id": 13, + "poly": [ + 1141, + 1461, + 1269, + 1461, + 1269, + 1490, + 1141, + 1490 + ], + "score": 0.88, + "latex": "K = 0 . 0 0 1" + }, + { + "category_id": 14, + "poly": [ + 535, + 810, + 1166, + 810, + 1166, + 854, + 535, + 854 + ], + "score": 0.88, + "latex": "W _ { 0 } = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( 4 f ( 1 - f ) - 1 ) = [ 0 , 1 ] ^ { 2 } \\cap \\mathbb { V } ( f - \\frac { 1 } { 2 } )" + }, + { + "category_id": 14, + "poly": [ + 533, + 527, + 1166, + 527, + 1166, + 568, + 533, + 568 + ], + "score": 0.86, + "latex": "W _ { 0 } = \\{ ( h , k ) \\in W : g ( h , k ) = 1 \\} = \\mathbb { V } ( g - 1 ) \\cap [ 0 , 1 ] ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1316, + 686, + 1405, + 686, + 1405, + 717, + 1316, + 717 + ], + "score": 0.86, + "latex": "\\nabla K =" + }, + { + "category_id": 13, + "poly": [ + 1219, + 932, + 1248, + 932, + 1248, + 958, + 1219, + 958 + ], + "score": 0.85, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1079, + 963, + 1107, + 963, + 1107, + 989, + 1079, + 989 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 625, + 725, + 645, + 725, + 645, + 755, + 625, + 755 + ], + "score": 0.84, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 541, + 765, + 570, + 765, + 570, + 791, + 541, + 791 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 757, + 612, + 776, + 612, + 776, + 638, + 757, + 638 + ], + "score": 0.82, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1139, + 903, + 1167, + 903, + 1167, + 928, + 1139, + 928 + ], + "score": 0.81, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1171, + 484, + 1194, + 484, + 1194, + 506, + 1171, + 506 + ], + "score": 0.77, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 1231, + 263, + 1255, + 263, + 1255, + 289, + 1231, + 289 + ], + "score": 0.65, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1289, + 1686, + 1324, + 1686, + 1324, + 1714, + 1289, + 1714 + ], + "score": 0.64, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 545, + 1718, + 579, + 1718, + 579, + 1744, + 545, + 1744 + ], + "score": 0.62, + "latex": "W" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1428.0, + 520.0, + 1428.0, + 520.0, + 1464.0, + 295.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 1428.0, + 653.0, + 1428.0, + 653.0, + 1464.0, + 615.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 1428.0, + 1405.0, + 1428.0, + 1405.0, + 1464.0, + 725.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1459.0, + 606.0, + 1459.0, + 606.0, + 1496.0, + 297.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 1459.0, + 1140.0, + 1459.0, + 1140.0, + 1496.0, + 687.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 1459.0, + 1365.0, + 1459.0, + 1365.0, + 1496.0, + 1270.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1552.0, + 1283.0, + 1552.0, + 1283.0, + 1599.0, + 291.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 857.0, + 72.0, + 857.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1624.0, + 1127.0, + 1624.0, + 1127.0, + 1658.0, + 295.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 1624.0, + 1403.0, + 1624.0, + 1403.0, + 1658.0, + 1209.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1652.0, + 864.0, + 1652.0, + 864.0, + 1690.0, + 293.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 1652.0, + 1080.0, + 1652.0, + 1080.0, + 1690.0, + 967.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 1652.0, + 1269.0, + 1652.0, + 1269.0, + 1690.0, + 1190.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 1652.0, + 1406.0, + 1652.0, + 1406.0, + 1690.0, + 1354.0, + 1690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1682.0, + 297.0, + 1682.0, + 297.0, + 1722.0, + 291.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1682.0, + 483.0, + 1682.0, + 483.0, + 1722.0, + 406.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 1682.0, + 1288.0, + 1682.0, + 1288.0, + 1722.0, + 564.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 1682.0, + 1405.0, + 1682.0, + 1405.0, + 1722.0, + 1325.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1714.0, + 544.0, + 1714.0, + 544.0, + 1751.0, + 295.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1714.0, + 880.0, + 1714.0, + 880.0, + 1751.0, + 580.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1714.0, + 1405.0, + 1714.0, + 1405.0, + 1751.0, + 1066.0, + 1751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1747.0, + 878.0, + 1747.0, + 878.0, + 1781.0, + 295.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 645.0, + 566.0, + 645.0, + 566.0, + 688.0, + 292.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 645.0, + 759.0, + 645.0, + 759.0, + 688.0, + 707.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 645.0, + 1407.0, + 645.0, + 1407.0, + 688.0, + 1082.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 683.0, + 453.0, + 683.0, + 453.0, + 723.0, + 294.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 683.0, + 889.0, + 683.0, + 889.0, + 723.0, + 808.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1221.0, + 683.0, + 1315.0, + 683.0, + 1315.0, + 723.0, + 1221.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 717.0, + 624.0, + 717.0, + 624.0, + 761.0, + 508.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 717.0, + 966.0, + 717.0, + 966.0, + 761.0, + 646.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 717.0, + 1100.0, + 717.0, + 1100.0, + 761.0, + 1071.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1275.0, + 717.0, + 1404.0, + 717.0, + 1404.0, + 761.0, + 1275.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 756.0, + 322.0, + 756.0, + 322.0, + 805.0, + 290.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 756.0, + 540.0, + 756.0, + 540.0, + 805.0, + 460.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 756.0, + 801.0, + 756.0, + 801.0, + 805.0, + 571.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 756.0, + 996.0, + 756.0, + 996.0, + 805.0, + 899.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 756.0, + 1229.0, + 756.0, + 1229.0, + 805.0, + 1143.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 716.5, + 470.0, + 716.5, + 470.0, + 766.5, + 294.0, + 766.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 869.0, + 726.0, + 869.0, + 726.0, + 905.0, + 291.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 869.0, + 1102.0, + 869.0, + 1102.0, + 905.0, + 806.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 869.0, + 1406.0, + 869.0, + 1406.0, + 905.0, + 1278.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 900.0, + 1138.0, + 900.0, + 1138.0, + 933.0, + 294.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 900.0, + 1405.0, + 900.0, + 1405.0, + 933.0, + 1168.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 931.0, + 1218.0, + 931.0, + 1218.0, + 964.0, + 295.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 931.0, + 1403.0, + 931.0, + 1403.0, + 964.0, + 1249.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 962.0, + 386.0, + 962.0, + 386.0, + 995.0, + 294.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 962.0, + 684.0, + 962.0, + 684.0, + 995.0, + 429.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 962.0, + 1078.0, + 962.0, + 1078.0, + 995.0, + 727.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 962.0, + 1117.0, + 962.0, + 1117.0, + 995.0, + 1108.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 228.0, + 1407.0, + 228.0, + 1407.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 258.0, + 296.0, + 258.0, + 296.0, + 299.0, + 292.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 258.0, + 590.0, + 258.0, + 590.0, + 299.0, + 407.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 258.0, + 1230.0, + 258.0, + 1230.0, + 299.0, + 682.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 258.0, + 1407.0, + 258.0, + 1407.0, + 299.0, + 1256.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 289.0, + 544.0, + 289.0, + 544.0, + 327.0, + 293.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 289.0, + 658.0, + 289.0, + 658.0, + 327.0, + 600.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 289.0, + 861.0, + 289.0, + 861.0, + 327.0, + 757.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 574.0, + 1339.0, + 574.0, + 1339.0, + 619.0, + 290.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 574.0, + 1404.0, + 574.0, + 1404.0, + 619.0, + 1401.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 611.0, + 756.0, + 611.0, + 756.0, + 643.0, + 298.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 611.0, + 786.0, + 611.0, + 786.0, + 643.0, + 777.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 472.0, + 371.0, + 472.0, + 371.0, + 516.0, + 294.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 472.0, + 1170.0, + 472.0, + 1170.0, + 516.0, + 959.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 472.0, + 1286.0, + 472.0, + 1286.0, + 516.0, + 1195.0, + 516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 328.0, + 562.0, + 328.0, + 562.0, + 372.0, + 294.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 328.0, + 871.0, + 328.0, + 871.0, + 372.0, + 794.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 328.0, + 1245.0, + 328.0, + 1245.0, + 372.0, + 1006.0, + 372.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1190, + 1406, + 1190, + 1406, + 1345, + 296, + 1345 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 296, + 334, + 1407, + 334, + 1407, + 461, + 296, + 461 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 1856, + 1406, + 1856, + 1406, + 1960, + 296, + 1960 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 676, + 1405, + 676, + 1405, + 773, + 297, + 773 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 666, + 1688, + 1032, + 1688, + 1032, + 1842, + 666, + 1842 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 670, + 1058, + 1031, + 1058, + 1031, + 1132, + 670, + 1132 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 420, + 1531, + 1277, + 1531, + 1277, + 1626, + 420, + 1626 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 556, + 473, + 1139, + 473, + 1139, + 556, + 556, + 556 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 295, + 1447, + 1402, + 1447, + 1402, + 1516, + 295, + 1516 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 640, + 1359, + 1056, + 1359, + 1056, + 1433, + 640, + 1433 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 562, + 272, + 1133, + 272, + 1133, + 323, + 562, + 323 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 295, + 853, + 1404, + 853, + 1404, + 919, + 295, + 919 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 295, + 1971, + 1401, + 1971, + 1401, + 2036, + 295, + 2036 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 416, + 931, + 1279, + 931, + 1279, + 1006, + 416, + 1006 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 298, + 1640, + 1023, + 1640, + 1023, + 1674, + 298, + 1674 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 300, + 571, + 805, + 571, + 805, + 604, + 300, + 604 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 296, + 1019, + 374, + 1019, + 374, + 1050, + 296, + 1050 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 297, + 1145, + 495, + 1145, + 495, + 1177, + 297, + 1177 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 296, + 787, + 965, + 787, + 965, + 822, + 296, + 822 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 292, + 227, + 1312, + 227, + 1312, + 263, + 292, + 263 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 298, + 610, + 572, + 610, + 572, + 645, + 298, + 645 + ], + "score": 0.914 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 855, + 73, + 855, + 106, + 297, + 106 + ], + "score": 0.912 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.875 + }, + { + "category_id": 13, + "poly": [ + 1064, + 1888, + 1226, + 1888, + 1226, + 1921, + 1064, + 1921 + ], + "score": 0.94, + "latex": "s = \\pi ( \\mu , \\zeta , \\xi )" + }, + { + "category_id": 14, + "poly": [ + 664, + 1687, + 1036, + 1687, + 1036, + 1844, + 664, + 1844 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { W _ { 0 } = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) ) } \\\\ { = W \\cap \\displaystyle \\bigcap _ { x \\in \\mathcal { X } } \\bigcap _ { s \\neq y } \\mathbb { V } ( F _ { s } ^ { x } ( w ) ) . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 640, + 1358, + 1058, + 1358, + 1058, + 1435, + 640, + 1435 + ], + "score": 0.93, + "latex": "\\Theta = \\prod _ { \\sigma , q } \\Sigma ^ { l _ { \\sigma } } \\times Q ^ { m _ { q } } \\times \\{ L , S , R \\} ^ { n _ { d } } ." + }, + { + "category_id": 14, + "poly": [ + 669, + 1057, + 1031, + 1057, + 1031, + 1133, + 669, + 1133 + ], + "score": 0.93, + "latex": "W _ { 0 } = W \\cap \\bigcap _ { x \\in \\mathcal { X } } \\mathbb { V } ( 1 - F _ { y } ^ { x } ( w ) )" + }, + { + "category_id": 13, + "poly": [ + 578, + 1481, + 738, + 1481, + 738, + 1514, + 578, + 1514 + ], + "score": 0.93, + "latex": "\\zeta ( \\sigma , q , j ) \\in Q" + }, + { + "category_id": 13, + "poly": [ + 826, + 856, + 935, + 856, + 935, + 889, + 826, + 889 + ], + "score": 0.93, + "latex": "y = y ( x )" + }, + { + "category_id": 13, + "poly": [ + 735, + 1448, + 890, + 1448, + 890, + 1482, + 735, + 1482 + ], + "score": 0.93, + "latex": "( \\mu , \\zeta , \\xi ) \\in \\Theta" + }, + { + "category_id": 13, + "poly": [ + 789, + 1480, + 1038, + 1480, + 1038, + 1515, + 789, + 1515 + ], + "score": 0.93, + "latex": "\\xi ( \\sigma , q , k ) \\in \\{ L , S , R \\}" + }, + { + "category_id": 13, + "poly": [ + 988, + 678, + 1121, + 678, + 1121, + 712, + 988, + 712 + ], + "score": 0.93, + "latex": "q ( y | x ) = 1" + }, + { + "category_id": 13, + "poly": [ + 618, + 678, + 730, + 678, + 730, + 712, + 618, + 712 + ], + "score": 0.93, + "latex": "q ( x ) > 0" + }, + { + "category_id": 13, + "poly": [ + 994, + 1283, + 1332, + 1283, + 1332, + 1317, + 994, + 1317 + ], + "score": 0.93, + "latex": "\\sigma \\in \\Sigma , q \\in \\bar { Q } , d \\in \\{ L , S , R \\}" + }, + { + "category_id": 14, + "poly": [ + 417, + 1527, + 1282, + 1527, + 1282, + 1628, + 417, + 1628 + ], + "score": 0.93, + "latex": "F _ { s } ^ { x } = \\sum _ { ( \\mu , \\zeta , \\xi ) \\in \\Theta } \\delta ( s = \\pi ( \\mu , \\zeta , \\xi ) ) \\prod _ { \\sigma , q } \\Big [ \\prod _ { i = 1 } ^ { l _ { \\sigma } } x _ { \\mu ( \\sigma , q , i ) } ^ { \\sigma , q } \\prod _ { j = 1 } ^ { m _ { q } } y _ { \\zeta ( \\sigma , q , j ) } ^ { \\sigma , q } \\prod _ { k = 1 } ^ { n _ { d } } z _ { \\xi ( \\sigma , q , k ) } ^ { \\sigma , q } \\Big ]" + }, + { + "category_id": 13, + "poly": [ + 607, + 855, + 716, + 855, + 716, + 888, + 607, + 888 + ], + "score": 0.92, + "latex": "q ( x ) > 0" + }, + { + "category_id": 13, + "poly": [ + 346, + 2003, + 436, + 2003, + 436, + 2036, + 346, + 2036 + ], + "score": 0.92, + "latex": "F _ { s } ^ { x } = 0" + }, + { + "category_id": 13, + "poly": [ + 764, + 740, + 859, + 740, + 859, + 773, + 764, + 773 + ], + "score": 0.92, + "latex": "w \\not \\in W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 397, + 1315, + 543, + 1315, + 543, + 1346, + 397, + 1346 + ], + "score": 0.92, + "latex": "\\pi : \\Theta \\longrightarrow Q" + }, + { + "category_id": 13, + "poly": [ + 1223, + 855, + 1359, + 855, + 1359, + 889, + 1223, + 889 + ], + "score": 0.92, + "latex": "q ( x , y ) \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 831, + 1285, + 949, + 1285, + 949, + 1317, + 831, + 1317 + ], + "score": 0.92, + "latex": "l _ { \\sigma } , m _ { q } , n _ { d }" + }, + { + "category_id": 13, + "poly": [ + 972, + 1449, + 1136, + 1449, + 1136, + 1482, + 972, + 1482 + ], + "score": 0.92, + "latex": "\\mu ( \\sigma , q , i ) \\in \\Sigma" + }, + { + "category_id": 13, + "poly": [ + 298, + 1480, + 420, + 1480, + 420, + 1512, + 298, + 1512 + ], + "score": 0.92, + "latex": "1 \\leq i \\leq l _ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 960, + 1972, + 1107, + 1972, + 1107, + 2006, + 960, + 2006 + ], + "score": 0.92, + "latex": "( \\mu , \\zeta , \\xi ) \\in \\Theta" + }, + { + "category_id": 13, + "poly": [ + 1184, + 1450, + 1352, + 1450, + 1352, + 1481, + 1184, + 1481 + ], + "score": 0.92, + "latex": "\\sigma \\in \\Sigma , q \\in Q" + }, + { + "category_id": 13, + "poly": [ + 511, + 741, + 579, + 741, + 579, + 772, + 511, + 772 + ], + "score": 0.92, + "latex": "s \\neq y" + }, + { + "category_id": 13, + "poly": [ + 931, + 1889, + 1003, + 1889, + 1003, + 1920, + 931, + 1920 + ], + "score": 0.92, + "latex": "\\mu , \\zeta , \\xi" + }, + { + "category_id": 14, + "poly": [ + 557, + 472, + 1142, + 472, + 1142, + 556, + 557, + 556 + ], + "score": 0.92, + "latex": "\\partial W = \\mathbb { V } \\big ( \\prod _ { \\sigma , q } \\Big [ \\prod _ { \\sigma ^ { \\prime } \\in Q } x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\prod _ { q ^ { \\prime } \\in Q } y _ { q ^ { \\prime } } ^ { \\sigma , q } \\prod _ { \\substack { d \\in \\{ L , S , R \\} } } z _ { d } ^ { \\sigma , q } \\Big ] \\big )" + }, + { + "category_id": 13, + "poly": [ + 1208, + 1972, + 1370, + 1972, + 1370, + 2006, + 1208, + 2006 + ], + "score": 0.91, + "latex": "\\pi ( \\mu , \\zeta , \\xi ) = y" + }, + { + "category_id": 13, + "poly": [ + 573, + 1918, + 873, + 1918, + 873, + 1960, + 573, + 1960 + ], + "score": 0.91, + "latex": "x _ { \\mu ( \\sigma , q , i ) } ^ { \\sigma , q } , y _ { \\zeta ( \\sigma , q , j ) } ^ { \\sigma , q } , z _ { \\xi ( \\sigma , q , k ) } ^ { \\sigma , q }" + }, + { + "category_id": 13, + "poly": [ + 456, + 611, + 563, + 611, + 563, + 645, + 456, + 645 + ], + "score": 0.91, + "latex": "W _ { 0 } \\neq W" + }, + { + "category_id": 13, + "poly": [ + 1184, + 676, + 1323, + 676, + 1323, + 708, + 1184, + 708 + ], + "score": 0.91, + "latex": "w \\in W ^ { c o d e }" + }, + { + "category_id": 13, + "poly": [ + 455, + 857, + 543, + 857, + 543, + 885, + 455, + 885 + ], + "score": 0.91, + "latex": "x \\in \\Sigma ^ { * }" + }, + { + "category_id": 14, + "poly": [ + 414, + 931, + 1284, + 931, + 1284, + 1006, + 414, + 1006 + ], + "score": 0.91, + "latex": "K ( w ) = \\sum _ { x \\in \\mathcal { X } } c D _ { K L } ( y | | F ^ { x } ( w ) ) = - c \\sum _ { x \\in \\mathcal { X } } \\log F _ { y } ^ { x } ( w ) = - c \\log \\prod _ { x \\in \\mathcal { X } } F _ { y } ^ { x } ( w ) ." + }, + { + "category_id": 13, + "poly": [ + 471, + 680, + 555, + 680, + 555, + 708, + 471, + 708 + ], + "score": 0.91, + "latex": "x \\in \\mathcal { X }" + }, + { + "category_id": 14, + "poly": [ + 564, + 272, + 1133, + 272, + 1133, + 322, + 564, + 322 + ], + "score": 0.91, + "latex": "R _ { W } = \\mathbb { R } \\big [ \\big \\{ x _ { \\sigma ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , \\sigma ^ { \\prime } } , \\big \\{ y _ { q ^ { \\prime } } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , q ^ { \\prime } } , \\big \\{ z _ { d } ^ { \\sigma , q } \\big \\} _ { \\sigma , q , d } \\big ] ." + }, + { + "category_id": 13, + "poly": [ + 447, + 336, + 848, + 336, + 848, + 369, + 447, + 369 + ], + "score": 0.9, + "latex": "F ^ { x } = \\Delta \\mathrm { s t e p } ^ { t } ( x , - ) : W \\longrightarrow \\Delta Q" + }, + { + "category_id": 13, + "poly": [ + 663, + 370, + 781, + 370, + 781, + 400, + 663, + 400 + ], + "score": 0.9, + "latex": "F _ { s } ^ { x } \\in R _ { W }" + }, + { + "category_id": 13, + "poly": [ + 372, + 571, + 432, + 571, + 432, + 605, + 372, + 605 + ], + "score": 0.9, + "latex": "\\mathbb { V } ( h )" + }, + { + "category_id": 13, + "poly": [ + 554, + 370, + 625, + 370, + 625, + 399, + 554, + 399 + ], + "score": 0.9, + "latex": "s \\in Q" + }, + { + "category_id": 13, + "poly": [ + 513, + 2003, + 580, + 2003, + 580, + 2035, + 513, + 2035 + ], + "score": 0.9, + "latex": "s \\neq y" + }, + { + "category_id": 13, + "poly": [ + 825, + 2004, + 932, + 2004, + 932, + 2034, + 825, + 2034 + ], + "score": 0.9, + "latex": "W _ { 0 } = W" + }, + { + "category_id": 13, + "poly": [ + 1234, + 1482, + 1271, + 1482, + 1271, + 1514, + 1234, + 1514 + ], + "score": 0.9, + "latex": "F _ { s } ^ { x }" + }, + { + "category_id": 13, + "poly": [ + 577, + 1192, + 666, + 1192, + 666, + 1223, + 577, + 1223 + ], + "score": 0.89, + "latex": "\\Delta \\mathrm { s t e p } ^ { t }" + }, + { + "category_id": 13, + "poly": [ + 345, + 1859, + 383, + 1859, + 383, + 1891, + 345, + 1891 + ], + "score": 0.89, + "latex": "F _ { s } ^ { x }" + }, + { + "category_id": 13, + "poly": [ + 542, + 790, + 583, + 790, + 583, + 821, + 542, + 821 + ], + "score": 0.89, + "latex": "W _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 834, + 789, + 957, + 789, + 957, + 821, + 834, + 821 + ], + "score": 0.89, + "latex": "W _ { 0 } \\subseteq \\partial W" + }, + { + "category_id": 13, + "poly": [ + 832, + 1974, + 908, + 1974, + 908, + 2001, + 832, + 2001 + ], + "score": 0.89, + "latex": "x \\in \\mathcal { X }" + }, + { + "category_id": 13, + "poly": [ + 437, + 400, + 475, + 400, + 475, + 426, + 437, + 426 + ], + "score": 0.88, + "latex": "F ^ { x }" + }, + { + "category_id": 13, + "poly": [ + 592, + 1451, + 617, + 1451, + 617, + 1477, + 592, + 1477 + ], + "score": 0.85, + "latex": "\\Theta" + }, + { + "category_id": 13, + "poly": [ + 1350, + 1860, + 1405, + 1860, + 1405, + 1888, + 1350, + 1888 + ], + "score": 0.84, + "latex": "w \\in" + }, + { + "category_id": 13, + "poly": [ + 778, + 573, + 796, + 573, + 796, + 599, + 778, + 599 + ], + "score": 0.83, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 372, + 1643, + 388, + 1643, + 388, + 1669, + 372, + 1669 + ], + "score": 0.83, + "latex": "\\delta" + }, + { + "category_id": 13, + "poly": [ + 820, + 684, + 839, + 684, + 839, + 711, + 820, + 711 + ], + "score": 0.8, + "latex": "y" + }, + { + "category_id": 13, + "poly": [ + 1013, + 1926, + 1036, + 1926, + 1036, + 1945, + 1013, + 1945 + ], + "score": 0.76, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 585, + 1895, + 607, + 1895, + 607, + 1914, + 585, + 1914 + ], + "score": 0.76, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 532, + 400, + 581, + 400, + 581, + 427, + 532, + 427 + ], + "score": 0.76, + "latex": "\\partial W" + }, + { + "category_id": 13, + "poly": [ + 416, + 232, + 449, + 232, + 449, + 258, + 416, + 258 + ], + "score": 0.75, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 407, + 430, + 440, + 430, + 440, + 456, + 407, + 456 + ], + "score": 0.74, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1138, + 399, + 1171, + 399, + 1171, + 427, + 1138, + 427 + ], + "score": 0.74, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 298, + 1889, + 330, + 1889, + 330, + 1916, + 298, + 1916 + ], + "score": 0.62, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1248, + 1858, + 1305, + 1858, + 1305, + 1890, + 1248, + 1890 + ], + "score": 0.56, + "latex": "[ 0 , 1 ]" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 855.0, + 72.0, + 855.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 871.0, + 2085.0, + 871.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1188.0, + 576.0, + 1188.0, + 576.0, + 1228.0, + 293.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 1188.0, + 1406.0, + 1188.0, + 1406.0, + 1228.0, + 667.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1218.0, + 1406.0, + 1218.0, + 1406.0, + 1258.0, + 293.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1252.0, + 1402.0, + 1252.0, + 1402.0, + 1285.0, + 295.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1281.0, + 830.0, + 1281.0, + 830.0, + 1322.0, + 293.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 950.0, + 1281.0, + 993.0, + 1281.0, + 993.0, + 1322.0, + 950.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 1281.0, + 1407.0, + 1281.0, + 1407.0, + 1322.0, + 1333.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1313.0, + 396.0, + 1313.0, + 396.0, + 1349.0, + 293.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 1313.0, + 622.0, + 1313.0, + 622.0, + 1349.0, + 544.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 332.0, + 446.0, + 332.0, + 446.0, + 374.0, + 293.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 332.0, + 1407.0, + 332.0, + 1407.0, + 374.0, + 849.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 364.0, + 553.0, + 364.0, + 553.0, + 402.0, + 291.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 364.0, + 662.0, + 364.0, + 662.0, + 402.0, + 626.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 364.0, + 1408.0, + 364.0, + 1408.0, + 402.0, + 782.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 395.0, + 436.0, + 395.0, + 436.0, + 433.0, + 291.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 395.0, + 531.0, + 395.0, + 531.0, + 433.0, + 476.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 395.0, + 1137.0, + 395.0, + 1137.0, + 433.0, + 582.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 395.0, + 1407.0, + 395.0, + 1407.0, + 433.0, + 1172.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 428.0, + 406.0, + 428.0, + 406.0, + 462.0, + 293.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 428.0, + 1197.0, + 428.0, + 1197.0, + 462.0, + 441.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1853.0, + 344.0, + 1853.0, + 344.0, + 1891.0, + 293.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 1853.0, + 1247.0, + 1853.0, + 1247.0, + 1891.0, + 384.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 1853.0, + 1349.0, + 1853.0, + 1349.0, + 1891.0, + 1306.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1886.0, + 584.0, + 1886.0, + 584.0, + 1922.0, + 331.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 608.0, + 1886.0, + 930.0, + 1886.0, + 930.0, + 1922.0, + 608.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1886.0, + 1063.0, + 1886.0, + 1063.0, + 1922.0, + 1004.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 1886.0, + 1406.0, + 1886.0, + 1406.0, + 1922.0, + 1227.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 1910.0, + 832.0, + 1910.0, + 832.0, + 1942.0, + 777.0, + 1942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 1921.0, + 1012.0, + 1921.0, + 1012.0, + 1951.0, + 874.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1921.0, + 1047.0, + 1921.0, + 1047.0, + 1951.0, + 1037.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.75, + 1914.0, + 881.75, + 1914.0, + 881.75, + 1967.0, + 288.75, + 1967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 673.0, + 470.0, + 673.0, + 470.0, + 713.0, + 292.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 556.0, + 673.0, + 617.0, + 673.0, + 617.0, + 713.0, + 556.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 673.0, + 819.0, + 673.0, + 819.0, + 713.0, + 731.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 673.0, + 987.0, + 673.0, + 987.0, + 713.0, + 840.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1122.0, + 673.0, + 1183.0, + 673.0, + 1183.0, + 713.0, + 1122.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1324.0, + 673.0, + 1407.0, + 673.0, + 1407.0, + 713.0, + 1324.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 708.0, + 1405.0, + 708.0, + 1405.0, + 743.0, + 296.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 739.0, + 510.0, + 739.0, + 510.0, + 774.0, + 295.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 739.0, + 763.0, + 739.0, + 763.0, + 774.0, + 580.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 739.0, + 870.0, + 739.0, + 870.0, + 774.0, + 860.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 743.0, + 1403.0, + 743.0, + 1403.0, + 768.0, + 1374.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1446.0, + 591.0, + 1446.0, + 591.0, + 1487.0, + 294.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 1446.0, + 734.0, + 1446.0, + 734.0, + 1487.0, + 618.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 1446.0, + 971.0, + 1446.0, + 971.0, + 1487.0, + 891.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 1446.0, + 1183.0, + 1446.0, + 1183.0, + 1487.0, + 1137.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 1446.0, + 1407.0, + 1446.0, + 1407.0, + 1487.0, + 1353.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1475.0, + 297.0, + 1475.0, + 297.0, + 1520.0, + 292.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 1475.0, + 577.0, + 1475.0, + 577.0, + 1520.0, + 421.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1475.0, + 788.0, + 1475.0, + 788.0, + 1520.0, + 739.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 1475.0, + 1233.0, + 1475.0, + 1233.0, + 1520.0, + 1039.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 1475.0, + 1306.0, + 1475.0, + 1306.0, + 1520.0, + 1272.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 852.0, + 454.0, + 852.0, + 454.0, + 892.0, + 294.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 852.0, + 606.0, + 852.0, + 606.0, + 892.0, + 544.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 852.0, + 825.0, + 852.0, + 825.0, + 892.0, + 717.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 852.0, + 1222.0, + 852.0, + 1222.0, + 892.0, + 936.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 852.0, + 1405.0, + 852.0, + 1405.0, + 892.0, + 1360.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 882.0, + 834.0, + 882.0, + 834.0, + 922.0, + 294.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1966.0, + 831.0, + 1966.0, + 831.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 1966.0, + 959.0, + 1966.0, + 959.0, + 2010.0, + 909.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 1966.0, + 1207.0, + 1966.0, + 1207.0, + 2010.0, + 1108.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1966.0, + 1407.0, + 1966.0, + 1407.0, + 2010.0, + 1371.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1998.0, + 345.0, + 1998.0, + 345.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 1998.0, + 512.0, + 1998.0, + 512.0, + 2038.0, + 437.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 1998.0, + 824.0, + 1998.0, + 824.0, + 2038.0, + 581.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1998.0, + 1289.0, + 1998.0, + 1289.0, + 2038.0, + 933.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 2003.0, + 1406.0, + 2003.0, + 1406.0, + 2033.0, + 1373.0, + 2033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1634.0, + 371.0, + 1634.0, + 371.0, + 1681.0, + 294.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1634.0, + 1024.0, + 1634.0, + 1024.0, + 1681.0, + 389.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 570.0, + 371.0, + 570.0, + 371.0, + 606.0, + 297.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 570.0, + 777.0, + 570.0, + 777.0, + 606.0, + 433.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 570.0, + 805.0, + 570.0, + 805.0, + 606.0, + 797.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1017.0, + 376.0, + 1017.0, + 376.0, + 1054.0, + 294.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1143.0, + 499.0, + 1143.0, + 499.0, + 1180.0, + 294.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 788.0, + 541.0, + 788.0, + 541.0, + 825.0, + 296.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 788.0, + 833.0, + 788.0, + 833.0, + 825.0, + 584.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 788.0, + 967.0, + 788.0, + 967.0, + 825.0, + 958.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 223.0, + 415.0, + 223.0, + 415.0, + 271.0, + 292.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 223.0, + 1314.0, + 223.0, + 1314.0, + 271.0, + 450.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 609.0, + 455.0, + 609.0, + 455.0, + 649.0, + 295.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 609.0, + 575.0, + 609.0, + 575.0, + 649.0, + 564.0, + 649.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1288, + 1404, + 1288, + 1404, + 1534, + 297, + 1534 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 299, + 1554, + 1404, + 1554, + 1404, + 1680, + 299, + 1680 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 1005, + 1405, + 1005, + 1405, + 1284, + 297, + 1284 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 292, + 1404, + 292, + 1404, + 416, + 297, + 416 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 840, + 1404, + 840, + 1404, + 992, + 298, + 992 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 464, + 1404, + 464, + 1404, + 587, + 300, + 587 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 298, + 1788, + 1405, + 1788, + 1405, + 1883, + 298, + 1883 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 298, + 1895, + 1404, + 1895, + 1404, + 1991, + 298, + 1991 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 299, + 712, + 1398, + 712, + 1398, + 802, + 299, + 802 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 632, + 422, + 1067, + 422, + 1067, + 460, + 632, + 460 + ], + "score": 0.936 + }, + { + "category_id": 0, + "poly": [ + 300, + 224, + 688, + 224, + 688, + 262, + 300, + 262 + ], + "score": 0.91 + }, + { + "category_id": 0, + "poly": [ + 301, + 1720, + 765, + 1720, + 765, + 1757, + 301, + 1757 + ], + "score": 0.903 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 865, + 2088, + 865, + 2113, + 836, + 2113 + ], + "score": 0.868 + }, + { + "category_id": 1, + "poly": [ + 452, + 594, + 1241, + 594, + 1241, + 706, + 452, + 706 + ], + "score": 0.818 + }, + { + "category_id": 8, + "poly": [ + 514, + 1999, + 1179, + 1999, + 1179, + 2037, + 514, + 2037 + ], + "score": 0.723 + }, + { + "category_id": 8, + "poly": [ + 588, + 801, + 1112, + 801, + 1112, + 839, + 588, + 839 + ], + "score": 0.72 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 105, + 297, + 105 + ], + "score": 0.702 + }, + { + "category_id": 1, + "poly": [ + 514, + 1999, + 1179, + 1999, + 1179, + 2037, + 514, + 2037 + ], + "score": 0.276 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 854, + 74, + 854, + 105, + 297, + 105 + ], + "score": 0.259 + }, + { + "category_id": 1, + "poly": [ + 588, + 801, + 1112, + 801, + 1112, + 839, + 588, + 839 + ], + "score": 0.147 + }, + { + "category_id": 8, + "poly": [ + 452, + 594, + 1241, + 594, + 1241, + 706, + 452, + 706 + ], + "score": 0.092 + }, + { + "category_id": 13, + "poly": [ + 1118, + 1789, + 1227, + 1789, + 1227, + 1823, + 1118, + 1823 + ], + "score": 0.94, + "latex": "p ( \\boldsymbol { y } | \\boldsymbol { x } , \\boldsymbol { w } )" + }, + { + "category_id": 13, + "poly": [ + 1002, + 1928, + 1154, + 1928, + 1154, + 1961, + 1002, + 1961 + ], + "score": 0.93, + "latex": "\\delta _ { i } = \\mathsf { p r o j } _ { i } \\circ \\delta" + }, + { + "category_id": 13, + "poly": [ + 388, + 1958, + 526, + 1958, + 526, + 1992, + 388, + 1992 + ], + "score": 0.93, + "latex": "i \\in \\{ 1 , 2 , 3 \\}" + }, + { + "category_id": 13, + "poly": [ + 342, + 1897, + 515, + 1897, + 515, + 1930, + 342, + 1930 + ], + "score": 0.92, + "latex": "M = ( \\Sigma , Q , \\delta )" + }, + { + "category_id": 13, + "poly": [ + 507, + 1927, + 882, + 1927, + 882, + 1961, + 507, + 1961 + ], + "score": 0.92, + "latex": "\\delta : \\Sigma \\times Q \\bar { \\to } \\Sigma \\times Q \\times \\{ - 1 , 0 , 1 \\}" + }, + { + "category_id": 14, + "poly": [ + 629, + 423, + 1069, + 423, + 1069, + 460, + 629, + 460 + ], + "score": 0.92, + "latex": "\\Sigma _ { \\mathrm { U T M } } = \\Sigma \\cup Q \\cup \\{ L , R , S \\} \\cup \\{ X , \\sqsubseteq \\}" + }, + { + "category_id": 13, + "poly": [ + 1212, + 1411, + 1347, + 1411, + 1347, + 1442, + 1212, + 1442 + ], + "score": 0.91, + "latex": "0 . 5 q + 0 . 5 p" + }, + { + "category_id": 13, + "poly": [ + 1230, + 1617, + 1393, + 1617, + 1393, + 1646, + 1230, + 1646 + ], + "score": 0.91, + "latex": "T = 1 0 N + 5" + }, + { + "category_id": 13, + "poly": [ + 650, + 901, + 698, + 901, + 698, + 932, + 650, + 932 + ], + "score": 0.88, + "latex": "\\Delta Q" + }, + { + "category_id": 14, + "poly": [ + 584, + 799, + 1111, + 799, + 1111, + 838, + 584, + 838 + ], + "score": 0.88, + "latex": "X s _ { 0 } q _ { 0 } s _ { 0 } ^ { \\prime } q _ { 0 } ^ { \\prime } d _ { 0 } s _ { 1 } q _ { 1 } s _ { 1 } ^ { \\prime } q _ { 1 } ^ { \\prime } d _ { 1 } \\dots s _ { N } q _ { N } s _ { N } ^ { \\prime } q _ { N } ^ { \\prime } d _ { N } X ," + }, + { + "category_id": 13, + "poly": [ + 584, + 1960, + 663, + 1960, + 663, + 1988, + 584, + 1988 + ], + "score": 0.88, + "latex": "\\sqsubseteq \\Sigma" + }, + { + "category_id": 13, + "poly": [ + 518, + 1997, + 867, + 1997, + 867, + 2036, + 518, + 2036 + ], + "score": 0.87, + "latex": "\\Sigma ^ { \\mathbb { Z } , \\Pi } = \\{ f : \\mathbb { Z } \\to \\Sigma | f ( i ) = \\sqcap" + }, + { + "category_id": 13, + "poly": [ + 754, + 325, + 780, + 325, + 780, + 357, + 754, + 357 + ], + "score": 0.87, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 1145, + 2003, + 1171, + 2003, + 1171, + 2036, + 1145, + 2036 + ], + "score": 0.86, + "latex": "i \\}" + }, + { + "category_id": 13, + "poly": [ + 1328, + 1898, + 1354, + 1898, + 1354, + 1930, + 1328, + 1930 + ], + "score": 0.86, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 1158, + 1442, + 1251, + 1442, + 1251, + 1474, + 1158, + 1474 + ], + "score": 0.85, + "latex": "s q s { ' } q { ' } R" + }, + { + "category_id": 13, + "poly": [ + 1064, + 296, + 1089, + 296, + 1089, + 325, + 1064, + 325 + ], + "score": 0.85, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 1143, + 845, + 1172, + 845, + 1172, + 871, + 1143, + 871 + ], + "score": 0.84, + "latex": "s _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 950, + 1819, + 1039, + 1819, + 1039, + 1851, + 950, + 1851 + ], + "score": 0.84, + "latex": "\\Delta \\mathrm { { s t e p } } ^ { t }" + }, + { + "category_id": 13, + "poly": [ + 485, + 870, + 564, + 870, + 564, + 898, + 485, + 898 + ], + "score": 0.83, + "latex": "X X X" + }, + { + "category_id": 13, + "poly": [ + 683, + 326, + 705, + 326, + 705, + 352, + 683, + 352 + ], + "score": 0.83, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 862, + 296, + 885, + 296, + 885, + 322, + 862, + 322 + ], + "score": 0.83, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 1165, + 497, + 1188, + 497, + 1188, + 523, + 1165, + 523 + ], + "score": 0.82, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 998, + 1253, + 1025, + 1253, + 1025, + 1279, + 998, + 1279 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 802, + 1587, + 829, + 1587, + 829, + 1615, + 802, + 1615 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1376, + 497, + 1400, + 497, + 1400, + 527, + 1376, + 527 + ], + "score": 0.82, + "latex": "Q" + }, + { + "category_id": 13, + "poly": [ + 758, + 841, + 791, + 841, + 791, + 868, + 758, + 868 + ], + "score": 0.82, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1070, + 1899, + 1092, + 1899, + 1092, + 1925, + 1070, + 1925 + ], + "score": 0.81, + "latex": "\\Sigma" + }, + { + "category_id": 13, + "poly": [ + 848, + 1618, + 876, + 1618, + 876, + 1644, + 848, + 1644 + ], + "score": 0.81, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 298, + 1162, + 325, + 1162, + 325, + 1188, + 298, + 1188 + ], + "score": 0.81, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 971, + 871, + 999, + 871, + 999, + 897, + 971, + 897 + ], + "score": 0.8, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 621, + 296, + 654, + 296, + 654, + 323, + 621, + 323 + ], + "score": 0.8, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 328, + 1960, + 344, + 1960, + 344, + 1986, + 328, + 1986 + ], + "score": 0.8, + "latex": "\\delta" + }, + { + "category_id": 13, + "poly": [ + 1355, + 931, + 1402, + 931, + 1402, + 959, + 1355, + 959 + ], + "score": 0.8, + "latex": "\\Delta \\Sigma" + }, + { + "category_id": 13, + "poly": [ + 1108, + 1649, + 1131, + 1649, + 1131, + 1675, + 1108, + 1675 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1361, + 902, + 1393, + 902, + 1393, + 928, + 1361, + 928 + ], + "score": 0.78, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 670, + 465, + 697, + 465, + 697, + 493, + 670, + 493 + ], + "score": 0.75, + "latex": "\\boxed { \\begin{array} { r l } \\end{array} }" + }, + { + "category_id": 13, + "poly": [ + 341, + 1791, + 367, + 1791, + 367, + 1818, + 341, + 1818 + ], + "score": 0.72, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1292, + 1821, + 1316, + 1821, + 1316, + 1847, + 1292, + 1847 + ], + "score": 0.71, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1138, + 673, + 1154, + 673, + 1154, + 708, + 1138, + 708 + ], + "score": 0.68, + "latex": "\\}" + }, + { + "category_id": 13, + "poly": [ + 803, + 1448, + 819, + 1448, + 819, + 1469, + 803, + 1469 + ], + "score": 0.66, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 297, + 496, + 332, + 496, + 332, + 524, + 297, + 524 + ], + "score": 0.64, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1237, + 1931, + 1250, + 1931, + 1250, + 1954, + 1237, + 1954 + ], + "score": 0.37, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 863, + 961, + 889, + 961, + 889, + 988, + 863, + 988 + ], + "score": 0.37, + "latex": "\\boxed { \\begin{array} { r l } \\end{array} }" + }, + { + "category_id": 14, + "poly": [ + 450, + 591, + 1181, + 591, + 1181, + 713, + 450, + 713 + ], + "score": 0.35, + "latex": "\\begin{array} { r } { Q _ { \\mathrm { U T M } } = \\{ \\mathrm { c o m p S y m b o l , c o m p S t a t e , c o p y S y m b o l , c o p y S t a t e , c o p y } \\mathrm { ~ } \\forall \\mathrm { t o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o p y ~ } \\mathrm { ~ c o m p ~ } } \\\\ \\mathrm { ~ \\ \" c o m p S t a t e , ~ } \\mathrm { \\ \" { c o p y S y m b o l , } \\mathrm { ~ \\ \" { c o p y S t a t e , } \\mathrm { ~ - c o p y S t a t e , } \\mathrm { ~ - c o p y D i r , } \\mathrm { ~ \\ ~ } } } \\\\ \\mathrm { ~ \\ \" { u p d a t e S y m b o l , u p d a t e S t a t e , u p d a t e D i r , r e s e t D e s c r ~ } \\} . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 520, + 1999, + 1180, + 1999, + 1180, + 2039, + 520, + 2039 + ], + "score": 0.3, + "latex": "\\Sigma ^ { \\mathbb { Z } , \\sqcap } = \\{ f : \\mathbb { Z } \\to \\Sigma | f ( i ) = \\bigsqcup \\mathrm { e x c e p t ~ f o r ~ f i n i t e l y ~ m a n y ~ } i \\} ." + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 690.0, + 223.0, + 690.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1716.0, + 769.0, + 1716.0, + 769.0, + 1763.0, + 292.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1288.0, + 1405.0, + 1288.0, + 1405.0, + 1322.0, + 296.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1321.0, + 1404.0, + 1321.0, + 1404.0, + 1355.0, + 295.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1346.0, + 1405.0, + 1346.0, + 1405.0, + 1387.0, + 292.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1381.0, + 1404.0, + 1381.0, + 1404.0, + 1415.0, + 295.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1411.0, + 1211.0, + 1411.0, + 1211.0, + 1445.0, + 294.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1411.0, + 1405.0, + 1411.0, + 1405.0, + 1445.0, + 1348.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1442.0, + 802.0, + 1442.0, + 802.0, + 1476.0, + 295.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 1442.0, + 1157.0, + 1442.0, + 1157.0, + 1476.0, + 820.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 1442.0, + 1404.0, + 1442.0, + 1404.0, + 1476.0, + 1252.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1472.0, + 1404.0, + 1472.0, + 1404.0, + 1506.0, + 294.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1502.0, + 815.0, + 1502.0, + 815.0, + 1536.0, + 293.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1555.0, + 1404.0, + 1555.0, + 1404.0, + 1588.0, + 297.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1586.0, + 801.0, + 1586.0, + 801.0, + 1618.0, + 293.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1586.0, + 1404.0, + 1586.0, + 1404.0, + 1618.0, + 830.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1617.0, + 847.0, + 1617.0, + 847.0, + 1650.0, + 294.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 1617.0, + 1229.0, + 1617.0, + 1229.0, + 1650.0, + 877.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 1617.0, + 1405.0, + 1617.0, + 1405.0, + 1650.0, + 1394.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1646.0, + 1107.0, + 1646.0, + 1107.0, + 1682.0, + 294.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 1646.0, + 1242.0, + 1646.0, + 1242.0, + 1682.0, + 1132.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1008.0, + 1405.0, + 1008.0, + 1405.0, + 1041.0, + 296.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1039.0, + 1406.0, + 1039.0, + 1406.0, + 1072.0, + 296.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1069.0, + 1406.0, + 1069.0, + 1406.0, + 1102.0, + 295.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1098.0, + 1405.0, + 1098.0, + 1405.0, + 1135.0, + 295.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1129.0, + 1406.0, + 1129.0, + 1406.0, + 1166.0, + 292.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1158.0, + 297.0, + 1158.0, + 297.0, + 1197.0, + 294.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1158.0, + 1405.0, + 1158.0, + 1405.0, + 1197.0, + 326.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1191.0, + 1405.0, + 1191.0, + 1405.0, + 1226.0, + 292.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1221.0, + 1403.0, + 1221.0, + 1403.0, + 1258.0, + 295.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1250.0, + 997.0, + 1250.0, + 997.0, + 1285.0, + 294.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1250.0, + 1036.0, + 1250.0, + 1036.0, + 1285.0, + 1026.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 293.0, + 620.0, + 293.0, + 620.0, + 328.0, + 295.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 293.0, + 861.0, + 293.0, + 861.0, + 328.0, + 655.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 293.0, + 1063.0, + 293.0, + 1063.0, + 328.0, + 886.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 293.0, + 1404.0, + 293.0, + 1404.0, + 328.0, + 1090.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 325.0, + 682.0, + 325.0, + 682.0, + 358.0, + 295.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 325.0, + 753.0, + 325.0, + 753.0, + 358.0, + 706.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 325.0, + 1404.0, + 325.0, + 1404.0, + 358.0, + 781.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 354.0, + 1405.0, + 354.0, + 1405.0, + 391.0, + 292.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 387.0, + 949.0, + 387.0, + 949.0, + 419.0, + 294.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 839.0, + 757.0, + 839.0, + 757.0, + 874.0, + 293.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 839.0, + 1142.0, + 839.0, + 1142.0, + 874.0, + 792.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 839.0, + 1406.0, + 839.0, + 1406.0, + 874.0, + 1173.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 867.0, + 484.0, + 867.0, + 484.0, + 906.0, + 293.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 867.0, + 970.0, + 867.0, + 970.0, + 906.0, + 565.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 867.0, + 1406.0, + 867.0, + 1406.0, + 906.0, + 1000.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 900.0, + 649.0, + 900.0, + 649.0, + 934.0, + 292.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 900.0, + 1360.0, + 900.0, + 1360.0, + 934.0, + 699.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1394.0, + 900.0, + 1404.0, + 900.0, + 1404.0, + 934.0, + 1394.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 928.0, + 1354.0, + 928.0, + 1354.0, + 965.0, + 293.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 928.0, + 1406.0, + 928.0, + 1406.0, + 965.0, + 1403.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 959.0, + 862.0, + 959.0, + 862.0, + 996.0, + 294.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 959.0, + 1405.0, + 959.0, + 1405.0, + 996.0, + 890.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 464.0, + 669.0, + 464.0, + 669.0, + 496.0, + 296.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 464.0, + 1406.0, + 464.0, + 1406.0, + 496.0, + 698.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 494.0, + 1164.0, + 494.0, + 1164.0, + 530.0, + 333.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 494.0, + 1375.0, + 494.0, + 1375.0, + 530.0, + 1189.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 494.0, + 1405.0, + 494.0, + 1405.0, + 530.0, + 1401.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 527.0, + 1404.0, + 527.0, + 1404.0, + 559.0, + 295.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 557.0, + 1138.0, + 557.0, + 1138.0, + 589.0, + 295.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1787.0, + 340.0, + 1787.0, + 340.0, + 1825.0, + 293.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1787.0, + 1117.0, + 1787.0, + 1117.0, + 1825.0, + 368.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1787.0, + 1407.0, + 1787.0, + 1407.0, + 1825.0, + 1228.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1818.0, + 949.0, + 1818.0, + 949.0, + 1854.0, + 292.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 1818.0, + 1291.0, + 1818.0, + 1291.0, + 1854.0, + 1040.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1818.0, + 1406.0, + 1818.0, + 1406.0, + 1854.0, + 1317.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1850.0, + 1397.0, + 1850.0, + 1397.0, + 1887.0, + 293.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1893.0, + 341.0, + 1893.0, + 341.0, + 1932.0, + 292.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 1893.0, + 1069.0, + 1893.0, + 1069.0, + 1932.0, + 516.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 1893.0, + 1327.0, + 1893.0, + 1327.0, + 1932.0, + 1093.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 1893.0, + 1406.0, + 1893.0, + 1406.0, + 1932.0, + 1355.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1925.0, + 506.0, + 1925.0, + 506.0, + 1964.0, + 292.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 1925.0, + 1001.0, + 1925.0, + 1001.0, + 1964.0, + 883.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 1925.0, + 1236.0, + 1925.0, + 1236.0, + 1964.0, + 1155.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 1925.0, + 1406.0, + 1925.0, + 1406.0, + 1964.0, + 1251.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1956.0, + 327.0, + 1956.0, + 327.0, + 1993.0, + 295.0, + 1993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 1956.0, + 387.0, + 1956.0, + 387.0, + 1993.0, + 345.0, + 1993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 1956.0, + 583.0, + 1956.0, + 583.0, + 1993.0, + 527.0, + 1993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 1956.0, + 710.0, + 1956.0, + 710.0, + 1993.0, + 664.0, + 1993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 706.0, + 1406.0, + 706.0, + 1406.0, + 751.0, + 292.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 740.0, + 1404.0, + 740.0, + 1404.0, + 781.0, + 293.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 770.0, + 430.0, + 770.0, + 430.0, + 807.0, + 293.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 589.0, + 1249.0, + 589.0, + 1249.0, + 635.0, + 1182.0, + 635.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 1991.0, + 517.0, + 1991.0, + 517.0, + 2046.0, + 514.0, + 2046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 798.0, + 1116.0, + 798.0, + 1116.0, + 843.0, + 1112.0, + 843.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 419, + 250, + 1238, + 250, + 1238, + 1123, + 419, + 1123 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1829, + 1404, + 1829, + 1404, + 1930, + 298, + 1930 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 297, + 1940, + 1403, + 1940, + 1403, + 2036, + 297, + 2036 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 296, + 1163, + 1406, + 1163, + 1406, + 1349, + 296, + 1349 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 491, + 1740, + 1207, + 1740, + 1207, + 1814, + 491, + 1814 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 432, + 1568, + 1263, + 1568, + 1263, + 1625, + 432, + 1625 + ], + "score": 0.926 + }, + { + "category_id": 8, + "poly": [ + 677, + 1459, + 1023, + 1459, + 1023, + 1503, + 677, + 1503 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 297, + 1692, + 958, + 1692, + 958, + 1726, + 297, + 1726 + ], + "score": 0.916 + }, + { + "category_id": 1, + "poly": [ + 297, + 1518, + 633, + 1518, + 633, + 1551, + 297, + 1551 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 297, + 1643, + 789, + 1643, + 789, + 1682, + 297, + 1682 + ], + "score": 0.91 + }, + { + "category_id": 1, + "poly": [ + 295, + 1404, + 1215, + 1404, + 1215, + 1445, + 295, + 1445 + ], + "score": 0.903 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1752, + 1400, + 1752, + 1400, + 1782, + 1365, + 1782 + ], + "score": 0.873 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 866, + 2087, + 866, + 2113, + 836, + 2113 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 852, + 76, + 852, + 104, + 299, + 104 + ], + "score": 0.722 + }, + { + "category_id": 14, + "poly": [ + 490, + 1740, + 1209, + 1740, + 1209, + 1816, + 490, + 1816 + ], + "score": 0.93, + "latex": "\\Delta X = \\{ \\sum _ { x \\in X } \\lambda _ { x } x \\in \\mathbb { R } X | \\sum _ { x } \\lambda _ { x } = 1 { \\mathrm { a n d } } \\lambda _ { x } \\geq 0 { \\mathrm { f o r ~ a l l } } x \\in X \\}" + }, + { + "category_id": 13, + "poly": [ + 1098, + 1166, + 1192, + 1166, + 1192, + 1198, + 1098, + 1198 + ], + "score": 0.92, + "latex": "q q ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 853, + 1861, + 1124, + 1861, + 1124, + 1897, + 853, + 1897 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { i ( x ) = \\sum _ { x ^ { \\prime } \\in X } \\delta _ { x = x ^ { \\prime } } x ^ { \\prime } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1017, + 1289, + 1110, + 1289, + 1110, + 1319, + 1017, + 1319 + ], + "score": 0.92, + "latex": "a , b , c , d" + }, + { + "category_id": 13, + "poly": [ + 1297, + 1861, + 1403, + 1861, + 1403, + 1895, + 1297, + 1895 + ], + "score": 0.92, + "latex": "\\{ 0 , 1 \\} \\subset" + }, + { + "category_id": 14, + "poly": [ + 434, + 1565, + 1261, + 1565, + 1261, + 1626, + 434, + 1626 + ], + "score": 0.91, + "latex": "\\mathrm { s t e p } ( \\sigma , q ) = \\Bigl ( \\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } \\bigl ( \\ldots , \\sigma _ { - 2 } , \\sigma _ { - 1 } , \\delta _ { 1 } ( \\sigma _ { 0 } , q ) , \\sigma _ { 1 } , \\sigma _ { 2 } , \\ldots \\bigr ) , \\delta _ { 2 } ( \\sigma _ { 0 } , q ) \\Bigr ) ." + }, + { + "category_id": 13, + "poly": [ + 298, + 1893, + 505, + 1893, + 505, + 1929, + 298, + 1929 + ], + "score": 0.9, + "latex": "\\Delta ( \\{ 0 , 1 \\} ) \\simeq [ 0 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 567, + 1862, + 739, + 1862, + 739, + 1890, + 567, + 1890 + ], + "score": 0.9, + "latex": "i : X \\to \\Delta X" + }, + { + "category_id": 13, + "poly": [ + 811, + 1944, + 883, + 1944, + 883, + 1971, + 811, + 1971 + ], + "score": 0.9, + "latex": "u \\in \\mathbb { Z }" + }, + { + "category_id": 13, + "poly": [ + 465, + 1642, + 784, + 1642, + 784, + 1684, + 465, + 1684 + ], + "score": 0.9, + "latex": "\\alpha ^ { \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } ( \\sigma ) _ { u } = \\sigma _ { u + \\delta _ { 3 } ( \\sigma _ { 0 } , q ) } ." + }, + { + "category_id": 13, + "poly": [ + 850, + 2004, + 914, + 2004, + 914, + 2033, + 850, + 2033 + ], + "score": 0.9, + "latex": "t \\geq 0" + }, + { + "category_id": 14, + "poly": [ + 676, + 1458, + 1023, + 1458, + 1023, + 1501, + 676, + 1501 + ], + "score": 0.9, + "latex": "{ \\mathrm { s t e p } } : \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q \\Sigma ^ { \\mathbb { Z } , \\sqcap } \\times Q" + }, + { + "category_id": 13, + "poly": [ + 1277, + 1832, + 1327, + 1832, + 1327, + 1859, + 1277, + 1859 + ], + "score": 0.87, + "latex": "\\Delta X" + }, + { + "category_id": 13, + "poly": [ + 878, + 1404, + 1120, + 1404, + 1120, + 1445, + 878, + 1445 + ], + "score": 0.87, + "latex": "{ \\widehat { M } } = ( \\Sigma ^ { \\mathbb { Z } , \\sqcup } \\times Q , { \\mathrm { s t e } } ]" + }, + { + "category_id": 13, + "poly": [ + 979, + 1227, + 1003, + 1227, + 1003, + 1259, + 979, + 1259 + ], + "score": 0.86, + "latex": "q ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 1008, + 1833, + 1036, + 1833, + 1036, + 1859, + 1008, + 1859 + ], + "score": 0.85, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 455, + 1319, + 483, + 1319, + 483, + 1345, + 455, + 1345 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 341, + 1695, + 369, + 1695, + 369, + 1721, + 341, + 1721 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 691, + 1695, + 718, + 1695, + 718, + 1721, + 691, + 1721 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 746, + 1833, + 774, + 1833, + 774, + 1859, + 746, + 1859 + ], + "score": 0.83, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 374, + 1832, + 424, + 1832, + 424, + 1859, + 374, + 1859 + ], + "score": 0.83, + "latex": "\\mathbb { R } X" + }, + { + "category_id": 13, + "poly": [ + 522, + 1413, + 554, + 1413, + 554, + 1439, + 522, + 1439 + ], + "score": 0.82, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1053, + 1949, + 1073, + 1949, + 1073, + 1970, + 1053, + 1970 + ], + "score": 0.77, + "latex": "u" + }, + { + "category_id": 13, + "poly": [ + 721, + 1202, + 740, + 1202, + 740, + 1228, + 721, + 1228 + ], + "score": 0.76, + "latex": "q" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 256.0, + 931.0, + 256.0, + 931.0, + 291.0, + 772.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 311.0, + 734.0, + 311.0, + 734.0, + 339.0, + 651.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 310.0, + 853.0, + 310.0, + 853.0, + 338.0, + 772.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 307.0, + 994.0, + 307.0, + 994.0, + 345.0, + 942.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 375.0, + 682.0, + 375.0, + 682.0, + 408.0, + 627.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 377.0, + 853.0, + 377.0, + 853.0, + 406.0, + 800.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 375.0, + 1070.0, + 375.0, + 1070.0, + 407.0, + 1011.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 423.0, + 648.0, + 423.0, + 648.0, + 457.0, + 469.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 424.0, + 917.0, + 424.0, + 917.0, + 456.0, + 784.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 426.0, + 1213.0, + 426.0, + 1213.0, + 455.0, + 1066.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 469.0, + 521.0, + 469.0, + 521.0, + 499.0, + 437.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 469.0, + 688.0, + 469.0, + 688.0, + 499.0, + 606.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 470.0, + 854.0, + 470.0, + 854.0, + 497.0, + 772.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 470.0, + 990.0, + 470.0, + 990.0, + 498.0, + 942.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 469.0, + 1219.0, + 469.0, + 1219.0, + 496.0, + 1138.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 517.0, + 732.0, + 517.0, + 732.0, + 547.0, + 607.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 534.0, + 520.0, + 534.0, + 520.0, + 566.0, + 463.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 534.0, + 661.0, + 534.0, + 661.0, + 565.0, + 607.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 533.0, + 854.0, + 533.0, + 854.0, + 565.0, + 799.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 536.0, + 1066.0, + 536.0, + 1066.0, + 568.0, + 1008.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 540.0, + 1192.0, + 540.0, + 1192.0, + 567.0, + 1138.0, + 567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 591.0, + 634.0, + 591.0, + 634.0, + 624.0, + 484.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 589.0, + 925.0, + 589.0, + 925.0, + 623.0, + 777.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 589.0, + 1224.0, + 589.0, + 1224.0, + 625.0, + 1058.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 635.0, + 521.0, + 635.0, + 521.0, + 665.0, + 437.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 637.0, + 687.0, + 637.0, + 687.0, + 664.0, + 607.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 632.0, + 935.0, + 632.0, + 935.0, + 662.0, + 851.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 635.0, + 1220.0, + 635.0, + 1220.0, + 662.0, + 1139.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 685.0, + 733.0, + 685.0, + 733.0, + 712.0, + 607.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 685.0, + 976.0, + 685.0, + 976.0, + 712.0, + 852.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 701.0, + 520.0, + 701.0, + 520.0, + 732.0, + 463.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 700.0, + 662.0, + 700.0, + 662.0, + 733.0, + 607.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 704.0, + 906.0, + 704.0, + 906.0, + 732.0, + 851.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 705.0, + 1194.0, + 705.0, + 1194.0, + 732.0, + 1138.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 757.0, + 619.0, + 757.0, + 619.0, + 788.0, + 495.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 755.0, + 910.0, + 755.0, + 910.0, + 789.0, + 788.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 754.0, + 1211.0, + 754.0, + 1211.0, + 790.0, + 1070.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 802.0, + 520.0, + 802.0, + 520.0, + 829.0, + 438.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 802.0, + 687.0, + 802.0, + 687.0, + 829.0, + 606.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 801.0, + 933.0, + 801.0, + 933.0, + 826.0, + 851.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 801.0, + 1220.0, + 801.0, + 1220.0, + 828.0, + 1139.0, + 828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 851.0, + 731.0, + 851.0, + 731.0, + 877.0, + 607.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 852.0, + 974.0, + 852.0, + 974.0, + 878.0, + 852.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 463.0, + 867.0, + 520.0, + 867.0, + 520.0, + 898.0, + 463.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 868.0, + 659.0, + 868.0, + 659.0, + 896.0, + 606.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 870.0, + 906.0, + 870.0, + 906.0, + 898.0, + 851.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 870.0, + 1194.0, + 870.0, + 1194.0, + 898.0, + 1138.0, + 898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 903.0, + 471.0, + 903.0, + 471.0, + 932.0, + 418.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 924.0, + 628.0, + 924.0, + 628.0, + 953.0, + 498.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 920.0, + 902.0, + 920.0, + 902.0, + 955.0, + 803.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 920.0, + 1197.0, + 920.0, + 1197.0, + 956.0, + 1082.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 982.0, + 496.0, + 982.0, + 496.0, + 1007.0, + 414.0, + 1007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 972.0, + 637.0, + 972.0, + 637.0, + 1003.0, + 551.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 964.0, + 934.0, + 964.0, + 934.0, + 995.0, + 851.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 971.0, + 1144.0, + 971.0, + 1144.0, + 1002.0, + 1059.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 1018.0, + 975.0, + 1018.0, + 975.0, + 1044.0, + 851.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 649.0, + 1035.0, + 707.0, + 1035.0, + 707.0, + 1067.0, + 649.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 1034.0, + 905.0, + 1034.0, + 905.0, + 1066.0, + 849.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 1032.0, + 1050.0, + 1032.0, + 1050.0, + 1064.0, + 995.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 1089.0, + 973.0, + 1089.0, + 973.0, + 1120.0, + 725.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1163.0, + 1097.0, + 1163.0, + 1097.0, + 1201.0, + 293.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1163.0, + 1406.0, + 1163.0, + 1406.0, + 1201.0, + 1193.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1196.0, + 720.0, + 1196.0, + 720.0, + 1232.0, + 294.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 1196.0, + 1407.0, + 1196.0, + 1407.0, + 1232.0, + 741.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1225.0, + 978.0, + 1225.0, + 978.0, + 1261.0, + 294.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 1225.0, + 1407.0, + 1225.0, + 1407.0, + 1261.0, + 1004.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1255.0, + 1404.0, + 1255.0, + 1404.0, + 1292.0, + 293.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1285.0, + 1016.0, + 1285.0, + 1016.0, + 1324.0, + 293.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1285.0, + 1406.0, + 1285.0, + 1406.0, + 1324.0, + 1111.0, + 1324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1316.0, + 454.0, + 1316.0, + 454.0, + 1349.0, + 295.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 1316.0, + 496.0, + 1316.0, + 496.0, + 1349.0, + 484.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 73.0, + 856.0, + 73.0, + 856.0, + 108.0, + 297.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1829.0, + 373.0, + 1829.0, + 373.0, + 1864.0, + 296.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1829.0, + 745.0, + 1829.0, + 745.0, + 1864.0, + 425.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 1829.0, + 1007.0, + 1829.0, + 1007.0, + 1864.0, + 775.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 1829.0, + 1276.0, + 1829.0, + 1276.0, + 1864.0, + 1037.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 1829.0, + 1405.0, + 1829.0, + 1405.0, + 1864.0, + 1328.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1857.0, + 566.0, + 1857.0, + 566.0, + 1903.0, + 291.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 1857.0, + 852.0, + 1857.0, + 852.0, + 1903.0, + 740.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 1857.0, + 1296.0, + 1857.0, + 1296.0, + 1903.0, + 1125.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1857.0, + 1408.0, + 1857.0, + 1408.0, + 1903.0, + 1404.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1889.0, + 297.0, + 1889.0, + 297.0, + 1932.0, + 294.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 1889.0, + 517.0, + 1889.0, + 517.0, + 1932.0, + 506.0, + 1932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1938.0, + 810.0, + 1938.0, + 810.0, + 1979.0, + 292.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 1938.0, + 1052.0, + 1938.0, + 1052.0, + 1979.0, + 884.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1938.0, + 1405.0, + 1938.0, + 1405.0, + 1979.0, + 1074.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1971.0, + 1404.0, + 1971.0, + 1404.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 2004.0, + 849.0, + 2004.0, + 849.0, + 2035.0, + 297.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 2004.0, + 924.0, + 2004.0, + 924.0, + 2035.0, + 915.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1688.0, + 340.0, + 1688.0, + 340.0, + 1730.0, + 293.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1688.0, + 690.0, + 1688.0, + 690.0, + 1730.0, + 370.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 719.0, + 1688.0, + 959.0, + 1688.0, + 959.0, + 1730.0, + 719.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1511.0, + 635.0, + 1511.0, + 635.0, + 1559.0, + 292.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1631.0, + 464.0, + 1631.0, + 464.0, + 1696.0, + 290.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 1631.0, + 798.0, + 1631.0, + 798.0, + 1696.0, + 785.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1399.0, + 521.0, + 1399.0, + 521.0, + 1453.0, + 291.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1399.0, + 877.0, + 1399.0, + 877.0, + 1453.0, + 555.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 1399.0, + 1220.0, + 1399.0, + 1220.0, + 1453.0, + 1121.0, + 1453.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1361, + 1404, + 1361, + 1404, + 1547, + 296, + 1547 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1197, + 1405, + 1197, + 1405, + 1353, + 297, + 1353 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1571, + 1404, + 1571, + 1404, + 1666, + 297, + 1666 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 366, + 228, + 1272, + 228, + 1272, + 389, + 366, + 389 + ], + "score": 0.956 + }, + { + "category_id": 8, + "poly": [ + 464, + 1679, + 1232, + 1679, + 1232, + 1725, + 464, + 1725 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 298, + 483, + 1398, + 483, + 1398, + 551, + 298, + 551 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 298, + 1971, + 1405, + 1971, + 1405, + 2037, + 298, + 2037 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 674, + 1916, + 1028, + 1916, + 1028, + 1960, + 674, + 1960 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 296, + 411, + 1401, + 411, + 1401, + 475, + 296, + 475 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 298, + 1735, + 1403, + 1735, + 1403, + 1799, + 298, + 1799 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 299, + 619, + 1395, + 619, + 1395, + 686, + 299, + 686 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 458, + 1812, + 1239, + 1812, + 1239, + 1856, + 458, + 1856 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 855, + 74, + 855, + 106, + 297, + 106 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 297, + 1868, + 1158, + 1868, + 1158, + 1902, + 297, + 1902 + ], + "score": 0.923 + }, + { + "category_id": 8, + "poly": [ + 596, + 564, + 1102, + 564, + 1102, + 608, + 596, + 608 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 300, + 1137, + 807, + 1137, + 807, + 1175, + 300, + 1175 + ], + "score": 0.912 + }, + { + "category_id": 8, + "poly": [ + 345, + 951, + 1400, + 951, + 1400, + 1114, + 345, + 1114 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 864, + 2087, + 864, + 2112, + 836, + 2112 + ], + "score": 0.871 + }, + { + "category_id": 8, + "poly": [ + 348, + 788, + 1126, + 788, + 1126, + 833, + 348, + 833 + ], + "score": 0.819 + }, + { + "category_id": 8, + "poly": [ + 345, + 705, + 1098, + 705, + 1098, + 751, + 345, + 751 + ], + "score": 0.733 + }, + { + "category_id": 8, + "poly": [ + 345, + 871, + 1119, + 871, + 1119, + 916, + 345, + 916 + ], + "score": 0.708 + }, + { + "category_id": 8, + "poly": [ + 343, + 700, + 1403, + 700, + 1403, + 1114, + 343, + 1114 + ], + "score": 0.227 + }, + { + "category_id": 13, + "poly": [ + 821, + 2001, + 954, + 2001, + 954, + 2037, + 821, + 2037 + ], + "score": 0.93, + "latex": "( \\Delta \\mathrm { s t e p } _ { \\mathscr { U } } ) ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 372, + 1137, + 612, + 1137, + 612, + 1175, + 372, + 1175 + ], + "score": 0.92, + "latex": "C \\in ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q" + }, + { + "category_id": 13, + "poly": [ + 396, + 313, + 506, + 313, + 506, + 345, + 396, + 345 + ], + "score": 0.92, + "latex": "W r _ { t } \\in \\Sigma" + }, + { + "category_id": 14, + "poly": [ + 673, + 1914, + 1026, + 1914, + 1026, + 1959, + 673, + 1959 + ], + "score": 0.92, + "latex": "\\mathcal { X } = [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\sqcap } ] \\times \\Delta Q _ { \\mathrm { U T M } }" + }, + { + "category_id": 14, + "poly": [ + 597, + 563, + 1101, + 563, + 1101, + 608, + 597, + 608 + ], + "score": 0.92, + "latex": "\\Delta \\mathrm { s t e p } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\square } \\times \\Delta Q" + }, + { + "category_id": 13, + "poly": [ + 396, + 353, + 596, + 353, + 596, + 388, + 396, + 388 + ], + "score": 0.92, + "latex": "M v _ { t } \\in \\{ L , S , R \\}" + }, + { + "category_id": 14, + "poly": [ + 368, + 949, + 1401, + 949, + 1401, + 1117, + 368, + 1117 + ], + "score": 0.92, + "latex": "\\begin{array} { r l } & { P ( Y _ { u , t + 1 } = \\sigma | C ) = P ( M v _ { t } = L | C ) \\Big ( \\delta _ { u \\neq 1 } P ( Y _ { u - 1 , t } = \\sigma | C ) + \\delta _ { u = 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = S | C ) \\Big ( \\delta _ { u \\neq 0 } P ( Y _ { u , t } = \\sigma | C ) + \\delta _ { u = 0 } P ( W r _ { t } = \\sigma | C ) \\Big ) } \\\\ & { \\qquad + P ( M v _ { t } = R | C ) \\Big ( \\delta _ { u \\neq - 1 } P ( Y _ { u + 1 , t } = \\sigma | C ) + \\delta _ { u = - 1 } P ( W r _ { t } = \\sigma | C ) \\Big ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 784, + 621, + 1043, + 621, + 1043, + 657, + 784, + 657 + ], + "score": 0.91, + "latex": "( \\{ P ( Y _ { u , t } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t } ) )" + }, + { + "category_id": 13, + "poly": [ + 366, + 1767, + 501, + 1767, + 501, + 1799, + 366, + 1799 + ], + "score": 0.91, + "latex": "Q \\subseteq \\Sigma _ { \\mathrm { U T M } }" + }, + { + "category_id": 13, + "poly": [ + 396, + 230, + 499, + 230, + 499, + 265, + 396, + 265 + ], + "score": 0.91, + "latex": "Y _ { u , t } \\in \\Sigma" + }, + { + "category_id": 13, + "poly": [ + 782, + 412, + 854, + 412, + 854, + 445, + 782, + 445 + ], + "score": 0.91, + "latex": "( A , \\phi )" + }, + { + "category_id": 13, + "poly": [ + 512, + 483, + 682, + 483, + 682, + 517, + 512, + 517 + ], + "score": 0.91, + "latex": "M = ( \\Sigma , Q , \\delta )" + }, + { + "category_id": 13, + "poly": [ + 396, + 271, + 483, + 271, + 483, + 304, + 396, + 304 + ], + "score": 0.91, + "latex": "S _ { t } \\in Q" + }, + { + "category_id": 13, + "poly": [ + 1221, + 1737, + 1354, + 1737, + 1354, + 1768, + 1221, + 1768 + ], + "score": 0.9, + "latex": "\\Sigma \\subseteq \\Sigma _ { \\mathrm { U T M } }" + }, + { + "category_id": 14, + "poly": [ + 459, + 1810, + 1241, + 1810, + 1241, + 1855, + 459, + 1855 + ], + "score": 0.9, + "latex": "\\Delta \\mathrm { s t e p } _ { \\mathscr { U } } : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X } \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times { \\mathscr { W } } \\times \\Delta Q \\times \\mathscr { X }" + }, + { + "category_id": 13, + "poly": [ + 729, + 445, + 855, + 445, + 855, + 476, + 729, + 476 + ], + "score": 0.9, + "latex": "\\phi : A A" + }, + { + "category_id": 13, + "poly": [ + 1145, + 315, + 1205, + 315, + 1205, + 343, + 1145, + 343 + ], + "score": 0.89, + "latex": "t + 1" + }, + { + "category_id": 14, + "poly": [ + 465, + 1678, + 1233, + 1678, + 1233, + 1723, + 465, + 1723 + ], + "score": 0.88, + "latex": "\\Delta \\mathrm { s t e p } _ { \\mathcal { U } } : [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } \\to [ ( \\Delta \\Sigma _ { \\mathrm { U T M } } ) ^ { \\mathbb { Z } , \\bigtriangledown } ] ^ { 4 } \\times \\Delta Q _ { \\mathrm { U T M } } ." + }, + { + "category_id": 13, + "poly": [ + 1082, + 620, + 1399, + 620, + 1399, + 657, + 1082, + 657 + ], + "score": 0.88, + "latex": "( \\{ P ( Y _ { u , t + 1 } ) \\} _ { u \\in \\mathbb { Z } } , P ( S _ { t + 1 } ) )" + }, + { + "category_id": 13, + "poly": [ + 298, + 2003, + 407, + 2003, + 407, + 2032, + 298, + 2032 + ], + "score": 0.88, + "latex": "1 0 N + 5" + }, + { + "category_id": 13, + "poly": [ + 507, + 517, + 787, + 517, + 787, + 552, + 507, + 552 + ], + "score": 0.87, + "latex": "( ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sqsupset } \\times \\Delta Q , \\Delta \\mathrm { s t e p } )" + }, + { + "category_id": 13, + "poly": [ + 1201, + 356, + 1262, + 356, + 1262, + 383, + 1201, + 383 + ], + "score": 0.87, + "latex": "t + 1" + }, + { + "category_id": 13, + "poly": [ + 1344, + 1973, + 1405, + 1973, + 1405, + 2003, + 1344, + 2003 + ], + "score": 0.85, + "latex": "T =" + }, + { + "category_id": 13, + "poly": [ + 1214, + 486, + 1247, + 486, + 1247, + 512, + 1214, + 512 + ], + "score": 0.85, + "latex": "M" + }, + { + "category_id": 14, + "poly": [ + 362, + 707, + 1095, + 707, + 1095, + 751, + 362, + 751 + ], + "score": 0.84, + "latex": "\\begin{array} { r } { P ( M v _ { t } = d | C ) = \\sum _ { \\sigma , q } \\delta _ { \\delta _ { 3 } ( \\sigma , q ) = d } P ( Y _ { 0 , t } = \\sigma | C ) P ( S _ { t } = q | C ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1073, + 1974, + 1099, + 1974, + 1099, + 2000, + 1073, + 2000 + ], + "score": 0.83, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 843, + 1635, + 867, + 1635, + 867, + 1661, + 843, + 1661 + ], + "score": 0.82, + "latex": "\\mathcal { U }" + }, + { + "category_id": 13, + "poly": [ + 1230, + 414, + 1254, + 414, + 1254, + 440, + 1230, + 440 + ], + "score": 0.81, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 949, + 1870, + 981, + 1870, + 981, + 1897, + 949, + 1897 + ], + "score": 0.81, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1156, + 358, + 1170, + 358, + 1170, + 382, + 1156, + 382 + ], + "score": 0.78, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1100, + 317, + 1113, + 317, + 1113, + 341, + 1100, + 341 + ], + "score": 0.77, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1082, + 1769, + 1106, + 1769, + 1106, + 1793, + 1082, + 1793 + ], + "score": 0.77, + "latex": "\\Delta" + }, + { + "category_id": 13, + "poly": [ + 1057, + 238, + 1076, + 238, + 1076, + 258, + 1057, + 258 + ], + "score": 0.74, + "latex": "u" + }, + { + "category_id": 13, + "poly": [ + 1162, + 234, + 1175, + 234, + 1175, + 258, + 1162, + 258 + ], + "score": 0.73, + "latex": "t" + }, + { + "category_id": 14, + "poly": [ + 368, + 790, + 1125, + 790, + 1125, + 832, + 368, + 832 + ], + "score": 0.72, + "latex": "\\begin{array} { r } { P ( W r _ { t } = \\sigma | C ) = \\sum _ { \\sigma ^ { \\prime } , q } \\delta _ { \\delta _ { 1 } ( \\sigma ^ { \\prime } , q ) = \\sigma } P ( Y _ { 0 , t } = \\sigma ^ { \\prime } | C ) P ( S _ { t } = q | C ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 768, + 275, + 782, + 275, + 782, + 299, + 768, + 299 + ], + "score": 0.69, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 372, + 872, + 1111, + 872, + 1111, + 915, + 372, + 915 + ], + "score": 0.66, + "latex": "\\begin{array} { r } { P ( S _ { t + 1 } = q | C ) = \\sum _ { \\sigma , q ^ { \\prime } } \\delta _ { \\delta _ { 2 } ( \\sigma , q ^ { \\prime } ) = q } P ( Y _ { 0 , t } = \\sigma | C ) P ( S _ { t } = q ^ { \\prime } | C ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 694, + 1605, + 719, + 1605, + 719, + 1631, + 694, + 1631 + ], + "score": 0.6, + "latex": "\\mathcal { U }" + }, + { + "category_id": 14, + "poly": [ + 365, + 871, + 1134, + 871, + 1134, + 916, + 365, + 916 + ], + "score": 0.39, + "latex": "\\begin{array} { r } { P ( S _ { t + 1 } = q | C ) = \\sum _ { \\sigma , q ^ { \\prime } } \\delta _ { \\delta _ { 2 } ( \\sigma , q ^ { \\prime } ) = q } P ( Y _ { 0 , t } = \\sigma | C ) P ( S _ { t } = q ^ { \\prime } | C ) , } \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1361.0, + 1404.0, + 1361.0, + 1404.0, + 1398.0, + 293.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1393.0, + 1402.0, + 1393.0, + 1402.0, + 1427.0, + 294.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1422.0, + 1405.0, + 1422.0, + 1405.0, + 1459.0, + 293.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1453.0, + 1404.0, + 1453.0, + 1404.0, + 1488.0, + 294.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1483.0, + 1405.0, + 1483.0, + 1405.0, + 1518.0, + 293.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1514.0, + 944.0, + 1514.0, + 944.0, + 1550.0, + 294.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1194.0, + 1406.0, + 1194.0, + 1406.0, + 1239.0, + 294.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1227.0, + 1405.0, + 1227.0, + 1405.0, + 1266.0, + 294.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1260.0, + 1405.0, + 1260.0, + 1405.0, + 1298.0, + 294.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1290.0, + 1405.0, + 1290.0, + 1405.0, + 1326.0, + 294.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1323.0, + 1363.0, + 1323.0, + 1363.0, + 1356.0, + 295.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1572.0, + 1402.0, + 1572.0, + 1402.0, + 1606.0, + 296.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1604.0, + 693.0, + 1604.0, + 693.0, + 1638.0, + 295.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1604.0, + 1404.0, + 1604.0, + 1404.0, + 1638.0, + 720.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1633.0, + 842.0, + 1633.0, + 842.0, + 1671.0, + 295.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1633.0, + 1211.0, + 1633.0, + 1211.0, + 1671.0, + 868.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 229.0, + 395.0, + 229.0, + 395.0, + 266.0, + 368.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 229.0, + 1056.0, + 229.0, + 1056.0, + 266.0, + 500.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 229.0, + 1161.0, + 229.0, + 1161.0, + 266.0, + 1077.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 229.0, + 1186.0, + 229.0, + 1186.0, + 266.0, + 1176.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 269.0, + 395.0, + 269.0, + 395.0, + 307.0, + 369.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 269.0, + 767.0, + 269.0, + 767.0, + 307.0, + 484.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 269.0, + 794.0, + 269.0, + 794.0, + 307.0, + 783.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 311.0, + 395.0, + 311.0, + 395.0, + 347.0, + 368.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 507.0, + 311.0, + 1099.0, + 311.0, + 1099.0, + 347.0, + 507.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1114.0, + 311.0, + 1144.0, + 311.0, + 1144.0, + 347.0, + 1114.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 311.0, + 1216.0, + 311.0, + 1216.0, + 347.0, + 1206.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 350.0, + 395.0, + 350.0, + 395.0, + 388.0, + 369.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 350.0, + 1155.0, + 350.0, + 1155.0, + 388.0, + 597.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 350.0, + 1200.0, + 350.0, + 1200.0, + 388.0, + 1171.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 350.0, + 1273.0, + 350.0, + 1273.0, + 388.0, + 1263.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 480.0, + 511.0, + 480.0, + 511.0, + 521.0, + 294.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 480.0, + 1213.0, + 480.0, + 1213.0, + 521.0, + 683.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 480.0, + 1404.0, + 480.0, + 1404.0, + 521.0, + 1248.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 510.0, + 506.0, + 510.0, + 506.0, + 555.0, + 293.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 788.0, + 510.0, + 869.0, + 510.0, + 869.0, + 555.0, + 788.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1970.0, + 1072.0, + 1970.0, + 1072.0, + 2007.0, + 295.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 1970.0, + 1343.0, + 1970.0, + 1343.0, + 2007.0, + 1100.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 2001.0, + 820.0, + 2001.0, + 820.0, + 2038.0, + 408.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 2001.0, + 1403.0, + 2001.0, + 1403.0, + 2038.0, + 955.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 410.0, + 781.0, + 410.0, + 781.0, + 449.0, + 295.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 410.0, + 1229.0, + 410.0, + 1229.0, + 449.0, + 855.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 410.0, + 1406.0, + 410.0, + 1406.0, + 449.0, + 1255.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 443.0, + 728.0, + 443.0, + 728.0, + 476.0, + 294.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 443.0, + 867.0, + 443.0, + 867.0, + 476.0, + 856.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1735.0, + 1220.0, + 1735.0, + 1220.0, + 1771.0, + 294.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 1735.0, + 1404.0, + 1735.0, + 1404.0, + 1771.0, + 1355.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1766.0, + 365.0, + 1766.0, + 365.0, + 1802.0, + 294.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 1766.0, + 1081.0, + 1766.0, + 1081.0, + 1802.0, + 502.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 1766.0, + 1281.0, + 1766.0, + 1281.0, + 1802.0, + 1107.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 616.0, + 783.0, + 616.0, + 783.0, + 660.0, + 291.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 616.0, + 1081.0, + 616.0, + 1081.0, + 660.0, + 1044.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 651.0, + 618.0, + 651.0, + 618.0, + 688.0, + 295.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1866.0, + 948.0, + 1866.0, + 948.0, + 1905.0, + 295.0, + 1905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 1866.0, + 1156.0, + 1866.0, + 1156.0, + 1905.0, + 982.0, + 1905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1133.0, + 371.0, + 1133.0, + 371.0, + 1181.0, + 292.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 1133.0, + 814.0, + 1133.0, + 814.0, + 1181.0, + 613.0, + 1181.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1133, + 1405, + 1133, + 1405, + 1258, + 296, + 1258 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 296, + 918, + 1405, + 918, + 1405, + 1025, + 296, + 1025 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 296, + 778, + 1404, + 778, + 1404, + 905, + 296, + 905 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 1545, + 1408, + 1545, + 1408, + 1656, + 296, + 1656 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 506, + 1397, + 1194, + 1397, + 1194, + 1524, + 506, + 1524 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 722, + 1036, + 977, + 1036, + 977, + 1131, + 722, + 1131 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 296, + 228, + 1406, + 228, + 1406, + 324, + 296, + 324 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 298, + 1314, + 1399, + 1314, + 1399, + 1387, + 298, + 1387 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 703, + 1268, + 997, + 1268, + 997, + 1306, + 703, + 1306 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 499, + 1965, + 1200, + 1965, + 1200, + 2042, + 499, + 2042 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 301, + 474, + 1401, + 474, + 1401, + 540, + 301, + 540 + ], + "score": 0.941 + }, + { + "category_id": 8, + "poly": [ + 539, + 423, + 1156, + 423, + 1156, + 465, + 539, + 465 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 300, + 635, + 715, + 635, + 715, + 670, + 300, + 670 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 298, + 385, + 589, + 385, + 589, + 417, + 298, + 417 + ], + "score": 0.917 + }, + { + "category_id": 8, + "poly": [ + 656, + 587, + 1045, + 587, + 1045, + 627, + 656, + 627 + ], + "score": 0.915 + }, + { + "category_id": 0, + "poly": [ + 299, + 711, + 662, + 711, + 662, + 747, + 299, + 747 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 298, + 543, + 1077, + 543, + 1077, + 578, + 298, + 578 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 297, + 74, + 855, + 74, + 855, + 106, + 297, + 106 + ], + "score": 0.883 + }, + { + "category_id": 1, + "poly": [ + 291, + 1913, + 1307, + 1913, + 1307, + 1954, + 291, + 1954 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 865, + 2087, + 865, + 2113, + 836, + 2113 + ], + "score": 0.868 + }, + { + "category_id": 9, + "poly": [ + 1365, + 431, + 1400, + 431, + 1400, + 461, + 1365, + 461 + ], + "score": 0.867 + }, + { + "category_id": 8, + "poly": [ + 301, + 1667, + 1396, + 1667, + 1396, + 1908, + 301, + 1908 + ], + "score": 0.844 + }, + { + "category_id": 8, + "poly": [ + 396, + 336, + 1302, + 336, + 1302, + 375, + 396, + 375 + ], + "score": 0.811 + }, + { + "category_id": 8, + "poly": [ + 334, + 1669, + 1367, + 1669, + 1367, + 1737, + 334, + 1737 + ], + "score": 0.179 + }, + { + "category_id": 1, + "poly": [ + 396, + 336, + 1302, + 336, + 1302, + 375, + 396, + 375 + ], + "score": 0.141 + }, + { + "category_id": 13, + "poly": [ + 1187, + 950, + 1399, + 950, + 1399, + 989, + 1187, + 989 + ], + "score": 0.93, + "latex": "{ \\widetilde { S } } ( t ) : = S ( 4 + T t )" + }, + { + "category_id": 13, + "poly": [ + 1251, + 1547, + 1400, + 1547, + 1400, + 1582, + 1251, + 1582 + ], + "score": 0.93, + "latex": "P ( \\hat { s } _ { j } ) , P ( \\hat { q } _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 497, + 1226, + 582, + 1226, + 582, + 1258, + 497, + 1258 + ], + "score": 0.93, + "latex": "s ^ { \\prime } , q ^ { \\prime } , d" + }, + { + "category_id": 13, + "poly": [ + 345, + 987, + 582, + 987, + 582, + 1026, + 345, + 1026 + ], + "score": 0.93, + "latex": "\\widetilde { Y } _ { u } ( t ) : = Y _ { u } ( 4 + T t )" + }, + { + "category_id": 14, + "poly": [ + 506, + 1396, + 1192, + 1396, + 1192, + 1526, + 506, + 1526 + ], + "score": 0.93, + "latex": "\\begin{array} { l } { { \\lambda _ { i } = \\displaystyle \\sum _ { \\sigma \\in \\Sigma } \\delta _ { \\theta ( i ) _ { 1 } = \\sigma } P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) \\cdot \\sum _ { q \\in Q } \\delta _ { \\theta ( i ) _ { 2 } = q } P ( \\widetilde { S } _ { t - 1 } = q ) \\hfill } } \\\\ { { \\quad = P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) . } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 344, + 1579, + 415, + 1579, + 415, + 1619, + 344, + 1619 + ], + "score": 0.93, + "latex": "P ( \\hat { d } _ { j } )" + }, + { + "category_id": 13, + "poly": [ + 849, + 1548, + 979, + 1548, + 979, + 1580, + 849, + 1580 + ], + "score": 0.93, + "latex": "0 \\leq j \\leq N" + }, + { + "category_id": 13, + "poly": [ + 591, + 813, + 687, + 813, + 687, + 845, + 591, + 845 + ], + "score": 0.92, + "latex": "\\Delta \\mathrm { s t e p } _ { \\mathcal { U } }" + }, + { + "category_id": 13, + "poly": [ + 1070, + 1165, + 1325, + 1165, + 1325, + 1199, + 1070, + 1199 + ], + "score": 0.92, + "latex": "\\lambda _ { i } \\cdot \\bar { q } + ( 1 - \\lambda _ { i } ) \\cdot \\neg \\bar { q }" + }, + { + "category_id": 13, + "poly": [ + 450, + 919, + 515, + 919, + 515, + 953, + 450, + 953 + ], + "score": 0.92, + "latex": "Y _ { u } ( t )" + }, + { + "category_id": 13, + "poly": [ + 885, + 1348, + 1053, + 1348, + 1053, + 1388, + 885, + 1388 + ], + "score": 0.92, + "latex": "\\{ \\widetilde { Y } _ { 0 , t - 1 } , \\widetilde { S } _ { t - 1 } \\}" + }, + { + "category_id": 13, + "poly": [ + 331, + 1617, + 711, + 1617, + 711, + 1656, + 331, + 1656 + ], + "score": 0.92, + "latex": "P ( \\hat { s } _ { 0 } ) = P ( \\hat { q } _ { 0 } ) = P ( \\hat { d } _ { 0 } ) = 1 \\cdot X" + }, + { + "category_id": 13, + "poly": [ + 343, + 919, + 396, + 919, + 396, + 953, + 343, + 953 + ], + "score": 0.92, + "latex": "S ( t )" + }, + { + "category_id": 13, + "poly": [ + 920, + 1315, + 1234, + 1315, + 1234, + 1350, + 920, + 1350 + ], + "score": 0.92, + "latex": "\\theta ( i ) _ { 1 } \\theta ( i ) _ { 2 } P ( s _ { i } ^ { \\prime } ) P ( q _ { i } ^ { \\prime } ) P ( d _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 873, + 458, + 873, + 458, + 902, + 298, + 902 + ], + "score": 0.91, + "latex": "T = 1 0 N + 5" + }, + { + "category_id": 13, + "poly": [ + 684, + 475, + 774, + 475, + 774, + 507, + 684, + 507 + ], + "score": 0.91, + "latex": "\\Delta \\mathrm { s t e p } ^ { t }" + }, + { + "category_id": 14, + "poly": [ + 704, + 1268, + 996, + 1268, + 996, + 1306, + 704, + 1306 + ], + "score": 0.91, + "latex": "\\theta : \\{ 1 , \\dots , N \\} \\to \\Sigma \\times Q" + }, + { + "category_id": 13, + "poly": [ + 1251, + 994, + 1295, + 994, + 1295, + 1025, + 1251, + 1025 + ], + "score": 0.91, + "latex": "f , g" + }, + { + "category_id": 13, + "poly": [ + 774, + 993, + 845, + 993, + 845, + 1021, + 774, + 1021 + ], + "score": 0.91, + "latex": "u \\in \\mathbb { Z }" + }, + { + "category_id": 13, + "poly": [ + 877, + 1135, + 1012, + 1135, + 1012, + 1165, + 877, + 1165 + ], + "score": 0.91, + "latex": "1 \\leq i \\leq N" + }, + { + "category_id": 13, + "poly": [ + 542, + 546, + 606, + 546, + 606, + 576, + 542, + 576 + ], + "score": 0.91, + "latex": "t \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 660, + 993, + 724, + 993, + 724, + 1023, + 660, + 1023 + ], + "score": 0.91, + "latex": "t \\geq 0" + }, + { + "category_id": 13, + "poly": [ + 738, + 956, + 802, + 956, + 802, + 986, + 738, + 986 + ], + "score": 0.9, + "latex": "t \\geq 0" + }, + { + "category_id": 14, + "poly": [ + 500, + 1964, + 1197, + 1964, + 1197, + 2045, + 500, + 2045 + ], + "score": 0.9, + "latex": "P ( \\widetilde { S } _ { t } ) = \\sum _ { q \\in Q } \\Big ( P ( \\hat { q } _ { N } = X ) \\cdot P ( \\widetilde { S } _ { t - 1 } = q ) + P ( \\hat { q } _ { N } = q ) \\Big ) \\cdot q" + }, + { + "category_id": 13, + "poly": [ + 569, + 507, + 619, + 507, + 619, + 539, + 569, + 539 + ], + "score": 0.9, + "latex": "\\in Q" + }, + { + "category_id": 14, + "poly": [ + 542, + 420, + 1158, + 420, + 1158, + 465, + 542, + 465 + ], + "score": 0.9, + "latex": "F : ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q \\longrightarrow ( \\Delta \\Sigma ) ^ { \\mathbb { Z } , \\sharp } \\times W \\times \\Delta Q ." + }, + { + "category_id": 13, + "poly": [ + 372, + 637, + 414, + 637, + 414, + 671, + 372, + 671 + ], + "score": 0.9, + "latex": "\\Pi _ { Q }" + }, + { + "category_id": 14, + "poly": [ + 653, + 586, + 1046, + 586, + 1046, + 627, + 653, + 627 + ], + "score": 0.9, + "latex": "\\Delta \\operatorname { s t e p } ^ { t } ( x , w ) = \\Pi _ { Q } F ^ { t } ( x , w , \\operatorname { i n i t } )" + }, + { + "category_id": 13, + "poly": [ + 661, + 637, + 707, + 637, + 707, + 669, + 661, + 669 + ], + "score": 0.89, + "latex": "\\Delta Q" + }, + { + "category_id": 13, + "poly": [ + 493, + 958, + 539, + 958, + 539, + 987, + 493, + 987 + ], + "score": 0.87, + "latex": "0 , u" + }, + { + "category_id": 13, + "poly": [ + 723, + 544, + 1038, + 544, + 1038, + 577, + 723, + 577 + ], + "score": 0.86, + "latex": "\\Delta \\operatorname { s t e p } ^ { t } : \\Sigma ^ { * } \\times W \\longrightarrow \\Delta Q" + }, + { + "category_id": 14, + "poly": [ + 733, + 1035, + 966, + 1035, + 966, + 1079, + 733, + 1079 + ], + "score": 0.86, + "latex": "\\widetilde { S } ( t + 1 ) = f ( \\widetilde { S } ( t ) )" + }, + { + "category_id": 14, + "poly": [ + 395, + 334, + 1300, + 334, + 1300, + 377, + 395, + 377 + ], + "score": 0.86, + "latex": "( \\Delta \\operatorname { s t e p } _ { \\mathcal { U } } ) ^ { T } ( x , w , q , X X X , \\mathrm { c o m p S y m b o l } ) = ( F ( x , w , q ) , X X X , \\mathrm { c o m p S y m b o l } )" + }, + { + "category_id": 14, + "poly": [ + 720, + 1086, + 977, + 1086, + 977, + 1130, + 720, + 1130 + ], + "score": 0.85, + "latex": "\\widetilde Y _ { u } ( t + 1 ) = g ( \\widetilde Y _ { u } ( t ) ) ." + }, + { + "category_id": 13, + "poly": [ + 361, + 813, + 386, + 813, + 386, + 839, + 361, + 839 + ], + "score": 0.83, + "latex": "F" + }, + { + "category_id": 13, + "poly": [ + 1197, + 1587, + 1213, + 1587, + 1213, + 1617, + 1197, + 1617 + ], + "score": 0.82, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 776, + 1319, + 789, + 1319, + 789, + 1344, + 776, + 1344 + ], + "score": 0.81, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 342, + 1916, + 911, + 1916, + 911, + 1954, + 342, + 1954 + ], + "score": 0.8, + "latex": "A _ { \\sigma } = P ( \\widehat { s } _ { N } = X ) \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\sigma ) + P ( \\widehat { s } _ { N } = \\sigma ) ." + }, + { + "category_id": 13, + "poly": [ + 439, + 231, + 518, + 231, + 518, + 259, + 439, + 259 + ], + "score": 0.76, + "latex": "X X X" + }, + { + "category_id": 14, + "poly": [ + 347, + 1667, + 1400, + 1667, + 1400, + 1912, + 347, + 1912 + ], + "score": 0.66, + "latex": "\\begin{array} { r l } & { \\displaystyle { P ( \\hat { s } _ { i } ) = \\sum _ { \\sigma \\in \\Sigma } \\{ \\lambda _ { i } \\cdot P ( s _ { i } ^ { \\prime } = \\sigma ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = \\sigma ) \\} \\cdot \\sigma + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { P ( \\hat { q } _ { i } ) = \\sum _ { \\ q \\in Q } \\{ \\lambda _ { i } \\cdot P ( q _ { i } ^ { \\prime } = q ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = q ) \\} \\cdot q + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = X ) \\cdot X } } \\\\ & { \\displaystyle { \\hat { l } _ { i } ) = \\sum _ { \\alpha \\in \\{ L , R , S \\} } \\{ \\lambda _ { i } \\cdot P ( d _ { i } = a ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = a ) \\} \\cdot a + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = X ) \\cdot X . } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 334, + 1669, + 1373, + 1669, + 1373, + 1736, + 334, + 1736 + ], + "score": 0.48, + "latex": "P ( \\hat { s } _ { i } ) = \\sum _ { \\sigma \\in \\Sigma } \\{ \\lambda _ { i } \\cdot P ( s _ { i } ^ { \\prime } = \\sigma ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = \\sigma ) \\} \\cdot \\sigma + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { s } _ { i - 1 } = X ) \\cdot X" + }, + { + "category_id": 14, + "poly": [ + 343, + 1753, + 1351, + 1753, + 1351, + 1821, + 343, + 1821 + ], + "score": 0.47, + "latex": "P ( \\hat { q } _ { i } ) = \\sum _ { q \\in Q } \\{ \\lambda _ { i } \\cdot P ( q _ { i } ^ { \\prime } = q ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = q ) \\} \\cdot q + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { q } _ { i - 1 } = X ) \\cdot X" + }, + { + "category_id": 13, + "poly": [ + 298, + 1197, + 345, + 1197, + 345, + 1228, + 298, + 1228 + ], + "score": 0.44, + "latex": "\\bar { q } \\in" + }, + { + "category_id": 14, + "poly": [ + 301, + 1832, + 1353, + 1832, + 1353, + 1906, + 301, + 1906 + ], + "score": 0.32, + "latex": "P ( \\hat { d } _ { i } ) = \\sum _ { a \\in \\{ L , R , S \\} } \\{ \\lambda _ { i } \\cdot P ( d _ { i } = a ) + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = a ) \\} \\cdot a + ( 1 - \\lambda _ { i } ) \\cdot P ( \\hat { d } _ { i - 1 } = X ) \\cdot P ( \\hat { d } _ { i - 1 } = X ) ." + }, + { + "category_id": 13, + "poly": [ + 639, + 1196, + 746, + 1196, + 746, + 1229, + 639, + 1229 + ], + "score": 0.3, + "latex": "\\mathrm { c o p y D i r } \\}" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 708.0, + 666.0, + 708.0, + 666.0, + 754.0, + 294.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 856.0, + 72.0, + 856.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 870.0, + 2085.0, + 870.0, + 2123.0, + 832.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1131.0, + 876.0, + 1131.0, + 876.0, + 1169.0, + 294.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 1131.0, + 1405.0, + 1131.0, + 1405.0, + 1169.0, + 1013.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1166.0, + 1069.0, + 1166.0, + 1069.0, + 1199.0, + 295.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 1166.0, + 1403.0, + 1166.0, + 1403.0, + 1199.0, + 1326.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1196.0, + 297.0, + 1196.0, + 297.0, + 1231.0, + 294.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1196.0, + 638.0, + 1196.0, + 638.0, + 1231.0, + 346.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 1196.0, + 1406.0, + 1196.0, + 1406.0, + 1231.0, + 747.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1225.0, + 496.0, + 1225.0, + 496.0, + 1262.0, + 295.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 1225.0, + 907.0, + 1225.0, + 907.0, + 1262.0, + 583.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 915.0, + 342.0, + 915.0, + 342.0, + 956.0, + 293.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 397.0, + 915.0, + 449.0, + 915.0, + 449.0, + 956.0, + 397.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 915.0, + 1406.0, + 915.0, + 1406.0, + 956.0, + 516.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 952.0, + 492.0, + 952.0, + 492.0, + 992.0, + 294.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 952.0, + 737.0, + 952.0, + 737.0, + 992.0, + 540.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 952.0, + 1186.0, + 952.0, + 1186.0, + 992.0, + 803.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1400.0, + 952.0, + 1405.0, + 952.0, + 1405.0, + 992.0, + 1400.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 991.0, + 344.0, + 991.0, + 344.0, + 1027.0, + 296.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 991.0, + 659.0, + 991.0, + 659.0, + 1027.0, + 583.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 991.0, + 773.0, + 991.0, + 773.0, + 1027.0, + 725.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 991.0, + 1250.0, + 991.0, + 1250.0, + 1027.0, + 846.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 991.0, + 1405.0, + 991.0, + 1405.0, + 1027.0, + 1296.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 776.0, + 1404.0, + 776.0, + 1404.0, + 816.0, + 293.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 812.0, + 360.0, + 812.0, + 360.0, + 845.0, + 295.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 812.0, + 590.0, + 812.0, + 590.0, + 845.0, + 387.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 812.0, + 1406.0, + 812.0, + 1406.0, + 845.0, + 688.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 842.0, + 1407.0, + 842.0, + 1407.0, + 876.0, + 294.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 872.0, + 669.0, + 872.0, + 669.0, + 905.0, + 459.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1541.0, + 848.0, + 1541.0, + 848.0, + 1586.0, + 294.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 1541.0, + 1250.0, + 1541.0, + 1250.0, + 1586.0, + 980.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1541.0, + 1404.0, + 1541.0, + 1404.0, + 1586.0, + 1401.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1579.0, + 343.0, + 1579.0, + 343.0, + 1623.0, + 293.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 1579.0, + 1196.0, + 1579.0, + 1196.0, + 1623.0, + 416.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1579.0, + 1406.0, + 1579.0, + 1406.0, + 1623.0, + 1214.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1620.0, + 330.0, + 1620.0, + 330.0, + 1657.0, + 294.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1620.0, + 762.0, + 1620.0, + 762.0, + 1657.0, + 712.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 224.0, + 438.0, + 224.0, + 438.0, + 267.0, + 291.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 224.0, + 1406.0, + 224.0, + 1406.0, + 267.0, + 519.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 1404.0, + 261.0, + 1404.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 762.0, + 292.0, + 762.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1313.0, + 775.0, + 1313.0, + 775.0, + 1355.0, + 296.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 1313.0, + 919.0, + 1313.0, + 919.0, + 1355.0, + 790.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1313.0, + 1405.0, + 1313.0, + 1405.0, + 1355.0, + 1235.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1349.0, + 884.0, + 1349.0, + 884.0, + 1391.0, + 294.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 1349.0, + 1090.0, + 1349.0, + 1090.0, + 1391.0, + 1054.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 473.0, + 683.0, + 473.0, + 683.0, + 510.0, + 296.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 473.0, + 1405.0, + 473.0, + 1405.0, + 510.0, + 775.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 506.0, + 568.0, + 506.0, + 568.0, + 542.0, + 293.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 620.0, + 506.0, + 631.0, + 506.0, + 631.0, + 542.0, + 620.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 629.0, + 371.0, + 629.0, + 371.0, + 678.0, + 293.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 629.0, + 660.0, + 629.0, + 660.0, + 678.0, + 415.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 629.0, + 718.0, + 629.0, + 718.0, + 678.0, + 708.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 384.0, + 590.0, + 384.0, + 590.0, + 417.0, + 294.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 534.0, + 541.0, + 534.0, + 541.0, + 587.0, + 292.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 534.0, + 722.0, + 534.0, + 722.0, + 587.0, + 607.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 534.0, + 1077.0, + 534.0, + 1077.0, + 587.0, + 1039.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1913.0, + 341.0, + 1913.0, + 341.0, + 1958.0, + 292.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 912.0, + 1913.0, + 1310.0, + 1913.0, + 1310.0, + 1958.0, + 912.0, + 1958.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 462, + 271, + 1235, + 271, + 1235, + 514, + 462, + 514 + ], + "score": 0.965 + }, + { + "category_id": 8, + "poly": [ + 297, + 1249, + 1399, + 1249, + 1399, + 1358, + 297, + 1358 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 296, + 1597, + 1409, + 1597, + 1409, + 1707, + 296, + 1707 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 296, + 1422, + 1402, + 1422, + 1402, + 1532, + 296, + 1532 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 392, + 1092, + 1306, + 1092, + 1306, + 1182, + 392, + 1182 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 293, + 927, + 1399, + 927, + 1399, + 988, + 293, + 988 + ], + "score": 0.938 + }, + { + "category_id": 8, + "poly": [ + 383, + 590, + 1318, + 590, + 1318, + 906, + 383, + 906 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 296, + 1197, + 878, + 1197, + 878, + 1235, + 296, + 1235 + ], + "score": 0.926 + }, + { + "category_id": 1, + "poly": [ + 296, + 1545, + 670, + 1545, + 670, + 1582, + 296, + 1582 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 292, + 1372, + 1272, + 1372, + 1272, + 1410, + 292, + 1410 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 287, + 541, + 1265, + 541, + 1265, + 577, + 287, + 577 + ], + "score": 0.918 + }, + { + "category_id": 8, + "poly": [ + 726, + 989, + 974, + 989, + 974, + 1025, + 726, + 1025 + ], + "score": 0.909 + }, + { + "category_id": 2, + "poly": [ + 296, + 73, + 855, + 73, + 855, + 107, + 296, + 107 + ], + "score": 0.905 + }, + { + "category_id": 1, + "poly": [ + 297, + 1032, + 1117, + 1032, + 1117, + 1076, + 297, + 1076 + ], + "score": 0.898 + }, + { + "category_id": 1, + "poly": [ + 295, + 231, + 346, + 231, + 346, + 262, + 295, + 262 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 836, + 2087, + 866, + 2087, + 866, + 2113, + 836, + 2113 + ], + "score": 0.86 + }, + { + "category_id": 14, + "poly": [ + 462, + 270, + 1236, + 270, + 1236, + 517, + 462, + 517 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } & { P ( \\widetilde { Y } _ { u , t } = \\sigma ) = P ( \\hat { d } _ { N } = L ) \\left( \\delta _ { u \\neq 1 } P ( \\widetilde { Y } _ { u - 1 , t - 1 } = \\sigma ) + \\delta _ { u = 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = R ) \\left( \\delta _ { u \\neq - 1 } P ( \\widetilde { Y } _ { u + 1 , t - 1 } = \\sigma ) + \\delta _ { u = - 1 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = S ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) } \\\\ & { \\quad \\quad \\quad \\quad \\quad + P ( \\hat { d } _ { N } = X ) \\left( \\delta _ { u \\neq 0 } P ( \\widetilde { Y } _ { u , t - 1 } = \\sigma ) + \\delta _ { u = 0 } A _ { \\sigma } \\right) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 423, + 1198, + 690, + 1198, + 690, + 1235, + 423, + 1235 + ], + "score": 0.94, + "latex": "P ( s _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { \\Sigma }" + }, + { + "category_id": 13, + "poly": [ + 941, + 1373, + 1208, + 1373, + 1208, + 1410, + 941, + 1410 + ], + "score": 0.93, + "latex": "P ( q _ { * } ^ { \\prime } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { Q }" + }, + { + "category_id": 14, + "poly": [ + 392, + 1088, + 1304, + 1088, + 1304, + 1183, + 392, + 1183 + ], + "score": 0.92, + "latex": "\\theta _ { - } \\left( P ( \\widetilde { Y } _ { 0 , t - 1 } ) \\otimes P ( \\widetilde { S } _ { t - 1 } ) \\right) = \\sum _ { i = 1 } ^ { N } i \\cdot P ( \\widetilde { Y } _ { 0 , t - 1 } = \\theta ( i ) _ { 1 } ) \\cdot P ( \\widetilde { S } _ { t - 1 } = \\theta ( i ) _ { 2 } ) = \\lambda ." + }, + { + "category_id": 14, + "poly": [ + 310, + 1247, + 1406, + 1247, + 1406, + 1359, + 310, + 1359 + ], + "score": 0.92, + "latex": "{ \\mathcal { S } } ( { \\widehat { \\mathfrak { s } } } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( s _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)" + }, + { + "category_id": 13, + "poly": [ + 298, + 957, + 523, + 957, + 523, + 992, + 298, + 992 + ], + "score": 0.92, + "latex": "( \\lambda _ { 1 } , \\dots , \\lambda _ { N } ) \\in \\mathbb { R } ^ { N }" + }, + { + "category_id": 14, + "poly": [ + 727, + 986, + 972, + 986, + 972, + 1024, + 727, + 1024 + ], + "score": 0.92, + "latex": "\\theta : \\mathbb { R } ^ { N } \\xrightarrow { } \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q" + }, + { + "category_id": 13, + "poly": [ + 344, + 1546, + 609, + 1546, + 609, + 1583, + 344, + 1583 + ], + "score": 0.92, + "latex": "P ( d _ { * } = \\bullet ) \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } ^ { 3 }" + }, + { + "category_id": 14, + "poly": [ + 310, + 1595, + 1411, + 1595, + 1411, + 1706, + 310, + 1706 + ], + "score": 0.92, + "latex": "^ { > } ( \\hat { d } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( d _ { j } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right) ." + }, + { + "category_id": 13, + "poly": [ + 498, + 1034, + 1043, + 1034, + 1043, + 1074, + 498, + 1074 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\theta = \\sum _ { i = 1 } ^ { N } i \\otimes \\theta ( i ) _ { 1 } \\otimes \\theta ( i ) _ { 2 } \\in \\mathbb { R } ^ { N } \\otimes \\mathbb { R } \\Sigma \\otimes \\mathbb { R } Q . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 310, + 1420, + 1406, + 1420, + 1406, + 1533, + 310, + 1533 + ], + "score": 0.9, + "latex": "{ \\cal P } ( \\hat { q } _ { N } ) = \\sum _ { j = 1 } ^ { N } P ( q _ { j } ^ { \\prime } = \\bullet ) \\cdot \\left( \\lambda _ { j } \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) \\right) = \\lambda \\cdot \\left( \\prod _ { l = 2 } ^ { N } ( 1 - \\lambda _ { l } ) , \\prod _ { l = 3 } ^ { N } ( 1 - \\lambda _ { l } ) , \\ldots , ( 1 - \\lambda _ { N } ) , 1 \\right)" + }, + { + "category_id": 13, + "poly": [ + 1347, + 929, + 1404, + 929, + 1404, + 960, + 1347, + 960 + ], + "score": 0.84, + "latex": "\\lambda =" + }, + { + "category_id": 13, + "poly": [ + 740, + 1377, + 759, + 1377, + 759, + 1403, + 740, + 1403 + ], + "score": 0.84, + "latex": "\\lambda" + }, + { + "category_id": 14, + "poly": [ + 381, + 588, + 1318, + 588, + 1318, + 909, + 381, + 909 + ], + "score": 0.67, + "latex": "\\begin{array} { l l l } { { \\displaystyle P ( \\hat { s } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { s } _ { N } = \\sigma ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( s _ { j } ^ { \\prime } = \\sigma ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { q } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { q } _ { N } = q ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( q _ { j } ^ { \\prime } = q ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) } } \\\\ { { \\displaystyle P ( \\hat { d } _ { N } = X ) = \\prod _ { j = 1 } ^ { N } ( 1 - \\lambda _ { j } ) , \\quad } } & { { \\displaystyle P ( \\hat { d } _ { N } = a ) = \\sum _ { j = 1 } ^ { N } \\lambda _ { j } \\cdot P ( d _ { j } = a ) \\prod _ { l = j + 1 } ^ { N } ( 1 - \\lambda _ { l } ) . } } \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 72.0, + 857.0, + 72.0, + 857.0, + 109.0, + 297.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2125.0, + 832.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 924.0, + 1346.0, + 924.0, + 1346.0, + 965.0, + 292.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 955.0, + 297.0, + 955.0, + 297.0, + 993.0, + 294.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 524.0, + 955.0, + 642.0, + 955.0, + 642.0, + 993.0, + 524.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1191.0, + 422.0, + 1191.0, + 422.0, + 1241.0, + 292.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 1191.0, + 880.0, + 1191.0, + 880.0, + 1241.0, + 691.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1544.0, + 343.0, + 1544.0, + 343.0, + 1584.0, + 293.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1544.0, + 669.0, + 1544.0, + 669.0, + 1584.0, + 610.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1372.0, + 739.0, + 1372.0, + 739.0, + 1410.0, + 293.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1372.0, + 940.0, + 1372.0, + 940.0, + 1410.0, + 760.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 1372.0, + 1271.0, + 1372.0, + 1271.0, + 1410.0, + 1209.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 541.0, + 1267.0, + 541.0, + 1267.0, + 580.0, + 294.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1019.0, + 497.0, + 1019.0, + 497.0, + 1090.0, + 286.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 1019.0, + 1124.0, + 1019.0, + 1124.0, + 1090.0, + 1044.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 230.0, + 346.0, + 230.0, + 346.0, + 262.0, + 293.0, + 262.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/vlm/train/04cII6MumYV/0.png b/vlm/train/04cII6MumYV/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a4a63ae433e6ef873afe1991309c4526ace4955d --- /dev/null +++ b/vlm/train/04cII6MumYV/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1699a4b092d61736dd1e2f16cb028c326647eefa78c435c56e7c4575d9e4c86b +size 505425 diff --git a/vlm/train/04cII6MumYV/1.png b/vlm/train/04cII6MumYV/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4abd9a416c353bac0e5bc75a9444433f1c892e5b --- /dev/null +++ b/vlm/train/04cII6MumYV/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ab0b6ca17afebb2c21967eb0f93becb557529d38124e0b6a35df30c3395767 +size 534863 diff --git a/vlm/train/04cII6MumYV/10.png b/vlm/train/04cII6MumYV/10.png new file mode 100644 index 0000000000000000000000000000000000000000..66b2d05e36500f55a417f76b304427bade23175b --- /dev/null +++ b/vlm/train/04cII6MumYV/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7929deab15ff56060ccf3119881c1604a2f164bc231d100051f828886c8cf4c +size 492665 diff --git a/vlm/train/04cII6MumYV/11.png b/vlm/train/04cII6MumYV/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0298bc8f0df9114fbe167726c185303af44e5692 --- /dev/null +++ b/vlm/train/04cII6MumYV/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d23e8a4b9e24c2930c03aa0c15c3e3749f179b2a6802f5749909242f2573c1 +size 504310 diff --git a/vlm/train/04cII6MumYV/2.png b/vlm/train/04cII6MumYV/2.png new file mode 100644 index 0000000000000000000000000000000000000000..96086107001bf463142c24b7ed67d2f247894288 --- /dev/null +++ b/vlm/train/04cII6MumYV/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa9bbda0559c8381f4456b6ccd83b99df46833739a66737afc56a69758fdf72 +size 618616 diff --git a/vlm/train/04cII6MumYV/3.png b/vlm/train/04cII6MumYV/3.png new file mode 100644 index 0000000000000000000000000000000000000000..932e80e9ed568169b40684303bc5df829484e3b0 --- /dev/null +++ b/vlm/train/04cII6MumYV/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc50348d0e98e08a7ccd064d137202eef29187c516c21ad1eaace6f96a2ef89 +size 513067 diff --git a/vlm/train/04cII6MumYV/4.png b/vlm/train/04cII6MumYV/4.png new file mode 100644 index 0000000000000000000000000000000000000000..bec4e7a14c65d32f9c511b8ebd3cf63333ed7498 --- /dev/null +++ b/vlm/train/04cII6MumYV/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0438d46ba5077f30a86b88caadec9ed4bd3453fd21fbfa278410249def0fdadb +size 432078 diff --git a/vlm/train/04cII6MumYV/5.png b/vlm/train/04cII6MumYV/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1552b824581818b726127a8a4112106a97f5d936 --- /dev/null +++ b/vlm/train/04cII6MumYV/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0f851407ade6e3834aa14d4239ac307f5761b8aaab95e5ae1b2c7fef31d7a3 +size 507070 diff --git a/vlm/train/04cII6MumYV/6.png b/vlm/train/04cII6MumYV/6.png new file mode 100644 index 0000000000000000000000000000000000000000..0d79da466e8a63a6e385f9f8dda2c03e8f86efdd --- /dev/null +++ b/vlm/train/04cII6MumYV/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59920f77987da2d7bf1e0c25a6770f20d1f57f2f8b6fcf4d76be6d0354d7b2fd +size 538692 diff --git a/vlm/train/04cII6MumYV/7.png b/vlm/train/04cII6MumYV/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0e9fdc0604d27651b46f5f96a4851105e59065ec --- /dev/null +++ b/vlm/train/04cII6MumYV/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75d28aa4b6722a39e72d79e208796779b7b5fb7e9c54a86fc711224fd44b749 +size 449327 diff --git a/vlm/train/04cII6MumYV/8.png b/vlm/train/04cII6MumYV/8.png new file mode 100644 index 0000000000000000000000000000000000000000..4f36940b075de3b6dd377706900f0deb0cc3cad6 --- /dev/null +++ b/vlm/train/04cII6MumYV/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fa5ea56630ceeabec5c903bdb06cb9b25d886518f9b8923588d25aed0184de +size 458209 diff --git a/vlm/train/04cII6MumYV/9.png b/vlm/train/04cII6MumYV/9.png new file mode 100644 index 0000000000000000000000000000000000000000..397703abf6f96afecc9ca172ed34ef640cf06104 --- /dev/null +++ b/vlm/train/04cII6MumYV/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fa00b3a500d38f1c13293e6a79632fbb06928b3b4e896dd210447b7650cd43 +size 579872 diff --git a/vlm/train/HJf9ZhC9FX/0.png b/vlm/train/HJf9ZhC9FX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..110fa9aaab9209be8e709c69baa33497d67d7c6b --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a7a464c54b04ae50c7d71725fc1a73031440e3ee64ce1eb196c1c77e293153 +size 518083 diff --git a/vlm/train/HJf9ZhC9FX/1.png b/vlm/train/HJf9ZhC9FX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..9fff5bfffbad2b6728425429cefc31b625cebeec --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d7a2d931c0247f1f886d48678f76bdd13a6b75cac9d682af237c9949304a94 +size 582091 diff --git a/vlm/train/HJf9ZhC9FX/10.png b/vlm/train/HJf9ZhC9FX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..1a3e2c4e9c8d045963e32155b73a020eb9828c4c --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a4b6b35a97810d960d0919c2e448a6ad725fa1746c2404bece9f49ec72e7db +size 498477 diff --git a/vlm/train/HJf9ZhC9FX/11.png b/vlm/train/HJf9ZhC9FX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..864239a1e87b81cfd02c5b2f295ea0bbfe1e14a2 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d2d76e4f0c99a5014a8c53a654da8191b717bfe1b4c094c971e65b1c8c5860 +size 551258 diff --git a/vlm/train/HJf9ZhC9FX/12.png b/vlm/train/HJf9ZhC9FX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..cb9977203a8c74c05bc8525a9c3d41e671ecdc7b --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085643dcbb475c71560f7588a5d26632d88210b433ffcd84dc3b50c767bda8a4 +size 313588 diff --git a/vlm/train/HJf9ZhC9FX/13.png b/vlm/train/HJf9ZhC9FX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..3495970464207e8250b744cbc658bf15c132578a --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9371d64b1b91dee95f7e2cd442197093dd137047b2187b4619a00ab3b8adc3 +size 349290 diff --git a/vlm/train/HJf9ZhC9FX/14.png b/vlm/train/HJf9ZhC9FX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..64ef62ee0f2d823a871702513bede63d8616f019 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c2b20b2b08d2e371a3f966194bff1905043fe9ecbdd26022dd86405a3f5386 +size 399439 diff --git a/vlm/train/HJf9ZhC9FX/15.png b/vlm/train/HJf9ZhC9FX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..b42d6d74109c3a574f5555298cfd01141696f313 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fbba48471648fd0c31b719a022d3304274086014a1e6ae7859326fc66e6115d +size 397539 diff --git a/vlm/train/HJf9ZhC9FX/16.png b/vlm/train/HJf9ZhC9FX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..36ddc512cea9e06fa36dbfa83b88af4841a46196 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc512c4621eef55334ba2d901bfe3b830490600fd66977bd58ce9f241fa1ba6 +size 395770 diff --git a/vlm/train/HJf9ZhC9FX/17.png b/vlm/train/HJf9ZhC9FX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..e3cbb4870a3ed1b13dad3cf74c8b476231256685 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f5c10a7f620f93942df7195c85161dcb29d63fc56b7a40ca7150a66110818f3 +size 364148 diff --git a/vlm/train/HJf9ZhC9FX/2.png b/vlm/train/HJf9ZhC9FX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..499844ebd73d5c6cbc4dfc0f64bf9cd2eeca7b0b --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cbeb4d57dba7fd20d8f4a31ff1b515708ddd0f9c8f56aa8e8d1b2e43fbc0bc +size 503350 diff --git a/vlm/train/HJf9ZhC9FX/3.png b/vlm/train/HJf9ZhC9FX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..942e62dd3cbc37353804bec5ee3febe13239444f --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada385298963eb721645bd28ee1b43f27c4f7fdebea2ee4b2ad6e60c60a95d6a +size 423743 diff --git a/vlm/train/HJf9ZhC9FX/4.png b/vlm/train/HJf9ZhC9FX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..05733163bcddc51ace42dd96e87d2e250f0ac9b4 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94f75093272e34ac2ff338119f3cf7e80fe3e7c91e040f7bfaf4162ff6f8bd7 +size 518540 diff --git a/vlm/train/HJf9ZhC9FX/5.png b/vlm/train/HJf9ZhC9FX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..2047b5fa38ac3b586b5e1cf3089fbab2a6c50ce9 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dbe5694cc00ff8648905a257b828fc39c986ca7323e7d6fd1085baa5756ae42 +size 537653 diff --git a/vlm/train/HJf9ZhC9FX/6.png b/vlm/train/HJf9ZhC9FX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..200f37ed8afae96bf3b519ad29ab27cc3b7dcb6f --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa989a523383c1b4a53d0bbad04c006d0442ab4ffb73aa99cb017f31b0e61d9e +size 499814 diff --git a/vlm/train/HJf9ZhC9FX/7.png b/vlm/train/HJf9ZhC9FX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0a46cb929a0f16f4d110af48a9cda1675023d8f3 --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9abcc9854bdeeb2a7055be2c60b7f9fc0061b43c2f9a79ddc58088408aa8df5f +size 500691 diff --git a/vlm/train/HJf9ZhC9FX/8.png b/vlm/train/HJf9ZhC9FX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..02905a606990884f1be571896ad512602fd34ebc --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aec988b53eda516ad10c881e13be48c2778c3b0d7b8a96dc7d5d4eea847fc1d +size 354681 diff --git a/vlm/train/HJf9ZhC9FX/9.png b/vlm/train/HJf9ZhC9FX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..e7e4149e6f11567169f560bc06374e888a56148d --- /dev/null +++ b/vlm/train/HJf9ZhC9FX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28cef32ba18a3627997d763f84d77b434a67cc0476c04a5b0852af849e7977b1 +size 455304 diff --git a/vlm/train/HkGmDsR9YQ/0.png b/vlm/train/HkGmDsR9YQ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..99f91771120506bd675456271e24929aec30889b --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc1e38d45e0a199000d6770c3af44470deb09f3c3d4d3bdb9cd9b557ed9c100 +size 513847 diff --git a/vlm/train/HkGmDsR9YQ/1.png b/vlm/train/HkGmDsR9YQ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..0d9a3ec240da2b668d95c6da391778b7b2c402bf --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1f7182d606cb8db79c116e081cd9d8870067141ddd7952e0e9dcd458c4b157 +size 526544 diff --git a/vlm/train/HkGmDsR9YQ/10.png b/vlm/train/HkGmDsR9YQ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..9710d68bded8a1f3d4d8dcf219a14a7ddeaca6a4 --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d432d55be468103ab74ca0bd62bc13e7862930370d45aab885ffb5292286b998 +size 309441 diff --git a/vlm/train/HkGmDsR9YQ/11.png b/vlm/train/HkGmDsR9YQ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..176776b4188057d09911fabe97b3a93e6e33bbaf --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a338587be22ee4f2f6e81c26fefcb47ba18a9d8c35efebc47bbd69b6be5f71 +size 359343 diff --git a/vlm/train/HkGmDsR9YQ/12.png b/vlm/train/HkGmDsR9YQ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..f951fae4b70eab03b0009ccb49ac0efbd9256fd1 --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b25f1d551932b6f6f4c56bcfbdd10193fcfd86325e7e07725ddc50aa2d51eb +size 321945 diff --git a/vlm/train/HkGmDsR9YQ/13.png b/vlm/train/HkGmDsR9YQ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..5b8631a9b05fb642d29d64c28038489bed843b2f --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dcbaf113dfeeef8f6453dbbfe95b17797a616123d8c7361c94d9605fdb3067 +size 515593 diff --git a/vlm/train/HkGmDsR9YQ/2.png b/vlm/train/HkGmDsR9YQ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e19ce6908de036362fb29c5dbcb8f55103d55994 --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b617058d700d48c64aa71dca9b0667d0999ffe2967a754bd4058659f9020e8 +size 563665 diff --git a/vlm/train/HkGmDsR9YQ/3.png b/vlm/train/HkGmDsR9YQ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9cfebe0ea698ae5bcdbea578a7e8ae36da592ec0 --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4c3e4dd60b2411cc728adb21e8a0e9ec09e1eb2ac3595609da4567899e8070 +size 531821 diff --git a/vlm/train/HkGmDsR9YQ/4.png b/vlm/train/HkGmDsR9YQ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..83531193d34ccd222f6e03b862e01d758407d24a --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1e3c4c1d453eaa0519e8c72074e5f001ac57bf9084cb88dd4c761d94b0bc10 +size 586070 diff --git a/vlm/train/HkGmDsR9YQ/5.png b/vlm/train/HkGmDsR9YQ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..e041d6a29a4584c4fe4197914fe3ca66978ae32e --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a466185c7200451aa52e9576a2ab4fd872d609803e8b750ebebd9411fb8ce38 +size 632878 diff --git a/vlm/train/HkGmDsR9YQ/6.png b/vlm/train/HkGmDsR9YQ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..eb41533cbbccd80d880139beef5cad2137f95739 --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa34e525f7f556583758ce638c6dc47a7671cd473a8968a83bfcf87ba5613f1 +size 564716 diff --git a/vlm/train/HkGmDsR9YQ/7.png b/vlm/train/HkGmDsR9YQ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..aef4de9b2409dd4c972c511d22b07e0a43697aa3 --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc8b27bef432b9b03557cb086d557cf3d9e980d2a796bf157116f9a6bceaad4 +size 573761 diff --git a/vlm/train/HkGmDsR9YQ/8.png b/vlm/train/HkGmDsR9YQ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..b5c3f1633cbeb3ec04e7483f35634ae42123a43c --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a16595845101de20eaf789eb7d8f5d774c7f4b8369084e1ead51860e648887 +size 557770 diff --git a/vlm/train/HkGmDsR9YQ/9.png b/vlm/train/HkGmDsR9YQ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5715d51fc37e229f7f8a80cb3c86950a71214809 --- /dev/null +++ b/vlm/train/HkGmDsR9YQ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825e01f18594b5e6ddcc2c3107b6823d87d3d8ea2a00a8e188a25c06228402b0 +size 428474 diff --git a/vlm/train/NGPmH3vbAA_/0.png b/vlm/train/NGPmH3vbAA_/0.png new file mode 100644 index 0000000000000000000000000000000000000000..08e2ec488ad7884ed4f60ec044ac7deac4c6b238 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e2cd3060230abff521eed82139d9dd4c0e5563cfacfeeedca91dd46d8f9b9b +size 474635 diff --git a/vlm/train/NGPmH3vbAA_/1.png b/vlm/train/NGPmH3vbAA_/1.png new file mode 100644 index 0000000000000000000000000000000000000000..212068a89ddcbefd0df14c86a34664afef9406e6 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79bedea3584d44e80a1b0345812a677ca36f7c33c3be1476373ee2b812defb3 +size 538961 diff --git a/vlm/train/NGPmH3vbAA_/10.png b/vlm/train/NGPmH3vbAA_/10.png new file mode 100644 index 0000000000000000000000000000000000000000..9abff61ffa2c3220b5ae02ec396ea0aac170118c --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e530b351ef9cefd778e61ae95b2e6288ca5328f89517509e6018b33f155188c6 +size 589895 diff --git a/vlm/train/NGPmH3vbAA_/11.png b/vlm/train/NGPmH3vbAA_/11.png new file mode 100644 index 0000000000000000000000000000000000000000..802eb75733fa4e5841424ec519b1e9be3225f559 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5315f946a9be22eea68b4f07e7f86cb39a0b56d55297fcf9a70bb60340fade6c +size 599164 diff --git a/vlm/train/NGPmH3vbAA_/12.png b/vlm/train/NGPmH3vbAA_/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a70a8c0efe05fae2b5aff682a2f03a5ec6f0df75 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80dd07fb161786d2bd3228d4072179d97c5da299ff184a3c4f944ed934071fc +size 165592 diff --git a/vlm/train/NGPmH3vbAA_/2.png b/vlm/train/NGPmH3vbAA_/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bd932d6c90cea3ac93f2befdd487544ecc1b940b --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42263d58f92be8f1f27f27daf7ea7081dfc59ece520b0447cfe70976b97a2b8e +size 568141 diff --git a/vlm/train/NGPmH3vbAA_/3.png b/vlm/train/NGPmH3vbAA_/3.png new file mode 100644 index 0000000000000000000000000000000000000000..edbba02d9fe519ace8c93c14cf81b9fab40e8898 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9b9b4b8ba1a576e79d0d48d432b1c96b3f3eb8a769ff6739e0159048667a73 +size 556161 diff --git a/vlm/train/NGPmH3vbAA_/4.png b/vlm/train/NGPmH3vbAA_/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c685a88565f2ef0cc4859b96dbf72f2c88bc5f5f --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f580c39b44d47f28ceb95efd4dc3faf0ee98477acdd0ea99152c80dfc897ad2 +size 518919 diff --git a/vlm/train/NGPmH3vbAA_/5.png b/vlm/train/NGPmH3vbAA_/5.png new file mode 100644 index 0000000000000000000000000000000000000000..4b17f34f456097d09e0a3fa080c5d10a8c13a0a1 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1902fbddd9a68c17a8db584c2903eb704534b46e2d0c263a7e0cd551771020b5 +size 569750 diff --git a/vlm/train/NGPmH3vbAA_/6.png b/vlm/train/NGPmH3vbAA_/6.png new file mode 100644 index 0000000000000000000000000000000000000000..01331b99df463a23934e64e0b3f00ef77c226f57 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92ccfa943cece2154aea04604a112968203137008493b3ae7737f830dc2d5b5 +size 580157 diff --git a/vlm/train/NGPmH3vbAA_/7.png b/vlm/train/NGPmH3vbAA_/7.png new file mode 100644 index 0000000000000000000000000000000000000000..d9623a24d35612afc13ffe397ef8af853fc14170 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8354ab6fd49f5149035053cd0a9b7772b813f429a66fa0f89c93cfb2194d7b1d +size 723592 diff --git a/vlm/train/NGPmH3vbAA_/8.png b/vlm/train/NGPmH3vbAA_/8.png new file mode 100644 index 0000000000000000000000000000000000000000..4a9eb0ee4d385856076d0872610d2f5e6733c169 --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959fccdc57440897ec26a52721259c5e69273949d7b1b98eb592f6478595b9fa +size 482162 diff --git a/vlm/train/NGPmH3vbAA_/9.png b/vlm/train/NGPmH3vbAA_/9.png new file mode 100644 index 0000000000000000000000000000000000000000..be5dace2bb1dd53476446ed08d9963c16bd45c1d --- /dev/null +++ b/vlm/train/NGPmH3vbAA_/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cea01bdae6964a50fe7197685c93c4bf844291d209625aff78621618b9a354 +size 554529 diff --git a/vlm/train/S1lEX04tPr/0.png b/vlm/train/S1lEX04tPr/0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c79e041d9f0508c832d22b2802ecbb12f33bd57 --- /dev/null +++ b/vlm/train/S1lEX04tPr/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b64a984fcdfbdf5c9cf74ebb90baa2f0cb66aba4d171b33678ecf45dc663982 +size 509435 diff --git a/vlm/train/S1lEX04tPr/1.png b/vlm/train/S1lEX04tPr/1.png new file mode 100644 index 0000000000000000000000000000000000000000..fb310183e84db662592b9e6afdfdd6982765e400 --- /dev/null +++ b/vlm/train/S1lEX04tPr/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c21ccb9630a1c728c149de65f2608f59d744f45ece2174da57c0206d17be8d +size 622937 diff --git a/vlm/train/S1lEX04tPr/10.png b/vlm/train/S1lEX04tPr/10.png new file mode 100644 index 0000000000000000000000000000000000000000..600db07cd708fd6ffce3b7f832505685074874a2 --- /dev/null +++ b/vlm/train/S1lEX04tPr/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3abb3d271ae65fbea99bc6bd7ae95d2c738b5ff485846a3f2b5b5cc9aa42983 +size 570494 diff --git a/vlm/train/S1lEX04tPr/11.png b/vlm/train/S1lEX04tPr/11.png new file mode 100644 index 0000000000000000000000000000000000000000..48ed38034df4f920f7ab87612b7d3caf2b9e5e8e --- /dev/null +++ b/vlm/train/S1lEX04tPr/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc28f45d429a8f1b0ed8d282c04d87ae9efa565060d3f6766997b4c5185deeac +size 211477 diff --git a/vlm/train/S1lEX04tPr/12.png b/vlm/train/S1lEX04tPr/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a7d3205508e1240ebb77f5d2b76a1857761179be --- /dev/null +++ b/vlm/train/S1lEX04tPr/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2840a5c1f06011eef96f07d49e4d4c2e5e7b60e5f7d9344b19d314c82c58254b +size 458117 diff --git a/vlm/train/S1lEX04tPr/13.png b/vlm/train/S1lEX04tPr/13.png new file mode 100644 index 0000000000000000000000000000000000000000..2fdf45db68a6a22fabfd12b3c22da20734b3696b --- /dev/null +++ b/vlm/train/S1lEX04tPr/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0e85c3c2fc85a2203441fb630e0376dab45316604b7e2f6ff596c0217b8637 +size 276893 diff --git a/vlm/train/S1lEX04tPr/14.png b/vlm/train/S1lEX04tPr/14.png new file mode 100644 index 0000000000000000000000000000000000000000..a622fefd9fc8dfeb5a5e87ef9765571f11c600e5 --- /dev/null +++ b/vlm/train/S1lEX04tPr/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a0aa2ce8ad334158bc879d3afc6f396434fca39e41a925cd2f6e1fd410bc9d +size 314503 diff --git a/vlm/train/S1lEX04tPr/15.png b/vlm/train/S1lEX04tPr/15.png new file mode 100644 index 0000000000000000000000000000000000000000..d0986a97ffcd3f37bd2564d9ad84d1318291c95a --- /dev/null +++ b/vlm/train/S1lEX04tPr/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9303e0ca074996d1723de8b4fdc59ead9f7d1391f1249e14f5e2c95fb0c19544 +size 254299 diff --git a/vlm/train/S1lEX04tPr/16.png b/vlm/train/S1lEX04tPr/16.png new file mode 100644 index 0000000000000000000000000000000000000000..3723c17c55c1d0ae7324a0645cca8009f45f5896 --- /dev/null +++ b/vlm/train/S1lEX04tPr/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1961d1f3680f583d16b44848d24dd8ffb62c287c671347e83697496a9eafe49 +size 328777 diff --git a/vlm/train/S1lEX04tPr/17.png b/vlm/train/S1lEX04tPr/17.png new file mode 100644 index 0000000000000000000000000000000000000000..c98e613d9bd6f449bde4d91d445e241c7e9e5f5e --- /dev/null +++ b/vlm/train/S1lEX04tPr/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc359927b0c1d695fa581c869be7b148ebbe6ca4ad094eb8a177c671f2c4e9d +size 447285 diff --git a/vlm/train/S1lEX04tPr/18.png b/vlm/train/S1lEX04tPr/18.png new file mode 100644 index 0000000000000000000000000000000000000000..2faaa46bb03d79fdddcf2b514d16b3c73dd09a5d --- /dev/null +++ b/vlm/train/S1lEX04tPr/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcdc11d165cdd44492c939cbf49c23bb8a61696c47887c6da54641b13e5b7f8 +size 568635 diff --git a/vlm/train/S1lEX04tPr/19.png b/vlm/train/S1lEX04tPr/19.png new file mode 100644 index 0000000000000000000000000000000000000000..34730eb432bfe21f3c68d8b19090dff2c861420d --- /dev/null +++ b/vlm/train/S1lEX04tPr/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f218903b86ccbd85a42c8476e06f58ef79ca4d8594e9037104f00b3d47a69d1 +size 522271 diff --git a/vlm/train/S1lEX04tPr/2.png b/vlm/train/S1lEX04tPr/2.png new file mode 100644 index 0000000000000000000000000000000000000000..dffc448b877c1f57d175334edae5b06401c59e06 --- /dev/null +++ b/vlm/train/S1lEX04tPr/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a21c84db5959d982cbe443760ed902913ec3620eb72a0f88a3e943cfca2d9a +size 687412 diff --git a/vlm/train/S1lEX04tPr/20.png b/vlm/train/S1lEX04tPr/20.png new file mode 100644 index 0000000000000000000000000000000000000000..cd4d7b0f4e836ec85da17a2bde90d4fb9db9032e --- /dev/null +++ b/vlm/train/S1lEX04tPr/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc8a8f2134278abff79c1dd4b68846e0959459fd17987447f0300205f3d6a73 +size 591139 diff --git a/vlm/train/S1lEX04tPr/21.png b/vlm/train/S1lEX04tPr/21.png new file mode 100644 index 0000000000000000000000000000000000000000..65c5a4471c9d360ebd7ab85e1644625b8f3276c0 --- /dev/null +++ b/vlm/train/S1lEX04tPr/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd1dfae8cfb56310917f3d55f0accb3fd98cde59c1854c3f30ea506dbf6a004 +size 453226 diff --git a/vlm/train/S1lEX04tPr/22.png b/vlm/train/S1lEX04tPr/22.png new file mode 100644 index 0000000000000000000000000000000000000000..97b4fab5349a53713e27f3d476760dc691dd93a3 --- /dev/null +++ b/vlm/train/S1lEX04tPr/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f2d6626a6865d8e6efd11005d232902d6a4bbb60c21133d6119a3d7dc31fb9 +size 306844 diff --git a/vlm/train/S1lEX04tPr/23.png b/vlm/train/S1lEX04tPr/23.png new file mode 100644 index 0000000000000000000000000000000000000000..fac245c59289c1bf7175817aafcbf46b84f4ea69 --- /dev/null +++ b/vlm/train/S1lEX04tPr/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf408335dba815809e3c89bb1f2ec501ddece6e7b646490c404a6bd82cf75f13 +size 142996 diff --git a/vlm/train/S1lEX04tPr/3.png b/vlm/train/S1lEX04tPr/3.png new file mode 100644 index 0000000000000000000000000000000000000000..5d9bb0d7aac7e0452a1123cb803934f9c123367e --- /dev/null +++ b/vlm/train/S1lEX04tPr/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bb3d69ad787d5898dd30c4c84104a21734bd95ebac283cba7a264ea09576d8 +size 483966 diff --git a/vlm/train/S1lEX04tPr/4.png b/vlm/train/S1lEX04tPr/4.png new file mode 100644 index 0000000000000000000000000000000000000000..91b0f4f2d8e30b5abd3ed4b146054e1bddf5c4ed --- /dev/null +++ b/vlm/train/S1lEX04tPr/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac2b16b78baffb842258ec05b5b07c16f03ebacf06b1222aa6704562100c10d +size 628182 diff --git a/vlm/train/S1lEX04tPr/5.png b/vlm/train/S1lEX04tPr/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1ceb5c8b03925d7506cc4f94baf686caa954638d --- /dev/null +++ b/vlm/train/S1lEX04tPr/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b522db3b442a22585f862e345f6b52d276b330855e16f19f2115635fbf7c134d +size 569929 diff --git a/vlm/train/S1lEX04tPr/6.png b/vlm/train/S1lEX04tPr/6.png new file mode 100644 index 0000000000000000000000000000000000000000..793c847951d7e61837f580d5b98726d9e7981a9b --- /dev/null +++ b/vlm/train/S1lEX04tPr/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa596e3d8f393daf56c2e09c267d7b910c81aca28002c7c0619582839e81ee5e +size 581628 diff --git a/vlm/train/S1lEX04tPr/7.png b/vlm/train/S1lEX04tPr/7.png new file mode 100644 index 0000000000000000000000000000000000000000..a4e2430ce8b7e7048b65227d248486ceaa58a7c1 --- /dev/null +++ b/vlm/train/S1lEX04tPr/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6280625175bf03153e8064ad0ac35a3b4f285cd741c58dca40a355331b88859f +size 776883 diff --git a/vlm/train/S1lEX04tPr/8.png b/vlm/train/S1lEX04tPr/8.png new file mode 100644 index 0000000000000000000000000000000000000000..048ad4a67b70a1c4786c357fbb0649be75c77958 --- /dev/null +++ b/vlm/train/S1lEX04tPr/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd77910d64557d708c4d6c60f89f51471e37977856e51912469acb709976f59 +size 545882 diff --git a/vlm/train/S1lEX04tPr/9.png b/vlm/train/S1lEX04tPr/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3a4f999d3e3973676c3c66473719b8a291146b23 --- /dev/null +++ b/vlm/train/S1lEX04tPr/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd9fb42da1d776b0f37c4e7e0383d057c16e992255a6f6d5f50a1499a308070 +size 590352 diff --git a/vlm/train/SVsLxTfHa1/0.png b/vlm/train/SVsLxTfHa1/0.png new file mode 100644 index 0000000000000000000000000000000000000000..bc93803787c72e4151c76d8909a2a1ae15d27dc9 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7172771ba6187926c504da143ca75bc5139c7184c0ecfa8af06aedd3310a0d +size 526937 diff --git a/vlm/train/SVsLxTfHa1/1.png b/vlm/train/SVsLxTfHa1/1.png new file mode 100644 index 0000000000000000000000000000000000000000..716f2cc81d3bf8c3f802d3f8f51010feb5aa5a2e --- /dev/null +++ b/vlm/train/SVsLxTfHa1/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cbf7d027207706b6e16d797ec2bb291fa8eae006a49ca170991a1ee8edd082 +size 534410 diff --git a/vlm/train/SVsLxTfHa1/10.png b/vlm/train/SVsLxTfHa1/10.png new file mode 100644 index 0000000000000000000000000000000000000000..5be20b37d02f76677fc4cd25069b4735acde5ee1 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559bafec8d359864c62be3bd001cf14b233aae0a193821c6b85fd34a630c3b70 +size 618591 diff --git a/vlm/train/SVsLxTfHa1/11.png b/vlm/train/SVsLxTfHa1/11.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd4196ad20f57aae3c34fc1b9282d5e19f3f887 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6c2f20c17297955e6e4e3949114f29762848b6de9103a6c1572c93e044b2c0 +size 546098 diff --git a/vlm/train/SVsLxTfHa1/12.png b/vlm/train/SVsLxTfHa1/12.png new file mode 100644 index 0000000000000000000000000000000000000000..e3d53b53e46e48e9765e5210b3af3a2113226415 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5041a05aeab70a7c696f8e69b18eac7cfc1d2951268220d6b31c63fa8dca4aea +size 418927 diff --git a/vlm/train/SVsLxTfHa1/13.png b/vlm/train/SVsLxTfHa1/13.png new file mode 100644 index 0000000000000000000000000000000000000000..8c1cb6ff163c596a570c1ebd322547639453f571 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a28092138eefb6886ca3a84f3cf33f89ba5b89005d0d5014f3f73ae193f9cc8f +size 295716 diff --git a/vlm/train/SVsLxTfHa1/14.png b/vlm/train/SVsLxTfHa1/14.png new file mode 100644 index 0000000000000000000000000000000000000000..8b5c49ad2f4462206ecd088e006b702cfee3b54e --- /dev/null +++ b/vlm/train/SVsLxTfHa1/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3134c885084c7e8d0b4796c993a442143b1f6fdceaaf0d7b9316b710ad67e8c +size 266107 diff --git a/vlm/train/SVsLxTfHa1/15.png b/vlm/train/SVsLxTfHa1/15.png new file mode 100644 index 0000000000000000000000000000000000000000..8d75165c0f187e976ddd3be48776c32646eb47bb --- /dev/null +++ b/vlm/train/SVsLxTfHa1/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991566b6e13bc029b4746952b4338452476e30db0e9039c865ff916f511f8acb +size 335291 diff --git a/vlm/train/SVsLxTfHa1/16.png b/vlm/train/SVsLxTfHa1/16.png new file mode 100644 index 0000000000000000000000000000000000000000..e253c07664fe615894e6ddd43e9ee93aaf457996 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4da3424d152d55cb278daf1ea09eac9ad4c90242f529dc63a3afa7dc7d5c38 +size 264777 diff --git a/vlm/train/SVsLxTfHa1/2.png b/vlm/train/SVsLxTfHa1/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d331ac9d0258fe769d9727f79e98a633115b1530 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3172bcf1f77a4f395352f9e07eef314586ef038eed38494dd404deea53debea +size 612417 diff --git a/vlm/train/SVsLxTfHa1/3.png b/vlm/train/SVsLxTfHa1/3.png new file mode 100644 index 0000000000000000000000000000000000000000..f63207d9b96ba1d5fc8d5d70264f7dbe29ce6ca0 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbcf3ce4e94e8423c0ea66a9152b2d92c2f963aec650c43812c3d10752667cb4 +size 530905 diff --git a/vlm/train/SVsLxTfHa1/4.png b/vlm/train/SVsLxTfHa1/4.png new file mode 100644 index 0000000000000000000000000000000000000000..047e2e7686a2bb16e96c15795dffcabdc699fd37 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61b418f3ea6bd7cbabf1a58fba16afb867d8df68a505cb8d52fc4e67c76b558 +size 560894 diff --git a/vlm/train/SVsLxTfHa1/5.png b/vlm/train/SVsLxTfHa1/5.png new file mode 100644 index 0000000000000000000000000000000000000000..01ae4abe0fa9cc92c0fea1c527a72d8b118cde01 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1831340eb17fc0e471cd1990a57f1f42d8fe30213006b3c23bf02777d3d51de +size 517778 diff --git a/vlm/train/SVsLxTfHa1/6.png b/vlm/train/SVsLxTfHa1/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6091a53bc24a6f6d7a4558b6ce94f711470ab1a7 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839b6e1e32e33de9dcdf3ca6be1e8789d2a79ec2a22d6b02feaac29117f7c5f4 +size 613876 diff --git a/vlm/train/SVsLxTfHa1/7.png b/vlm/train/SVsLxTfHa1/7.png new file mode 100644 index 0000000000000000000000000000000000000000..61d6a3726fcd3628019e0bf8bc4ce3b1c7b7de73 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb31124edbc2b1a77b3b657c71a5d43d61c842281000ecce4390df66c283cf24 +size 627662 diff --git a/vlm/train/SVsLxTfHa1/8.png b/vlm/train/SVsLxTfHa1/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f5e0c9ebc4572b05f258bbf4d6b9026a00cabe17 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44b738ab2ebae70b3dcbcff18301ab587b8a71a123578bf50d55638e6765c94 +size 536611 diff --git a/vlm/train/SVsLxTfHa1/9.png b/vlm/train/SVsLxTfHa1/9.png new file mode 100644 index 0000000000000000000000000000000000000000..86765332b4d1524ff9383dbebd47c06c15f8cd99 --- /dev/null +++ b/vlm/train/SVsLxTfHa1/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a209570e5f4b633446a33f8ef0acdba6ff3c0d460ae4a22e854f8926386055 +size 584654 diff --git a/vlm/train/YCqx6zhEzRp/0.png b/vlm/train/YCqx6zhEzRp/0.png new file mode 100644 index 0000000000000000000000000000000000000000..11f8a643a853f86a4db1cf19b0355fae8cc9bdf2 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64be97f20efa1287a0d4124a17c6328550f32eebce275e6405f8992d2ca42e4 +size 445095 diff --git a/vlm/train/YCqx6zhEzRp/1.png b/vlm/train/YCqx6zhEzRp/1.png new file mode 100644 index 0000000000000000000000000000000000000000..247f43865719dcb131fed57a488c6f8f95b96cac --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac56ab48157631196dd7761bbb23aae1650138a3a5036ec66d7cf0de35c1a562 +size 614247 diff --git a/vlm/train/YCqx6zhEzRp/10.png b/vlm/train/YCqx6zhEzRp/10.png new file mode 100644 index 0000000000000000000000000000000000000000..973cba6fa80f1a66bf4011747c9af64bd93d260a --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edc0a04393530e217c9f9c63c54dbb41a9cc5bcfdd8934ce4eba67a40b80e7e +size 618350 diff --git a/vlm/train/YCqx6zhEzRp/11.png b/vlm/train/YCqx6zhEzRp/11.png new file mode 100644 index 0000000000000000000000000000000000000000..6b88491660a357ed60135aaf97433c7b44fb0562 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e045ed4dbf4744d5b74ef0b2b9f64bf647ea6297c60380ecd6c9ea14f158e1e7 +size 669230 diff --git a/vlm/train/YCqx6zhEzRp/12.png b/vlm/train/YCqx6zhEzRp/12.png new file mode 100644 index 0000000000000000000000000000000000000000..df4023dace4f3385665a97dc5a8916c9c3aaee63 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6d16666679bf64afdd2c65ae1dd99900ffc684d9a8cd3176ba47cabf9c83a0 +size 697242 diff --git a/vlm/train/YCqx6zhEzRp/13.png b/vlm/train/YCqx6zhEzRp/13.png new file mode 100644 index 0000000000000000000000000000000000000000..18c3b98f1dc164a1c60989d3116cc34bb63ace2b --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc1e126cb8542681ad150c2e666605f7c392e43eec49fdbf15ebc188dc824ff +size 478049 diff --git a/vlm/train/YCqx6zhEzRp/2.png b/vlm/train/YCqx6zhEzRp/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a4a6feece2bb85c4128bed4f1b6e852b0f52dcd --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574a2d3b665faa42a25f69444323db6125649e3bdfcee9ce5e5803cab0bd76d0 +size 535321 diff --git a/vlm/train/YCqx6zhEzRp/3.png b/vlm/train/YCqx6zhEzRp/3.png new file mode 100644 index 0000000000000000000000000000000000000000..344a5795308aff30afaa723bc6506d09b0a77adb --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ff70fcc6dd1fcd2e8e38c99916be788d42a5644db8996884460770c01200ad +size 525806 diff --git a/vlm/train/YCqx6zhEzRp/4.png b/vlm/train/YCqx6zhEzRp/4.png new file mode 100644 index 0000000000000000000000000000000000000000..7432d2f28a4476487482ec4b5e46754952262162 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e691df36d686c2461571050297cb721659e8e8347151cc28e43e6f58dfc7e474 +size 524284 diff --git a/vlm/train/YCqx6zhEzRp/5.png b/vlm/train/YCqx6zhEzRp/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7c4e9a5f1dda511dbe36222e0154cb4dd8d55083 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebba3d26a52f1d5de715d6cadeb8d44b1186595b91c3cc8ba5cbd72428ca4a1d +size 581756 diff --git a/vlm/train/YCqx6zhEzRp/6.png b/vlm/train/YCqx6zhEzRp/6.png new file mode 100644 index 0000000000000000000000000000000000000000..4f2533705af6eba69678e4a206a8531f884fb2cc --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e6ced4e03c2b509c8538d276b06fc8476dee93476b856bcc0dc3c483b5cdbc +size 493743 diff --git a/vlm/train/YCqx6zhEzRp/7.png b/vlm/train/YCqx6zhEzRp/7.png new file mode 100644 index 0000000000000000000000000000000000000000..061e158a34365cc04fec409c920861e5bd4c1467 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2099a17716f4cc0856ce6b052705c2830477e3d7118d742623a7e842b708e33f +size 590547 diff --git a/vlm/train/YCqx6zhEzRp/8.png b/vlm/train/YCqx6zhEzRp/8.png new file mode 100644 index 0000000000000000000000000000000000000000..e90515be90a0e80714cac4817db08e3669b1f6c0 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96a1f57a464c5ce4c3310a1090d8341816e091a9d754713ed40d8fd34d199c2 +size 609791 diff --git a/vlm/train/YCqx6zhEzRp/9.png b/vlm/train/YCqx6zhEzRp/9.png new file mode 100644 index 0000000000000000000000000000000000000000..e9e6431e60bdaeb4466ec978fcd160edcb93fd65 --- /dev/null +++ b/vlm/train/YCqx6zhEzRp/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59395efc9ce214580ed9957ac8ad9a679b9ef45239791a426014083ad7c13fe +size 457016 diff --git a/vlm/train/ryl3ygHYDB/16.png b/vlm/train/ryl3ygHYDB/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d8a27fd354f6273ca720e9e58b29dfb5e69f4ffd --- /dev/null +++ b/vlm/train/ryl3ygHYDB/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390dfe6d40af2ee1192bb2801f292762ed85532a61596e7b624e3589fb406e4d +size 561554